Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-20 | Cleanup. | Torbjörn Andersson | |
svn-id: r25747 | |||
2007-02-20 | Another batch of header consistency changes. | Torbjörn Andersson | |
svn-id: r25746 | |||
2007-02-20 | Guard cdrom.h against being included multiple times. | Torbjörn Andersson | |
svn-id: r25745 | |||
2007-02-20 | More header consistency fixes. (Actually, there was nothing at all to keep | Torbjörn Andersson | |
font.h from being included multiple times.) svn-id: r25744 | |||
2007-02-20 | made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ↵ | Nicola Mettifogo | |
Script objects for input. svn-id: r25743 | |||
2007-02-20 | SCUMM: Added spanish LANGUAGE.TAB info for COMI (thanks to ssdsa from the ↵ | Max Horn | |
forums) svn-id: r25741 | |||
2007-02-20 | changed parseComment to use Script stream instead of file | Nicola Mettifogo | |
svn-id: r25739 | |||
2007-02-20 | cleanup and small fixes | Nicola Mettifogo | |
svn-id: r25738 | |||
2007-02-20 | animation scripts are now parsed through the same pipeline used for location ↵ | Nicola Mettifogo | |
scripts. Thus, animation scripts are now cached instead of being read line by line. svn-id: r25737 | |||
2007-02-20 | Update details for English version of Elvira 2 for Atari ST. | Travis Howell | |
svn-id: r25736 | |||
2007-02-20 | Add French version of Elvira 2 for Amiga. | Travis Howell | |
svn-id: r25735 | |||
2007-02-19 | Correct playing back music 0 in Simon the Sorcerer 1, when using replacment ↵ | Travis Howell | |
soundtrack. svn-id: r25734 | |||
2007-02-19 | first step in parser simplification | Nicola Mettifogo | |
svn-id: r25733 | |||
2007-02-19 | As Fingolfin pointed out, we no longer need two different CD timer intervals | Torbjörn Andersson | |
for Loom and everything else. Adjusted the value, taking advantage of the greater timer resolution, and clarified which two scenes need to be tested if we ever want to adjust this value further. svn-id: r25731 | |||
2007-02-19 | Renamed ANIMATION_H to AGOS_ANIMATION_H. | Torbjörn Andersson | |
svn-id: r25730 | |||
2007-02-19 | Use consistent naming for the preprocessor constants used to guarantee that | Torbjö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-19 | Renamed SAGA_xxx_H_ to SAGA_xxx_H for consistency. | Torbjörn Andersson | |
svn-id: r25726 | |||
2007-02-19 | a little more refactoring | Nicola Mettifogo | |
svn-id: r25725 | |||
2007-02-19 | refactoring | Nicola Mettifogo | |
svn-id: r25724 | |||
2007-02-19 | a little bit of fiddling to expose similarities between routines | Nicola Mettifogo | |
svn-id: r25723 | |||
2007-02-19 | Fix compilation | Eugene Sandulenko | |
svn-id: r25722 | |||
2007-02-19 | table routines merged with common engine code | Nicola Mettifogo | |
svn-id: r25721 | |||
2007-02-19 | oops forgot to update make module | Nicola Mettifogo | |
svn-id: r25720 | |||
2007-02-19 | renamed file to follow common convention | Nicola Mettifogo | |
svn-id: r25719 | |||
2007-02-19 | moved specialised parsing routines in parser.cpp, so code can be refactored ↵ | Nicola Mettifogo | |
more easily svn-id: r25718 | |||
2007-02-19 | fixed bad implementation | Nicola Mettifogo | |
svn-id: r25717 | |||
2007-02-19 | Move SCUMM version checks for settings up monst.er.sou file, to higher level. | Travis Howell | |
svn-id: r25716 | |||
2007-02-19 | fixed 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-19 | fixed regression bug preventing user from interacting with many items, ↵ | Nicola Mettifogo | |
notably not allowing combining items from the inventory svn-id: r25714 | |||
2007-02-19 | AGI: 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-18 | added 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-18 | Fix for bug #1660560 (MANIAC: Meteor faces wrong way during intro) | Max Horn | |
svn-id: r25705 | |||
2007-02-18 | Improved (I hope) the 'Unknown MD5' messages in our detectors a little bit | Max Horn | |
svn-id: r25695 | |||
2007-02-18 | French keyboard is 'azerty' not 'awert' | Chris Apers | |
svn-id: r25693 | |||
2007-02-18 | Fixed bug #1662774 ("SCUMM: Textual verb glitch"). It was a regression caused | Torbjörn Andersson | |
by an earlier cleanup. svn-id: r25689 | |||
2007-02-18 | Bad hack to make thsi engine run on PalmOS | Chris Apers | |
svn-id: r25686 | |||
2007-02-18 | Repaired loading | Sven Hesse | |
svn-id: r25685 | |||
2007-02-18 | Bad hack to make this engine works on PalmOS (compiler still seems to hate ↵ | Chris Apers | |
some global objects) svn-id: r25684 | |||
2007-02-18 | fixed broken savegames with duplicate items | Nicola Mettifogo | |
svn-id: r25681 | |||
2007-02-18 | replaced magic number with kFlagsVisited where needed | Nicola Mettifogo | |
svn-id: r25680 | |||
2007-02-18 | found and commented gross hack in the original engine | Nicola Mettifogo | |
svn-id: r25679 | |||
2007-02-18 | change in debug level | Nicola Mettifogo | |
svn-id: r25678 | |||
2007-02-18 | set the size of savegame name to the same length for both saving and loading | Nicola Mettifogo | |
svn-id: r25677 | |||
2007-02-18 | enforced use of MAKE_INVENTORY_ID | Nicola Mettifogo | |
svn-id: r25676 | |||
2007-02-18 | fixed broken sprintf formats in saving routines | Nicola Mettifogo | |
svn-id: r25675 | |||
2007-02-18 | new special debug levels | Nicola Mettifogo | |
svn-id: r25674 | |||
2007-02-18 | fixes last broken commit | Nicola Mettifogo | |
svn-id: r25673 | |||
2007-02-18 | more big-endianness fixes | Nicola Mettifogo | |
svn-id: r25672 | |||
2007-02-18 | Committed my fix for bug #1662549 ("SCUMM: MIDI music is broken"). Apparently, | Torbjörn Andersson | |
'len' is now one less than it used to in sysexHandler_Scumm(). Let's hope I changed all the cases that needed changing, and nothing else... svn-id: r25671 | |||
2007-02-18 | adjusted wrong comment | Nicola Mettifogo | |
svn-id: r25670 |