Commit Graph
86814 Commits
Author SHA1 Message Date
Ruediger Hanke ca8d49f2e1 Added couple of options to MorphOS startup
svn-id: r6578
2003-01-30 22:32:26 +00:00
Max Horn 756c059a12 fixed crash with non-ASCII chars
svn-id: r6577
2003-01-30 16:02:20 +00:00
Travis Howell 439046716b Fix small error in my last commits
svn-id: r6576
2003-01-30 09:15:04 +00:00
Paweł Kołodziejski 32b0ec7632 fix compatibility
svn-id: r6575
2003-01-30 09:01:07 +00:00
Paweł Kołodziejski b9fe365102 added language translation support for comi and some cleanup
svn-id: r6574
2003-01-30 08:10:16 +00:00
Nicolas Bacca 2c755a1f31 Change AdLib emulation quality for slower devices - added PROP_GET_FMOPL_ENV_BITS and PROP_GET_FMOPL_EG_ENT
svn-id: r6573
2003-01-29 21:28:37 +00:00
Travis Howell 32be9261fc Optional subtitles in Simon 1 (unsupported)
Use subtitles by default in all except English and German versions

svn-id: r6572
2003-01-29 12:48:27 +00:00
Jonathan Gray 5c94c996ed remove outdated comment
svn-id: r6571
2003-01-29 12:22:24 +00:00
Travis Howell daaab42620 Missed a file
svn-id: r6570
2003-01-29 11:53:20 +00:00
Travis Howell 4e39e87071 Add some hebrew support and a little cleanup
svn-id: r6569
2003-01-29 11:31:10 +00:00
Travis Howell 43d3cbed19 Add improved support for french, german and italian
svn-id: r6568
2003-01-29 10:08:56 +00:00
Jonathan Gray 80bd149156 add ability to specify language for comi see scummvm -h for possible values
svn-id: r6567
2003-01-29 08:07:10 +00:00
Jonathan Gray 988db178e6 oops.. meant to add this as well
svn-id: r6566
2003-01-29 04:38:55 +00:00
Jonathan Gray 8e9d8cff81 add list of possible languages in comi and relevant variable
svn-id: r6565
2003-01-29 04:16:14 +00:00
James Brown afec98c655 Stop the sound que stuff erroring(). This code was nasty, it LET itself write out of bounds -then- error()'ed. Youch.
There is still a problem, as this warning will come up quite frequently - leading me to believe the que is not being processed
properly?

svn-id: r6564
2003-01-29 04:00:45 +00:00
Jonathan Gray 0029c46754 more joystick stuff based on patch by ge0rg, also added defines for axis settings and mappings for common keys, these defines will hopefully be removed and replaced with config file options at some point
svn-id: r6563
2003-01-28 06:06:47 +00:00
Jonathan Gray f1b4ec7571 remove 'small drawing optimisation' that breaks drawing of vertically scrolling rooms, and yes fingolfin in answer to the message left in the commit message on rev 2.26 it causes regression :)
svn-id: r6562
2003-01-28 00:42:32 +00:00
James Brown f9a4b231da fix drawObject
svn-id: r6561
2003-01-27 07:07:55 +00:00
James Brown 7a4f4636ee Theoretically implement O_DRAW_OBJECT - although it doesn't seem to work
svn-id: r6560
2003-01-27 06:51:26 +00:00
Nicolas Bacca aa9f5ac10e Restore correct sound thread default priority for ARM
svn-id: r6559
2003-01-27 00:46:40 +00:00
Nicolas Bacca e629105962 Update project files - Smartphone support completed \!
svn-id: r6558
2003-01-26 21:50:53 +00:00
Nicolas Bacca 20fc553b94 Resources changes
svn-id: r6557
2003-01-26 21:46:14 +00:00
Nicolas Bacca a6f7fabc46 Global Windows CE routines
svn-id: r6556
2003-01-26 21:42:32 +00:00
Nicolas Bacca 0662e36fef Standard PDA functions
svn-id: r6555
2003-01-26 21:41:50 +00:00
Nicolas Bacca 79d58738a2 Changes for Smartphone calls
svn-id: r6554
2003-01-26 21:41:07 +00:00
Nicolas Bacca 04351b405e Smartphone display support
svn-id: r6553
2003-01-26 21:40:06 +00:00
Nicolas Bacca 14de75e831 Add GXIsDisplayDRAMBuffer
svn-id: r6552
2003-01-26 21:39:07 +00:00
Nicolas Bacca bf91352596 Smartphone support imports
svn-id: r6551
2003-01-26 21:36:45 +00:00
Paweł Kołodziejski dc7a876136 added "implementation" of imGetMusicPosition
svn-id: r6550
2003-01-26 14:26:03 +00:00
James Brown 00f7e562fd Remove a experimental hack that went in by accident
svn-id: r6549
2003-01-26 11:13:46 +00:00
James Brown d1eb2636f4 Patch 671031: Fix for MI1 intro crash + others (move new object
clearing code into a more generic function, and call it earlier)

