Paul Gilbert
53e5522e5a
TSAGE: Fixed a problem with only the first Fx sound being played
2011-07-28 21:36:15 +10:00
Paul Gilbert
30005b450b
TSAGE: Clarified some method names in the sound code
2011-07-28 20:42:29 +10:00
Paul Gilbert
4778bf99eb
TSAGE: Added sound debugger command
2011-07-28 07:30:42 +10:00
Paul Gilbert
0034257976
TSAGE: Sound Fx is now playing
2011-07-28 07:30:42 +10:00
Paul Gilbert
034bbde204
TSAGE: Fix problem with sound Fx start method being called multiple times
2011-07-28 07:30:41 +10:00
athrxx
f44874f0a6
KYRA: add support for Russian Kyra 1 floppy fan translation
2011-07-27 16:38:31 +02:00
Johannes Schickel
ecdd2e5fdc
COMPOSER: Fix clang warnings.
2011-07-27 15:34:55 +02:00
D G Turner
108bdab4ac
COMPOSER: Correct module.mk for Dynamic Plugins.
2011-07-27 13:33:20 +01:00
D G Turner
f487092c9a
MOHAWK: Corrected Regression due to minor typo in Myst o_disableAreas.
...
Thanks to bgKa for looking at this.
2011-07-27 12:51:41 +01:00
Eugene Sandulenko
e02276cab1
Merge pull request #58 from fuzzie/composer
...
COMPOSER: Merge engine
2011-07-27 03:10:19 -07:00
Paul Gilbert
a877167bfe
TSAGE: Beginning of implementation of Fx method #32
2011-07-27 19:39:27 +10:00
Johannes Schickel
f0c5414ca6
NEWS: Mention iMuse priority fix.
2011-07-26 17:42:09 +02:00
Johannes Schickel
72b23d2009
NEWS: Mention LoL support in 1.4.0.
2011-07-26 17:40:27 +02:00
Travis Howell
f3c10331d9
DOC: Correct changes for Simon the Sorcerer 1/2.
2011-07-26 09:48:04 +10:00
Sven Hesse
a852f30fb2
GOB: Add a workaround for bug #3376547 (gob3 footstep sound)
2011-07-25 18:47:31 +02:00
athrxx
f2f6ddced9
KYRA: add support for Kyra 2 Russian floppy
2011-07-25 17:57:33 +02:00
Paul Gilbert
77908a9357
TSAGE: Re-factored sound driver method #32 with extra parameters needed by Sound Fx driver
2011-07-25 21:30:17 +10:00
Eugene Sandulenko
1102c23b5c
Merge pull request #55 from tramboi/printing
...
DREAMWEB: Translate printing subsystem
2011-07-24 17:06:08 -07:00
Sven Hesse
62862ecb23
VIDEO: Don't depend on IEEE floats for Bink audio
2011-07-24 23:56:56 +02:00
athrxx
cf2060a416
DEVTOOLS: cleanup kyradat tool code
2011-07-24 23:04:24 +02:00
athrxx
ec55336393
LOL: add support for Russian CD-ROM version
2011-07-24 22:49:21 +02:00
Eugene Sandulenko
e5953776fb
DOC: SVN -> git
2011-07-24 20:21:10 +01:00
Eugene Sandulenko
191f6f4af3
DOC: Update readme by SimSaw
...
- Changed the order of the Putt-Putt games to be match the order
of the original releases by year
- Mentioned the German version of Dragon History in the paragraph
of the game
- Changed a note about Swampy Adventures in the "Known Problems"
section of Simon the Sorcerer's Puzzle Pack: Displaying texts
when clicking on items is supported now (quick and dirty),
displaying names of items when hovering with the mouse cursor
over them is still unsupported
- Changed text that could be misunderstood in Command Line Options
section: "Select language" to "Select game's language"
- The lanugage of the Simon the Sorcerer games is now pre-selected
and does not allow to change it, nor to use fan patches not
mentioned in the detection tables, thus the games and all
references to them are no removed from the Language Options section
- Corrected hot keys of Simon the Sorcerer 1+2: Clearified that
"t" and "v" buttons only work in talkies of Simon 1 other than
English and German and mentioned combined speech and text mode
- Corrected function of "t" key in The Feeble Files
2011-07-24 20:20:00 +01:00
athrxx
7174f14c61
LOL: add support for Russian floppy version
2011-07-24 20:39:08 +02:00
Johannes Schickel
950faa4143
COMMON: Limited gcc specific intLog2 to gcc 3.4 or newer.
...
Older gcc versions did not include __builtin_clz, which made the PS2 port
fail to compile, since it uses 3.2.2.
2011-07-24 20:18:21 +02:00
Johannes Schickel
a1bfbe65ba
COMMON: Add an optimized intLog2 implementation for gcc using __builtin_clz.
...
This is done as discussed here:
54f25aa843
2011-07-24 19:54:49 +02:00
Johannes Schickel
b609100a56
COMMON: Let intLog2 return an int instead of uint32, since it should return -1 for 0.
2011-07-24 19:53:48 +02:00
Paul Gilbert
d6422468a9
TSAGE: Reverted to using a single thread for audio playback
2011-07-24 21:25:00 +10:00
Bertrand Augereau
cbcdb61b28
DREAMWEB: Blacklisted 'usetimedtext', 'getundertimed' and 'putundertimed'
2011-07-23 20:49:10 +02:00
Bertrand Augereau
a58e2bea08
DREAMWEB: 'multiput' and 'multiget' get signatures
2011-07-23 19:24:59 +02:00
Bertrand Augereau
0066e4007a
DREAMWEB: Less register usage in 'printslow'
2011-07-23 18:32:48 +02:00
Bertrand Augereau
08e407bbe5
DREAMWEB: 'printdirect' has a C++ signature
2011-07-23 18:23:40 +02:00
Bertrand Augereau
402e41dd67
DREAMWEB: Less register usage in 'getnumber'
2011-07-23 18:23:40 +02:00
Bertrand Augereau
60d4970fd0
DREAMWEB: 'dumptextline' ported to C++
2011-07-23 18:23:40 +02:00
Bertrand Augereau
c4f9afaa02
DREAMWEB: Less register usage in 'printslow'
2011-07-23 18:23:40 +02:00
Bertrand Augereau
2e0e2b2687
DREAMWEB: Useless register shuffling in printboth
2011-07-23 18:23:40 +02:00
Bertrand Augereau
6d926d830e
DREAMWEB: Cleaning in 'printslow'
2011-07-23 18:23:39 +02:00
Bertrand Augereau
3d518d3d2c
DREAMWEB: Cleaning of 'printasprite'
2011-07-23 18:23:39 +02:00
Bertrand Augereau
8a5c2f9dc3
DREAMWEB: Cleaning of 'showframe'
2011-07-23 18:23:39 +02:00
Bertrand Augereau
183515787d
DREAMWEB: Fix code formatting
2011-07-23 18:23:39 +02:00
Bertrand Augereau
ac29c2a64d
DREAMWEB: 'printboth' ported to C++
2011-07-23 18:23:39 +02:00
Bertrand Augereau
7f45c6fec9
DREAMWEB: 'multidump' has a nicer signature
2011-07-23 18:23:39 +02:00
Bertrand Augereau
d0f917d857
DREAMWEB: 'printslow' ported to C++
2011-07-23 18:23:39 +02:00
Bertrand Augereau
96221b5742
DREAMWEB: Less registers, more params, in the text printing subsystem
2011-07-23 18:23:39 +02:00
Bertrand Augereau
f15661f698
DREAMWEB: 'printchar' ported to C++
2011-07-23 18:23:38 +02:00
Bertrand Augereau
599fbf4fe6
DREAMWEB: 'printdirect' ported to C++
2011-07-23 18:23:38 +02:00
Bertrand Augereau
b728323df7
DREAMWEB: 'getnumber' ported to C++
2011-07-23 18:23:38 +02:00
Sven Hesse
74e43312f7
GOB: Fix missing sound effects in Woodruff (bug #3374170 )
...
Another regression of the CoktelDecoder rewrite.
Thanks to digitall for finding the offending commit. :)
2011-07-23 15:39:38 +02:00
Marcus Comstedt
e4427fd589
TOON: Fix off-by-one use of path heap array
...
The first element of the _data array in PathFindingHeap was never
used, fix that.
2011-07-21 13:09:18 +02:00
D G Turner
d035bcae82
TOON: Cleanup and Memory Usage Reduction fixes in PathFinding Heap.
...
This halves the size of the pathifnding heap, but adds warnings if push()
is attempted on a full heap.
2011-07-20 23:05:24 +01:00