aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-28Add PALMOS sections to ARM rate conversion sound code to preserve r10Robin Watts
for calls back into C/C++. svn-id: r29117
2007-09-28Fix to correctly reset action sequence list between languagesPaul Gilbert
svn-id: r29116
2007-09-28Bugfix to extract correct hotspot offsets list for Italian versionPaul Gilbert
svn-id: r29115
2007-09-28Wrapped access to the playing sounds list in a mutexPaul Gilbert
svn-id: r29114
2007-09-27fixed savepath files listing under win32Gregory Montoir
svn-id: r29113
2007-09-27simplified touche savegame listingGregory Montoir
svn-id: r29112
2007-09-27simplified queen savegame listing (removed marks array etc.)Gregory Montoir
svn-id: r29111
2007-09-27Key and certificate that is valid for the next 30 years.Lars Persson
svn-id: r29110
2007-09-27Updated the MSVC8 touche project file for commit #29108Filippos Karapetis
svn-id: r29109
2007-09-26rename ui.cpp to menu.cpp for consistency with other enginesGregory Montoir
svn-id: r29108
2007-09-26no need to assert here, just don't start playing the stream if read failedGregory Montoir
svn-id: r29107
2007-09-26add polish version (bug report #1800500)Gregory Montoir
svn-id: r29106
2007-09-26Compile fixes for WinCE buildRobin 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 modeGregory Montoir
svn-id: r29103
2007-09-26Endian fixMax Horn
svn-id: r29100
2007-09-26Some code formatting correctionsMax Horn
svn-id: r29099
2007-09-25Changed InventoryRenderer to draw inventory over a Surface, thus removing ↵Nicola Mettifogo
useless drawing routines. svn-id: r29097
2007-09-24objects now work in Winnie C64Matthew Hoops
svn-id: r29095
2007-09-24- added a new generic debugger command 'facings'Johannes Schickel
- added a few new kyra2 specific debugger commands svn-id: r29094
2007-09-24- reworked input handlingJohannes Schickel
- implement changing movement destination while moving svn-id: r29093
2007-09-24Added debugger support for kyra2.Johannes Schickel
svn-id: r29092
2007-09-24Fixed inventory regression introduced with yesterday's commit.Nicola Mettifogo
svn-id: r29091
2007-09-24allow Winnie Apple II to start up, however room images are slightly ↵Matthew Hoops
distorted and the intro is not shown; other cleanup svn-id: r29090
2007-09-24Patch #1800767: "Sort the list of engines"Eugene Sandulenko
svn-id: r29089
2007-09-24Silence warnings on 64bit systems.Johannes Schickel
svn-id: r29088
2007-09-24Silence warning.Johannes Schickel
svn-id: r29087
2007-09-24Silence some warnings.Johannes Schickel
svn-id: r29086
2007-09-24Silenced the compiler warningsSven Hesse
svn-id: r29085
2007-09-24fix regression in the inventory from r28995Matthew Hoops
svn-id: r29084
2007-09-24ok, really get rid of "object 41" now -- didn't realize that the rnd ↵Matthew Hoops
function in preagi already adds 1... (DrMcCoy: I guess there was an object 42 before as well) svn-id: r29083
2007-09-24Added missing endian wrappers from Room Exit structure loadingPaul Gilbert
svn-id: r29082
2007-09-24Changes some code to use Common::set_to instead of loops. (as an example on ↵Johannes Schickel
how to use Common::set_to) svn-id: r29081
2007-09-24Adds Common::set_to which sets elements from the range [first, last) to value.Johannes Schickel
svn-id: r29080
2007-09-23Fixed comment for grabPalette.Johannes Schickel
svn-id: r29079
2007-09-23Added command to enable screen debug functionallity. (instead of the old ↵Johannes Schickel
compile time enabling) svn-id: r29078
2007-09-23Added debugger command to list the birthstone gems.Johannes Schickel
svn-id: r29077
2007-09-23- mention kyra macintosh supportJohannes Schickel
- some consistency fixes svn-id: r29076
2007-09-23Fix for kyra3 crashes while playing WSA files.Johannes Schickel
svn-id: r29075
2007-09-23Init _screen for kyra3. Menu + Intro should be working again.Johannes Schickel
svn-id: r29074
2007-09-23Converted fields in data that were originally offsets (such as tick proc ↵Paul Gilbert
offsets) to use indexes, allowing for more generic handling of different language versions svn-id: r29073
2007-09-23Added vaildation of new lure.dat file, and added MD5 for Italian version of gamePaul Gilbert
svn-id: r29072
2007-09-23Added support for the lure.dat file now containing multiple language versionsPaul Gilbert
svn-id: r29071
2007-09-23Split up the interruptableDelay method into two methods, making the version ↵Paul Gilbert
in events.cpp more generic svn-id: r29070
2007-09-23Removed some old redundant code and moved some string constants to the ↵Paul Gilbert
resource file svn-id: r29069
2007-09-23Tweaked the colour fading code so that room 4 will display correctlyPaul Gilbert
svn-id: r29068
2007-09-23Added support for original copy protection, in any anyone ever wants to see itPaul Gilbert
svn-id: r29067
2007-09-23Shifted string decoder list to a resource, since it varies from language to ↵Paul Gilbert
language svn-id: r29066
2007-09-23Added support for original copy protection, in any anyone ever wants to see itPaul Gilbert
svn-id: r29065
2007-09-23Added support for multiple languages, with added resources for Italian ↵Paul Gilbert
version, added extra needed resources for internationalisation svn-id: r29063
2007-09-23Oops. Some debug code was committed.Nicola Mettifogo
svn-id: r29061