Re : crazeespod - 8way isometic pacman cloneish svn rep

Well, what’s the point of giving the URL to a broken SVN repository, it’s not even possible to compile the code … (yeah I know you said they were no makefiles, but that’s the point of my remark …)

Julien

— En date de?: Dim 8.3.09, Neil White a ?crit?:> De: Neil White

Objet: [SDL] crazeespod - 8way isometic pacman cloneish svn rep.
?: “A list for developers using the SDL library. (includes SDL-announce)”
Date: Dimanche 8 Mars 2009, 11h04
OK, i have just about coped with
creting a svn rep. for ths code and renamed it crazeespod

anyone interested can obtain via here…

http://code.google.com/p/crazeespod/

yes i am googles bi*ch these days, i’m so ashamed i
cant set up my own server :wink:

the main game directory has some code chunks of some a*
pathfinder bits i have yet to implement, and the main code
is probably very broken, but hey, its all good fun, even if
it does eventually drive you crazee, so it shold compile
with a make crazeespod, i removed all other makefiles and
stuff, so er, dunno, might actually look at this myself
later :wink:

Bye!

-----La pi?ce jointe associ?e suit-----


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

2009/3/8 julien CLEMENT

Well, what’s the point of giving the URL to a broken SVN repository, it’s
not even possible to compile the code … (yeah I know you said they were no
makefiles, but that’s the point of my remark …)

eh? is it really not working? erm, i am all new to svn, erm, code, sorry, i
got roped into making lunch so havnt had a chance to look at it, really
sorry if it dosnt compile, will get onto it later i promise.

i am stuck in XP on an elonex craptop ( webbook ) so i found this tortoise
svn thing which seemed to upload stuff ok, but other than that all i have
ever done is checkout svns, been reading a guide this morning, but still not
much clue, sorry.

still need to setup a sane dev environment on this thing. it aint fun tyting
to anything on here with a 75% size keyboard and 1024x600 screen, other than
play snes games with my gamepad :wink:

sorry for being such a usless n00b ;))) will take a proper look at this code
if i get the chance later, i promise. oh and get a decent computer at home
:wink: all my best toys are in my office.

bye!

He didn’t give the URL to any SVN repository.

Here you go:

svn checkout http://crazeespod.googlecode.com/svn/trunk/ crazeespod

;)On Sun, Mar 8, 2009 at 6:49 AM, julien CLEMENT wrote:

Well, what’s the point of giving the URL to a broken SVN repository, it’s not even possible to compile the code … (yeah I know you said they were no makefiles, but that’s the point of my remark …)


http://codebad.com/

Oh sorry I should have read more carefully :frowning:

Neil:

