Age | Commit message (Expand) | Author |
2003-10-06 | some more tweaks | Max Horn |
2003-10-06 | some incremental changes (more will follow, this is step-by-step optimzation,... | Max Horn |
2003-10-06 | More performance optimizations | Jamieson Christian |
2003-10-06 | oops - that happesn if you incorrectly re-apply a broken patch =) | Max Horn |
2003-10-06 | more optimizations | Max Horn |
2003-10-06 | Fix compiler warnings | Jamieson Christian |
2003-10-06 | The real YM2612 implementation. Portable, | Jamieson Christian |
2003-10-06 | For those us who have to hit Shift to get to + | Jamieson Christian |
2003-10-05 | Preliminary preparation for new YM2612 FM emulator. | Jamieson Christian |
2003-10-05 | implemented new 'nice' scaler hotkeys | Max Horn |
2003-10-05 | cleanup | Max Horn |
2003-10-05 | Ooops | Travis Howell |
2003-10-05 | Remove unneeded case. | Travis Howell |
2003-10-05 | cleanup | Max Horn |
2003-10-05 | fixed some broken scaler related checks | Max Horn |
2003-10-04 | revert the 'reverse Y axis' hack | Max Horn |
2003-10-04 | use namespace Common a bit more; don't zero the RNG in scumm (else the seed g... | Max Horn |
2003-10-04 | small remark | Max Horn |
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 |
2003-10-02 | renamed namespace ScummVM to Common | Max Horn |
2003-10-02 | updated Marcus' copyright | Max Horn |
2003-10-01 | disable joystick input by default either command line or config file need to ... | Jonathan Gray |
2003-09-28 | removed duplicate g_timer object (one was global, one was static to timer.cpp... | Max Horn |
2003-09-28 | Slightly more sensible hotkeys for the scalers. Hq2x is now number 8, right | Torbjörn Andersson |
2003-09-27 | Fixed program crash when trying to switch to a | Jamieson Christian |
2003-09-27 | proposal for revised scaler keyboard shortcuts | Max Horn |
2003-09-27 | added hq2x scaler | Max Horn |
2003-09-27 | OSystem changes: removed create_thread() method (not needed anymore; 'pure' t... | Max Horn |
2003-09-26 | Converted the MPU-401 timer to use the Timer class. | Jamieson Christian |
2003-09-25 | Fix for Bug [810564] ALL: missing instruments with native MT-32 | Jamieson Christian |
2003-09-23 | ScummVM Headers were missing | Chris Apers |
2003-09-23 | Added palmtform option | Chris Apers |
2003-09-23 | Options flag | Chris Apers |
2003-09-23 | Added support for DIA API compatible devices (Zodiac), fixed move_screen func... | Chris Apers |
2003-09-23 | Split palmstart.cpp into mutiple files | Chris Apers |
2003-09-23 | Moved PalmFatalError here | Chris Apers |
2003-09-23 | CD Audio track support via MP3 on PalmOS | Chris Apers |
2003-09-21 | Made Ctrl-Alt 9 the hotkey for the new hq3x scaler, and moved the scanlines | Torbjörn Andersson |
2003-09-21 | added HQ3x filter | Max Horn |
2003-09-19 | fixed some pointer cast warnings on systems with 64 bit pointers (like AMD64) | Max Horn |
2003-09-18 | Update project files | Nicolas Bacca |
2003-09-18 | Add time.h | Nicolas Bacca |
2003-09-18 | Change includes, fix BASS slowdowns | Nicolas Bacca |
2003-09-18 | changed & documented the premixer semantics | Max Horn |
2003-09-18 | Remove one more hackery - actually a complete port rewrite would be needed to... | Nicolas Bacca |
2003-09-18 | Extend the ALSA version check to look at SND_LIB_MAJOR as well. They're | Torbjörn Andersson |
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a barebo... | Max Horn |
2003-09-17 | cleanup | Max Horn |
2003-09-17 | no need for this evil hackery; just always pretend 'F5' was pressed, the Scum... | Max Horn |
2003-09-17 | new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (t... | Max Horn |