aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-28Updated version number in installation filesLars Persson
svn-id: r29126
2007-09-28sadfUpdated version number in installation filesLars Persson
svn-id: r29125
2007-09-28Updated README for some small build detailsLars Persson
svn-id: r29124
2007-09-28Added support for Drascula and new system filesLars Persson
svn-id: r29123
2007-09-28Updated with Drascula and new ARM asm opts.Lars Persson
svn-id: r29122
2007-09-28Updated actions (compared with PocketPC)Lars Persson
svn-id: r29121
2007-09-28Updated include order and H file namingLars Persson
svn-id: r29120
2007-09-28Don't include windows.h for Symbian emulator buildsLars Persson
svn-id: r29119
2007-09-28Symbian OS does not have ELOOP defined as an error, so #ifdef around those ↵Lars Persson
two cases. svn-id: r29118
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