Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-17 | Added some casting of fields in debug statements | Paul Gilbert | |
svn-id: r29893 | |||
2007-12-17 | Changed Credits display to avoid the brief flash as the palette changed | Paul Gilbert | |
svn-id: r29892 | |||
2007-12-16 | Bugfix for Use actions to work correctly | Paul Gilbert | |
svn-id: r29891 | |||
2007-12-16 | Patch #1851568: INDY3 Mac: Grail Diary Fix | Max Horn | |
svn-id: r29890 | |||
2007-12-16 | Removed unused variable. | Torbjörn Andersson | |
svn-id: r29885 | |||
2007-12-16 | adding clickable menu functionality, which is very good to have on devices ↵ | Kostas Nakos | |
with fixed/cumbersome/synthesized left and right click events (wince, palmos, ...) svn-id: r29883 | |||
2007-12-16 | use the virtual keyboard facilities if available, when needed | Kostas Nakos | |
svn-id: r29882 | |||
2007-12-16 | Commit of patch #1848147 "KYRA: SoundTowns Update" with some changes. Thanks ↵ | Johannes Schickel | |
to Florian for the patch. svn-id: r29881 | |||
2007-12-16 | Changed an explicit warning/remainder into a code comment. | Nicola Mettifogo | |
svn-id: r29879 | |||
2007-12-16 | The _nativeMT32 in MidiMusic was never initialised. Rather than storing it in | Torbjörn Andersson | |
two different classes, use the value in SoundManager instead. As a consequence the engine now remaps the instruments from MT-32 to General MIDI for me, since isRoland() is true and hasNativeMT32() is false. Earlier, it didn't since the uninitialised _nativeMT32 happened to be true for me. svn-id: r29878 | |||
2007-12-16 | An element was missing in the initialisation of sounds during the endgame | Torbjörn Andersson | |
sequence. It seems to correspond to the original's end_seq_data, so this should be the correct value. I hope. svn-id: r29877 | |||
2007-12-16 | Clear the EXIT_CLICK_ID variable when entering a new room. Otherwise, if an | Torbjörn Andersson | |
exit warps back to the same room, clicking on the same exit again is misinterpreted as a double-click, and that only works if we're already walking towards that exit. Otherwise, the game will hang. This fixed bug #1851502 ("SWORD2: Black-out in Forest"). svn-id: r29876 | |||
2007-12-16 | Bugfix for walking to hotspots - if the mouse was already highlighting the ↵ | Paul Gilbert | |
hotspot when a room was entered, clicking on it would cause the player to walk to an arbitrary exit svn-id: r29875 | |||
2007-12-16 | Tweaked the delay for several of the introduction message screens | Paul Gilbert | |
svn-id: r29874 | |||
2007-12-16 | Hooked up the sound code to use the configuration for sfx and music, and ↵ | Paul Gilbert | |
added code from the original game that used the high bit of sounds to distinguish between the two svn-id: r29873 | |||
2007-12-16 | Added a debugger method to show a specified entry in the string table | Paul Gilbert | |
svn-id: r29872 | |||
2007-12-16 | Changed interruptableDelay method to not break when a modifier key is pressed | Paul Gilbert | |
svn-id: r29871 | |||
2007-12-16 | Changed delay method to not break when a modifier key is pressed | Paul Gilbert | |
svn-id: r29870 | |||
2007-12-16 | Bugfix for followers doing an Ask action in another room | Paul Gilbert | |
svn-id: r29869 | |||
2007-12-16 | Add alternative Spanish version Elvira 2 (DOS). | Travis Howell | |
svn-id: r29868 | |||
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-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 | 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 |