Basic engine tools
commit9a2f5bef495aaeb284d484c486021cd8a8b26de4
authorMirek [exa] Kratochvil <exa.exa@gmail.com>
Sun, 14 Oct 2007 10:15:07 +0000 (14 12:15 +0200)
committerMirek [exa] Kratochvil <exa.exa@gmail.com>
Sun, 14 Oct 2007 10:15:07 +0000 (14 12:15 +0200)
tree71154743b33b0943a10ca7770d50c7be61c5e244
parent6e8dc6f1c0ee5ff1a0582a0f1810702783951c84
Basic engine tools

migrated the "common game code" from older projects

* input subsystem needs fixing, see the notice in input.h
* script subsystem needs some functionality (we just check for "quit" now lolz)
* someone could also check out screensaver.cpp and add some eyecandy

Signed-off-by: Mirek [exa] Kratochvil <exa.exa@gmail.com>
30 files changed:
data/VeraMono.ttf [new file with mode: 0644]
data/autoexec [new file with mode: 0644]
data/config [new file with mode: 0644]
data/pixmaps/particle.gray [new file with mode: 0644]
include/bytequeue.h [new file with mode: 0644]
include/common.h
include/conf.h [new file with mode: 0644]
include/console.h [new file with mode: 0644]
include/font.h [new file with mode: 0644]
include/game.h
include/input.h [new file with mode: 0644]
include/screensaver.h [new file with mode: 0644]
include/script.h [new file with mode: 0644]
include/sound.h [new file with mode: 0644]
include/timer.h [new file with mode: 0644]
include/video.h [new file with mode: 0644]
publish-repo.sh [new file with mode: 0755]
src/bytequeue.cpp [new file with mode: 0644]
src/common.cpp
src/conf.cpp [new file with mode: 0644]
src/console.cpp [new file with mode: 0644]
src/font.cpp [new file with mode: 0644]
src/game.cpp
src/input.cpp [new file with mode: 0644]
src/main.cpp [deleted file]
src/screensaver.cpp [new file with mode: 0644]
src/script.cpp [new file with mode: 0644]
src/sound.cpp [new file with mode: 0644]
src/timer.cpp [new file with mode: 0644]
src/video.cpp [new file with mode: 0644]