Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-16 | Add Spanish fan translation of Elvira 1 (DOS). | Travis Howell | |
svn-id: r29867 | |||
2007-12-16 | Workaround for bug #1487382 ("SWORD2: Game freezes"). It appears to be a script | Torbjörn Andersson | |
bug. svn-id: r29866 | |||
2007-12-15 | Fixed typo in comment. | Torbjörn Andersson | |
svn-id: r29865 | |||
2007-12-15 | debug(C) parameter type fixes. | Johannes Schickel | |
svn-id: r29864 | |||
2007-12-15 | Added halfbrite effect to Nippon Safes Amiga. Implementation is not ↵ | Nicola Mettifogo | |
complete, since the spotlight during Donna's dance is not moving yet. svn-id: r29863 | |||
2007-12-15 | Remove bad workaround and change compiler options (no optimization, no inline) | Chris Apers | |
svn-id: r29862 | |||
2007-12-15 | Added missing symbol definition | Chris Apers | |
svn-id: r29861 | |||
2007-12-14 | renamed several structures, variables and functions | Gregory Montoir | |
svn-id: r29860 | |||
2007-12-14 | Added a note, switched to CLIP template for clipping, some cleanup | Filippos Karapetis | |
svn-id: r29859 | |||
2007-12-14 | Cleanup | Filippos Karapetis | |
svn-id: r29858 | |||
2007-12-13 | Fixing bug #1850343 (GOB1: Long beeping noise after cutscene) | Sven Hesse | |
svn-id: r29857 | |||
2007-12-13 | Adding a method to check whether a note currently playing | Sven Hesse | |
svn-id: r29856 | |||
2007-12-13 | Use CLIP template for clipping in the SAGA engine | Filippos Karapetis | |
svn-id: r29855 | |||
2007-12-13 | Use CLIP template for clipping in the AGI engine | Filippos Karapetis | |
svn-id: r29854 | |||
2007-12-13 | use CLIP template for clipping, made an array static const and renamed ↵ | Gregory Montoir | |
MAX_OBJECTDATA to MAX_VAR svn-id: r29853 | |||
2007-12-13 | Added a proper fix for bug #1733238 - "FW: crash in copier room", taken from ↵ | Filippos Karapetis | |
next_ghost's patch #1848173 - "ScriptVars class implementation for CinE" svn-id: r29852 | |||
2007-12-13 | Fixed a regression from the latest cleanups | Filippos Karapetis | |
svn-id: r29851 | |||
2007-12-13 | Fixed an incorrect copy/paste | Filippos Karapetis | |
svn-id: r29850 | |||
2007-12-13 | Fixed regression introduced by the latest cleanups | Filippos Karapetis | |
svn-id: r29849 | |||
2007-12-13 | Fixed one more regression from the latest cleanup | Filippos Karapetis | |
svn-id: r29848 | |||
2007-12-13 | Fixed a regression from the latest cleanup | Filippos Karapetis | |
svn-id: r29847 | |||
2007-12-13 | Muting the compiler :P | Sven Hesse | |
svn-id: r29846 | |||
2007-12-13 | Cleanup and simplification | Filippos Karapetis | |
svn-id: r29845 | |||
2007-12-13 | Cleanup | Filippos Karapetis | |
svn-id: r29844 | |||
2007-12-13 | Cleanup | Filippos Karapetis | |
svn-id: r29843 | |||
2007-12-13 | Cleanup and simplification | Filippos Karapetis | |
svn-id: r29842 | |||
2007-12-13 | Changed the C style malloc/free to the C++ style new/delete | Filippos Karapetis | |
svn-id: r29841 | |||
2007-12-12 | Workaround for bug #1738485 | Chris Apers | |
svn-id: r29840 | |||
2007-12-12 | Fixed warning about casting away constness. | Torbjörn Andersson | |
svn-id: r29839 | |||
2007-12-12 | Cleanup, removed duplicate code | Filippos Karapetis | |
svn-id: r29838 | |||
2007-12-12 | simplify gfxModuleData_field_60, sync with cine code | Gregory Montoir | |
svn-id: r29837 | |||
2007-12-12 | Dynamic fix for several incorrect accented characters in the Italian version | Paul Gilbert | |
svn-id: r29836 | |||
2007-12-12 | Bugfix to return correct article indexes | Paul Gilbert | |
svn-id: r29835 | |||
2007-12-12 | Incremented the required version of lure.dat because string resource has changed | Paul Gilbert | |
svn-id: r29834 | |||
2007-12-12 | Redeveloped the processing of language item article prefixes to match how ↵ | Paul Gilbert | |
the original handles the various languages svn-id: r29833 | |||
2007-12-12 | Moved the language articles list to end of text strings to allow for ↵ | Paul Gilbert | |
increased size svn-id: r29831 | |||
2007-12-11 | Cleanup | Filippos Karapetis | |
svn-id: r29830 | |||
2007-12-11 | Changed some swaps to use the template SWAP | Filippos Karapetis | |
svn-id: r29829 | |||
2007-12-11 | Fix for bug #1848016 - "IHNM: Wrong Subtitles Color (Spanish)". The colors ↵ | Filippos Karapetis | |
of the default palette in the Spanish version of the game are shifted by 1. svn-id: r29828 | |||
2007-12-11 | Make sure that text in message boxes in IHNM is always centered, regardless ↵ | Filippos Karapetis | |
of language svn-id: r29827 | |||
2007-12-11 | Workaround for bug #1763018. Since Amiga key doesn't work as a modifier with ↵ | Nicola Mettifogo | |
SDL, we're allowing Amiga users to quit with Ctrl-z or Alt-x. This also fixes bug #1762886. svn-id: r29826 | |||
2007-12-11 | Bugfix for the display of ASK, GIVE, and TELL actions in the status line | Paul Gilbert | |
svn-id: r29825 | |||
2007-12-11 | Bugfix to make the Use action work correctly | Paul Gilbert | |
svn-id: r29824 | |||
2007-12-10 | Added notes on currently supported preAGI games (Mickey, Winnie and Troll) | Filippos Karapetis | |
svn-id: r29823 | |||
2007-12-10 | Updated outdated comment. | Nicola Mettifogo | |
svn-id: r29822 | |||
2007-12-10 | Added 90 extra save slots for Nippon Safes. | Nicola Mettifogo | |
svn-id: r29821 | |||
2007-12-10 | * Switched Nippon Safes to use new names for savefiles. User will be asked ↵ | Nicola Mettifogo | |
to perform conversion on engine start. * Special files used for keeping track of completed parts of the game have been replaced by special savefile 'nippon.999'. svn-id: r29820 | |||
2007-12-10 | Save game header is 32 bits, not 16 | Filippos Karapetis | |
svn-id: r29819 | |||
2007-12-10 | When renaming a savefile, close the old file before deleting it to avoid errors. | Nicola Mettifogo | |
svn-id: r29818 | |||
2007-12-10 | Oops, fixed some problems with the last commit | Filippos Karapetis | |
svn-id: r29817 |