Commit Graph

3224 Commits

Author SHA1 Message Date
Jonathan Gray
91786c253d add bundle file names for comi demo, and only add .IMX when playing the full version
svn-id: r6688
2003-03-04 06:10:07 +00:00
Max Horn
bc60419fa6 if a script triggers a load, immediatly perform it (this also covers the case where the user requests a load while a SMUSH video is playing. This avoids the annoying affect of seeing 1 frame of the old room immediately after you requested the load
svn-id: r6687
2003-03-04 03:18:12 +00:00
Max Horn
e72bddeea0 disable some smush code -> this allows the COMI demo to get into the canon scene. Not sure if this causes any regressions, please tell me if you find any
svn-id: r6686
2003-03-04 02:56:43 +00:00
Max Horn
db404cb1c4 load NUT fonts even if they do not specify full 256 chars (e.g. the COMI demo only defines 233 chars
svn-id: r6685
2003-03-04 02:45:50 +00:00
Max Horn
89f6ebb77c added some asserts; added a hack that helps the COMI demo
svn-id: r6684
2003-03-04 02:43:43 +00:00
Travis Howell
3f8bab726e Correct error in my last commit
svn-id: r6683
2003-03-04 02:16:56 +00:00
Travis Howell
626ef4194a Add language option and mingw compile note
svn-id: r6682
2003-03-04 02:02:41 +00:00
Travis Howell
d32d4f583a Ooops
svn-id: r6681
2003-03-04 01:34:28 +00:00
Travis Howell
4f9213535a Add text speed options for Simon games
svn-id: r6680
2003-03-04 01:30:56 +00:00
Max Horn
423f26bc27 fix double free bug
svn-id: r6679
2003-03-03 23:57:10 +00:00
Max Horn
405b6fd051 don't error out if a font is missing -> this fixes the COMI demo
svn-id: r6678
2003-03-03 23:39:48 +00:00
Max Horn
cc8f6f5ded added SysEx support to the CoreAudio midi backend - though I have no clue what effect this will have, or how I could test this...
svn-id: r6677
2003-03-03 22:39:04 +00:00
Jonathan Gray
0af6652b0b enable newgui f5 dialog for comi as per erik's patch
svn-id: r6676
2003-03-03 22:32:02 +00:00
Jonathan Gray
aa2259c5a9 fix shadowed variable problems
svn-id: r6675
2003-03-03 21:48:22 +00:00
Marcus Comstedt
cf13cd3f33 Don't keep a backlog of missed deadlines for event polling...
svn-id: r6674
2003-03-03 21:40:31 +00:00
Marcus Comstedt
f01d67ab9c Increased level of optimization (make sure to use gcc 3.3).
svn-id: r6673
2003-03-03 21:24:21 +00:00
Marcus Comstedt
fd0d9b1998 Made the code a bit more maintainable...
svn-id: r6672
2003-03-03 20:22:00 +00:00
Jonathan Gray
401713210b add stub for opcode 0xE4
svn-id: r6671
2003-03-03 10:19:27 +00:00
Jonathan Gray
436afde5eb add hack that attempts to workaround the offset hotspot problem in humongous games
svn-id: r6670
2003-03-03 01:53:18 +00:00
Paweł Kołodziejski
186480c839 fixes to akos opcodes
svn-id: r6669
2003-03-03 00:45:38 +00:00
Jonathan Gray
671f6221ec opcode 0xA7 is just o6_pop
svn-id: r6668
2003-03-02 22:27:32 +00:00
Marcus Comstedt
a29fb89e53 Timer implemented.
svn-id: r6667
2003-03-02 20:17:21 +00:00
Marcus Comstedt
738be5adeb Handle architectures which need alignment for 32bit memory access...
svn-id: r6666
2003-03-02 20:15:22 +00:00
Marcus Comstedt
8889232a25 Make sure version_settings are initialized.
svn-id: r6665
2003-03-02 18:38:51 +00:00
Marcus Comstedt
d39952106c warp_mouse added.
svn-id: r6664
2003-03-02 17:41:47 +00:00
Max Horn
086a89f365 Patch #691064: dot matrix scaler
svn-id: r6663
2003-03-02 16:36:52 +00:00
Max Horn
f6bac973f8 patch #696030: CMI: More actor direction fixes
svn-id: r6662
2003-03-02 15:51:56 +00:00
Paweł Kołodziejski
73fa5d7b3a increased range of palette to 255
svn-id: r6661
2003-03-02 13:44:08 +00:00
Paweł Kołodziejski
bf2576e734 added AKC_StartVarAnim opcode for akos_increaseAnims
svn-id: r6660
2003-03-02 13:07:58 +00:00
Paweł Kołodziejski
d115e0ad75 fixed warnings
svn-id: r6659
2003-03-02 12:36:07 +00:00
Paweł Kołodziejski
0ce6264d11 changed sub_FEE_78D2 func for scumm v7
svn-id: r6658
2003-03-02 12:35:27 +00:00
Paweł Kołodziejski
9eff1cc3fd changed check only for Cxxx opcodes
svn-id: r6657
2003-03-02 12:23:37 +00:00
Jonathan Gray
3d75e1191d add commands to debugger, objects prints a table of local objects, object num pickup (room) will pickup an object, _currentRoom if no room specified, be warned this currently doesn't check the room is valid for the particular object number
svn-id: r6656
2003-03-02 07:50:49 +00:00
Oliver Kiehl
08f8e9d1ad those TODOs have been obsoleted
svn-id: r6655
2003-03-01 22:54:16 +00:00
Oliver Kiehl
dede168069 change GameIDs to GameFeatures
svn-id: r6654
2003-03-01 22:52:49 +00:00
Max Horn
cc5a072014 fix warning
svn-id: r6653
2003-03-01 22:06:53 +00:00
Max Horn
f4e147e5d2 removed the single big VersionSettings list; instead, the simon & scumm modules now keep their target lists seperatly (and when we add BASS, it can have its own target list)
svn-id: r6652
2003-03-01 22:04:48 +00:00
Max Horn
956e5e2b3d don't hardcode the Simon GameID values, rather use the #defines from simon/intern.h. Proper solution pending
svn-id: r6651
2003-03-01 21:26:45 +00:00
Max Horn
3c3812d754 no need for a hack if include gameDetector.h anyway...
svn-id: r6650
2003-03-01 20:39:17 +00:00
Tore Anderson
e0d71afcb9 a few minor cleanups in the debian build scripts
svn-id: r6649
2003-03-01 15:16:52 +00:00
Jonathan Gray
d31b7439e1 we were reading 8 bytes too much on DIGI sounds
svn-id: r6648
2003-03-01 13:32:45 +00:00
Travis Howell
419761549c Disable realizePalette_unk() in simon since it causes regressions
svn-id: r6647
2003-03-01 13:11:01 +00:00
Jonathan Gray
88906b0360 hacky support for humongous talkie format
svn-id: r6646
2003-03-01 12:44:52 +00:00
Paweł Kołodziejski
4fd68d63b6 heh
svn-id: r6645
2003-02-28 20:33:06 +00:00
Jonathan Gray
0e5a19e13e change rate for humongous DIGI sounds to 11025
svn-id: r6644
2003-02-28 11:32:43 +00:00
Jonathan Gray
18acc2e800 patch #693475 attempt to address the actor facing problems in comi by erik
svn-id: r6643
2003-02-27 10:42:12 +00:00
Jonathan Gray
af19cac738 patch #689164 comi verb coin hack by erik, fixes the verb coin drawing behind the inventory
svn-id: r6642
2003-02-27 10:17:29 +00:00
Jonathan Gray
686ba621f7 move comi to be up near the other scumm games
svn-id: r6641
2003-02-27 10:10:28 +00:00
Jonathan Gray
c5eec27277 add snmidemo
svn-id: r6640
2003-02-26 22:38:49 +00:00
Jonathan Gray
fdd86664c1 bump cvs version number and date as its been over 2 months since this was updated
svn-id: r6639
2003-02-26 13:21:26 +00:00