Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2003-08-06 | Disable SWORD2 | Chris Apers | |
svn-id: r9539 | |||
2003-08-06 | Added --demo-mode option | Chris Apers | |
svn-id: r9538 | |||
2003-08-05 | getting rid of g_mixer; removing lots of whitespace | Max Horn | |
svn-id: r9527 | |||
2003-08-05 | removing whitespace | Max Horn | |
svn-id: r9526 | |||
2003-08-05 | Update right click stuff | Nicolas Bacca | |
svn-id: r9523 | |||
2003-08-05 | Hotfixes ... | Ruediger Hanke | |
svn-id: r9514 | |||
2003-08-05 | Rvert this non-smallheader adlib change | Travis Howell | |
svn-id: r9491 | |||
2003-08-05 | Add adlib music improvements for indy3/monkeyega/monkeyvga and cleanups from ↵ | Travis Howell | |
patch #770862 svn-id: r9480 | |||
2003-08-04 | while this fixed a problem with sdl_gl on OS X, it causes annoying problems ↵ | Max Horn | |
with fullscreen mode with the regular SDL backend on OS X -> disabling it (plus I couldn't reproduce this segfault with the GL backend anymore, too) svn-id: r9468 | |||
2003-08-04 | oops, accidentally commited this one | Max Horn | |
svn-id: r9465 | |||
2003-08-03 | fix for bug #781903 (ALL: jerky cursor movement regression) | Max Horn | |
svn-id: r9446 | |||
2003-08-03 | More complete keymap. | Marcus Comstedt | |
svn-id: r9440 | |||
2003-08-03 | More const. | Marcus Comstedt | |
svn-id: r9437 | |||
2003-08-03 | Detect Simon. | Marcus Comstedt | |
svn-id: r9436 | |||
2003-08-03 | Ignore bs2 builddir. | Marcus Comstedt | |
svn-id: r9428 | |||
2003-08-02 | removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵ | Max Horn | |
did it should be trivial to get them working again) svn-id: r9391 | |||
2003-08-01 | The (long) WinCE FAQ has arrived ... | Nicolas Bacca | |
svn-id: r9388 | |||
2003-08-01 | #include cleanup (explicityl specify the location for headers from common/, ↵ | Max Horn | |
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359 | |||
2003-08-01 | Small cleanup | Travis Howell | |
svn-id: r9354 | |||
2003-07-31 | added new header file backends/intern.h; removed some stuff from ↵ | Max Horn | |
common/system.h which is either only of interest to backends or code instantiating a backend (->backends/intern.h); also removed fmopl specific enums (->sound/fmopl.h) svn-id: r9327 | |||
2003-07-30 | Merged fixes from branch-0-5-0: | Marcus Comstedt | |
* Max's "adjustment" was incomplete, fixed. * Initialize shake_pos to 0 (fixes Sky, which never sets the shake_pos). * Changed sematics of X button to allow boxing in Indy (I hope...) svn-id: r9307 | |||
2003-07-26 | Fixed unit'd var in Adlib driver | Jamieson Christian | |
svn-id: r9195 | |||
2003-07-24 | Add support for strnicmp | Chris Apers | |
svn-id: r9170 | |||
2003-07-23 | Fix a bug with checkMSA that let the last track play even if we exit to the ↵ | Chris Apers | |
launcher. Also enable to use MSALib if the lib is opened by another application svn-id: r9151 | |||
2003-07-23 | Quick hack to solve Simon problem | Ruediger Hanke | |
svn-id: r9149 | |||
2003-07-23 | reset some CD related vars when AudioCD is opened | Max Horn | |
svn-id: r9144 | |||
2003-07-23 | Ooops that should not have been commmited | Travis Howell | |
svn-id: r9142 |