Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-12 | sdl.cpp, main.cpp: | Norbert Lange | |
Made modifications dependend on compiletime-variable TFMX_CMDLINE_TOOL. scumm.vcproj, scummvm-tfmx.sln, scummvm-tfmx.vcproj: enabled Scumm-Engine tfmx.cpp: Some small cleanups and corrections svn-id: r41478 | |||
2009-06-09 | Disable initialisation of SDL-Video and SDL-Timer. Fixes various issue when ↵ | Norbert Lange | |
running cmd-line only svn-id: r41399 | |||
2009-06-08 | Virtual Keyboard: Fix slight error in earlier commit (failed to rename the ↵ | John Willis | |
XML to match the keyboard pack name). svn-id: r41376 | |||
2009-06-08 | Virtual Keyboard: Move vkeybd.zip into packs folder and rename default ↵ | John Willis | |
keyboard pack to vkeybd_default(.zip) with updates to default-events.cpp. Also update vkeybdpack.py to use zlib compression if Python zlib is found. Update GP2X and GP2XWiz bundle files to get new vkeybd_default.zip. svn-id: r41373 | |||
2009-06-08 | Virtual Keyboard: Add source files for the default keyboard pack seperate ↵ | John Willis | |
from ZIP archive (makes it easier to version the packs vkeybd.xml and track fixes) and add script to build keyboard pack(s) ZIP's from source files (based on /gui/themes/scummtheme.py). svn-id: r41366 | |||
2009-06-08 | Virtual Keyboard: Fix default keyboard pack to return correct events for ↵ | John Willis | |
ENTER and !. svn-id: r41363 | |||
2009-06-06 | Virtual Keyboard: Add 320*240 support (in addition to 640*480) to the ↵ | John Willis | |
default keyboard pack. Also tweak vkeybd.xml to make it a little more like valid XML). New graphics still to come so excuse the ugly keyboard images for now. svn-id: r41303 | |||
2009-06-06 | Virtual Keyboard: 'Ab'use the console font to get a font small enough to be ↵ | John Willis | |
usable on 320*240 virtual keyboards for display_area (GUI and BigGUI take up far too much space). svn-id: r41300 | |||
2009-06-06 | Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". | Eugene Sandulenko | |
- Split out label from PopUp widget - Aligned every widget on all layouts so GUI becomes to look nice again - Moved textHAlign to layout properties svn-id: r41266 | |||
2009-06-06 | Implement feature request #1180217: "GUI: Mute option" | Eugene Sandulenko | |
svn-id: r41233 | |||
2009-06-06 | Virtual Keyboard: Fix detection of v_align option when used in the keyboard ↵ | John Willis | |
definition. svn-id: r41232 | |||
2009-06-06 | GP2X: Small cleanup of control code and start to work on virtual keyboard ↵ | John Willis | |
support for the backend. svn-id: r41230 | |||
2009-06-06 | GP2XWiz: Cleanup and start to work on virtual keyboard support for the backend. | John Willis | |
svn-id: r41226 | |||
2009-06-04 | Code formatting in the gp2xwiz backend | Max Horn | |
svn-id: r41167 | |||
2009-06-04 | Initial import of the GP2XWiz backend (based on the GP2X and SDL backends). ↵ | John Willis | |
Includes configure changes and one #ifdef to SDL backend. Also updates NEWS. svn-id: r41156 | |||
2009-06-03 | cleanup | Max Horn | |
svn-id: r41150 | |||
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2009-05-30 | Fixed compilation error | Filippos Karapetis | |
svn-id: r41037 | |||
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of ↵ | Max Horn | |
char pointers) svn-id: r41000 | |||
2009-05-27 | Changes for the latest libfat update. | Andre Heider | |
svn-id: r40950 | |||
2009-05-25 | Added hardwarekeys.cpp to makefile | Lars Persson | |
svn-id: r40895 | |||
2009-05-24 | Also strip trailing whitespaces in C and Objective-C source files. (Seems I ↵ | Johannes Schickel | |
forgot that we got those too :-P) svn-id: r40872 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-05-21 | Attempt to bring event recoredr to life. Still crashes on exit, though. | Eugene Sandulenko | |
svn-id: r40775 | |||
2009-05-21 | Workaround for shells that treat an empty list in for as a syntax error... | Marcus Comstedt | |
svn-id: r40758 | |||
2009-05-21 | Micro-optimization: Don't re-strip plugins which are not modified. | Marcus Comstedt | |
svn-id: r40757 | |||
2009-05-21 | Ack, can't use something set with := in the dependency section. *sigh* New ↵ | Marcus Comstedt | |
try. svn-id: r40753 | |||
2009-05-21 | Added proper dependencies for the "plugin_dist" target. | Marcus Comstedt | |
svn-id: r40751 | |||
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are ↵ | Max Horn | |
deprecated; however, retained ioFailed in SeekableReadStream and File for now (so for now this mainly affects WriteStream subclasses) svn-id: r40725 | |||
2009-05-16 | Fix bug #2790461: "WINCE: Compilation broken" | Eugene Sandulenko | |
svn-id: r40624 | |||
2009-05-14 | Fixed various GCC 4.2 warnings, among them an actual longstanding bug (3 ↵ | Max Horn | |
years :) in the quicktime midi code svn-id: r40577 | |||
2009-05-13 | Silence another g++ 4.4 warning. | Johannes Schickel | |
svn-id: r40527 | |||
2009-05-12 | Make data that is only locally used static | Max Horn | |
svn-id: r40516 | |||
2009-05-12 | Allow ESC button also be assigned in keymapper. | Eugene Sandulenko | |
svn-id: r40511 | |||
2009-05-12 | Give hints for better automapping | Eugene Sandulenko | |
svn-id: r40500 | |||
2009-05-12 | Synced WinCE SDL backend with the changes in commit #40226. Hopefully, this ↵ | Filippos Karapetis | |
will fix bug #2790461 - "WINCE: Compilation broken" svn-id: r40475 | |||
2009-05-11 | Fix bug #2595364: "Virtual Keyboard: number keys not working" | Eugene Sandulenko | |
svn-id: r40462 | |||
2009-05-11 | This is the source for the MMUHACK 2.4 kernel module is included with the ↵ | John Willis | |
GP2X backend. This is the code used to build the mmuhack.o module that ships with the GP2X binaries. -- line, and those below, will be ignored-- A gp2x/mmuhack AM gp2x/mmuhack/flush_uppermem_cache.s AM gp2x/mmuhack/flush_uppermem_cache.h AM gp2x/mmuhack/mmuhack.c AM gp2x/mmuhack/readme.txt AM gp2x/mmuhack/Makefile svn-id: r40449 | |||
2009-05-11 | Fix compilation | Eugene Sandulenko | |
svn-id: r40447 | |||
2009-05-11 | Increase HW key ID size so all modifiers fit too. | Eugene Sandulenko | |
svn-id: r40446 | |||
2009-05-11 | Define hardware keys for 101 keyboard in SDL backend. | Eugene Sandulenko | |
TODO: speedup initialization. Now it is quite slowww. svn-id: r40445 | |||
2009-05-11 | Fixed some warnings | Oystein Eftevaag | |
svn-id: r40444 | |||
2009-05-10 | iPhone fixes for compiling with the unofficial sdk | Oystein Eftevaag | |
svn-id: r40440 | |||
2009-05-10 | Keymapper: | Eugene Sandulenko | |
- Introduced new OSystem method getHardwareKeySet() with default implementation - Moved global keymap creation to base/main.cpp - Moved GUI keymap creation to gui/GuiManager.cpp - Added various safeguard checks to various keymapper methods Now it is really possible to add keymapper to all backends. svn-id: r40439 | |||
2009-05-10 | Actually save keymap after remapping | Eugene Sandulenko | |
svn-id: r40429 | |||
2009-05-10 | Store global keymaps into a separate section | Eugene Sandulenko | |
svn-id: r40427 | |||
2009-05-10 | whitespaces | Eugene Sandulenko | |
svn-id: r40424 | |||
2009-05-10 | Updated xcode project and did some minor iphone optimizations | Oystein Eftevaag | |
svn-id: r40418 | |||
2009-05-09 | Fix GUI keymap. | Eugene Sandulenko | |
svn-id: r40405 | |||
2009-05-09 | Original GSoC'08 keymapper now works. | Eugene Sandulenko | |
Plans: - Make remap dialog less ugly - Port dialog to other resolutions and classic theme - Stop polluting config namespaces with keymap - Improve automapper - Add support to the engines and backends svn-id: r40404 |