Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-24 | AUDIO: Remove default rate parameter from xa | Matthew Hoops | |
2011-08-24 | AUDIO: Rename Vag to XA | Matthew Hoops | |
Vag is really an XA container, and one that we do not have a decoder for (nor need) | |||
2011-08-24 | DREAMWEB: 'checkcoords' ported to C++ | Bertrand Augereau | |
(Still has __dispatch_call dependency) | |||
2011-08-24 | DREAMWEB: 'dumpblink' ported to C++ | Bertrand Augereau | |
2011-08-24 | DREAMWEB: 'showblink' ported to C++ | Bertrand Augereau | |
2011-08-24 | DREAMWEB: Ported 'delpointer' to C++ | Bertrand Augereau | |
2011-08-24 | DREAMWEB: 'geteitherad' ported to C++ | Bertrand Augereau | |
2011-08-24 | HUGO: Coding style fixes. | Alyssa Milburn | |
2011-08-24 | DRASCULA: Separated the save name syncing code, and added a TODO | Filippos Karapetis | |
2011-08-24 | PARALLACTION: Correct Previous Commit to Coding Conventions. | D G Turner | |
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. |