scummvm/engines/agos
Johannes Schickel 71bdb86e02 Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
For further discussion check here:
https://github.com/scummvm/scummvm/pull/16

Conflicts:
	graphics/png.cpp
2011-05-01 16:54:45 +02:00
..
agos.cpp Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". 2011-05-01 16:54:45 +02:00
agos.h JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
animation.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
animation.h AUDIO: Rename sound/ dir to audio/ 2011-02-09 01:09:01 +00:00
charset-fontdata.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
charset.cpp Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew language 2010-04-12 21:21:06 +00:00
contain.cpp Cleanup. 2008-12-13 03:12:56 +00:00
cursor.cpp AGOS: Fix mouse cursor color in Simon 1. 2011-02-18 18:39:26 +01:00
debug.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
debug.h ALL: centre -> center 2011-04-14 14:34:28 +02:00
debugger.cpp DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine 2010-12-07 18:54:21 +00:00
debugger.h DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine 2010-12-07 18:54:21 +00:00
detection_tables.h AGOS: Add Polish version of Swampy Adventures. 2010-08-31 05:18:38 +00:00
detection.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
draw.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
event.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
feeble.cpp AGOS: Reduce header interdependencies 2011-02-09 00:13:42 +00:00
gfx.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
icons.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
input_pn.cpp Enable Personal Nightmare by default. 2009-08-12 02:24:03 +00:00
input.cpp AGOS: Make the "m" hotkey respect the mute setting. 2010-07-21 20:12:57 +00:00
intern.h Fix regression in the PC version of PN. 2009-05-01 05:39:06 +00:00
items.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
menus.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
midi.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
midi.h JANITORIAL: Format forward declarations to follow convention 2011-04-28 12:20:34 +03:00
midiparser_s1d.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
module.mk Split the script opcode table for DIMP, since it doesn't match(ie timers) other Puzzle Pack games. 2009-09-24 03:41:45 +00:00
oracle.cpp AGOS: Avoid hiding overloaded virtual methods 2011-02-27 21:25:05 +02:00
pn.cpp AGOS: Adapt to setPalette RGBA->RGB change. 2011-02-15 23:22:30 +01:00
res_ami.cpp Remove excess spaces. 2009-09-11 10:22:32 +00:00
res_snd.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
res.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
rooms.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
saveload.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
script_dp.cpp ALL: centre -> center 2011-04-14 14:34:28 +02:00
script_e1.cpp Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings 2009-07-03 10:40:49 +00:00
script_e2.cpp AGOS: cleanup 2010-03-10 20:56:54 +00:00
script_ff.cpp ALL: centre -> center 2011-04-14 14:34:28 +02:00
script_pn.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
script_pp.cpp ENGINES: Change 'colour' to 'color' 2010-11-17 12:22:08 +00:00
script_s1.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
script_s2.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
script_ww.cpp Cleanup. 2009-02-07 01:11:51 +00:00
script.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
sound.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
sound.h AUDIO: Rename sound/ dir to audio/ 2011-02-09 01:09:01 +00:00
string_pn.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
string.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
subroutine.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
verb_pn.cpp AGOS: Fixed code analysis warnings - bug #3087828 2010-10-15 15:23:53 +00:00
verb.cpp Cleanup: Treat booleans as booleans, not integers. (I hope I didn't mess up, 2010-07-04 07:32:12 +00:00
vga_e2.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
vga_ff.cpp ALL: centre -> center 2011-04-14 14:34:28 +02:00
vga_pn.cpp Enable Personal Nightmare by default. 2009-08-12 02:24:03 +00:00
vga_s1.cpp AGOS: Adapt to setPalette RGBA->RGB change. 2011-02-15 23:22:30 +01:00
vga_s2.cpp Fix spelling, cleanup 2010-06-15 12:33:20 +00:00
vga_ww.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
vga.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
vga.h Cleanup. 2009-02-07 03:36:36 +00:00
window.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
zones.cpp Always reset VGA memory pointer, when load zone in PN, since only a single zone is used. 2009-05-04 09:13:34 +00:00