Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-25 | Added Queen support | Chris Apers | |
svn-id: r13877 | |||
2004-05-25 | New form including old music and volume form | Chris Apers | |
svn-id: r13876 | |||
2004-05-25 | Use the new tabs manager | Chris Apers | |
svn-id: r13875 | |||
2004-05-25 | Updated forms | Chris Apers | |
svn-id: r13874 | |||
2004-05-25 | Tabs manager | Chris Apers | |
svn-id: r13873 | |||
2004-05-25 | Now in the new Music & Sound form | Chris Apers | |
svn-id: r13872 | |||
2004-05-25 | New ARM functions (sound, copyrect, wide display) | Chris Apers | |
svn-id: r13871 | |||
2004-05-25 | Minor update | Chris Apers | |
svn-id: r13870 | |||
2004-05-25 | Cleanup, new strspn function | Chris Apers | |
svn-id: r13869 | |||
2004-05-25 | New strtol function, bsearch now use system call, cleanup | Chris Apers | |
svn-id: r13868 | |||
2004-05-25 | Revamped [...]printf functions, may fix a bug with insane engine since %o ↵ | Chris Apers | |
was not supported, added more [...]printf functions. Now can easly be used with other projects svn-id: r13867 | |||
2004-05-25 | Removed, new version coming | Chris Apers | |
svn-id: r13866 | |||
2004-05-25 | Updated form handlers | Chris Apers | |
svn-id: r13865 | |||
2004-05-25 | Added Queen support, renamed files | Chris Apers | |
svn-id: r13864 | |||
2004-05-25 | New Stdio initializer, added speech command support | Chris Apers | |
svn-id: r13863 | |||
2004-05-25 | Sony Pa1Lib bit mask, updated audio CD struct | Chris Apers | |
svn-id: r13862 | |||
2004-05-25 | Moved to compile.h | Chris Apers | |
svn-id: r13861 | |||
2004-05-25 | Moved DrawStatus here, revamped ARM call functions | Chris Apers | |
svn-id: r13860 | |||
2004-05-25 | Moved to their own file | Chris Apers | |
svn-id: r13859 | |||
2004-05-25 | Moved here | Chris Apers | |
svn-id: r13858 | |||
2004-05-25 | Revamped MSA CD player, now time is based on Sound Unit (SU). More compatible | Chris Apers | |
svn-id: r13857 | |||
2004-05-25 | Default (NULL) CD player | Chris Apers | |
svn-id: r13856 | |||
2004-05-25 | New forms with tabs, updated menu, battery indicator (music & sound, misc ↵ | Chris Apers | |
options) svn-id: r13855 | |||
2004-05-21 | Tweaks (Morphos & Palm backends badly need updating :-/) | Max Horn | |
svn-id: r13848 | |||
2004-05-09 | Do not delete pseudo stdout/stderr if debugging was requested | Nicolas Bacca | |
svn-id: r13829 | |||
2004-05-09 | Synch with branch and Smartphone changes (Smartphone build not ready yet, ↵ | Nicolas Bacca | |
but getting ready slowly) svn-id: r13828 | |||
2004-05-09 | Separate PocketPC/Smartphone actions | Nicolas Bacca | |
svn-id: r13827 | |||
2004-05-09 | Fix key mapping | Nicolas Bacca | |
svn-id: r13826 | |||
2004-05-09 | Remove GAPI hardware keys which is handled by SDL now | Nicolas Bacca | |
svn-id: r13825 | |||
2004-05-09 | Add Zoom scaler and Smartphone scaler | Nicolas Bacca | |
svn-id: r13824 | |||
2004-05-09 | Add warning for unresolved conflicts | Nicolas Bacca | |
svn-id: r13823 | |||
2004-05-09 | Switch to EventsBuffer | Nicolas Bacca | |
svn-id: r13822 | |||
2004-05-09 | Remove unused action | Nicolas Bacca | |
svn-id: r13821 | |||
2004-05-09 | Tiny virtual keys changes | Nicolas Bacca | |
svn-id: r13820 | |||
2004-05-09 | Goodbye KeysBuffer, hello EventsBuffer | Nicolas Bacca | |
svn-id: r13819 | |||
2004-05-09 | Switched to EventsBuffer for Smartphones | Nicolas Bacca | |
svn-id: r13818 | |||
2004-05-09 | Make a few functions GFX functions virtual for CE backend | Nicolas Bacca | |
svn-id: r13817 | |||
2004-05-09 | Tweak SDL init for WinCE backend | Nicolas Bacca | |
svn-id: r13816 | |||
2004-05-06 | Reverted the last commit (on this file only) because it broke compilation | Torbjörn Andersson | |
of gui/browser.cpp. Besides, it didn't seem to have anything to do with keycolor in OSystem. :-) svn-id: r13801 | |||
2004-05-06 | Removed default value for keycolor in the OSystem implementations | Max Horn | |
svn-id: r13796 | |||
2004-05-05 | Extend setMouseCursor with additional keycolor parameter. Lets saga use 255 | Eugene Sandulenko | |
as white color. Made this function more safe by copying cursor data to newly created buffer. svn-id: r13777 | |||
2004-04-09 | Renamed template class 'List' to 'Array', since that is really what it is (a ↵ | Max Horn | |
resizable array, not a linked list) svn-id: r13520 | |||
2004-03-28 | Remove explicit OSystem parameter from StackLock constructor; added ↵ | Max Horn | |
OSystem::displayMessageOnOSD (not yet used; default implementation provided) svn-id: r13413 | |||
2004-03-28 | Renamed more OSystem methods | Max Horn | |
svn-id: r13410 | |||
2004-03-28 | Small tweaks for MIPSPro compiler | Max Horn | |
svn-id: r13397 | |||
2004-03-21 | Moved Surface/Font code into new 'graphics' module | Max Horn | |
svn-id: r13357 | |||
2004-03-21 | Updated X11 backend to compile again (I do not know if it works, though) | Max Horn | |
svn-id: r13355 | |||
2004-03-19 | Reverted to the old random_nr() function. This appears to have been the | Torbjörn Andersson | |
cause of bug #916886: Calling getRandomNumber(-1) causes ScummVM to crash, while calling random_nr(-1) doesn't. We may still want to replace it with getRandomNumber() later, of course. svn-id: r13341 | |||
2004-03-17 | Fix for bug #917532 (GUI: BrowserDialog return value) | Max Horn | |
svn-id: r13320 | |||
2004-03-15 | "int GraphicsMode *" was a rather creative type... :) | Marcus Comstedt | |
svn-id: r13313 |