scummvm/engines/cge2
Johannes Schickel 0b6befdcc5 ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.
_singleid   -> _singleId
_gameids    -> _gameIds
_guioptions -> _guiOptions
2016-03-08 19:01:13 +01: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 CGE2: Remove trailing whitespace 2014-10-28 16:06:07 +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 ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines. 2016-03-08 19:01:13 +01:00
events.cpp CGE2: Translate buttons in load and save dialogs. 2016-02-20 21:08:34 +00: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 CGE2: Remove trailing whitespace 2014-10-28 16:06:07 +02: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 CGE2: Constify strings 2014-09-28 23:57:26 +02:00
sound.h CGE2: Silent a CppCheck warning 2015-11-27 15:06:10 +01: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: Fix a couple of boolean values 2016-02-25 22:15:32 +01: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