scummvm/engines/m4
Torbjörn Andersson 22ca0c1e92 Renamed line() to drawLine() to silence warning about function parameters in
dialogs.cpp shadowing it. Actually, the function doesn't seem to be used
anywhere at the moment, but perhaps someone has future plans for it?

svn-id: r46331
2009-12-11 17:14:55 +00:00
..
actor.cpp M4: Make M4Surface member w, h, pixels protected; some cleanup 2009-12-07 18:22:18 +00:00
actor.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
animation.cpp M4: Move 'determine transparent color' hack into a new M4Sprite method 2009-12-07 18:23:28 +00:00
animation.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
assets.cpp M4: Rename M4Surface::getData() to getBasePtr() for consistency 2009-12-07 18:20:20 +00:00
assets.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
burger_data.h Whitespace cleanup: Convert space followed by tab to just tab 2009-03-07 19:24:31 +00:00
compression.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
compression.h Introduced new type Common::DisposeAfterUse::Flag 2009-10-18 19:41:59 +00:00
console.cpp Beginnings of a dialog display class 2009-12-11 09:41:27 +00:00
console.h Beginnings of a dialog display class 2009-12-11 09:41:27 +00:00
converse.cpp Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +00:00
converse.h Fixed warnings. (Mainly, GCC 4.3 doesn't want you to use "char" as an array 2008-06-09 17:50:52 +00:00
detection.cpp Added game GUI options to advancedDetector and updated all engines 2009-06-06 17:56:41 +00:00
dialogs.cpp Beginnings of a dialog display class 2009-12-11 09:41:27 +00:00
dialogs.h Beginnings of a dialog display class 2009-12-11 09:41:27 +00:00
events.cpp M4: Make M4Surface member w, h, pixels protected; some cleanup 2009-12-07 18:22:18 +00:00
events.h Added the basics of a action list display 2009-11-26 11:48:43 +00:00
font.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
font.h
globals.cpp Beginnings of a dialog display class 2009-12-11 09:41:27 +00:00
globals.h Beginnings of a dialog display class 2009-12-11 09:41:27 +00:00
graphics.cpp Renamed line() to drawLine() to silence warning about function parameters in 2009-12-11 17:14:55 +00:00
graphics.h Renamed line() to drawLine() to silence warning about function parameters in 2009-12-11 17:14:55 +00:00
gui.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
gui.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
hotspot.cpp Removed all the '- 1' from calls to get vocabs, centralising it in the getVocab method. This is correct, as the first element in the game vocab list is '1', not '0'. 2009-11-11 09:55:05 +00:00
hotspot.h Merged loadHotSpotsMads() and loadHotSpotsM4() 2008-10-02 22:04:34 +00:00
m4_menus.cpp M4: Make M4Surface member w, h, pixels protected; some cleanup 2009-12-07 18:22:18 +00:00
m4_menus.h
m4_views.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
m4_views.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
m4.cpp Changed MidiDriver::createMidi to take a MidiDriverType instead of an int 2009-12-09 18:12:51 +00:00
m4.h Expanded the actions view into a full user interface view, and added support for highlighting of user interface elements 2009-12-05 05:44:46 +00:00
mads_anim.cpp M4: Make M4Surface member w, h, pixels protected; some cleanup 2009-12-07 18:22:18 +00:00
mads_anim.h Beginnings of support for AA file animations. The mads_anim.cpp commit is part of this, not the previous commit 2009-11-11 09:56:29 +00:00
mads_menus.cpp M4: Move 'determine transparent color' hack into a new M4Sprite method 2009-12-07 18:23:28 +00:00
mads_menus.h
midi.cpp Fix a new/free mismatch when creating a MemoryReadStream from a MemoryWriteStreamDynamic by changing MemoryWriteStreamDynamic to use malloc/free instead of new/delete[]. This could have affected ScummEngine_v4::prepareSavegame(). 2009-09-03 16:15:10 +00:00
midi.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
module.mk Beginnings of a dialog display class 2009-12-11 09:41:27 +00:00
rails.cpp M4: Make M4Surface member w, h, pixels protected; some cleanup 2009-12-07 18:22:18 +00:00
rails.h
resource.cpp Reworked of code line in changeExtension that was giving a cppcheck warning 2009-10-01 12:12:07 +00:00
resource.h
saveload.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
saveload.h
scene.cpp Beginnings of a dialog display class 2009-12-11 09:41:27 +00:00
scene.h Hooked up the actions list and object-specific actions to change the status text 2009-12-05 11:32:19 +00:00
script.cpp Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings and issues in compilers which don't support NORETURN 2009-09-24 17:52:53 +00:00
script.h Add comment why the syntax for ScriptDataCache::load was changed. 2009-08-24 12:27:25 +00:00
scripttab.h
sound.cpp Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings and issues in compilers which don't support NORETURN 2009-09-24 17:52:53 +00:00
sound.h
sprite.cpp M4: Move 'determine transparent color' hack into a new M4Sprite method 2009-12-07 18:23:28 +00:00
sprite.h M4: Move 'determine transparent color' hack into a new M4Sprite method 2009-12-07 18:23:28 +00:00
staticres.cpp Added a staticres file with the MADS articles list, and added an article field to the MADSObject class 2009-11-12 10:07:44 +00:00
staticres.h Added a staticres file with the MADS articles list, and added an article field to the MADSObject class 2009-11-12 10:07:44 +00:00
viewmgr.cpp M4: Make M4Surface member w, h, pixels protected; some cleanup 2009-12-07 18:22:18 +00:00
viewmgr.h Expanded the actions view into a full user interface view, and added support for highlighting of user interface elements 2009-12-05 05:44:46 +00:00
woodscript.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
woodscript.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
ws_machine.cpp Whitespace cleanup: Convert space followed by tab to just tab 2009-03-07 19:24:31 +00:00
ws_sequence.cpp M4: Make M4Surface member w, h, pixels protected; some cleanup 2009-12-07 18:22:18 +00:00