Page 2 of 2

Re: The future of Me & My Shadow

PostPosted: 15 Mar 2011, 17:33
by Edward_Lii
Hello MCMic,

MCMic {l Wrote}:It's strange, it should also need .h files.

I tried it again after removing all CMake related stuff in my development folder, with exception of CMakeLists.txt and ran make clean.
It does work, my only guess is that file(GLOB Sources ${SRC_DIR}/*.cpp) also adds the .h files?

Re: The future of Me & My Shadow

PostPosted: 17 Mar 2011, 08:04
by acme_pjz
Hi,

I added checkpoint tile to the game, maybe contains a lot of bugs ... and add swap_state() to class Player (press F4 key to swap player and shadow's position, don't know if it's useful) and fixed some memory leaks and slightly changed some code structure ...

PS: the checkpoint's icons are ripped from X-Moto (xmoto.tuxfamily.org)

Re: The future of Me & My Shadow

PostPosted: 17 Mar 2011, 08:48
by MCMic
acme_pjz {l Wrote}:swap_state() to class Player (press F4 key to swap player and shadow's position

That's just cheating oO

Re: The future of Me & My Shadow

PostPosted: 18 Mar 2011, 15:16
by Edward_Lii
Hello all,

acme_pjz {l Wrote}:Hi,

I added checkpoint tile to the game, maybe contains a lot of bugs ... and add swap_state() to class Player (press F4 key to swap player and shadow's position, don't know if it's useful) and fixed some memory leaks and slightly changed some code structure ...

PS: the checkpoint's icons are ripped from X-Moto (xmoto.tuxfamily.org)

Thanks, it has been added. ;)

MCMic {l Wrote}:
acme_pjz {l Wrote}:swap_state() to class Player (press F4 key to swap player and shadow's position

That's just cheating oO

Don't worry, it's only for testing, it gets removed when the next version is released.
(This way only SVN users can enjoy the cheats! :p )