aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2007-12-23Fix the FIXME ;-)Max Horn
svn-id: r29955
2007-12-22Added FIXME comment.Johannes Schickel
svn-id: r29954
2007-12-22Logic fix for MixedSoundDriver::init.Johannes Schickel
svn-id: r29953
2007-12-22Bugfix to not allow animation fast forward when restoring a game - it was ↵Paul Gilbert
causing occasional crashes due to tick handlers referencing animations not yet loaded (it's only meant to be done during room changes) svn-id: r29950
2007-12-22Tweaked the calculation for player position in new rooms to use the original ↵Paul Gilbert
game's rounding - the current code was causing the player to be placed inside the exit area when entering room 6 from room 5. svn-id: r29949
2007-12-22Incremented required lure.dat version number, and adjusted animation indexes ↵Paul Gilbert
to account for added fight animation entry svn-id: r29948
2007-12-21Cleanup.Johannes Schickel
svn-id: r29945
2007-12-21Fix compilation error on DS port (template expects parameters to be same type)Neil Millstone
svn-id: r29941
2007-12-21Reverted too complicated (and unneeded) volume settings code for towns driver.Johannes Schickel
svn-id: r29939
2007-12-21Naming consistency fixes.Johannes Schickel
svn-id: r29938
2007-12-21Bugfix to prevent axe animation appearing in room 6 when returning there ↵Paul Gilbert
after the fight svn-id: r29937
2007-12-21Slight cleanupFilippos Karapetis
svn-id: r29934
2007-12-21Added some hard coded strings for the Italian fan translation of ITE (still ↵Filippos Karapetis
not supported). Merged those strings with the hard coded strings for the Italian fan translation of IHNM svn-id: r29933
2007-12-20Clarify AGI FIXMEMax Horn
svn-id: r29930
2007-12-20Fix for bug #1851030 - "IHNM Spanish CD - Wrong Dialogs color"Filippos Karapetis
svn-id: r29929
2007-12-20Fix palette manipulation codeVincent Hamm
Add one missing opcode svn-id: r29928
2007-12-20Removed clamp() and used the common CLIP template insteadFilippos Karapetis
svn-id: r29927
2007-12-20Fixed compiler warning, and a potential (but very unlikely) out-of-bounds read.Torbjörn Andersson
svn-id: r29926
2007-12-20Fix title screen line drawing codeVincent Hamm
svn-id: r29925
2007-12-20Fix for isalpha() assertionsFilippos Karapetis
svn-id: r29924
2007-12-20Fix compiler warningsMax Horn
svn-id: r29922
2007-12-20Further changes to the AGI keyboard code, matching it against the original ↵Max Horn
Sarien SDL input code. There are still quite some bits which are unclear to me, though svn-id: r29921
2007-12-20Multiple fix/cleanupVincent Hamm
One bug remains before the game is completable without hack svn-id: r29920
2007-12-20Do not #include time.h globally (ideally, we should provide a localtime ↵Max Horn
clone in OSystem so we can completly get rid of this) svn-id: r29919
2007-12-20cleanup due to jvpratMax Horn
svn-id: r29918
2007-12-20More cleanupMax Horn
svn-id: r29917
2007-12-20get rid of unused globalsMax Horn
svn-id: r29916
2007-12-20Moved all time() calls in AGOS to a single new method AGOSEngine::getTime(); ↵Max Horn
also replaced an evil function-static variable by a member variable (lastMinute) svn-id: r29908
2007-12-19Bugfix for correctly handling \n characters in WordWrap methodPaul Gilbert
svn-id: r29903
2007-12-18Fix loading savegame from original interpreterVincent Hamm
svn-id: r29901
2007-12-18Bugfix for font sizes indexing - dereferencing a character > 128 was giving ↵Paul Gilbert
a negative index svn-id: r29900
2007-12-18Add Japanese 3DO version of Putt Putt's Fun Pack.Travis Howell
svn-id: r29898
2007-12-17Fix dangling pointerVincent Hamm
Fix low color background Fix input svn-id: r29897
2007-12-17Patch #1852017: INDY3 Mac: Biplane Manual FixMax Horn
svn-id: r29896
2007-12-17Fix glitchy cell sortingVincent Hamm
svn-id: r29895
2007-12-17Added extra debug statements to the talk dialog display processPaul Gilbert
svn-id: r29894
2007-12-17Added some casting of fields in debug statementsPaul Gilbert
svn-id: r29893
2007-12-17Changed Credits display to avoid the brief flash as the palette changedPaul Gilbert
svn-id: r29892
2007-12-16Bugfix for Use actions to work correctlyPaul Gilbert
svn-id: r29891
2007-12-16Patch #1851568: INDY3 Mac: Grail Diary FixMax Horn
svn-id: r29890
2007-12-16Removed unused variable.Torbjörn Andersson
svn-id: r29885
2007-12-16adding 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-16use the virtual keyboard facilities if available, when neededKostas Nakos
svn-id: r29882
2007-12-16Commit of patch #1848147 "KYRA: SoundTowns Update" with some changes. Thanks ↵Johannes Schickel
to Florian for the patch. svn-id: r29881
2007-12-16Changed an explicit warning/remainder into a code comment.Nicola Mettifogo
svn-id: r29879
2007-12-16The _nativeMT32 in MidiMusic was never initialised. Rather than storing it inTorbjö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-16An element was missing in the initialisation of sounds during the endgameTorbjö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-16Clear the EXIT_CLICK_ID variable when entering a new room. Otherwise, if anTorbjö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-16Bugfix 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-16Tweaked the delay for several of the introduction message screensPaul Gilbert
svn-id: r29874