Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-08 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-07-08 | I18N: Update all translations from source code | Thierry Crozat | |
This in particular fixes the spelling of Yamaha. | |||
2012-07-08 | I18N: Update French translation | Thierry Crozat | |
2012-07-08 | COMPOSER: Fix parsing v1 book groups. | Alyssa Milburn | |
This fixes bug #3539019. | |||
2012-07-08 | MOHAWK: Run animations attached to LiveText items. | Alyssa Milburn | |
Should fix bug #3541294. | |||
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 | SCUMM: Correct HE version for another English Windows version of Freddi Fish ↵ | Travis Howell | |
and Luther's Maze Madness. | |||
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 | TOON: Remove unecessary getSystem() function. | D G Turner | |
This was needed due to the unecessary protected shadow variable hiding the Engine superclass _system member variable. | |||
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-07 | SCUMM: Add another English Windows version of Freddi Fish and Luther's Maze ↵ | Travis Howell | |
Madness. | |||
2012-07-07 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-07-06 | Merge pull request #253 from somaen/norsk-oversettelse | Thierry Crozat | |
I18N: Update norwegian (Bokmaal)-translation | |||
2012-07-07 | DOCS: Add Danish QuickStart file | Thierry Crozat | |
This was sent by Steffen Nyeland by email. | |||
2012-07-07 | I18N: Update Danish translation | Thierry Crozat | |
This was sent by Steffen Nyeland by email. | |||
2012-07-07 | DOCS: Update Swedish README from patch #3539543 | Thierry Crozat | |
2012-07-06 | Merge pull request #235 from tobigun/android-theme | Johannes Schickel | |
ANDROID: disable compression for zip-file assets | |||
2012-07-06 | SCI: Better handling for Phantasmagoria's odd screen size | Filippos Karapetis | |
Still not right, as the width isn't set | |||
2012-07-06 | SCI: Add a hack to handle the internal script resolution in Phantasmagoria | Filippos Karapetis | |
2012-07-05 | CGE: Silent some CppCheck warnings | Strangerke | |
2012-07-05 | CGE: Remove hack used to store keycode in CGEEvent | Strangerke | |
2012-07-05 | SCI: Fix typo | Filippos Karapetis | |
2012-07-05 | SCI: Handle calls from MessageState::outputString() to arrays | Filippos Karapetis | |
This happens during the intro of LSL6 hires (room 110) | |||
2012-07-05 | SCI: Some updates to SCI32 kernel graphics functions | Filippos Karapetis | |
- Added a stub for kSetScroll, which sets the target picture immediately for now - Added an initial stub of kPalCycle (doesn't work correctly yet) - Adjusted the signatures of kUpdateLine and kDeleteLine for LSL6 - Unmapped kSetHotRectangles again, with updated information on how it is used in Phantasmagoria | |||
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-05 | WIN32: Also embed scummclassic.zip in the executable. | Johannes Schickel | |
This is required to have proper translation support with the classic theme without having an external scummclassic.zip. | |||
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 | CREDITS: Drop my middle initial to stay within the size-limit for AUTHORS, ↵ | Einar Johan Trøan Sømåen | |
and add handle. | |||
2012-07-04 | I18N: Update the Norwegian (Bokmål)-translation | Einar Johan Trøan Sømåen | |
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 |