donny at teamspace:~/crazeespod/crazeespod/src$ LD_LIBRARY_PATH=/usr/lib
gcc-3.3 /usr/bin/sdl-config --cflags --libs *.c -o crazeespod
apf.c:30:17: mem.h: No such file or directory
board.c: In function blockertile': board.c:5: error:tile’ undeclared (first use in this function)
board.c:5: error: (Each undeclared identifier is reported only once
board.c:5: error: for each function it appears in.)
board.c:9: error: board' undeclared (first use in this function) board.c: In functionreblocker’:
board.c:596: error: bigy' undeclared (first use in this function) board.c:598: error:bigx’ undeclared (first use in this function)
board.c:600: error: `board’ undeclared (first use in this function)
crazeespod.c:23:23: SDL_Mixer.h: No such file or directoryOn Mon, Mar 9, 2009 at 6:05 AM, Donny Viszneki <@Donny_Viszneki> wrote:

On Sun, Mar 8, 2009 at 6:49 AM, julien CLEMENT wrote:

Well, what’s the point of giving the URL to a broken SVN repository, it’s not even possible to compile the code … (yeah I know you said they were no makefiles, but that’s the point of my remark …)


http://codebad.com/

With this patch [1] you can compile [2] but it doesn’t run [3]

[1] http://codebad.com/crazeespod.patch

[2] cc -DDATA_PREFIX=’""’ sdl-config --cflags --libs -lSDL_mixer
-lSDL_image crazeespod/crazeespod/src/{apf,board,crazeespod}.c -o
crazeespod/crazeespod.exe

[3] donny at teamspace:~/crazeespod$ ./crazeespod.exe
Could not load gfx/dletters.png
Segmentation fault–
http://codebad.com/

Oh, whoops, it does run with that patch, but your DATA_PREFIX and
potentially your PWD need to be correct :wink:

But then the screen is just black…On Mon, Mar 9, 2009 at 6:24 AM, Donny Viszneki <@Donny_Viszneki> wrote:

With this patch [1] you can compile [2] but it doesn’t run [3]

[1] http://codebad.com/crazeespod.patch

[2] cc -DDATA_PREFIX=’""’ sdl-config --cflags --libs -lSDL_mixer
-lSDL_image crazeespod/crazeespod/src/{apf,board,crazeespod}.c -o
crazeespod/crazeespod.exe

[3] donny at teamspace:~/crazeespod$ ./crazeespod.exe
Could not load gfx/dletters.png
Segmentation fault


http://codebad.com/


http://codebad.com/

Nevermind… it does work with the patch… sighOn Mon, Mar 9, 2009 at 6:25 AM, Donny Viszneki <@Donny_Viszneki> wrote:

Oh, whoops, it does run with that patch, but your DATA_PREFIX and
potentially your PWD need to be correct :wink:

But then the screen is just black…

On Mon, Mar 9, 2009 at 6:24 AM, Donny Viszneki <@Donny_Viszneki> wrote:

With this patch [1] you can compile [2] but it doesn’t run [3]

[1] http://codebad.com/crazeespod.patch

[2] cc -DDATA_PREFIX=’""’ sdl-config --cflags --libs -lSDL_mixer
-lSDL_image crazeespod/crazeespod/src/{apf,board,crazeespod}.c -o
crazeespod/crazeespod.exe

[3] donny at teamspace:~/crazeespod$ ./crazeespod.exe
Could not load gfx/dletters.png
Segmentation fault


http://codebad.com/


http://codebad.com/


http://codebad.com/

i’m good at this, eh?

There is no loading screen at the moment, so the screen is black, so you
press space to get into the game

as i type i should be doing something else right now but i am attempting to
get my head around svn still :-/ :slight_smile: :-? :-/ currently messing with
something called rapid svn,

i dont have much clue about google code either, so this is all just a
learning process for me and you are my mules, people are now telling me
google code is so 2007 and i should be using github, wtfonz.

might even go completley nuts and try and use automake for this progect, but
i’m not sure i can take that level of self punishment

sorry for not being so verbose, and good luck anyone loking at this code,
cos i was trying to read it yesterday afternoon and i have no clue which
idiot wrote it, execpt it was me.

just thoguth id aplogise for the udder badness of this code / progect, as i
di write it aloooong time ago, ( the original crazeeman ) and when i did the
new 8 way version i sould have started from scratch and made it a little
more sane, sorry.

sorry for not being so verbose, and good luck anyone loking at this code,
cos i was trying to read it yesterday afternoon and i have no clue which
idiot wrote it, execpt it was me.

just thoguth id aplogise for the udder badness of this code / progect, as i
di write it aloooong time ago, ( the original crazeeman ) and when i did the
new 8 way version i sould have started from scratch and made it a little
more sane, sorry.

No problemoOn Mon, Mar 9, 2009 at 7:12 AM, Neil White wrote:
On Mon, Mar 9, 2009 at 7:32 AM, Neil White wrote:


http://codebad.com/

Anyway you could send screenshots or a compiled win32 binary? :slight_smile: Is this anything like the old 3daemon from dos?! loved that game— Em seg, 9/3/09, Neil White escreveu:

De: Neil White
Assunto: Re: [SDL] Re : crazeespod - 8way isometic pacman cloneish svn rep.
Para: “A list for developers using the SDL library. (includes SDL-announce)”
Data: Segunda-feira, 9 de Mar?o de 2009, 8:32

just thoguth id aplogise for the udder badness of this code
/ progect, as i di write it aloooong time ago, ( the
original crazeeman ) and when i did the new 8 way version i
sould have started from scratch and made it a little more
sane, sorry.

-----Anexo incorporado-----


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

  Veja quais s?o os assuntos do momento no Yahoo! +Buscados

http://br.maisbuscados.yahoo.com

2009/3/9 Antonio Marcos

Anyway you could send screenshots or a compiled win32 binary? :slight_smile: Is this
anything like the old 3daemon from dos?! loved that game
x

there should be working doze binarys that dont do particually much here
http://www.cloudsprinter.com/random/crazeee.zip