Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-09 | DEVTOOLS: Temporarily modify create_teenagent to convert eseg blob. | D G Turner | |
This converts the eseg data to a readable string structure and outputs the result as C header code to stdout. Committing this for reference. | |||
2012-07-08 | TEENAGENT: Replaced non-const static variable in Scene class. | D G Turner | |
This could cause glitches with Return To Launcher and thus should be avoided. Replaced with a private member variable on the class. | |||
2012-07-08 | TEENAGENT: Migrate engine to using debugflags. | D G Turner | |
This required some restructuring of the header dependencies. | |||
2012-07-07 | TEENAGENT: 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-07 | TEENAGENT: Remove unecessary passing of OSystem to scene Class. | D G Turner | |
This can be accessed via the engine's _system variable instead. | |||
2012-07-07 | TEENAGENT: Migrate to using ConfMan singleton. | D G Turner | |
2012-07-07 | TEENAGENT: 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-05 | TEENAGENT: Add symbols for Segment sizes. | D G Turner | |
2012-07-05 | TEENAGENT: Removed unused quad functions from Segment class. | D G Turner | |
2012-07-05 | DEVTOOLS: 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-05 | DEVTOOLS: 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-04 | SCI: make g_base_opcode_formats and SciOpcodes a bit more readable | Filippos Karapetis | |
2012-07-04 | TEENAGENT: 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-04 | DOCS: Fix spelling of Yamaha. | Johannes Schickel | |
2012-07-04 | SCI: Fix spelling of Yamaha. | Johannes Schickel | |
Thanks to somaen for noticing. | |||
2012-07-04 | KYRA: Improve wording about possibly incorrect MT32->GM mapping. | Johannes Schickel | |
2012-07-04 | SCI: Add a check for invalid clip rectangles | Filippos Karapetis | |
Happens in QFG4, when starting a battle | |||
2012-07-04 | SCI: Some cleanup of the warnings in the SCI32 plane manipulation code | Filippos Karapetis | |
2012-07-04 | SCI: Make the debug message in kSetShowStyle more verbose | Filippos Karapetis | |
2012-07-04 | SCI: Mark the SetScroll and SetHotRectangles kernel functions as unused | Filippos Karapetis | |
2012-07-04 | GOB: Don't print a warning when oGeisha_checkData() doesn't find fin.tot | Sven 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-04 | GOB: Add a French DOS version of Geisha | Sven Hesse | |
As supplied by misterhands in bug report #3539797. | |||
2012-07-04 | GOB: Give the Geisha detection entries proper languages | Sven Hesse | |
2012-07-04 | SCI: Update some kernel table related comments | Filippos Karapetis | |
2012-07-04 | SCI: Update some version checks in kernelFrameout() to work with SCI3 too | Filippos Karapetis | |
2012-07-04 | SCI: Handle the autosave call of Torin's Passage | Filippos Karapetis | |
2012-07-04 | SCI: FileIO subop 19 checks for directory validity | Filippos Karapetis | |
This is used in Torin's Passage and LSL7 when autosaving | |||
2012-07-04 | SCI: Merge and simplify the code that sets the kernel functions | Filippos Karapetis | |
2012-07-03 | CGE: Use keycode instead of ascii value | Strangerke | |
2012-07-03 | CGE: Fix for missing inventory selection by numeric keys. | D G Turner | |
This fixes bug #3539671. | |||
2012-07-03 | ENGINES: Mention defaults for writable and deletable settings in ↵ | Johannes Schickel | |
SaveStateDescriptor docs. | |||
2012-07-03 | TSAGE: Slight cleanup in querySaveMetaInfos. | Johannes Schickel | |
2012-07-03 | TOON: Slight cleanup in querySaveMetaInfos. | Johannes Schickel | |
2012-07-03 | TOLTECTS: Slight cleanup in querySaveMetaInfos. | Johannes Schickel | |
2012-07-03 | TEENAGENT: Slight cleanup in querySaveMetaInfos. | Johannes Schickel | |
2012-07-03 | SWORD1: Slight cleanup in querySaveMetaInfos. | Johannes Schickel | |
2012-07-03 | SCI: Slight cleanup in querySaveMetaInfos. | Johannes Schickel | |
2012-07-03 | HUGO: Slight cleanup in querySaveMetaInfos. | Johannes Schickel | |
2012-07-03 | GROOVIE: Slight cleanup in querySaveMetaInfos. | Johannes Schickel | |
2012-07-03 | DREAMWEB: Slight cleanup in querySaveMetaInfos. | Johannes Schickel | |
2012-07-03 | DRACI: Slight cleanup in querySaveMetaInfos. | Johannes Schickel | |
2012-07-03 | CRUISE: Slight cleanup in querySaveMetaInfos. | Johannes Schickel | |
2012-07-03 | CGE: Slight cleanup in querySaveMetaInfos. | Johannes Schickel | |
2012-07-03 | SCUMM: Slight cleanup in querySaveMetaInfos. | Johannes Schickel | |
2012-07-03 | SAGA: 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-03 | BACKENDS: Remove unused member in DefaultTimerManager. | Johannes Schickel | |
Thanks to salty-horse for pointing this out. | |||
2012-07-03 | KYRA: Get rid of unused private class members. | Johannes Schickel | |
Thanks to salty-horse for pointing at these. | |||
2012-07-03 | JANITORIAL: Remove extra semicolons | Ori Avtalion | |
2012-07-03 | SCI: Move kGetWindowsOption together with the other misc kernel functions | Filippos Karapetis | |
2012-07-03 | SCI: Fix incorrect game options for SQ4CD | Filippos Karapetis | |