scummvm/engines/agi
2007-03-21 21:38:53 +00:00
..
agi_v2.cpp Formating names in source code 2007-01-16 12:40:51 +00:00
agi_v3.cpp Get rid of _opt. Cleanup. 2007-02-13 15:27:36 +00:00
agi.cpp Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again 2007-03-17 19:02:05 +00:00
agi.h Allow synthetic events in dialog windows, e.g. so you can use keyboard repeat 2007-03-17 16:08:29 +00:00
checks.cpp Fixing various doxygen warnings 2007-02-03 21:37:52 +00:00
console.cpp Fixed error handling: we count the command itself in argc, and returning false 2007-03-10 11:16:16 +00:00
console.h Formating names in source code 2007-01-16 12:40:51 +00:00
cycle.cpp adding debug message if running AGIPAL game 2007-03-21 21:38:53 +00:00
detection.cpp adding GF_AGIPAL to those games which have that feature (the ones with pal.101) and fixing a typo 2007-03-18 23:28:22 +00:00
font.h More header consistency fixes. (Actually, there was nothing at all to keep 2007-02-20 17:22:58 +00:00
global.cpp Get rid of _opt. Cleanup. 2007-02-13 15:27:36 +00:00
graphics.cpp adding AGIPAL support (for changing palettes in some fan games) Patch:1684685 2007-03-21 20:13:40 +00:00
graphics.h adding AGIPAL support (for changing palettes in some fan games) Patch:1684685 2007-03-21 20:13:40 +00:00
id.cpp Get rid of _opt. Cleanup. 2007-02-13 15:27:36 +00:00
inv.cpp Remove #include "agi/text.h"; fixes build. Pointyhat to aquadran. 2007-01-16 13:09:42 +00:00
keyboard.cpp Get rid of _opt. Cleanup. 2007-02-13 15:27:36 +00:00
keyboard.h Allow synthetic events in dialog windows, e.g. so you can use keyboard repeat 2007-03-17 16:08:29 +00:00
logic.cpp Formating names in source code 2007-01-16 12:40:51 +00:00
logic.h More header consistency fixes. (Actually, there was nothing at all to keep 2007-02-20 17:22:58 +00:00
lzw.cpp Replaced uses of fprintf() with warning() or error() 2007-03-08 17:23:19 +00:00
lzw.h More header consistency fixes. (Actually, there was nothing at all to keep 2007-02-20 17:22:58 +00:00
menu.cpp Remove #include "agi/text.h"; fixes build. Pointyhat to aquadran. 2007-01-16 13:09:42 +00:00
menu.h Formating names in source code 2007-01-16 12:40:51 +00:00
module.mk Finish restructuring font data header for const correctness. 2007-01-16 09:24:13 +00:00
motion.cpp Fixing various doxygen warnings 2007-02-03 21:37:52 +00:00
objects.cpp Formating names in source code 2007-01-16 12:40:51 +00:00
op_cmd.cpp adding AGIPAL support (for changing palettes in some fan games) Patch:1684685 2007-03-21 20:13:40 +00:00
op_dbg.cpp Formating names in source code 2007-01-16 12:40:51 +00:00
op_test.cpp Fixing various doxygen warnings 2007-02-03 21:37:52 +00:00
opcodes.h More header consistency fixes. (Actually, there was nothing at all to keep 2007-02-20 17:22:58 +00:00
patches.cpp Formating names in source code 2007-01-16 12:40:51 +00:00
picture.cpp Fixed picture drawing bug in pattern data (should only affect v3 + sq1 games only). Fixes Goldrush intro. Does not seem to break any other v3 game or SQ2 2007-01-27 01:59:37 +00:00
picture.h More header consistency fixes. (Actually, there was nothing at all to keep 2007-02-20 17:22:58 +00:00
predictive.cpp made rtrim() and ltrim() global functions, to reduce code duplication (it seems parallaction/parser.cpp code re-use them too 2007-02-13 21:06:57 +00:00
savegame.cpp Allow synthetic events in dialog windows, e.g. so you can use keyboard repeat 2007-03-17 16:08:29 +00:00
sound.cpp Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me 2007-02-20 18:50:17 +00:00
sound.h Fix alignment issues in wince port. 2007-02-26 18:34:00 +00:00
sprite.cpp Remove #include "agi/text.h"; fixes build. Pointyhat to aquadran. 2007-01-16 13:09:42 +00:00
sprite.h Formating names in source code 2007-01-16 12:40:51 +00:00
text.cpp Allow synthetic events in dialog windows, e.g. so you can use keyboard repeat 2007-03-17 16:08:29 +00:00
view.cpp Formating names in source code 2007-01-16 12:40:51 +00:00
view.h Formating names in source code 2007-01-16 12:40:51 +00:00
words.cpp Formating names in source code 2007-01-16 12:40:51 +00:00