Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-06 | removed unused 'rate' param from nextTick; another tiny tweak to ↵ | Max Horn | |
Operator2612::nextTick (avoids one memory store over here, woohoo <g>) svn-id: r10644 | |||
2003-10-06 | remove <string> include so we don't depend on stdlib stuff (not used anyway) ↵ | Jonathan Gray | |
this also stops compile problems arising from our overloaded memory operators here svn-id: r10643 | |||
2003-10-06 | malloc/new optimizations | Max Horn | |
svn-id: r10642 | |||
2003-10-06 | Per-channel polyphony now > 1 | Jamieson Christian | |
svn-id: r10641 | |||
2003-10-06 | even more optimizations | Max Horn | |
svn-id: r10639 | |||
2003-10-06 | some more tweaks | Max Horn | |
svn-id: r10637 | |||
2003-10-06 | some incremental changes (more will follow, this is step-by-step ↵ | Max Horn | |
optimzation, watch it happen in pseudo-real-time and color. icecream is sold at the entrance, please stop smoking svn-id: r10636 | |||
2003-10-06 | More performance optimizations | Jamieson Christian | |
svn-id: r10629 | |||
2003-10-06 | oops - that happesn if you incorrectly re-apply a broken patch =) | Max Horn | |
svn-id: r10628 | |||
2003-10-06 | more optimizations | Max Horn | |
svn-id: r10627 | |||
2003-10-06 | Fix compiler warnings | Jamieson Christian | |
svn-id: r10626 | |||
2003-10-06 | The real YM2612 implementation. Portable, | Jamieson Christian | |
and with significant performances optimizations thanks to Fingolfin, or optimizing emperor. :) svn-id: r10625 | |||
2003-10-06 | For those us who have to hit Shift to get to + | Jamieson Christian | |
svn-id: r10624 | |||
2003-10-05 | Preliminary preparation for new YM2612 FM emulator. | Jamieson Christian | |
All the hooks are in, but actual implementation needs to be checked for portability. svn-id: r10615 | |||
2003-10-05 | implemented new 'nice' scaler hotkeys | Max Horn | |
svn-id: r10613 | |||
2003-10-05 | cleanup | Max Horn | |
svn-id: r10612 | |||
2003-10-05 | Ooops | Travis Howell | |
svn-id: r10598 | |||
2003-10-05 | Remove unneeded case. | Travis Howell | |
Disable code that causes crash when using opengl from command line for now. svn-id: r10597 | |||
2003-10-05 | cleanup | Max Horn | |
svn-id: r10596 | |||
2003-10-05 | fixed some broken scaler related checks | Max Horn | |
svn-id: r10595 | |||
2003-10-04 | revert the 'reverse Y axis' hack | Max Horn | |
svn-id: r10594 | |||
2003-10-04 | use namespace Common a bit more; don't zero the RNG in scumm (else the seed ↵ | Max Horn | |
gets reset); remove obsolete 256 color blending code svn-id: r10592 | |||
2003-10-04 | small remark | Max Horn | |
svn-id: r10579 | |||
2003-10-03 | You have been a thorn in my side for far too long Avatar^H^H^H^H^H^H bad code | Max Horn | |
svn-id: r10554 | |||
2003-10-02 | renamed namespace ScummVM to Common | Max Horn | |
svn-id: r10544 | |||
2003-10-02 | updated Marcus' copyright | Max Horn | |
svn-id: r10543 | |||
2003-10-01 | disable joystick input by default either command line or config file need to ↵ | Jonathan Gray | |
be used to enable it now, ability to choose joystick number to use also added svn-id: r10518 | |||
2003-09-28 | removed duplicate g_timer object (one was global, one was static to ↵ | Max Horn | |
timer.cpp); set g_system earlier (might prevent a few race conditions) svn-id: r10471 | |||
2003-09-28 | Slightly more sensible hotkeys for the scalers. Hq2x is now number 8, right | Torbjörn Andersson | |
after AdvMame2x, and 9 and 0 are AdvMame3x and Hq3x respectively. I agree with Fingolfin that we'll need a better way of handling this in the future, though. svn-id: r10461 | |||
2003-09-27 | Fixed program crash when trying to switch to a | Jamieson Christian | |
video mode that isn't supported (such as going to fullscreen under COMI with a 3x scaler and a video card that doesn't like 1920x1440 LOL). The program still terminates when this happens, due to the suboptimal way we make the switch to another video mode. (By the time we find out that we can't make the switch, it's too late to revert back). But at least it doesn't crash. svn-id: r10449 | |||
2003-09-27 | proposal for revised scaler keyboard shortcuts | Max Horn | |
svn-id: r10442 | |||
2003-09-27 | added hq2x scaler | Max Horn | |
svn-id: r10439 | |||
2003-09-27 | OSystem changes: removed create_thread() method (not needed anymore; 'pure' ↵ | Max Horn | |
threads aren't very portable anyway, better we only use timers); introduced OSystem::TimerProc type svn-id: r10430 | |||
2003-09-26 | Converted the MPU-401 timer to use the Timer class. | Jamieson Christian | |
Since this was the only place where we were using create_thread, that method should be removable now. I also removed the midi_driver_thread overrides for the MorphOS and YPA1 (Palm) backends. These need to be tested by their respective porters. svn-id: r10414 | |||
2003-09-25 | Fix for Bug [810564] ALL: missing instruments with native MT-32 | Jamieson Christian | |
As defined in Patch [811623] MT-32 patch for Bug 810564 Added a channel mask to MPU-401 devices so that --native-mt32 may force the device to use only the subset of MIDI channels actually supported by the MT-32. Also added a best-guess interpretation of iMuse Part priority in the SysEx 0x00 msg, since part priorities become more of an issue when the channel count is cramped. svn-id: r10409 | |||
2003-09-23 | ScummVM Headers were missing | Chris Apers | |
svn-id: r10381 | |||
2003-09-23 | Added palmtform option | Chris Apers | |
svn-id: r10379 | |||
2003-09-23 | Options flag | Chris Apers | |
svn-id: r10378 | |||
2003-09-23 | Added support for DIA API compatible devices (Zodiac), fixed move_screen ↵ | Chris Apers | |
function on hi-density devices svn-id: r10377 | |||
2003-09-23 | Split palmstart.cpp into mutiple files | Chris Apers | |
svn-id: r10375 | |||
2003-09-23 | Moved PalmFatalError here | Chris Apers | |
svn-id: r10374 | |||
2003-09-23 | CD Audio track support via MP3 on PalmOS | Chris Apers | |
svn-id: r10373 | |||
2003-09-21 | Made Ctrl-Alt 9 the hotkey for the new hq3x scaler, and moved the scanlines | Torbjörn Andersson | |
and dotmatrix ones to Ctrl-Alt C and Ctrl-Alt-D. (Does anyone else feel that scanlines and dotmatrix should either be rewritten so that they can be combined with any scaler and aspect ratio correction, or removed? That's why I moved them off the Ctrl-Alt <digit> hotkeys.) svn-id: r10353 | |||
2003-09-21 | added HQ3x filter | Max Horn | |
svn-id: r10346 | |||
2003-09-19 | fixed some pointer cast warnings on systems with 64 bit pointers (like AMD64) | Max Horn | |
svn-id: r10315 | |||
2003-09-18 | Update project files | Nicolas Bacca | |
svn-id: r10297 | |||
2003-09-18 | Add time.h | Nicolas Bacca | |
svn-id: r10296 | |||
2003-09-18 | Change includes, fix BASS slowdowns | Nicolas Bacca | |
svn-id: r10295 | |||
2003-09-18 | changed & documented the premixer semantics | Max Horn | |
svn-id: r10294 | |||
2003-09-18 | Remove one more hackery - actually a complete port rewrite would be needed ↵ | Nicolas Bacca | |
to get rid of all of them, I'm thinking about it :) svn-id: r10289 |