aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-05-07renamed 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-07Fix a (very rare outside of running with GDB) race condition betweenLionel Ulmer
thread start and the parameters used by the thread. svn-id: r4230
2002-05-07Add fixme for Zak256 script bug, until I can ask yot to help me trace it.James Brown
svn-id: r4229
2002-05-07Change the X11 driver to support various sizes (and no more hardcodedLionel Ulmer
to 320x200). svn-id: r4228
2002-05-07Beginning of support for multiple resolutions.James Brown
Makes Zak256 inventory scrolling work. svn-id: r4227
2002-05-07Added rate detection for The Dig - solves problems with other language versions.James Brown
svn-id: r4226
2002-05-07One should not work when just awoken... _talkspeed != _talkSpeed.... sorry!Nicolas Noble
svn-id: r4225
2002-05-07Fix wrong #define for WinDbgJames Brown
svn-id: r4224
2002-05-07Sorted 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-06Remove timidity driver from gameDetector.. as it's not really there anymore :)James Brown
svn-id: r4222
2002-05-06Workaround for last known Zak crash. Don't tell Serge I added this. :)James Brown
svn-id: r4221
2002-05-06Fix stupid Zak256 crash. You can take the blue crystal now!James Brown
svn-id: r4220
2002-05-06Add raw PCM part to dig .bun decompressor.James Brown
svn-id: r4219
2002-05-05Add hotkeys for text speed / master volumeJames Brown
svn-id: r4218
2002-05-05Fix typo in version compatability change.James Brown
svn-id: r4217
2002-05-05Add text speed option (-y for Yak :)James Brown
svn-id: r4216
2002-05-05cleaning up the mess drigo left... <sigh>Max Horn
svn-id: r4215
2002-05-05added 'SPK ' music type, appears in Mac version of Monkey 2Max Horn
svn-id: r4214
2002-05-05fixed my fixMax Horn
svn-id: r4213
2002-05-05Fixed some things for Macintosh portsEnrico Rolfi
svn-id: r4212
2002-05-05Fixed some things to support MacOS port and QuickTimeEnrico Rolfi
svn-id: r4211
2002-05-05Fixed some things to support MacOS portEnrico Rolfi
svn-id: r4210
2002-05-05Added to separate MacOS SDL port and Carbon one. TODO: Please add this file ↵Enrico Rolfi
to the Carbon project. svn-id: r4209
2002-05-05Fixed some things for MacOS SDLEnrico Rolfi
svn-id: r4208
2002-05-05Remove debug printfs :)James Brown
svn-id: r4207
2002-05-05Fix dig crashJames Brown
svn-id: r4206
2002-05-05fix for MacOS native portMax Horn
svn-id: r4205
2002-05-05fixed some warningsMax Horn
svn-id: r4204
2002-05-05fixed main for MacOS native portMax Horn
svn-id: r4203
2002-05-05minimal optimization <g>Max Horn
svn-id: r4202
2002-05-05Add more Dig compatability, fix Dig sounds due to Endian.James Brown
svn-id: r4201
2002-05-05Update argv to new detectorNicolas Bacca
svn-id: r4200
2002-05-05Added the 'MKID' macro the the ids to make big endian people happy.Lionel Ulmer
svn-id: r4199
2002-05-05Make the bundle parser code a little cleaner :)James Brown
svn-id: r4198
2002-05-05Fix Dig bundle 'clicking'James Brown
svn-id: r4197
2002-05-04Change 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-04More SMUSH patches by aquadran: Implement code 4.James Brown
svn-id: r4195
2002-05-04don't interpolate the leftmost column with the right most column when using ↵Max Horn
interpolating scalers svn-id: r4194
2002-05-04automatic detecion of MT32 vs. GM midi; removed obsolete -r command line optionMax Horn
svn-id: r4193
2002-05-04rewrote 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-04my version of MAD (0.14.2b) has no MAD_ERROR_NONE; where did that come from?Max Horn
svn-id: r4191
2002-05-04corrected key bindings that switch between gfx modesMax Horn
svn-id: r4190
2002-05-04enabled MP3 support for OS XMax Horn
svn-id: r4189
2002-05-04added 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-04added some simple (8bit) 1x/2x/3x scalers, could probably be optimizedMax Horn
svn-id: r4187
2002-05-03Finally easier than what I thought... Removed the last 'float' fromLionel Ulmer
the sound code :-) People with LoomCD and MP3 tracks should test that I did not break anything. svn-id: r4186
2002-05-03Fixed a 'file descriptor' leak in the MP3 tracks cachingLionel Ulmer
system. Rewrote a bit the call to the MAD timer API. svn-id: r4185
2002-05-03Remove floating point in the MP3 volume control (baaaaaaaad on PDAsLionel Ulmer
like the iPAQ where no FPU is present). Instead replace it by a '32 level' volume control. svn-id: r4184
2002-05-03SFX and Music volumes are now game-specific.Nicolas Noble
svn-id: r4183
2002-05-03Add a quick dynamic test to see if the memory options (endianness andLionel Ulmer
alignement) corresponds to what the CPU expects. This could help stop bugs early on some platforms to almost no loss of start-up speed. svn-id: r4182