Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-23 | PSP: make vkbd's function keys match their visual representation | Joost Peters | |
svn-id: r53728 | |||
2010-10-21 | GPH: Rename README (package build step uses the README-GPH name) | Julien Templier | |
svn-id: r53661 | |||
2010-10-20 | OPENPANDORA: Clean up support scripts and README. | John Willis | |
svn-id: r53641 | |||
2010-10-20 | GPH: Cleanup Readme and support scripts. | John Willis | |
GP2X: Cleanup Readme. SDL: Change a few backend defines to GPH_DEVICE from the device name (blocking main and loadGFXMode so they can be written elsewhere). svn-id: r53639 | |||
2010-10-20 | PSP: added dummy function to allow BS2.5 to build | Yotam Barnoy | |
svn-id: r53635 | |||
2010-10-19 | PSP: add missing return statements to image viewer | Yotam Barnoy | |
svn-id: r53601 | |||
2010-10-15 | COMMON: Add XMLParser::parseIntegerKey variant accepting a Common::String | Max Horn | |
Almost all places where we used XMLParser::parseIntegerKey were using it like this: XMLParser::parseIntegerKey(str.c_str(), ...) Since this makes the code harder to read, I overloaded the method to also accept Commmon::String directly. Also removed all .c_str() invocations where necessary. svn-id: r53479 | |||
2010-10-14 | PSP: made image in viewer movable by pushing nub continuously | Yotam Barnoy | |
svn-id: r53462 | |||
2010-10-14 | PSP: made image viewer reset to the first image between engine loads | Yotam Barnoy | |
svn-id: r53460 | |||
2010-10-14 | PSP: added image viewer for viewing images during games | Yotam Barnoy | |
svn-id: r53455 | |||
2010-10-14 | PSP: clarify and fix up display code | Yotam Barnoy | |
Also added support for stretching images, and fixed up displaying of large images as well as PNG files svn-id: r53454 | |||
2010-10-13 | SYMBIAN: Add makefiles for TOON Struck | Lars Persson | |
svn-id: r53443 | |||
2010-10-13 | SOUND: Allow TiMidity support to be disabled via configure. | Johannes Schickel | |
svn-id: r53395 | |||
2010-10-12 | OPENPANDORA: Add latest backend code from branch-1-2-0. | John Willis | |
* Ooops, forgot to sync this with HEAD. Sorry about that. svn-id: r53162 | |||
2010-10-12 | JANITORAL: Clean trailing whitespaces. | Jordi Vilalta Prat | |
svn-id: r53160 | |||
2010-10-10 | PSP: factored PngLoader out of virtual keyboard for further use | Yotam Barnoy | |
svn-id: r53108 | |||
2010-10-06 | PSP: rewrote input code and added an input mode | Yotam Barnoy | |
The old input code was getting too messy. A redesign made it easier to modify and add several modes and combos, including one for 1st person games which benefit from a different control scheme. A combo switches between the modes. I also added directional support while the virtual keyboard is visible, using the nub. This allows moving around in the text in some games, and moving the character while typing for others (e.g. AGI) svn-id: r53042 | |||
2010-10-03 | EVENTS: Apply backspace hack to keyrepeat too | Willem Jan Palenstijn | |
svn-id: r52993 | |||
2010-09-30 | I18N: Add translation for wince specific titles for key mapping dialog | Thierry Crozat | |
Also backport fix from branch on translation of default title for key mapping dialog. svn-id: r52959 | |||
2010-09-29 | IPHONE: The overlay will now always be in the native device resolution | Oystein Eftevaag | |
svn-id: r52939 | |||
2010-09-28 | ALL: Fixup some #define names | Max Horn | |
svn-id: r52935 | |||
2010-09-28 | SDL: Fix for 32 bit mode support (untested; might be good for backporting, ↵ | Max Horn | |
not sure, somebody should verify) svn-id: r52934 | |||
2010-09-25 | DINGUX: remove wrong comment and fill the readme with some infos | Fabio Battaglia | |
svn-id: r52894 | |||
2010-09-25 | PSP: ME MP3: cache stereo status | Yotam Barnoy | |
Bad timing can cause stereo status not to be picked up if at some point a MAD _header is not initialized. svn-id: r52890 | |||
2010-09-25 | SYMBIAN : Updated version nr to 1.13 in package file | Lars Persson | |
svn-id: r52882 | |||
2010-09-23 | PSP: fix issue in ME MP3 code. Release and init the ME when seeking. | Yotam Barnoy | |
Without this fix, the ME allocates more and more memory with every seek until it can't work. svn-id: r52868 | |||
2010-09-23 | SYMBIAN : Add addSysArchivesToSearchSet to support local data files ↵ | Lars Persson | |
properly. (Instead of using extrapath) svn-id: r52864 | |||
2010-09-23 | SYMBIAN : Remove application resource include not used. | Lars Persson | |
svn-id: r52863 | |||
2010-09-23 | SYMBIAN : Updated define for S60v3 detection | Lars Persson | |
svn-id: r52862 | |||
2010-09-22 | Additional include paths for Symbian^3 | Lars Persson | |
svn-id: r52854 | |||
2010-09-22 | Added include paths for Symbian^3 SDK support | Lars Persson | |
svn-id: r52853 | |||
2010-09-21 | ADded translations.dat to pkg files | Lars Persson | |
svn-id: r52840 | |||
2010-09-20 | PSP: switch from wrapping memcpy to defining our own memcpy | Yotam Barnoy | |
The advantage is that we get to do inlining and even use lwl and lwr instructions where appropriate. We have to do it ourselves because the PSP doesn't tolerate built-in instructions, but also we have a more efficient memcpy than the lib's. svn-id: r52817 | |||
2010-09-20 | PSP: Split up PspMemory class. | Yotam Barnoy | |
PspMemorySwap is more specific ie. it only needs to be known by PSP files. It could be put in another file, but not worth the effort. svn-id: r52816 | |||
2010-09-20 | PSP: moved VramAllocator to display_manager.cpp. | Yotam Barnoy | |
It didn't really belong in memory.cpp and we're going to want to include memory.h everywhere. * * * PSP: more Vram Allocator cleanup svn-id: r52815 | |||
2010-09-18 | JANITORIAL: Removed most punctuation at end of warning() and error() | Torbjörn Andersson | |
Our warning() and error() functions always add an exclamation mark to the end of the message anyway. svn-id: r52791 | |||
2010-09-17 | RELEASE: This is 1.3.0svn | Eugene Sandulenko | |
svn-id: r52773 | |||
2010-09-16 | DINGUX: Add placeholder for dingux specific readme | Fabio Battaglia | |
Add an almost empty readme for dingux, to be filled soon. svn-id: r52745 | |||
2010-09-16 | DINGUX: add exec wrapper for scummvm.elf | Fabio Battaglia | |
Add a wrapper to set HOME var when running scummvm on dingux. svn-id: r52744 | |||
2010-09-14 | PSP: remove virtual inheritance of BufferedWriteStream and ↵ | Yotam Barnoy | |
BufferedSeekableReadStream As Max pointed out to me, one can't really use virtual functions called from constructors/destructors. svn-id: r52722 | |||
2010-09-09 | DINGUX and N64: changes to dists targets | Fabio Battaglia | |
Run instructions to copy engine data only if there is really some datafiles to copy for the built engines. svn-id: r52656 | |||
2010-09-09 | GP2XWIZ: Rename GP2XWIZ backend to GPH. | John Willis | |
* This better reflects the supported devices from GPH (GamePark Holdings), namely the GP2XWiz, Caanoo and merging in of the old GP2X backend. svn-id: r52648 | |||
2010-09-08 | GP2X: Clean up input code a little. | John Willis | |
* Match the GP2XWiz input code. svn-id: r52645 | |||
2010-09-08 | N64: saner fake date in getDateAndTime | Fabio Battaglia | |
- Set the fake date in 2010 instead of year 3800 svn-id: r52644 | |||
2010-09-08 | CONFIGURE and N64: add n64.mk with nintendo64 specific dist targets | Fabio Battaglia | |
svn-id: r52641 | |||
2010-09-08 | WII: Fix typo, update translations. | Andre Heider | |
svn-id: r52640 | |||
2010-09-08 | DINGUX: Add dingux.mk with specific 'dist' targets | Fabio Battaglia | |
svn-id: r52632 | |||
2010-09-07 | GP2XWIZ: Reformat switches to code guidelines. | John Willis | |
svn-id: r52630 | |||
2010-09-07 | GP2XWIZ: Clean up input code. | John Willis | |
* Clean up the if/switch mess. * Also add missing Caanoo icon. svn-id: r52629 | |||
2010-09-07 | GP2XWIZ: Refactor backend. | John Willis | |
* Add support for TouchScreen 'Tap Modes' Left Click, Right Click and Hover. * Rename OSystem_GP2XWIZ to OSystem_GPH to start the work on supporting a unified backend codebase for the GP2X, Wiz and Caanoo. * Sort out bugs in Caanoo input code. * Rework GP2XWiz input code to support switching new TouchScreen modes. svn-id: r52619 |