Age | Commit message (Expand) | Author |
2007-12-14 | renamed several structures, variables and functions | Gregory Montoir |
2007-12-14 | Added a note, switched to CLIP template for clipping, some cleanup | Filippos Karapetis |
2007-12-14 | Cleanup | Filippos Karapetis |
2007-12-13 | Fixing bug #1850343 (GOB1: Long beeping noise after cutscene) | Sven Hesse |
2007-12-13 | Adding a method to check whether a note currently playing | Sven Hesse |
2007-12-13 | Use CLIP template for clipping in the SAGA engine | Filippos Karapetis |
2007-12-13 | Use CLIP template for clipping in the AGI engine | Filippos Karapetis |
2007-12-13 | use CLIP template for clipping, made an array static const and renamed MAX_OB... | Gregory Montoir |
2007-12-13 | Added a proper fix for bug #1733238 - "FW: crash in copier room", taken from ... | Filippos Karapetis |
2007-12-13 | Fixed a regression from the latest cleanups | Filippos Karapetis |
2007-12-13 | Fixed an incorrect copy/paste | Filippos Karapetis |
2007-12-13 | Fixed regression introduced by the latest cleanups | Filippos Karapetis |
2007-12-13 | Fixed one more regression from the latest cleanup | Filippos Karapetis |
2007-12-13 | Fixed a regression from the latest cleanup | Filippos Karapetis |
2007-12-13 | Muting the compiler :P | Sven Hesse |
2007-12-13 | Cleanup and simplification | Filippos Karapetis |
2007-12-13 | Cleanup | Filippos Karapetis |
2007-12-13 | Cleanup | Filippos Karapetis |
2007-12-13 | Cleanup and simplification | Filippos Karapetis |
2007-12-13 | Changed the C style malloc/free to the C++ style new/delete | Filippos Karapetis |
2007-12-12 | Workaround for bug #1738485 | Chris Apers |
2007-12-12 | Fixed warning about casting away constness. | Torbjörn Andersson |
2007-12-12 | Cleanup, removed duplicate code | Filippos Karapetis |
2007-12-12 | simplify gfxModuleData_field_60, sync with cine code | Gregory Montoir |
2007-12-12 | Dynamic fix for several incorrect accented characters in the Italian version | Paul Gilbert |
2007-12-12 | Bugfix to return correct article indexes | Paul Gilbert |
2007-12-12 | Incremented the required version of lure.dat because string resource has changed | Paul Gilbert |
2007-12-12 | Redeveloped the processing of language item article prefixes to match how the... | Paul Gilbert |
2007-12-12 | Moved the language articles list to end of text strings to allow for increase... | Paul Gilbert |
2007-12-11 | Cleanup | Filippos Karapetis |
2007-12-11 | Changed some swaps to use the template SWAP | Filippos Karapetis |
2007-12-11 | Fix for bug #1848016 - "IHNM: Wrong Subtitles Color (Spanish)". The colors of... | Filippos Karapetis |
2007-12-11 | Make sure that text in message boxes in IHNM is always centered, regardless o... | Filippos Karapetis |
2007-12-11 | Workaround for bug #1763018. Since Amiga key doesn't work as a modifier with ... | Nicola Mettifogo |
2007-12-11 | Bugfix for the display of ASK, GIVE, and TELL actions in the status line | Paul Gilbert |
2007-12-11 | Bugfix to make the Use action work correctly | Paul Gilbert |
2007-12-10 | Added notes on currently supported preAGI games (Mickey, Winnie and Troll) | Filippos Karapetis |
2007-12-10 | Updated outdated comment. | Nicola Mettifogo |
2007-12-10 | Added 90 extra save slots for Nippon Safes. | Nicola Mettifogo |
2007-12-10 | * Switched Nippon Safes to use new names for savefiles. User will be asked to... | Nicola Mettifogo |
2007-12-10 | Save game header is 32 bits, not 16 | Filippos Karapetis |
2007-12-10 | When renaming a savefile, close the old file before deleting it to avoid errors. | Nicola Mettifogo |
2007-12-10 | Oops, fixed some problems with the last commit | Filippos Karapetis |
2007-12-10 | It's now possible again to import saved games from the original interpreter o... | Filippos Karapetis |
2007-12-10 | Remove old warnings, since errors are displayed via load/save interface. | Travis Howell |
2007-12-10 | Changed over warning messages for save/load errors from the debug console to ... | Paul Gilbert |
2007-12-10 | Readded lines from the spanish text strings I accidentally deleted | Paul Gilbert |
2007-12-10 | Added jvprat's changes to Spanish text strings | Paul Gilbert |
2007-12-10 | NDS: Put all blitters ASM functions in ITCM (can't hurt as long as there is s... | Bertrand Augereau |
2007-12-10 | NDS: Integrated Robin's LDRB * 2 -> LDRH + fixes(endianness & stack space) 14... | Bertrand Augereau |