svn-id: r6548
2003-01-26 10:57:01 +00:00
James Brown 8d9b84b98e Patch 671701: SO_TALK_FREQUENCY
svn-id: r6547
2003-01-26 10:54:34 +00:00
James Brown 3dc0535a6b remove debug copy
svn-id: r6546
2003-01-26 06:23:12 +00:00
James Brown a0b77e7389 LCA03 sync: Modified version of the untrap patch, debugger
savegame/loadgame changes, attempts at making the ComI save/load screen
(F1) work. The savegame part of the screen does not work due to a crash,
the load part SHOULD... but something resets the saveload flags before
they are processed (help! :)

svn-id: r6545
2003-01-26 06:17:25 +00:00
Ruediger Hanke 5956e5ee18 Fixing evil deadlock
svn-id: r6544
2003-01-25 21:17:00 +00:00
Ruediger Hanke f33b08ae66 Ok. I give up trying to teach that char is unsigned on some systems. Setting char to signed as default.
svn-id: r6543
2003-01-25 21:15:55 +00:00
Max Horn bfbfdcd4ec fixed compiler warnings
svn-id: r6542
2003-01-25 20:07:15 +00:00
Paweł Kołodziejski 091c7089f8 added assert for voice samples
svn-id: r6541
2003-01-25 20:01:23 +00:00
Paweł Kołodziejski c13e04df3d some cleanup
svn-id: r6540
2003-01-25 19:38:54 +00:00
Paweł Kołodziejski 9ec9a96af1 applied patch: [ 674566 ] CMI: Further smush syncing
svn-id: r6539
2003-01-25 19:02:44 +00:00
Paweł Kołodziejski 8e8575003b implemented properly comi sound codecs
svn-id: r6538
2003-01-25 18:41:32 +00:00
Paweł Kołodziejski d942441f7f applied patch #674141: CMI: Smush sync tuning
svn-id: r6537
2003-01-25 12:13:41 +00:00
James Brown 5f7cd1c93d LCA'03 commit: Fix talking where no sound hardware is present
svn-id: r6536
2003-01-24 06:41:10 +00:00
Jonathan Gray c1930e0ff5 declare event of type mouse motion on joystick axis movement
svn-id: r6535
2003-01-22 13:15:03 +00:00
Nicolas Bacca 324e2cb2e8 Remove Smartphone project tweaks - we'll see about that when it's done :)
svn-id: r6534
2003-01-21 22:38:44 +00:00
Nicolas Bacca b2f231efbd Fix dumb overlay overflow
svn-id: r6533
2003-01-21 22:36:53 +00:00
Nicolas Bacca 2a02a2554a Update project files to compile with CVS tree
svn-id: r6531
2003-01-21 18:42:55 +00:00
Paweł Kołodziejski 2724ac741b cleanup
svn-id: r6530
2003-01-20 20:49:56 +00:00
Paweł Kołodziejski 38c2870313 cleanup, speedup code
svn-id: r6529
2003-01-20 18:03:12 +00:00
Jonathan Gray 473cbb8437 start of joystick support, just selects first joystick for now and only maps first two buttons to first two mouse buttons. Will add more button mappings and a -j options to specify joystick in future
svn-id: r6528
2003-01-20 16:29:26 +00:00