Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-12 | Added comments in virtual-keyboard-parser.h describing the file format. ↵ | Stephen Kennedy | |
Added a delay functionality to the delivery of artificial events in DefaultEventManager, to get round events being ignored when delivered consecutively. svn-id: r33012 | |||
2008-07-11 | Better handling of virtual keyboard and gui being displayed at the same ↵ | Stephen Kennedy | |
time. VK now also uses its own cursor. svn-id: r33008 | |||
2008-07-09 | - added system delay to event loop, to reduce CPU usage | Stephen Kennedy | |
svn-id: r32979 | |||
2008-07-09 | Added pushEvent to EventManager (from cpage88's branch) and changed ↵ | Stephen Kennedy | |
VirtualKeyboard so that it uses this method to feed key presses its resulting key press events. svn-id: r32977 | |||
2008-07-09 | - keyboard fully tested with multiple modes - key press events successfully ↵ | Stephen Kennedy | |
passed back to engine, mode switching also works - added support to re-parse keyboard pack if overlay size changes (to find more suitable layouts) svn-id: r32975 | |||
2008-07-08 | - Virtual keyboard now can now be dragged, when the user clicks on any part ↵ | Stephen Kennedy | |
of it that is not a special area. - Fixed non-virtual destructor warnings for Shape and Rect classes svn-id: r32965 | |||
2008-07-07 | MILESTONE: bitmap showing with key color transparency implemented! | Stephen Kennedy | |
- SurfaceKeyColored class handles blitting of keycolor transparency data - ImageMap tested - Rect and Polygon areas seem to be working as expected svn-id: r32950 | |||
2008-07-07 | - updates for GCC compilation - still having linker errors though :( | Stephen Kennedy | |
svn-id: r32944 | |||
2008-07-07 | - changed VirtualKeyboard classes to Common namespace | Stephen Kennedy | |
- updated XMLParser from Tanoku's branch svn-id: r32943 | |||
2008-07-07 | - renaming of files | Stephen Kennedy | |
svn-id: r32942 | |||
2008-07-07 | - moved VirtualKeyboard files into backends/common directory | Stephen Kennedy | |
svn-id: r32941 | |||
2008-07-07 | WIP: VirtualKeyboard updates: | Stephen Kennedy | |
- got keyboard bitmap displaying (no transparency as yet) - simple event loop for VK to capture mouse clicks done (and untested code to process the clicks) - pollEvent() method to deliver the virtual key press events to EventManager svn-id: r32939 | |||
2008-06-30 | del instead of rm command | Lars Persson | |
svn-id: r32853 | |||
2008-06-29 | changes required for new mixer API + implement getMillis() and delayMillis() ↵ | Joost Peters | |
using gettimeofday() and usleep() resp. svn-id: r32846 | |||
2008-06-29 | fix some quirks of the newer build system | Kostas Nakos | |
svn-id: r32840 | |||
2008-06-29 | finish up new mixer changes | Kostas Nakos | |
svn-id: r32839 | |||
2008-06-29 | Updated to use new EngineMan.detectGames() API. | Marcus Comstedt | |
svn-id: r32838 | |||
2008-06-29 | New Mixer API. | Marcus Comstedt | |
svn-id: r32836 | |||
2008-06-29 | Small GP2X tidy (mostly svn:executable on scripts) and fixes needed to ↵ | John Willis | |
reflect "Patch ##1956946 (Audio::Mixer internal API revision)" svn-id: r32835 | |||
2008-06-28 | Set $(DEPDIR). | Marcus Comstedt | |
svn-id: r32832 | |||
2008-06-28 | Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks | Max Horn | |
svn-id: r32828 | |||
2008-06-28 | Doxygenified a comment | Max Horn | |
svn-id: r32827 | |||
2008-06-28 | Removed obsolete ::clearSoundCallback() code | Max Horn | |
svn-id: r32826 | |||
2008-06-28 | Removed dead X11 backend | Max Horn | |
svn-id: r32825 | |||
2008-06-28 | add getFilesystemFactory() method to null backend | Joost Peters | |
svn-id: r32823 | |||
2008-06-26 | Remove inclusion of .o in mmp.in | Lars Persson | |
svn-id: r32806 | |||
2008-06-26 | Changed default paths | Lars Persson | |
svn-id: r32805 | |||
2008-06-26 | Fixed Symbian buildsystem for new defines. Fixed ARM asm syntax for Symbian ↵ | Lars Persson | |
build. svn-id: r32803 | |||
2008-06-22 | Update comment. | Johannes Schickel | |
svn-id: r32752 | |||
2008-06-15 | Make null plugin compilable | Eugene Sandulenko | |
svn-id: r32705 | |||
2008-06-14 | Fixed ALSA's invalid port error message | Jordi Vilalta Prat | |
svn-id: r32698 | |||
2008-06-13 | Added initial interface to list music devices and their types | Jordi Vilalta Prat | |
svn-id: r32695 | |||
2008-06-13 | Renamed MIDI plugins to Music plugins | Jordi Vilalta Prat | |
svn-id: r32693 | |||
2008-06-09 | Show warnings when a plugin couldn't be loaded | Jordi Vilalta Prat | |
svn-id: r32627 | |||
2008-06-07 | -Wno-multichar slipped in twice | Andre Heider | |
svn-id: r32594 | |||
2008-06-07 | added support for reset and power buttons | Andre Heider | |
svn-id: r32593 | |||
2008-06-05 | disable more more compiler warnings | Andre Heider | |
svn-id: r32564 | |||
2008-06-04 | Patch #1971285: "Nintendo Wii port" | Eugene Sandulenko | |
svn-id: r32547 | |||
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-06-03 | DS: Forgot to commit #include changes in the ds-fs.* files; this allows to ↵ | Max Horn | |
get rid of -Isource/fat svn-id: r32520 | |||
2008-06-01 | DS: Removed some duplicate file content (thanks to Qvist for pointing this out) | Max Horn | |
svn-id: r32479 | |||
2008-06-01 | Tweaks to DS makefiles. | Robin Watts | |
1) It wouldn't build at all for me, because source/fat had been missed off the INCLUDES line. 2) Stray whitespace removed (to stop emacs warning on saving) 3) DS_BUILD flag selection reworked slightly. Now do: make all SCUMM_BUILD=x (where x is a,b,c,d,e,f,g) and it'll select that version and build it. If no x is supplied or x is not a-g, then version a will be built. 4) New allbuilds target. In backends/platform/ds, do: make allbuilds and versions A-G are built in turn (version G does not complete currently due to lack of logo g). This uses a 'semiclean' target in each makefile to clean just the files that change between versions. svn-id: r32470 | |||
2008-05-31 | DS: make sure DEPDIR and srcdir are inited, so that *.d files end up in the ↵ | Max Horn | |
right spot svn-id: r32437 | |||
2008-05-31 | DS: Fix compilation rule in Makefile to not compile everything twice | Max Horn | |
svn-id: r32436 | |||
2008-05-31 | DS: Adjust some compiler warnings | Max Horn | |
svn-id: r32434 | |||
2008-05-31 | DS: Removed some pointless -I compiler directives | Max Horn | |
svn-id: r32433 | |||
2008-05-31 | DS: The SpriteEntry::atributes array has only 3 elements; also removed some ↵ | Max Horn | |
apparently not needed #includes svn-id: r32432 | |||
2008-05-31 | DS: Use DEVKITPRO env var to find DevKitPro files, as the DevKitPro manual ↵ | Max Horn | |
suggests; it does not make sense to hardcode Neil's development environment paths by default svn-id: r32431 | |||
2008-05-31 | DS: Fixed a warning; simplified & fixed the way scummvm_main gets invoked | Max Horn | |
svn-id: r32430 | |||
2008-05-31 | DS: registers_alt.h is not neede with current libnds; added a FIXME | Max Horn | |
svn-id: r32429 |