scummvm/engines/cge2
2014-07-09 10:41:36 +02:00
..
bitmap.cpp CGE2: Replace NULL with nullptr everywhere. 2014-07-07 21:42:45 +02:00
bitmap.h CGE2: Fix broken compilation by previous commit. 2014-07-04 18:04:40 +02:00
cge2_main.cpp CGE2: Implement switchColorMode(). 2014-07-09 10:41:36 +02:00
cge2_main.h CGE2: Implement "quit menu". 2014-06-21 01:57:18 +02:00
cge2.cpp CGE2: Implement loading from the Launcher. 2014-07-04 19:07:38 +02:00
cge2.h CGE2: Implement loading from the Launcher. 2014-07-04 19:07:38 +02:00
configure.engine
detection.cpp CGE2: Implement loading from the Launcher. 2014-07-04 19:07:38 +02:00
detection.h CGE2: Add skeleton for save/load system. 2014-06-29 20:36:54 +02:00
events.cpp CGE2: Replace NULL with nullptr everywhere. 2014-07-07 21:42:45 +02:00
events.h CGE2: Rework EventManager::handleEvents(). 2014-06-15 21:11:42 +02:00
fileio.cpp CGE2: Replace NULL with nullptr everywhere. 2014-07-07 21:42:45 +02:00
fileio.h CGE2: Fix loading of fixed-point integer values 2014-06-14 19:34:30 -04:00
general.h CGE2: Implement display of speech bubbles. 2014-06-10 17:27:59 +02:00
hero.cpp CGE2: Comment out Hero::contract() for now. 2014-07-08 14:09:11 +02:00
hero.h CGE2: Fix another probable memory-leak source. 2014-07-07 23:58:06 +02:00
map.cpp CGE2: Move kLineMax to cge2.h. 2014-06-10 14:02:17 +02:00
map.h CGE2: Implement CGE2Engine::mapCross(). 2014-06-08 14:26:42 +02:00
module.mk CGE2: Add skeleton for save/load system. 2014-06-29 20:36:54 +02:00
saveload.cpp CGE2: Implement loading from the Launcher. 2014-07-04 19:07:38 +02:00
snail.cpp CGE2: Replace NULL with nullptr everywhere. 2014-07-07 21:42:45 +02:00
snail.h CGE2: Silence some gcc warnings 2014-06-03 17:39:10 +02:00
sound.cpp CGE2: Replace NULL with nullptr everywhere. 2014-07-07 21:42:45 +02:00
sound.h CGE2: Implement snSound(). 2014-05-24 10:47:07 +02:00
spare.cpp CGE2: Fully implement the save/load system. 2014-07-04 18:39:03 +02:00
spare.h CGE2: Remove unnecessary parameter from Spare::sync(). 2014-07-04 13:01:28 +02:00
talk.cpp CGE2: Replace NULL with nullptr everywhere. 2014-07-07 21:42:45 +02:00
talk.h CGE2: Implement inf(). 2014-06-19 00:09:01 +02:00
text.cpp CGE2: Fix GCC warning, rewrite Text::clear() 2014-07-08 09:45:22 +02:00
text.h CGE2: Add workaround for the missing dialogs in room 21 (concert) 2014-07-07 10:41:43 +02:00
vga13h.cpp CGE2: Add extra clipping to Bitmap::hide 2014-07-07 21:48:02 -04:00
vga13h.h CGE2: Replace NULL with nullptr everywhere. 2014-07-07 21:42:45 +02:00
vmenu.cpp CGE2: Reduce the scope of some variables 2014-06-21 18:45:28 +02:00
vmenu.h CGE2: Add a virtual destructor in Choice, some minor cleanup 2014-06-27 07:34:27 +02:00