aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-12-13Use CLIP template for clipping in the AGI engineFilippos Karapetis
svn-id: r29854
2007-12-13use CLIP template for clipping, made an array static const and renamed ↵Gregory Montoir
MAX_OBJECTDATA to MAX_VAR svn-id: r29853
2007-12-13Added a proper fix for bug #1733238 - "FW: crash in copier room", taken from ↵Filippos Karapetis
next_ghost's patch #1848173 - "ScriptVars class implementation for CinE" svn-id: r29852
2007-12-13Fixed a regression from the latest cleanupsFilippos Karapetis
svn-id: r29851
2007-12-13Fixed an incorrect copy/pasteFilippos Karapetis
svn-id: r29850
2007-12-13Fixed regression introduced by the latest cleanupsFilippos Karapetis
svn-id: r29849
2007-12-13Fixed one more regression from the latest cleanupFilippos Karapetis
svn-id: r29848
2007-12-13Fixed a regression from the latest cleanupFilippos Karapetis
svn-id: r29847
2007-12-13Muting the compiler :PSven Hesse
svn-id: r29846
2007-12-13Cleanup and simplificationFilippos Karapetis
svn-id: r29845
2007-12-13CleanupFilippos Karapetis
svn-id: r29844
2007-12-13CleanupFilippos Karapetis
svn-id: r29843
2007-12-13Cleanup and simplificationFilippos Karapetis
svn-id: r29842
2007-12-13Changed the C style malloc/free to the C++ style new/deleteFilippos Karapetis
svn-id: r29841
2007-12-12Workaround for bug #1738485Chris Apers
svn-id: r29840
2007-12-12Fixed warning about casting away constness.Torbjörn Andersson
svn-id: r29839
2007-12-12Cleanup, removed duplicate codeFilippos Karapetis
svn-id: r29838
2007-12-12simplify gfxModuleData_field_60, sync with cine codeGregory Montoir
svn-id: r29837
2007-12-12Dynamic fix for several incorrect accented characters in the Italian versionPaul Gilbert
svn-id: r29836
2007-12-12Bugfix to return correct article indexesPaul Gilbert
svn-id: r29835
2007-12-12Incremented the required version of lure.dat because string resource has changedPaul Gilbert
svn-id: r29834
2007-12-12Redeveloped the processing of language item article prefixes to match how ↵Paul Gilbert
the original handles the various languages svn-id: r29833
2007-12-12Moved the language articles list to end of text strings to allow for ↵Paul Gilbert
increased size svn-id: r29831
2007-12-11CleanupFilippos Karapetis
svn-id: r29830
2007-12-11Changed some swaps to use the template SWAPFilippos Karapetis
svn-id: r29829
2007-12-11Fix for bug #1848016 - "IHNM: Wrong Subtitles Color (Spanish)". The colors ↵Filippos Karapetis
of the default palette in the Spanish version of the game are shifted by 1. svn-id: r29828
2007-12-11Make sure that text in message boxes in IHNM is always centered, regardless ↵Filippos Karapetis
of language svn-id: r29827
2007-12-11Workaround for bug #1763018. Since Amiga key doesn't work as a modifier with ↵Nicola Mettifogo
SDL, we're allowing Amiga users to quit with Ctrl-z or Alt-x. This also fixes bug #1762886. svn-id: r29826
2007-12-11Bugfix for the display of ASK, GIVE, and TELL actions in the status linePaul Gilbert
svn-id: r29825
2007-12-11Bugfix to make the Use action work correctlyPaul Gilbert
svn-id: r29824
2007-12-10Added notes on currently supported preAGI games (Mickey, Winnie and Troll)Filippos Karapetis
svn-id: r29823
2007-12-10Updated outdated comment.Nicola Mettifogo
svn-id: r29822
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