Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-05 | Fix win32 compile. | Travis Howell | |
svn-id: r33626 | |||
2008-08-04 | Remove some code which was rendered obsolete by md5's commit r33610 | Max Horn | |
svn-id: r33617 | |||
2008-08-04 | Fixing compilation under MSVC | Filippos Karapetis | |
svn-id: r33610 | |||
2008-08-03 | OSYSTEM: Pushed some SDL/Symbian specific code to the respective backends; ↵ | Max Horn | |
made openConfigFileForReading/openConfigFileForWriting return 0 if they failed to open a file svn-id: r33585 | |||
2008-07-29 | SDL: Properly init vars related to mixer double buffering | Max Horn | |
svn-id: r33385 | |||
2008-07-18 | In OSystem_SDL::closeMixer moved the call to SDL_CloseAudio to before the ↵ | Paul Gilbert | |
deletion of the _mixer variable in to fix an assert that was being generated in OSystem_SDL::mixCallback svn-id: r33095 | |||
2008-07-15 | Implemented audio double buffering (for now OSX only) | Max Horn | |
svn-id: r33075 | |||
2008-06-28 | Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks | Max Horn | |
svn-id: r32828 | |||
2008-06-22 | Update comment. | Johannes Schickel | |
svn-id: r32752 | |||
2008-06-04 | - Removed -Wconversion from compiler options for g++ 4.3, it's behavior has ↵ | Johannes Schickel | |
fundamently changed in g++ 4.3 - Added -Wno-empty-body and -Wno-parentheses as compiler flags for g++ 4.3 for *now* (we should think of removing -Wparentheses though) - Fixed some warnings for g++ 4.3 (only for the engines I'm using) svn-id: r32540 | |||
2008-05-27 | Fixed choppy sound on my Vista box. (after talking with Fingolfin about it) | Johannes Schickel | |
svn-id: r32331 | |||
2008-05-27 | Reduce audio buffer size, as indicated on scummvm-devel | Max Horn | |
svn-id: r32316 | |||
2008-04-02 | Remove Symbian FS creation from common SDL code | Lars Persson | |
svn-id: r31364 | |||
2008-03-26 | Modified Patch #1925352: Memory leak fixes | Max Horn | |
svn-id: r31244 | |||
2008-03-12 | Implemented OSystem_SDL::getTimeAndDate (identical to ↵ | Max Horn | |
OSystem::getTimeAndDate, which will eventually be REMOVED -- all porters should copy this change, if they haven't already) svn-id: r31112 | |||
2008-03-11 | Added OSystem_SDL::getFilesystemFactory() | Max Horn | |
svn-id: r31107 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-22 | Removed backends/intern.h | Max Horn | |
svn-id: r30611 | |||
2007-12-29 | Fixed warning when DISABLE_SCALERS is defined. | Torbjörn Andersson | |
svn-id: r30074 | |||
2007-12-29 | Added events for the middle mouse button - EVENT_MBUTTONDOWN and EVENT_MBUTTONUP | Paul Gilbert | |
svn-id: r30068 | |||
2007-12-26 | Do not use SDL_WM_ToggleFullScreen, it's buggy on too many systems. Should ↵ | Max Horn | |
fix bug #1705410. svn-id: r30006 | |||
2007-12-11 | Workaround for bug #1763018. Since Amiga key doesn't work as a modifier with ↵ | Nicola Mettifogo | |
SDL, we're allowing Amiga users to quit with Ctrl-z or Alt-x. This also fixes bug #1762886. svn-id: r29826 | |||
2007-11-24 | Symbian build system does not cope with include file with the same name, ↵ | Lars Persson | |
specific sub include path will fix this depency. svn-id: r29625 | |||
2007-09-28 | Don't include windows.h for Symbian emulator builds | Lars Persson | |
svn-id: r29119 | |||
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko | |
svn-id: r28968 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-11 | Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ↵ | Max Horn | |
comments; and some other related cleanup svn-id: r28890 | |||
2007-08-11 | Fixed compilation. | Torbjörn Andersson | |
svn-id: r28532 | |||
2007-08-11 | windows.h needs to be included before sdl.h, to avoid redefinition of ARRAYSIZE | Filippos Karapetis | |
svn-id: r28522 | |||
2007-08-11 | SDL backend cleanup (minor) | Max Horn | |
svn-id: r28520 | |||
2007-06-30 | whitespaces | Max Horn | |
svn-id: r27787 | |||
2007-06-23 | Update GUI::Key constructs | Max Horn | |
svn-id: r27643 | |||
2007-06-22 | Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* ↵ | Max Horn | |
constants. This also revealed the evil mixing of keycodes and ascii we do in many places :-/ svn-id: r27616 | |||
2007-06-22 | fix compile (thanks salty-horse!) | Matthew Hoops | |
svn-id: r27614 | |||
2007-06-22 | Heavily modified/reduced version of patch #1741454 (EVENTS: ASCII enum) | Max Horn | |
svn-id: r27612 | |||
2007-06-21 | Modified version of patch #1740493 (EVENTS: Event Key Codes) | Max Horn | |
svn-id: r27592 | |||
2007-06-19 | Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All ↵ | Max Horn | |
changes are just fine, and won't cause any compile problems or regressions, despite the fact that I can't test most of the non-SDL backend changes, at an improbability level of two to the power of two hundred and seventy-six thousand to one against - possibly much higher. Anything you still can't cope with is therefore your own problem. Please relax. svn-id: r27548 | |||
2007-06-15 | Fix for bug #1690813: BASS: Crash when changing scalers during intro | Max Horn | |
svn-id: r27435 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-04-25 | Removing lots of superfluous semicola (see mail by David Weinehall on ↵ | Max Horn | |
scummvm-devel) svn-id: r26594 | |||
2007-03-27 | Fixed indentation. | Torbjörn Andersson | |
svn-id: r26308 | |||
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class ↵ | Max Horn | |
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180 | |||
2007-03-17 | fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #define | Robert Göffringmann | |
svn-id: r26171 | |||
2007-03-09 | reduced dependency from windows-specific header files | Nicola Mettifogo | |
svn-id: r26034 | |||
2007-02-08 | The restriction on 'small' mouse cursors has been lifted quite some time ↵ | Max Horn | |
ago; PalmOS and WinCE port should be extended accordingly (in particular, the PalmOS port would silently overwrite its memory when big cursors are used) svn-id: r25431 | |||
2007-02-08 | Removed build.rules (hasn't been used by our build system for ages now) | Max Horn | |
svn-id: r25430 | |||
2006-12-03 | Patch #1605290: Change quit shortcut for Amiga to match style guide | Max Horn | |
svn-id: r24803 | |||
2006-11-13 | Implement FR #1595534: "Touche: Aspect Ratio Correction" | Eugene Sandulenko | |
svn-id: r24706 | |||
2006-11-12 | Implement Fingolfin's modular backend timer, savefile and mixer managers | Kostas Nakos | |
svn-id: r24691 |