Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2003-09-18 | Extend the ALSA version check to look at SND_LIB_MAJOR as well. They're | Torbjörn Andersson | |
bound to hit 1.0 any year now. Of course, this is completely untested. svn-id: r10288 | |||
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a ↵ | Max Horn | |
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287 | |||
2003-09-17 | cleanup | Max Horn | |
svn-id: r10284 | |||
2003-09-17 | no need for this evil hackery; just always pretend 'F5' was pressed, the ↵ | Max Horn | |
Scumm engine will do the work from then svn-id: r10283 | |||
2003-09-17 | new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there ↵ | Max Horn | |
(this removes the need for an ugly hack in the build system, and is also conceptionally cleaner) svn-id: r10282 | |||
2003-09-17 | some tweaks to the build system (work toward plugin support) | Max Horn | |
svn-id: r10279 | |||
2003-09-14 | evil fix for #bug 801293 (ALL: Ctrl+alt+b opengl switch) and some cleanup | Max Horn | |
svn-id: r10248 | |||
2003-09-11 | moved set_mouse_pos around just to make clear it's not part of the OSystem ↵ | Max Horn | |
API anymore svn-id: r10187 | |||
2003-09-10 | moved declaration of error/warning/debug from engine.h to util.h | Max Horn | |
svn-id: r10151 | |||
2003-09-10 | moved declaration of error/warning/debug from engine.h to util.h | Max Horn | |
svn-id: r10149 | |||
2003-09-08 | removed some superfluous newlines | Max Horn | |
svn-id: r10086 | |||
2003-09-06 | added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGui | Max Horn | |
svn-id: r10047 | |||
2003-08-23 | use startup message, avoid possible race condition on exit | Ruediger Hanke | |
svn-id: r9833 | |||
2003-08-23 | little bugfix, safer code | Ruediger Hanke | |
svn-id: r9832 | |||
2003-08-22 | Add screenshot option for sdl backends, patch #590233 | Travis Howell | |
svn-id: r9821 | |||
2003-08-20 | Need explicit include of stdafx because of free_check kluge... | Marcus Comstedt | |
svn-id: r9803 | |||
2003-08-20 | Change Amiga palette option to Amiga version | Travis Howell | |
svn-id: r9800 | |||
2003-08-18 | Updated | Chris Apers | |
svn-id: r9762 | |||
2003-08-18 | Updated globals access for PalmOS | Chris Apers | |
svn-id: r9759 | |||
2003-08-18 | Removed : read/write led indicator | Chris Apers | |
svn-id: r9758 | |||
2003-08-18 | Added : UX50 support + fullscreen mode, Fixed : overlay, some memory cards ↵ | Chris Apers | |
related stuffs,... svn-id: r9757 | |||
2003-08-18 | Cleanup | Chris Apers | |
svn-id: r9755 | |||
2003-08-18 | Added fullscreen option | Chris Apers | |
svn-id: r9754 | |||
2003-08-17 | Changed adlib note priorities for small header games | Jochen Hoenicke | |
svn-id: r9746 | |||
2003-08-16 | Added fullscreen support to palmos | Chris Apers | |
svn-id: r9721 | |||
2003-08-15 | Changed on_timer frequency in adlib so V3 SFX are correctly timed. | Jochen Hoenicke | |
Changed V3 conversion code to adapt to the new (correct) speed. svn-id: r9712 | |||
2003-08-13 | Remove debug code that shouldn't have been commit | Travis Howell | |
svn-id: r9655 | |||
2003-08-12 | Add adlib music for indy3ega/loom and adlib sfx, patch #770862 | Travis Howell | |
svn-id: r9649 | |||
2003-08-11 | Fixed compilation error introduced by Marcus ;) | Chris Apers | |
svn-id: r9639 | |||
2003-08-11 | Missing function with new savefile.cpp | Chris Apers | |
svn-id: r9638 | |||
2003-08-10 | Harmonized SaveFile API with File API a bit. | Marcus Comstedt | |
svn-id: r9626 | |||
2003-08-08 | Revamped the GM-to-FM emulation tables. | Jamieson Christian | |
The new tables come directly from the Adlib driver for the original Sam & Max distro. Sam & Max using Adlib should now sound essentially identical to the original distro ("a few more tests"), and other games without specific Adlib support, such as Simon, should sound a whole lot closer to the GM tonality. Percussion support is now comprehensive for Sam & Max and a lot more thorough for other games. svn-id: r9605 | |||
2003-08-08 | Added generic send() option to MidiChannel. | Jamieson Christian | |
This circumvents problems doing generic send() calls to MidiDrivers that support more than 16 MIDI channels (i.e. Adlib). Because of the way it interacts with MidiDriver, Simon could have run into a problem if it tried to allocate more than 15 Adlib music channels (though this would only happen in very, VERY rare circumstances). Also fixed a problem with the channel numbering scheme used by MidiDriver_Adlib, in particular the percussion channel number. svn-id: r9604 | |||
2003-08-06 | Added .ini parameters | Nicolas Bacca | |
svn-id: r9553 | |||
2003-08-06 | Changed | Chris Apers | |
svn-id: r9543 | |||
2003-08-06 | Added --demo-mode option | Chris Apers | |
svn-id: r9542 | |||
2003-08-06 | Get rid of the bad onehalf array (thx to Mark Fechtner) | Chris Apers | |
svn-id: r9540 |