Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-09 | Fix somebodys silly mistake for box scaling :) | James Brown | |
svn-id: r4259 | |||
2002-05-09 | fixed stupid bug in my optimized mouse code | Max Horn | |
svn-id: r4258 | |||
2002-05-09 | fix for #553206 (Palette latencies) | Max Horn | |
svn-id: r4257 | |||
2002-05-09 | Fix odd Sam and Max iMUSE crash. Thread syncronisation bug? | James Brown | |
svn-id: r4256 | |||
2002-05-09 | fixed redraw bug in SDL backend | Max Horn | |
svn-id: r4255 | |||
2002-05-09 | added .cvsignore file | Max Horn | |
svn-id: r4254 | |||
2002-05-09 | Simplified CD audio code | Ruediger Hanke | |
svn-id: r4253 | |||
2002-05-09 | Support for display sizes other than 320x200 | Ruediger Hanke | |
svn-id: r4252 | |||
2002-05-09 | sigh ... Dig sound endian fix second try | Ruediger Hanke | |
svn-id: r4251 | |||
2002-05-09 | Revert incorrect endian fixes. | James Brown | |
If there's something wrong here, it's with the MKID_BE define in scummsys.h, not this code. svn-id: r4250 | |||
2002-05-08 | Big endian fixes | Ruediger Hanke | |
svn-id: r4249 | |||
2002-05-08 | Update startup options | Ruediger Hanke | |
svn-id: r4248 | |||
2002-05-08 | Remove 373 type conversion warnings | James Brown | |
svn-id: r4247 | |||
2002-05-08 | Hacked away some code from Timidity to support 'Pitch wheel'. The DOTT | Lionel Ulmer | |
intro now sounds a bit better than before using the 'midiemu' driver. svn-id: r4246 | |||
2002-05-08 | Add oldRoomEffect needed for Zak256 ending | James Brown | |
svn-id: r4245 | |||
2002-05-08 | Do not forget the UNIX_X11 driver :-) | Lionel Ulmer | |
svn-id: r4244 | |||
2002-05-08 | Update documentation regarding Zak and MIDIEMU. | James Brown | |
Default to MIDIEMU on UNIX targets. svn-id: r4243 | |||
2002-05-08 | Fix next to last Zak bugs. | James Brown | |
Zak256 is now completable apart from getting stuck in the shop (walkbox issue) svn-id: r4242 | |||
2002-05-08 | Remove the setting of 'adlib_mode' to _RYTHM value (did for testing). | Lionel Ulmer | |
svn-id: r4241 | |||
2002-05-08 | Fixed the 'myinsbank' init (to not read memory that it should | Lionel Ulmer | |
not). Change the 'write_adlib' function to be more in line to what AdPlug does. svn-id: r4240 | |||
2002-05-08 | Fix a mistake in the resource loader. | James Brown | |
svn-id: r4239 | |||
2002-05-08 | Fix more warnings. | James Brown | |
svn-id: r4238 | |||
2002-05-08 | Fix compile warnings. | James Brown | |
svn-id: r4237 | |||
2002-05-08 | Add possible code for Modulation/Sustain to Emulated Midi Driver | James Brown | |
svn-id: r4236 | |||
2002-05-08 | Major cleanup of fmopl, and change incorrect uint32 typecasting. | James Brown | |
Midi Emulation driver sounds a lot better now. svn-id: r4235 | |||
2002-05-08 | made most stuff in gui class protected, as it should be; moved internal ↵ | Max Horn | |
definitions from gui.h to gui.cpp; added up/down arrows to save dialog (ugly, but better than nothing IMO svn-id: r4234 | |||
2002-05-07 | Add missing Zak opcode (Fixes Lima forest crash) | James Brown | |
svn-id: r4233 | |||
2002-05-07 | First commit of the OPL2 MIDI driver (to have MIDI music without | Lionel Ulmer | |
requiring any OS-level MIDI support). This was taken from AdPlug. This is *very* buggy for now (well, it works, but it sounds just plain ugly :-) ). svn-id: r4232 | |||
2002-05-07 | renamed some vars to be more verbose; optimized & fixed draw_mouse code ↵ | Max Horn | |
(similar to the x11.cpp code now) svn-id: r4231 | |||
2002-05-07 | Fix a (very rare outside of running with GDB) race condition between | Lionel Ulmer | |
thread start and the parameters used by the thread. svn-id: r4230 | |||
2002-05-07 | Add fixme for Zak256 script bug, until I can ask yot to help me trace it. | James Brown | |
svn-id: r4229 | |||
2002-05-07 | Change the X11 driver to support various sizes (and no more hardcoded | Lionel Ulmer | |
to 320x200). svn-id: r4228 | |||
2002-05-07 | Beginning of support for multiple resolutions. | James Brown | |
Makes Zak256 inventory scrolling work. svn-id: r4227 | |||
2002-05-07 | Added rate detection for The Dig - solves problems with other language versions. | James Brown | |
svn-id: r4226 | |||
2002-05-07 | One should not work when just awoken... _talkspeed != _talkSpeed.... sorry! | Nicolas Noble | |
svn-id: r4225 | |||
2002-05-07 | Fix wrong #define for WinDbg | James Brown | |
svn-id: r4224 | |||
2002-05-07 | Sorted the updateconfig() fonction to match the command line parsing. | Nicolas Noble | |
BTW Endy, if you add an config-file option, you better add it to the updateconfig() fonction, otherwise it won't reload =)) svn-id: r4223 | |||
2002-05-06 | Remove timidity driver from gameDetector.. as it's not really there anymore :) | James Brown | |
svn-id: r4222 | |||
2002-05-06 | Workaround for last known Zak crash. Don't tell Serge I added this. :) | James Brown | |
svn-id: r4221 | |||
2002-05-06 | Fix stupid Zak256 crash. You can take the blue crystal now! | James Brown | |
svn-id: r4220 | |||
2002-05-06 | Add raw PCM part to dig .bun decompressor. | James Brown | |
svn-id: r4219 | |||
2002-05-05 | Add hotkeys for text speed / master volume | James Brown | |
svn-id: r4218 | |||
2002-05-05 | Fix typo in version compatability change. | James Brown | |
svn-id: r4217 | |||
2002-05-05 | Add text speed option (-y for Yak :) | James Brown | |
svn-id: r4216 | |||
2002-05-05 | cleaning up the mess drigo left... <sigh> | Max Horn | |
svn-id: r4215 | |||
2002-05-05 | added 'SPK ' music type, appears in Mac version of Monkey 2 | Max Horn | |
svn-id: r4214 | |||
2002-05-05 | fixed my fix | Max Horn | |
svn-id: r4213 | |||
2002-05-05 | Fixed some things for Macintosh ports | Enrico Rolfi | |
svn-id: r4212 | |||
2002-05-05 | Fixed some things to support MacOS port and QuickTime | Enrico Rolfi | |
svn-id: r4211 | |||
2002-05-05 | Fixed some things to support MacOS port | Enrico Rolfi | |
svn-id: r4210 |