Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-28 | commented newTag2Old | Max Horn | |
svn-id: r4663 | |||
2002-07-27 | removed Mac1 debug output | Max Horn | |
svn-id: r4653 | |||
2002-07-16 | biiig checkin: removed more stuff from scumm.h; added new headers resource.h ↵ | Max Horn | |
and object.h svn-id: r4579 | |||
2002-07-10 | indent run | Max Horn | |
svn-id: r4508 | |||
2002-07-09 | Dumb up filename case insensitivity | James Brown | |
svn-id: r4504 | |||
2002-07-07 | indent run | Max Horn | |
svn-id: r4481 | |||
2002-07-04 | Theres nothing to see here... | James Brown | |
- Start of CMI support svn-id: r4459 | |||
2002-07-02 | added some hackish support for the DIGI SFX format used in Putt-Putt demo | Max Horn | |
svn-id: r4451 | |||
2002-06-29 | Remove extranous debug lines | James Brown | |
svn-id: r4437 | |||
2002-06-29 | Start of (non-functional) Simon2dos support. | James Brown | |
Implement the holy (sic) cursor. svn-id: r4436 | |||
2002-06-27 | Basic putt-putt game support. | James Brown | |
svn-id: r4434 | |||
2002-06-25 | Add keyboard mouse support, remove case sensitivity for resource files | James Brown | |
svn-id: r4428 | |||
2002-06-18 | Check for trailing slash on pathnames | James Brown | |
svn-id: r4424 | |||
2002-05-23 | removed/disabled debug code | Max Horn | |
svn-id: r4377 | |||
2002-05-22 | Fix typo | James Brown | |
svn-id: r4370 | |||
2002-05-22 | Fix Zaks money. This may break Loom, I made the check fairly generic. | James Brown | |
svn-id: r4369 | |||
2002-05-17 | added support for Mac1 sounds resources (appear in MI1/MacOS version). Still ↵ | Max Horn | |
needs some work but is usable. Now if I could figure out Mac0... svn-id: r4346 | |||
2002-05-14 | added #include "actor.h", some minor tweaks | Max Horn | |
svn-id: r4332 | |||
2002-05-14 | some cleanup | Max Horn | |
svn-id: r4324 | |||
2002-05-13 | The DIG SFX support - thanks to aquadran | James Brown | |
svn-id: r4303 | |||
2002-05-12 | make unknown sound basetags only generate a warning not an error (works ↵ | Max Horn | |
around problem in MI1/Mac) svn-id: r4284 | |||
2002-05-11 | fixed Indy 4 crash with a hack | Max Horn | |
svn-id: r4281 | |||
2002-05-08 | Fix a mistake in the resource loader. | James Brown | |
svn-id: r4239 | |||
2002-05-05 | added 'SPK ' music type, appears in Mac version of Monkey 2 | Max Horn | |
svn-id: r4214 | |||
2002-05-05 | Fixed some things for Macintosh ports | Enrico Rolfi | |
svn-id: r4212 | |||
2002-05-01 | Removed ScummVM's private alloc / free / realloc functions. If I break | Lionel Ulmer | |
something, just yell :-) svn-id: r4160 | |||
2002-04-27 | MP3 CD tracks should now be working properly. | Lionel Ulmer | |
Ludde, maybe you should check if Simon is still working OK as now the change of the sound playing handle is 'asynchronous' (ie if you call 'stop' on a sound, the handle will NOT be put to NULL right away, but at the next 'mix' thread call). Maybe we should completely remove this handle stuff and always use instead the index returned by the 'play_XXX' functions. svn-id: r4101 | |||
2002-04-26 | Fix for the DOTTDEMO memory overwrite crash that happened at least on MorphOS | Ruediger Hanke | |
svn-id: r4095 | |||
2002-04-26 | Added 'MAC ' subtype of 'SOU ', used in MacOS variants of some games, and ↵ | Max Horn | |
contains MIDI data; also ignore 'Mac0' and 'Mac1' sounds for now till we add playback support svn-id: r4092 | |||
2002-04-26 | Add enhanced debugging patch. | James Brown | |
svn-id: r4090 | |||
2002-04-24 | Fix Indy4/MI2 crash due to VirtScroll code. | James Brown | |
Cleanup \N's - For gods sake fix your CVS client :) svn-id: r4067 | |||
2002-04-23 | Major V7 update with vertical scrolling. Added a few scumm vars related to ↵ | Vincent Hamm | |
scrolling. Dig inventory isn't displayed where it should. I hope it doesn't break anything else in other game... svn-id: r4066 | |||
2002-04-21 | Some new V7 scummvars. Implemented custom scale table in AKOS codec 1 | Vincent Hamm | |
svn-id: r4038 | |||
2002-04-16 | endian fixes, | Ludvig Strigeus | |
don't use adlib driver if sound initialization fails, simon1 savedialog works svn-id: r3955 | |||
2002-04-13 | new midi driver API, | Ludvig Strigeus | |
no more USE_ADLIB, a couple of sdl graphics driver fixes. svn-id: r3925 | |||
2002-04-13 | Fix various warnings, and things preventing non-win32 platforms from compiling. | James Brown | |
svn-id: r3916 | |||
2002-04-12 | new video engine (expect broken non-sdl builds), | Ludvig Strigeus | |
simon the sorcerer 1 & 2 support (non SCUMM games) svn-id: r3912 | |||
2002-04-11 | Large pointless reindentation of all the code. Also fixed a few mistakes | James Brown | |
in the object flags code cleanup. Flags used: indent *.cpp -br -bap -nbc -lp -ce -cdw -brs -nbad -nbc -npsl -nip -ts2 -ncs -nbs -npcs -nbap -Tbyte -Tuint32 -Tuint8 -Tuint16 -TArrayHeader -TMemBlkHeader -TVerbSlot -TObjectData -Tvoid -TImageHeader -TRoomHeader -TCodeHeader -TResHdr -TBompHeader -TMidiChannelAdl -TGui -TScumm -TSoundEngine -TPart -TPlayer svn-id: r3908 | |||
2002-04-11 | various code cleanups | Ludvig Strigeus | |
svn-id: r3907 | |||
2002-03-31 | Fix charset background problem in VC | Nicolas Bacca | |
svn-id: r3844 | |||
2002-03-25 | Rechanged the way the scumm class is choose (sorry, can't make up my mind). ↵ | Vincent Hamm | |
Implemented the different versions of loadCharset svn-id: r3820 | |||
2002-03-25 | Moved the v3 specific version of readIndex | Vincent Hamm | |
svn-id: r3817 | |||
2002-03-24 | Fixed pal init | Vincent Hamm | |
svn-id: r3815 | |||
2002-03-23 | Implemented the read resource index as the first virtual fonction... | Vincent Hamm | |
svn-id: r3803 | |||
2002-03-20 | I know it probably doesn't look like much, but this is a start to the reorg ↵ | James Brown | |
- basically I've shuffled the Scumm struct around, and turned it into a Class - labeling and grouping functions that are related. svn-id: r3792 | |||
2002-03-18 | Fixed boxes but 1 bug remain. Broke a little indy3 while fixing object flags | Vincent Hamm | |
svn-id: r3789 | |||
2002-03-16 | MorphOS port (sdl version) + endian fixes for big endian machines. | James Brown | |
svn-id: r3771 | |||
2002-03-16 | Update to my latest local tree. Various stuff - and a fixme hack by khalek ↵ | James Brown | |
to stop loom intro crashing. svn-id: r3765 | |||
2002-03-16 | Lots of stuff - GUI fixes. More launcher work... and CD music working in ↵ | James Brown | |
MI1. Thanks to frob and realmz for their work on that. svn-id: r3762 | |||
2002-03-14 | Make some code-execution changes to allow early initilisation of GUI. | James Brown | |
svn-id: r3748 |