aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-08TEENAGENT: Migrate engine to using debugflags.D G Turner
This required some restructuring of the header dependencies.
2012-07-07TEENAGENT: Enable commented out debug statements.D G Turner
Commented out code is not good practice. Will change these statements to using debugflags instead in a future commit.
2012-07-07TEENAGENT: Remove unecessary passing of OSystem to scene Class.D G Turner
This can be accessed via the engine's _system variable instead.
2012-07-07TEENAGENT: Migrate to using ConfMan singleton.D G Turner
2012-07-07TEENAGENT: Remove static Resources class Instance.D G Turner
This is replaced by an engine instance. This should prevent issues with Return To Launcher and may remove issues with file handles.
2012-07-05TEENAGENT: Add symbols for Segment sizes.D G Turner
2012-07-05TEENAGENT: Removed unused quad functions from Segment class.D G Turner
2012-07-05DEVTOOLS: Migrate create_teenagent to static data tables.D G Turner
This simplifies the tool code and removes the need to have a specific executable version as an input file for this tool.
2012-07-05DEVTOOLS: Remove executable MD5sum check from create_teenagent tool.D G Turner
Since the md5 class is now unused, it is removed as well.
2012-07-04SCI: make g_base_opcode_formats and SciOpcodes a bit more readableFilippos Karapetis
2012-07-04TEENAGENT: Fix erroneous files in savegame listing.D G Turner
This was achieved by making the detection pattern stricter to avoid matching the dat file or other extraneous files in the savegame path. This fixes bug #3539774 "TEENAGENT : teenagent.dat considered as a savegame". Also did some minor formatting and string function usage cleanup.
2012-07-04DOCS: Fix spelling of Yamaha.Johannes Schickel
2012-07-04SCI: Fix spelling of Yamaha.Johannes Schickel
Thanks to somaen for noticing.
2012-07-04KYRA: Improve wording about possibly incorrect MT32->GM mapping.Johannes Schickel
2012-07-04SCI: Add a check for invalid clip rectanglesFilippos Karapetis
Happens in QFG4, when starting a battle
2012-07-04SCI: Some cleanup of the warnings in the SCI32 plane manipulation codeFilippos Karapetis
2012-07-04SCI: Make the debug message in kSetShowStyle more verboseFilippos Karapetis
2012-07-04SCI: Mark the SetScroll and SetHotRectangles kernel functions as unusedFilippos Karapetis
2012-07-04GOB: Don't print a warning when oGeisha_checkData() doesn't find fin.totSven Hesse
Geisha looks if fin.tot exists to check if it needs to open disk3.stk. This is completely normal, so don't print a warning.
2012-07-04GOB: Add a French DOS version of GeishaSven Hesse
As supplied by misterhands in bug report #3539797.
2012-07-04GOB: Give the Geisha detection entries proper languagesSven Hesse
2012-07-04SCI: Update some kernel table related commentsFilippos Karapetis
2012-07-04SCI: Update some version checks in kernelFrameout() to work with SCI3 tooFilippos Karapetis
2012-07-04SCI: Handle the autosave call of Torin's PassageFilippos Karapetis
2012-07-04SCI: FileIO subop 19 checks for directory validityFilippos Karapetis
This is used in Torin's Passage and LSL7 when autosaving
2012-07-04SCI: Merge and simplify the code that sets the kernel functionsFilippos Karapetis
2012-07-03CGE: Use keycode instead of ascii valueStrangerke
2012-07-03CGE: Fix for missing inventory selection by numeric keys.D G Turner
This fixes bug #3539671.
2012-07-03ENGINES: Mention defaults for writable and deletable settings in ↵Johannes Schickel
SaveStateDescriptor docs.
2012-07-03TSAGE: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03TOON: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03TOLTECTS: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03TEENAGENT: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03SWORD1: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03SCI: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03HUGO: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03GROOVIE: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03DREAMWEB: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03DRACI: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03CRUISE: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03CGE: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03SCUMM: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-07-03SAGA: Slight cleanup in querySaveMetaInfos implementation.Johannes Schickel
Saves are writable and deletable by default, there is no need to mark them explicitly as such.
2012-07-03BACKENDS: Remove unused member in DefaultTimerManager.Johannes Schickel
Thanks to salty-horse for pointing this out.
2012-07-03KYRA: Get rid of unused private class members.Johannes Schickel
Thanks to salty-horse for pointing at these.
2012-07-03JANITORIAL: Remove extra semicolonsOri Avtalion
2012-07-03SCI: Move kGetWindowsOption together with the other misc kernel functionsFilippos Karapetis
2012-07-03SCI: Fix incorrect game options for SQ4CDFilippos Karapetis
2012-07-03SCI: Remove an unnecessary warning and related FIXME commentsFilippos Karapetis
It's perfectly normal behavior to have locals with a smaller segment ID than the ID of their respective script, e.g. when scripts are uninstantiated and then instantiated again
2012-07-03SCI: Remove unnecessary const-castWillem Jan Palenstijn