aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-12-10Added 90 extra save slots for Nippon Safes.Nicola Mettifogo
svn-id: r29821
2007-12-10* Switched Nippon Safes to use new names for savefiles. User will be asked ↵Nicola Mettifogo
to perform conversion on engine start. * Special files used for keeping track of completed parts of the game have been replaced by special savefile 'nippon.999'. svn-id: r29820
2007-12-10Save game header is 32 bits, not 16Filippos Karapetis
svn-id: r29819
2007-12-10When renaming a savefile, close the old file before deleting it to avoid errors.Nicola Mettifogo
svn-id: r29818
2007-12-10Oops, fixed some problems with the last commitFilippos Karapetis
svn-id: r29817
2007-12-10It's now possible again to import saved games from the original interpreter ↵Filippos Karapetis
of Winnie the Pooh svn-id: r29816
2007-12-10Remove old warnings, since errors are displayed via load/save interface.Travis Howell
svn-id: r29815
2007-12-10Changed over warning messages for save/load errors from the debug console to ↵Paul Gilbert
their own dialog svn-id: r29814
2007-12-10Readded lines from the spanish text strings I accidentally deletedPaul Gilbert
svn-id: r29813
2007-12-10Added jvprat's changes to Spanish text stringsPaul Gilbert
svn-id: r29811
2007-12-10NDS: Put all blitters ASM functions in ITCM (can't hurt as long as there is ↵Bertrand Augereau
still room) svn-id: r29810
2007-12-10NDS: Integrated Robin's LDRB * 2 -> LDRH + fixes(endianness & stack space) ↵Bertrand Augereau
14ms -> 13ms svn-id: r29809
2007-12-09Added a hack to allow adjustment of Adlib volume. (see bug #1497961 "KYRA1: ↵Johannes Schickel
music/sfx volume settings not working") svn-id: r29808
2007-12-09Updated settingsLars Persson
svn-id: r29805
2007-12-09NDS : Improved scaler profilingBertrand Augereau
svn-id: r29803
2007-12-09NDS : Unrolled the scaler inner loop twice to do 16bits loadingBertrand Augereau
svn-id: r29802
2007-12-09NDS : Integrated write gathering by Robin (+ fix)Bertrand Augereau
svn-id: r29801
2007-12-09Add Russian font for Zak.Eugene Sandulenko
svn-id: r29800
2007-12-09Fix for bug #1777053. Engine was ruling out valid passwords because of wrong ↵Nicola Mettifogo
implementation. svn-id: r29799
2007-12-09Going back to uncached mode for graphics resources of Examine zones. This ↵Nicola Mettifogo
prevents engine to crash when trying to cache a resource out of the currently selected archive. svn-id: r29798
2007-12-09Expand ~/ to the HOME env var (see also patch #1846545)Max Horn
svn-id: r29797
2007-12-09Fix to prevent having an incorrect sprite assigned to some objects in IHNM ↵Filippos Karapetis
when those objects are dropped in the scene svn-id: r29796
2007-12-09cleanupMax Horn
svn-id: r29795
2007-12-09Backport changes made in scummvm.rc to the file it is generated from, ↵Max Horn
scummvm.rc.in svn-id: r29794
2007-12-09Fixed typosMax Horn
svn-id: r29793
2007-12-09cleanupMax Horn
svn-id: r29792
2007-12-09Fix for bug #1845876: MACOSX 10.2.8: sqrtf undefinedMax Horn
svn-id: r29791
2007-12-09- minor screen fix for OSGregory Montoir
- added new debug channel for sound - updated 2 opcodes comments svn-id: r29790
2007-12-09Obsolete fileChris Apers
svn-id: r29789
2007-12-09Send default themepathChris Apers
svn-id: r29788
2007-12-09Only for ARM codeChris Apers
svn-id: r29787
2007-12-09Remove obsolete 68k version related codeChris Apers
svn-id: r29786
2007-12-09Remove obsolete 68k version related codeChris Apers
svn-id: r29785
2007-12-09Added support for Drascula and IgorChris Apers
svn-id: r29784
2007-12-09Added support for Drascula and IgorChris Apers
svn-id: r29783
2007-12-09CleanupChris Apers
svn-id: r29782
2007-12-09Use the same define as in C++ codeChris Apers
svn-id: r29781
2007-12-09Added functions required by T3 to prevent screen rotationChris Apers
svn-id: r29780
2007-12-09Prevent manual screen rotation after application launchChris Apers
svn-id: r29779
2007-12-09Fixed return keyChris Apers
svn-id: r29778
2007-12-09Hack to workaround struct padding added by some compilers (mainly on PalmOS)Chris Apers
svn-id: r29777
2007-12-09Bugfix to correctly display a hotspot name in message dialogs that include itPaul Gilbert
svn-id: r29776
2007-12-09Added code to set ACTIVE_HOTSPOT_ID and USE_HOTSPOT_ID fields correctly when ↵Paul Gilbert
an action is performed svn-id: r29775
2007-12-09Added extra debug statementsPaul Gilbert
svn-id: r29774
2007-12-09Added extra debug statementsPaul Gilbert
svn-id: r29773
2007-12-09Added new debug category for string handlingPaul Gilbert
svn-id: r29772
2007-12-08Saving and loading in Winnie the Pooh should now be endian and alignment ↵Filippos Karapetis
safe. Note that this breaks older saved games and it's no longer possible to use saved games from the original game interpreter svn-id: r29771
2007-12-08Renamed SAVEGAME_VERSION to MSA_SAVEGAME_VERSIONFilippos Karapetis
svn-id: r29770
2007-12-08The variables nFrame and iItem can also have negative valuesFilippos Karapetis
svn-id: r29769
2007-12-08Saving and loading in Mickey's Space Adventure should now be endian and ↵Filippos Karapetis
alignment safe. Note that this breaks older saved games svn-id: r29768