aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2006-10-02Implemented "iconify window" opcode. This, of course, needs support in theTorbjörn Andersson
backend to work, and so far it's only done in the SDL backend. See the new kFeatureIconifyWindow flag. (This is patch #1568775.) svn-id: r24060
2006-09-29Phase 4. Some more internal updates.,Eugene Sandulenko
svn-id: r24012
2006-09-29Phase 3 of Simon engine renaming. Files renaming.Eugene Sandulenko
svn-id: r24011
2006-09-29Phase 2a. Renaming other minor directoriesEugene Sandulenko
svn-id: r24010
2006-09-29First pahse of renaming simon engine to agos. Internal renames. CompilationEugene Sandulenko
is broken svn-id: r24008
2006-09-23Remove defines, which were only used by checkHeap()Travis Howell
svn-id: r23980
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵Max Horn
the linker dependency graph). Porters will have to update project files svn-id: r23974
2006-09-20Some updates (mostly guesswork) for the ALSA MIDI driver, mostly prompted byTorbjörn Andersson
Waxworks (Simon engine). See http://www.borg.com/~jglatt/tech/midispec.htm for reference. * Added case for Aftertouch (Key Pressure). * Changed Channel Pressure to flush the event immediatley. The message could apply to notes while they are playing. * Downgraded the error for unknown MIDI messages to a warning, and clarified it slightly. svn-id: r23949
2006-09-20Added _PLUGIN_copyright to list of symbols exported by pluginsMax Horn
svn-id: r23946
2006-09-17Compiler seems to not use these operators when they are inlinedChris Apers
svn-id: r23915
2006-09-17Added more compilation optionsChris Apers
svn-id: r23914
2006-09-17Fixed compilationChris Apers
svn-id: r23913
2006-09-17Fixed back mouse in GUI adding cursor palette supportChris Apers
Fixed cursor redraw in GUI Fixed cursor glitches problem in BS because of too small buffer Cleanup svn-id: r23908
2006-09-17Added option to trace memory allocationChris Apers
Fixed key auto repeat problem in some engines svn-id: r23905
2006-09-17Added option to trace memory allocationChris Apers
svn-id: r23904
2006-09-17This be_zodiac.h include is what was made standard OS5 to crash \!Chris Apers
svn-id: r23903
2006-09-17Cleanup, no need to export twGlue addr when compiling standard OS5 versionChris Apers
svn-id: r23902
2006-09-17Cleanup, no need to export twGlue addr when compiling standard OS5 versionChris Apers
svn-id: r23901
2006-09-17Changed version numbers to 0.100Lars Persson
svn-id: r23900
2006-09-16Small adjustment for projectfiles source pathLars Persson
svn-id: r23897
2006-09-16* Updated Symbian project files for new file structureLars Persson
svn-id: r23895
2006-09-16Patch #1559806: Fixes for AmigaOS 4 filesystem backendMax Horn
svn-id: r23893
2006-09-13Implement file cache. needs some testing :)Won Star
Fix some bugs in memory management. svn-id: r23870
2006-09-10Added name() method.Marcus Comstedt
svn-id: r23860
2006-09-09cleanupKostas Nakos
svn-id: r23851
2006-08-31Adding new name() method.Neil Millstone
svn-id: r23813
2006-08-28Oops. some systems are using '\\' instead of '/' fixing that now...Johannes Schickel
svn-id: r23797
2006-08-28Fixing other FS backends to use the bug fixed version of the POSIX ↵Johannes Schickel
lastPathComponent too (also lets the Windows FS use the POSIX version of lastPathComponent too, since it's nicer than the fix I made) svn-id: r23796
2006-08-28Fixing the Windows FS code to not delete the first character of a node, if ↵Johannes Schickel
it is just with a filename created. (which is not working yet though, but still the first char shouldn't be skipped) svn-id: r23795
2006-08-26Don't strip the first character of the filename when FilesystemNode is ↵Oystein Eftevaag
instantiated with just the filename and no path. svn-id: r23763
2006-08-25fix update rect when adjusting ratio (backport)Kostas Nakos
svn-id: r23744
2006-08-19Fixed bug causing crash during saving in Saga engine, changed audio to low ↵Neil Millstone
quality. svn-id: r23726
2006-08-19Added build C target to support more engines.Neil Millstone
svn-id: r23725
2006-08-18fix bugs #1515389 and #1505868 (aka file::exists - dedicated to LordHoto) ↵Kostas Nakos
(backport) svn-id: r23722
2006-08-18fix smartphone cursor hiding when keyboard up, more logical zone function, ↵Kostas Nakos
got rid of higher sound thread priority by default. (backport) svn-id: r23720
2006-08-04Fixed some broken #include's (the PS2 and Symbian may need more fixed, though)Max Horn
svn-id: r23666
2006-08-04Patch #1527347: Make maemo port compile againMax Horn
svn-id: r23664
2006-08-04Added new method OSystem::getScreenChangeID(), which can be used by code to ↵Max Horn
track screen changes even without getting all EVENT_SCREEN_CHANGED events svn-id: r23661
2006-08-03Add a logo.bmp to DS port, to fix building. agentq, feel free to replace if ↵James Brown
the filesize is too big or whatever :) svn-id: r23658
2006-07-30CinE Engine support (backport)Kostas Nakos
svn-id: r23625
2006-07-26hotfix for bug #1519449 (scaling/crash issue) (backport)Kostas Nakos
svn-id: r23602
2006-07-26fix bug 1521718 (dpad mouse emulation) (backport)Kostas Nakos
svn-id: r23600
2006-07-23Add kyra skip intro key (backport).Kostas Nakos
svn-id: r23577
2006-07-23Warn if copyRectToScreen() is called before _screen is created, since it'sTorbjörn Andersson
almost certainly a programming error. (Used to be silently ignored.) Warn if setPalette() is called before _screen is created, but allow it (for now) since we don't actually set the palette until later. It could still be a programming error, though. Don't crash if updateScreen() is called with a "dirty" palette before _screen is created. svn-id: r23573
2006-07-22Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to ↵Johannes Schickel
-devel for more information. svn-id: r23567
2006-07-22Added FilesystemNode::name methodMax Horn
svn-id: r23553
2006-07-21o Proper ScummVM copyrightsEugene Sandulenko
o Apparently because some patch was applied twice, many header files had their contents doubled. Fixing this as well. svn-id: r23548
2006-07-16Add additional library directories.Won Star
svn-id: r23530
2006-07-16Fix FileSystem bug. Now 'Go Up' button works. :)Won Star
svn-id: r23527
2006-07-14* Add grabRawScreen() method.Won Star
* Add Launcher icon. * Fix trunk compile. svn-id: r23501