matthijs/ABM2.git
2007-06-11 Matthijs Kooijman * Include windows.h by default on windows, most stuff... master
2007-06-11 Matthijs Kooijman * Remove most unused WIN32 stuff.
2007-06-11 Matthijs Kooijman * Use white as colour for blitting sprites, so they...
2007-06-11 Matthijs Kooijman * Increade z_order increment, it seemed to be not...
2007-06-11 Matthijs Kooijman * Use "col" and "row" instead of i and j.
2007-06-11 Matthijs Kooijman * Join two loops into one.
2007-06-11 Matthijs Kooijman * Use some more constants instead of literals.
2007-06-11 Matthijs Kooijman * Add SPR_SUB constants.
2007-06-11 Matthijs Kooijman * Make every ITask know about the Kernel in which...
2007-06-11 Matthijs Kooijman * Don't sleep for negative amounts (overflows to very...
2007-06-11 Matthijs Kooijman * Add Tile0 sprite.
2007-06-11 Matthijs Kooijman * Move SpriteID enum to engine.h.
2007-06-11 Matthijs Kooijman * Give the argument CKernel::setSpriteManager a name.
2007-06-11 Matthijs Kooijman * Let a Playground know about the CKernel.
2007-06-11 Matthijs Kooijman * Make Sprite an IMMObject.
2007-06-11 Matthijs Kooijman * Make CEngine keep a CSpriteManager.
2007-06-11 Matthijs Kooijman * Update mmanager to version from article part 5.
2007-06-11 Matthijs Kooijman * Fix identation.
2007-06-11 Matthijs Kooijman * Replace VideoUpdate DirectX code with OpenGL initial...
2007-06-11 Matthijs Kooijman * Limit the Kernel to 20fps.
2007-06-11 Matthijs Kooijman * Make Sprite::glEnter2DMode() use this->g instead...
2007-06-11 Matthijs Kooijman * Move ILUT initialization down to below OpenGL initil...
2007-06-11 Matthijs Kooijman * Manually link against ftgl to make it work.
2007-06-11 Matthijs Kooijman * Add "less" target to view make output through less.
2007-06-11 Matthijs Kooijman * Move GetTickCount() hacks to porting.h and replace...
2007-06-11 Matthijs Kooijman * Ifdef parts of Kernel::Execute back in, so we have...
2007-06-11 Matthijs Kooijman * Delete log files, they shouldn't be versioned.
2007-06-11 Matthijs Kooijman * Fix casing of the scheme filename.
2007-06-11 Matthijs Kooijman * Make the Makefile link by default.
2007-06-11 Matthijs Kooijman * ifdef back ~Item, to make everything compile and...
2007-06-11 Matthijs Kooijman * Ifdef away most of InputTask to make it compile.
2007-06-11 Matthijs Kooijman * Ifdef in some VideoUpdate methods (mostly empty...
2007-06-11 Matthijs Kooijman * Remove duplicate BYTE define.
2007-06-11 Matthijs Kooijman * Remove "speed" parameter from Bomberman::move_to_dir...
2007-06-11 Matthijs Kooijman * ifdef away half of Playground.cpp to make it compile...
2007-06-11 Matthijs Kooijman * Add profiler.cpp to Makefile (no modifications requi...
2007-06-11 Matthijs Kooijman * Add SoundTask to makefile (no modifications required).
2007-06-11 Matthijs Kooijman * Make arguments that were previously references (see
2007-06-10 Matthijs Kooijman * Add another GetTickCount hack to compile CGlobalTimer.
2007-06-10 Matthijs Kooijman * ifdef most of VideoUpdate away to make it compile.
2007-06-10 Matthijs Kooijman * Add strnpy/strcpy_s wrapper to compile ProfileLogHan...
2007-06-10 Matthijs Kooijman * ifdef CKernel::Execute away to make CKernel compile.
2007-06-10 Matthijs Kooijman * Add ZeroMemory hack to compile mmanager.cpp.
2007-06-10 Matthijs Kooijman * Add link target to the Makefile.
2007-06-10 Matthijs Kooijman * Fix another filename casing error.
2007-06-10 Matthijs Kooijman * Add SchemeReader.o to object list (no modifications...
2007-06-10 Matthijs Kooijman * Introduce porting.h for portability define thingies.
2007-06-10 Matthijs Kooijman * Remove some hacks.
2007-06-10 Matthijs Kooijman * Add simple Makefile.
2007-06-10 Matthijs Kooijman * Add #ifdef WIN32 to make main.cpp compile on linux.
2007-06-10 Matthijs Kooijman * Add newlines at the end of files.
2007-06-10 Matthijs Kooijman * Add existing files.