aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-19Renamed ANIMATION_H to AGOS_ANIMATION_H.Torbjörn Andersson
svn-id: r25730
2007-02-19So far we only accepted track1.* as name for audio tracks -- now we also ↵Max Horn
accept track01.* (we still only document the former naming scheme, intentionally) svn-id: r25728
2007-02-19Use consistent naming for the preprocessor constants used to guarantee thatTorbjörn Andersson
header files are only included once. Many of them didn't have a SCUMM prefix which could have lead to clashes with common header files. svn-id: r25727
2007-02-19Renamed SAGA_xxx_H_ to SAGA_xxx_H for consistency.Torbjörn Andersson
svn-id: r25726
2007-02-19a little more refactoringNicola Mettifogo
svn-id: r25725
2007-02-19refactoringNicola Mettifogo
svn-id: r25724
2007-02-19a little bit of fiddling to expose similarities between routinesNicola Mettifogo
svn-id: r25723
2007-02-19Fix compilationEugene Sandulenko
svn-id: r25722
2007-02-19table routines merged with common engine codeNicola Mettifogo
svn-id: r25721
2007-02-19oops forgot to update make moduleNicola Mettifogo
svn-id: r25720
2007-02-19renamed file to follow common conventionNicola Mettifogo
svn-id: r25719
2007-02-19moved specialised parsing routines in parser.cpp, so code can be refactored ↵Nicola Mettifogo
more easily svn-id: r25718
2007-02-19fixed bad implementationNicola Mettifogo
svn-id: r25717
2007-02-19Move SCUMM version checks for settings up monst.er.sou file, to higher level.Travis Howell
svn-id: r25716
2007-02-19fixed engine bug preventing savegames from being consistent with the actual ↵Nicola Mettifogo
game status. The workaround code comes from BRA. svn-id: r25715
2007-02-19fixed regression bug preventing user from interacting with many items, ↵Nicola Mettifogo
notably not allowing combining items from the inventory svn-id: r25714
2007-02-19Don't set ioFailed on EOSMax Horn
svn-id: r25713
2007-02-19AGI: Removed detection sums for DDP. DDP uses an unsupporeted agi engine ↵Stuart George
2.01, all DDP versions are booter disks and thus 'hacks' and is buggy under any agi version other than 2.01 (2.272 and 2.089 dont work correctly). This will also stop bug reports coming in for DDP svn-id: r25711
2007-02-18cleanup and fixed _module memory leakGregory Montoir
svn-id: r25708
2007-02-18added basic support for playing FOTAQ amiga modules files (rjp1) instead of ↵Gregory Montoir
MIDI (code is currently #ifdef'ed out). svn-id: r25707
2007-02-18Added compressed-saves.cpp to base symbian makefileLars Persson
svn-id: r25706
2007-02-18Fix for bug #1660560 (MANIAC: Meteor faces wrong way during intro)Max Horn
svn-id: r25705
2007-02-18NDS : The scaler profiling renders a white line (1 pixel / 1 ms)Bertrand Augereau
svn-id: r25704
2007-02-18NDS : CPU scaler twiddling backupBertrand Augereau
svn-id: r25703
2007-02-18NDS : CPU scaler performance experimentBertrand Augereau
svn-id: r25702
2007-02-18Simplified addGameToConf and at the same time made it more powerful: Copy ↵Max Horn
all key/value pairs returned by the detector to the new config file domain svn-id: r25701
2007-02-18NDS : Compile fix (savegames-related)Bertrand Augereau
svn-id: r25700
2007-02-18Redraw the launcher after doing a mass addMax Horn
svn-id: r25699
2007-02-18Fixed warningMax Horn
svn-id: r25698
2007-02-18Improved 'Mass Detector': Now displays a dialog which displays the scan ↵Max Horn
progress to the user, and can be cancelled (the whole thing still needs to be polished) svn-id: r25697
2007-02-18Made it possible to init a Stack<T> with an Array<T>; removed hack in ↵Max Horn
Stack<T>::top svn-id: r25696
2007-02-18Improved (I hope) the 'Unknown MD5' messages in our detectors a little bitMax Horn
svn-id: r25695
2007-02-18Correct warned class nameChris Apers
svn-id: r25694
2007-02-18French keyboard is 'azerty' not 'awert'Chris Apers
svn-id: r25693
2007-02-18Renamed crc32 which conflicts with Tapwave system functionChris Apers
svn-id: r25692
2007-02-18Accept zlib format files as well when reading.Marcus Comstedt
svn-id: r25690
2007-02-18Fixed bug #1662774 ("SCUMM: Textual verb glitch"). It was a regression causedTorbjörn Andersson
by an earlier cleanup. svn-id: r25689
2007-02-18Const correctnessMax Horn
svn-id: r25688
2007-02-18Updated locations of created files to be uninstalledLars Persson
svn-id: r25687
2007-02-18Bad hack to make thsi engine run on PalmOSChris Apers
svn-id: r25686
2007-02-18Repaired loadingSven Hesse
svn-id: r25685
2007-02-18Bad hack to make this engine works on PalmOS (compiler still seems to hate ↵Chris Apers
some global objects) svn-id: r25684
2007-02-18flush()->finalize()Marcus Comstedt
svn-id: r25683
2007-02-18correctly reinit sound output deviceKostas Nakos
svn-id: r25682
2007-02-18fixed broken savegames with duplicate itemsNicola Mettifogo
svn-id: r25681
2007-02-18replaced magic number with kFlagsVisited where neededNicola Mettifogo
svn-id: r25680
2007-02-18found and commented gross hack in the original engineNicola Mettifogo
svn-id: r25679
2007-02-18change in debug levelNicola Mettifogo
svn-id: r25678
2007-02-18set the size of savegame name to the same length for both saving and loadingNicola Mettifogo
svn-id: r25677
2007-02-18enforced use of MAKE_INVENTORY_IDNicola Mettifogo
svn-id: r25676