Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-30 | Of course, that also means that 'slot' should be 3 characters, not 2. | Torbjörn Andersson | |
svn-id: r29150 | |||
2007-09-30 | Terminate the string used to hold the save slot number, or strange things may | Torbjörn Andersson | |
happen. (In my case, it was looking for slot 10, 20, 30, ... instead of the correct 1, 2, 3...) svn-id: r29149 | |||
2007-09-30 | Some updates to the hard coded strings of the Spanish version of IHNM ↵ | Filippos Karapetis | |
(thanks jvprat) svn-id: r29148 | |||
2007-09-30 | Fixed the placement of the save game reminder icon in IHNM | Filippos Karapetis | |
svn-id: r29147 | |||
2007-09-30 | Removed all the unneeded hard coded strings from the Italian fan translation ↵ | Filippos Karapetis | |
of IHNM, added the hard coded strings of the Spanish version of IHNM svn-id: r29146 | |||
2007-09-30 | IHNM does not have excuse texts | Filippos Karapetis | |
svn-id: r29145 | |||
2007-09-30 | Fixed action lists to sort correctly for non-English languages | Paul Gilbert | |
svn-id: r29144 | |||
2007-09-30 | Mention DMedia MIDI driver in NEWS | Max Horn | |
svn-id: r29143 | |||
2007-09-30 | Patch #1804801: DMedia MIDI driver for IRIX | Max Horn | |
svn-id: r29142 | |||
2007-09-30 | Bugfix to italian tick handler offsets | Paul Gilbert | |
svn-id: r29140 | |||
2007-09-30 | removed unused function, simplified handlePattern | Gregory Montoir | |
svn-id: r29139 | |||
2007-09-30 | fix incomplete savestate prefix | Gregory Montoir | |
svn-id: r29138 | |||
2007-09-30 | Fix load offset for straw fire, and added proper cross-language handling of ↵ | Paul Gilbert | |
initial talks to strangers svn-id: r29137 | |||
2007-09-30 | Added cross-language handling for the top menu | Paul Gilbert | |
svn-id: r29136 | |||
2007-09-30 | Remove target 'tools' from the deps of target 'all' | Max Horn | |
svn-id: r29135 | |||
2007-09-30 | Fixed bug #1804805 - "IHNM: crash/glitch with italian fan patch" | Filippos Karapetis | |
Added the Italian fan translation of IHNM, created a workaround for invalid string data in the Italian fan translation and added some hard coded strings which are changed in the original game executable with the Italian fan translation patch svn-id: r29134 | |||
2007-09-29 | don't update the screen directly after a gamestate load ; keychars and room ↵ | Gregory Montoir | |
background are now redrawn on the same frame (bug #1751226) svn-id: r29133 | |||
2007-09-29 | workaround for original game glitch (bug #1751170) | Gregory Montoir | |
svn-id: r29132 | |||
2007-09-29 | Added a hack for the tools to allow building on MinGW with SDL backend. (see ↵ | Johannes Schickel | |
bug #1800764 "TOOLS: MinGW tools building broken") svn-id: r29131 | |||
2007-09-29 | Fix bug #1803020: Oddity in Makefile.common | Max Horn | |
svn-id: r29130 | |||
2007-09-29 | When skipping the IHNM intro, skip all the way to the character selection | Torbjörn Andersson | |
screen. svn-id: r29129 | |||
2007-09-29 | As far as I can tell, there's no point in setting sceneSkipTarget to true here. | Torbjörn Andersson | |
There are no other scenes before it. svn-id: r29128 | |||
2007-09-29 | Allow the user to change scalers, fullscreen mode, etc. without terminating the | Torbjörn Andersson | |
IHNM intro. In other words, don't terminate the intro just because the user presses a modifier key. The original didn't either. svn-id: r29127 | |||
2007-09-28 | Updated version number in installation files | Lars Persson | |
svn-id: r29126 | |||
2007-09-28 | sadfUpdated version number in installation files | Lars Persson | |
svn-id: r29125 | |||
2007-09-28 | Updated README for some small build details | Lars Persson | |
svn-id: r29124 | |||
2007-09-28 | Added support for Drascula and new system files | Lars Persson | |
svn-id: r29123 | |||
2007-09-28 | Updated with Drascula and new ARM asm opts. | Lars Persson | |
svn-id: r29122 | |||
2007-09-28 | Updated actions (compared with PocketPC) | Lars Persson | |
svn-id: r29121 | |||
2007-09-28 | Updated include order and H file naming | Lars Persson | |
svn-id: r29120 | |||
2007-09-28 | Don't include windows.h for Symbian emulator builds | Lars Persson | |
svn-id: r29119 | |||
2007-09-28 | Symbian OS does not have ELOOP defined as an error, so #ifdef around those ↵ | Lars Persson | |
two cases. svn-id: r29118 | |||
2007-09-28 | Add PALMOS sections to ARM rate conversion sound code to preserve r10 | Robin Watts | |
for calls back into C/C++. svn-id: r29117 | |||
2007-09-28 | Fix to correctly reset action sequence list between languages | Paul Gilbert | |
svn-id: r29116 | |||
2007-09-28 | Bugfix to extract correct hotspot offsets list for Italian version | Paul Gilbert | |
svn-id: r29115 | |||
2007-09-28 | Wrapped access to the playing sounds list in a mutex | Paul Gilbert | |
svn-id: r29114 | |||
2007-09-27 | fixed savepath files listing under win32 | Gregory Montoir | |
svn-id: r29113 | |||
2007-09-27 | simplified touche savegame listing | Gregory Montoir | |
svn-id: r29112 | |||
2007-09-27 | simplified queen savegame listing (removed marks array etc.) | Gregory Montoir | |
svn-id: r29111 | |||
2007-09-27 | Key and certificate that is valid for the next 30 years. | Lars Persson | |
svn-id: r29110 | |||
2007-09-27 | Updated the MSVC8 touche project file for commit #29108 | Filippos Karapetis | |
svn-id: r29109 | |||
2007-09-26 | rename ui.cpp to menu.cpp for consistency with other engines | Gregory Montoir | |
svn-id: r29108 | |||
2007-09-26 | no need to assert here, just don't start playing the stream if read failed | Gregory Montoir | |
svn-id: r29107 | |||
2007-09-26 | add polish version (bug report #1800500) | Gregory Montoir | |
svn-id: r29106 | |||
2007-09-26 | Compile fixes for WinCE build | Robin Watts | |
* wince-sdl.h: sdl-common.h is now sdl.h. Also, copied in definition of DF_UPDATE_EXPAND_1_PIXEL as this was no longer offered by sdl.h * CELauncherDialog.cpp: Updated to use modified FilingSystemNode. svn-id: r29104 | |||
2007-09-26 | _currentObjectNum should also be set in text only talk mode | Gregory Montoir | |
svn-id: r29103 | |||
2007-09-26 | Endian fix | Max Horn | |
svn-id: r29100 | |||
2007-09-26 | Some code formatting corrections | Max Horn | |
svn-id: r29099 | |||
2007-09-25 | Changed InventoryRenderer to draw inventory over a Surface, thus removing ↵ | Nicola Mettifogo | |
useless drawing routines. svn-id: r29097 | |||
2007-09-24 | objects now work in Winnie C64 | Matthew Hoops | |
svn-id: r29095 |