Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-24 | PARALLACTION: Improve safety of PathBuffer Accesses in Pathfinding. | D G Turner | |
2011-08-23 | DOCS: Updated German README (Liesmich). | Simon Sawatzki | |
At the suggestion of Kirben I removed the first paragraph that was telling that this document was just a translation and that more up-to-date information could be found in the original README. I removed this since the English README won't be installed anymore if the user selects German as language in the Windows installer. I also removed some English text that was translated in brackets and replaced it by the translation only since the German localisation now includes this text. | |||
2011-08-23 | COMPOSER: Change a common warning to use debug(). | Alyssa Milburn | |
2011-08-23 | COMPOSER: Another attempt to fix timing issues. | Alyssa Milburn | |
2011-08-23 | COMPOSER: Remove broken quitGame call. | Alyssa Milburn | |
2011-08-23 | COMPOSER: Replace install.inf with book.ini in some detection entries. | Alyssa Milburn | |
2011-08-23 | I18N: Regenerate translation.dat file | Thierry Crozat | |
2011-08-23 | I18N: Update Hungarian translation from patch #3396698 | Thierry Crozat | |
2011-08-23 | I18N: Update Czech translation from patch #3397009 | Thierry Crozat | |
2011-08-23 | GRAPHICS: Formatting. | Johannes Schickel | |
2011-08-23 | GRAPHICS: Display warning in case the SJIS.FNT version does not match. | Johannes Schickel | |
2011-08-23 | DREAMWEB: Renamed FreeObject to DynObject and ObjData to SetObject | Bertrand Augereau | |
2011-08-23 | DREAMWEB: 'getexad' ported to C++ | Bertrand Augereau | |
2011-08-23 | TSAGE: Implemented the Blue Force object list | Paul Gilbert | |
2011-08-23 | DREAMWEB: 'obname' ported to C++ | Bertrand Augereau | |
2011-08-23 | DREAMWEB: 'walkandexamine' ported to C++ | Bertrand Augereau | |
2011-08-23 | DREAMWEB: 'getflagunderp' ported to C++ | Bertrand Augereau | |
2011-08-23 | TSAGE: Started implementation of Blue Force UI classes | Paul Gilbert | |
2011-08-22 | I18N: Regenerate translations.dat file | Thierry Crozat | |
2011-08-22 | I18N: Update French translation | Thierry Crozat | |
2011-08-22 | I18N: Update Hungarian translation from patch #3387541 | Thierry Crozat | |
2011-08-22 | I18N: Update Czech translation from patch #3389757 | Thierry Crozat | |
2011-08-22 | DOC: Add extended file attribute for UTF-8 files on MacOS X | Thierry Crozat | |
2011-08-22 | DREAMWEB: 'checkone' ported to C++ | Bertrand Augereau | |
2011-08-22 | DREAMWEB: 'finishedwalking' ported to C++ | Bertrand Augereau | |
2011-08-22 | DREAMWEB: 'adjustlen' is not needed | Bertrand Augereau | |
2011-08-22 | DREAMWEB: 'checkiffree' ported to C++ | Bertrand Augereau | |
2011-08-22 | M4: Add new methods and variables needed by the objects_action script method | Paul Gilbert | |
2011-08-22 | SCUMM: Revert "Avoid calling malloc with new_size=0" | Willem Jan Palenstijn | |
This reverts commit d6f7e5933657e2e6fcbd1accf9f8a4b77454daec, and marks the issue with a FIXME. The problem is that it not only skips the malloc, but also the other code in that block. | |||
2011-08-22 | DISTS: Remove executable flag from BADA files | Sven Hesse | |
2011-08-22 | DISTS: Strip off windows-style line endings in BADA file | Sven Hesse | |
2011-08-22 | GRAPHICS: Fix indentation | Sven Hesse | |
2011-08-22 | BASE: Fix indentation | Sven Hesse | |
2011-08-22 | BADA: Strip trailing whitespace | Sven Hesse | |
2011-08-22 | BADA: Strip off windows-style line endings | Sven Hesse | |
2011-08-22 | BADA: Remove executable flag from files | Sven Hesse | |
2011-08-22 | Merge pull request #67 from chrisws/initial-bada-port-master | Willem Jan Palenstijn | |
This is the initial implementation of the BADA port. | |||
2011-08-21 | SCUMM: Actually disable the setShadowPalette used in Indy4... | Johannes Schickel | |
2011-08-21 | SCUMM: Fix typo in PC Speaker output. | Johannes Schickel | |
2011-08-21 | SCUMM: Disable setShadowPalette for Indy4 Amiga. | Johannes Schickel | |
Like palManipulateInit the setShadowPalette function is a nullsub in the original Amiga executable of Indy4. | |||
2011-08-21 | SCUMM: Fix for bug #3174197. | Johannes Schickel | |
The bug is: "FOA: Wrong colors in the Amiga version". In the original Indy4 Amiga executable palManipulateInit is a nullsub, thus the palette effect set up by the scripts is just ignored. The same might be true for other SCUMM Amiga games, but I can not check these thus I limited this to Indy4 Amiga for now. | |||
2011-08-21 | DREAMWEB: 'showframe' overload for this majority of clients that don't need ↵ | Bertrand Augereau | |
width and height returned | |||
2011-08-21 | DREAMWEB: 'showallfree' ported to C++ | Bertrand Augereau | |
2011-08-21 | DREAMWEB: 'calcfrframe' returns (width,height) in (cl,ch) | Bertrand Augereau | |
2011-08-21 | BADA: Remove incorrect BADA defined check | Chris Warren-Smith | |
2011-08-21 | BADA: Fix to restore audio upon mobile call completion | Chris Warren-Smith | |
2011-08-21 | BADA: Cleanup unused screen interface implementation | Chris Warren-Smith | |
2011-08-21 | BADA: Moved timer manager to backends/timer/bada | Chris Warren-Smith | |
2011-08-21 | BADA: Fixup indentation using tabs in lieu of space chars | Chris Warren-Smith | |
2011-08-21 | BADA: Fix to return correct integer values | Chris Warren-Smith | |