Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2002-05-05 | Added to separate MacOS SDL port and Carbon one. TODO: Please add this file ↵ | Enrico Rolfi | |
to the Carbon project. svn-id: r4209 | |||
2002-05-05 | Fixed some things for MacOS SDL | Enrico Rolfi | |
svn-id: r4208 | |||
2002-05-05 | Remove debug printfs :) | James Brown | |
svn-id: r4207 | |||
2002-05-05 | Fix dig crash | James Brown | |
svn-id: r4206 | |||
2002-05-05 | fix for MacOS native port | Max Horn | |
svn-id: r4205 | |||
2002-05-05 | fixed some warnings | Max Horn | |
svn-id: r4204 | |||
2002-05-05 | fixed main for MacOS native port | Max Horn | |
svn-id: r4203 | |||
2002-05-05 | minimal optimization <g> | Max Horn | |
svn-id: r4202 | |||
2002-05-05 | Add more Dig compatability, fix Dig sounds due to Endian. | James Brown | |
svn-id: r4201 | |||
2002-05-05 | Update argv to new detector | Nicolas Bacca | |
svn-id: r4200 | |||
2002-05-05 | Added the 'MKID' macro the the ids to make big endian people happy. | Lionel Ulmer | |
svn-id: r4199 | |||
2002-05-05 | Make the bundle parser code a little cleaner :) | James Brown | |
svn-id: r4198 | |||
2002-05-05 | Fix Dig bundle 'clicking' | James Brown | |
svn-id: r4197 | |||
2002-05-04 | Change the 'poperty' call to be 64-bits clean. | Lionel Ulmer | |
Porters, please check that I did not break anything while updating your ports. Thanks :-) svn-id: r4196 | |||
2002-05-04 | More SMUSH patches by aquadran: Implement code 4. | James Brown | |
svn-id: r4195 | |||
2002-05-04 | don't interpolate the leftmost column with the right most column when using ↵ | Max Horn | |
interpolating scalers svn-id: r4194 | |||
2002-05-04 | automatic detecion of MT32 vs. GM midi; removed obsolete -r command line option | Max Horn | |
svn-id: r4193 | |||
2002-05-04 | rewrote large parts of the SDL gfx code, fixing the 'shaking' mode and also ↵ | Max Horn | |
simplifying the code (well, I hope <g>) svn-id: r4192 | |||
2002-05-04 | my version of MAD (0.14.2b) has no MAD_ERROR_NONE; where did that come from? | Max Horn | |
svn-id: r4191 | |||
2002-05-04 | corrected key bindings that switch between gfx modes | Max Horn | |
svn-id: r4190 | |||
2002-05-04 | enabled MP3 support for OS X | Max Horn | |
svn-id: r4189 | |||
2002-05-04 | added 1x as an alias for the 'normal' graphics mode (seemed logical since we ↵ | Max Horn | |
also have 2x and 3x) svn-id: r4188 | |||
2002-05-04 | added some simple (8bit) 1x/2x/3x scalers, could probably be optimized | Max Horn | |
svn-id: r4187 | |||
2002-05-03 | Finally easier than what I thought... Removed the last 'float' from | Lionel Ulmer | |
the sound code :-) People with LoomCD and MP3 tracks should test that I did not break anything. svn-id: r4186 | |||
2002-05-03 | Fixed a 'file descriptor' leak in the MP3 tracks caching | Lionel Ulmer | |
system. Rewrote a bit the call to the MAD timer API. svn-id: r4185 | |||
2002-05-03 | Remove floating point in the MP3 volume control (baaaaaaaad on PDAs | Lionel Ulmer | |
like the iPAQ where no FPU is present). Instead replace it by a '32 level' volume control. svn-id: r4184 |