scummvm/engines/cge2
2016-09-03 12:46:38 +02:00
..
bitmap.cpp CGE2: Initialize _h and _w in every constuctor of Bitmap. 2014-08-13 19:57:09 +02:00
bitmap.h CGE2: Fix formatting in bitmap.h. 2014-08-11 16:07:29 +02:00
cge2_main.cpp CGE2: Remove trailing whitespace 2014-10-28 16:06:07 +02:00
cge2_main.h CGE2: Remove trailing whitespace 2014-10-28 16:06:07 +02:00
cge2.cpp CGE2: Remove trailing whitespace 2014-10-28 16:06:07 +02:00
cge2.h ALL: Change main engine header guard defines to <directory>_<engine>_H 2016-05-17 18:21:30 +02:00
configure.engine CGE2: Add support for Sfinx. 2014-12-01 14:45:18 +01:00
console.cpp CGE2: Move implementation of Console into a .cpp file. 2014-07-28 16:26:10 +02:00
console.h CGE2: Move implementation of Console into a .cpp file. 2014-07-28 16:26:10 +02:00
detection.cpp JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
events.cpp JANITORIAL: Reduce GUI header dependencies 2016-04-14 13:30:14 +03:00
events.h CGE2: Get rid of _keyAlt. 2014-08-06 17:44:12 +02:00
fileio.cpp CGE2: Fix a crash when detecting an empty set of VOL files 2014-09-26 23:41:31 +02:00
fileio.h CGE2: Rename XCrpyt() to xCrypt(). 2014-08-11 15:31:34 +02:00
general.h CGE2: Implement display of speech bubbles. 2014-06-10 17:27:59 +02:00
hero.cpp CGE2: Remove trailing whitespace 2014-10-28 16:06:07 +02:00
hero.h CGE2: Add destructor to Hero(). 2014-07-17 17:33:04 +02:00
inventory.cpp CGE2: Some more minor cleanup 2014-08-03 15:44:20 +02:00
map.cpp CGE2: Remove trailing whitespace 2014-10-28 16:06:07 +02:00
map.h CGE2: Implement CGE2Engine::mapCross(). 2014-06-08 14:26:42 +02:00
module.mk CGE2: Implement debug console and add a debug channel for opcodes. 2014-07-26 12:59:39 +02:00
POTFILES CGE2: Add events.cpp to POTFILE 2016-02-20 21:24:49 +00:00
saveload.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
snail.cpp CGE2: Remove trailing whitespace 2014-10-28 16:06:07 +02:00
snail.h CGE2: Prevent the engine from entering an endless loop when loading. 2014-07-29 16:41:56 +02:00
sound.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
sound.h JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
spare.cpp CGE2: Silence warning about uninitialized variable. 2014-08-22 14:55:13 +02:00
spare.h CGE2: Remove trailing whitespace 2014-10-28 16:06:07 +02:00
talk.cpp CGE2: Remove trailing whitespace 2014-10-28 16:06:07 +02:00
talk.h CGE2: Move ColorBank and kColorNum to one place. 2014-07-29 13:25:39 +02:00
text.cpp CGE2: Use snprintf() instead of sprintf(). 2014-08-11 20:43:08 +02:00
text.h CGE2: Add workaround for the missing dialogs in room 21 (concert) 2014-07-07 10:41:43 +02:00
toolbar.cpp CGE2: Fix the case of a couple of constants, remove a useless variable 2014-09-28 23:43:07 +02:00
vga13h.cpp CGE2: More portable way of getting max long value 2016-05-02 17:50:15 +02:00
vga13h.h CGE2: Repair FXP's operator=(). 2014-08-12 10:05:51 +02:00
vmenu.cpp CGE2: Fix memory leak concerning the quit menu. 2014-08-03 11:36:56 +02:00
vmenu.h CGE2: Silence GCC warning concerning destructors of Choice's children. 2014-08-03 11:53:28 +02:00