Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2002-05-03 | SFX and Music volumes are now game-specific. | Nicolas Noble | |
svn-id: r4183 | |||
2002-05-03 | Add a quick dynamic test to see if the memory options (endianness and | Lionel 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 | |||
2002-05-03 | REALLY fix -m. For sure. Trust me. :) | James Brown | |
svn-id: r4181 | |||
2002-05-03 | Fix -m option. | James Brown | |
svn-id: r4180 | |||
2002-05-03 | Use Makefile.common like the rest. | Marcus Comstedt | |
svn-id: r4179 | |||
2002-05-03 | Update default tempo readme/help text. | James Brown | |
svn-id: r4178 | |||
2002-05-03 | Fix debian 'rules' tabbing by braindead editor. | James Brown | |
svn-id: r4177 | |||
2002-05-03 | Fix lintian errors in debian package. | James Brown | |
svn-id: r4176 | |||
2002-05-02 | Clarified the '-t' option help text (by showing 0x1F0000 instead of | Lionel Ulmer | |
1F0000). svn-id: r4175 | |||
2002-05-02 | Fixed the command line parsing for the parameters with optionnal | Lionel Ulmer | |
values. This may well break the config file changes. I am waiting for Pixel to get back to ask him to explain his wonderful API :-) svn-id: r4174 | |||
2002-05-02 | Add hotkey for advmame2x | James Brown | |
svn-id: r4173 | |||
2002-05-02 | Change default tempos. | James Brown | |
svn-id: r4172 | |||
2002-05-02 | My code really need that free(NULL) is valid BBrox... =) | Nicolas Noble | |
And arisme you were SOO right! How was my code working before?!? svn-id: r4171 | |||
2002-05-01 | Well, one small commit before going to bed to regain the commit king | Lionel Ulmer | |
(damn Arisme :-) ). This fixes a warning found out by Valgrind when playing the Smush movies in TheDig. svn-id: r4170 | |||
2002-05-01 | Start of volume support + mixer pause | Nicolas Bacca | |
svn-id: r4169 | |||
2002-05-01 | Moved loom music synch to the playing function | Nicolas Bacca | |
svn-id: r4168 | |||
2002-05-01 | Fixed new domain create (Pixel, please recheck :)) | Nicolas Bacca | |
svn-id: r4167 | |||
2002-05-01 | Update to new configuration system, fixed right click, fixed landscape mode ↵ | Nicolas Bacca | |
display bug svn-id: r4166 | |||
2002-05-01 | Pause and start of volume support | Nicolas Bacca | |
svn-id: r4165 | |||
2002-05-01 | Set GFX_NORMAL on WinCE, oops | Nicolas Bacca | |
svn-id: r4164 | |||
2002-05-01 | Fixed second key page for WinCE, start of volume support | Nicolas Bacca | |
svn-id: r4163 | |||
2002-05-01 | Set GFX_NORMAL on WinCE | Nicolas Bacca | |
svn-id: r4162 | |||
2002-05-01 | Fix actor masking crash. | James Brown | |
svn-id: r4161 | |||
2002-05-01 | Removed ScummVM's private alloc / free / realloc functions. If I break | Lionel Ulmer | |
something, just yell :-) svn-id: r4160 | |||
2002-05-01 | Fix the AUTOFREE problem on TheDig sounds. 'Proper' fix may come later | Lionel Ulmer | |
if I get answers on my -devel post :-) svn-id: r4159 | |||
2002-05-01 | Initialize the private frame buffer at '0' to prevent a lot of | Lionel Ulmer | |
Valgrind errors in the first Smush movie of TheDig. svn-id: r4158 | |||
2002-05-01 | Fixes for Dig sound on big endian systems | Ruediger Hanke | |
svn-id: r4157 | |||
2002-05-01 | Another fix for LoomCD. Now Valgrind does not reports any error | Lionel Ulmer | |
anymore in LoomCD (well, with a small hack still active :-) ). svn-id: r4156 | |||
2002-05-01 | Fix sound crash in some games. Thanks Michael Karcher. | James Brown | |
svn-id: r4155 | |||
2002-05-01 | Zero-initialize the palette and the frame buffer. | Lionel Ulmer | |
svn-id: r4154 | |||
2002-05-01 | Fix some bad memory accesses in LoomCD. The masking is still bad but | Lionel Ulmer | |
at least Valgrind is not accusing ScummVM to be too buggy anymore :-) svn-id: r4153 | |||
2002-05-01 | Compile with new config-file support - not used yet, this will be fixed tomorrow | Nicolas Bacca | |
svn-id: r4152 | |||
2002-05-01 | Fixed packing for non GCC compilers - Loom & Zak work on WinCE now | Nicolas Bacca | |
svn-id: r4151 | |||
2002-04-30 | Fix Pawels name - sorry :) | James Brown | |
svn-id: r4150 | |||
2002-04-30 | updated %changelog with the same text as changelog.txt | Jeremy Newman | |
svn-id: r4149 | |||
2002-04-30 | Readme update, and WhatsNew tidy up. | James Brown | |
svn-id: r4148 | |||
2002-04-30 | cleaned up, and fixed | Jeremy Newman | |
svn-id: r4147 | |||
2002-04-30 | Fix cross compile | Travis Howell | |
svn-id: r4146 | |||
2002-04-30 | Fix my error in last commit | Travis Howell | |
svn-id: r4145 | |||
2002-04-30 | Add icon and resource file to mingw build | Travis Howell | |
svn-id: r4144 | |||
2002-04-30 | Fix MingW compilation. | James Brown | |
svn-id: r4143 |