aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-17Added 'specialized' versions of set_to for char*, signed char* and unsigned c...Johannes Schickel
2007-11-16Added assert for bit depth in Surface::move.Johannes Schickel
2007-11-16Typo.Johannes Schickel
2007-11-16Added const to static data.Johannes Schickel
2007-11-16Fixed a direct access causing endian problemsPaul Gilbert
2007-11-16Refactored language selection code.Nicola Mettifogo
2007-11-16Changed Audio::makeADPCMStream so that the stream passed to it can automatica...Max Horn
2007-11-16Changed conversation guards so that the player talking will only be paused if...Paul Gilbert
2007-11-16Bugfix for talk dialog not closing if the same character talks twice in immed...Paul Gilbert
2007-11-16Added guard to prevent a character being reset to a default direction frame a...Paul Gilbert
2007-11-16Bugfix to make player walk over to Goewin when talking to herPaul Gilbert
2007-11-16Bugfix to have NPC stand still during showMessage talk actionsPaul Gilbert
2007-11-16Fix loading common sample data for modules in Waxworks.Travis Howell
2007-11-15Some dirty rects handling, and fixed a off-by-one blitting bugOystein Eftevaag
2007-11-15added support for Adlib tracksGregory Montoir
2007-11-15Fixes to parameters of script methodsPaul Gilbert
2007-11-15Bugfix to prevent characters occasionally facing one way whilst walking in an...Paul Gilbert
2007-11-14iPhone: Implemented timers, and disabled mutexes (was causing deadlocks in Sn...Oystein Eftevaag
2007-11-14Removed an unclear (paranoid?) continue statement from the original engine. W...Nicola Mettifogo
2007-11-14* centralized kEngineChangeLocation flag handlingNicola Mettifogo
2007-11-14Improved the game desc naming in the drascula detection codeMax Horn
2007-11-14When reconfiguring, quote env var values in case they contain whitespacesMax Horn
2007-11-14small fixesKostas Nakos
2007-11-14Fixed clipping issues that were still occurring in some roomsPaul Gilbert
2007-11-13Added sound support for the iPhoneOystein Eftevaag
2007-11-13got rid of the /evil/ monkeykeyboard code :-) (see also rev. 29495)Kostas Nakos
2007-11-13don't trash the registry if proper startup has failedKostas Nakos
2007-11-13somewhat more verbose debug msgsKostas Nakos
2007-11-13Moving the vitual keyboard show/hide hints during the copy protection screens...Kostas Nakos
2007-11-13- implemented opcodes:Johannes Schickel
2007-11-13Added guard to prevent one character's talk dialog interrupting another one t...Paul Gilbert
2007-11-13When automatically (re)configuring, print the command we execute (it is often...Max Horn
2007-11-13Slightly extended/clarified two OSystem doxygen commentsMax Horn
2007-11-13Tweak to object walk to position calculations - NPCs will no longer get stuck...Paul Gilbert
2007-11-13Initial commit of the iPhone/iPod Touch backendOystein Eftevaag
2007-11-12Implemented all timer handlers. (Cauldron animations work now)Johannes Schickel
2007-11-12Added a workaround for a problematic object in Gorrister's chapter (Edna's key)Filippos Karapetis
2007-11-12- Implemented opcodes:Johannes Schickel
2007-11-12Fixes regression introduced with r29218.Johannes Schickel
2007-11-12Set Catriona to her correct rocking speedPaul Gilbert
2007-11-12removeSounds was being called too early - it was setting the current area to ...Paul Gilbert
2007-11-12Adjustments to the talk state machine so information dialogs (if any) correct...Paul Gilbert
2007-11-12Correction to delay when two NPCs are talking togetherPaul Gilbert
2007-11-11Silencing some warningsMax Horn
2007-11-11Menu display fixVincent Hamm
2007-11-11Don't draw objects with negative x/y values. Now, "ghost" objects are no long...Filippos Karapetis
2007-11-11Cleanup.Johannes Schickel
2007-11-11Fixed memory leaking of TabWidget. (thanks to jvprat for pointing out)Johannes Schickel
2007-11-11Committed patch #1829748 "Fix for memory leaks in File::exists".Johannes Schickel
2007-11-11Implement dialoguesVincent Hamm