Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-05 | DS: Fix setShakePos | Max Horn | |
svn-id: r50674 | |||
2010-07-05 | DS: Made some vars static, code formatting, cleanup | Max Horn | |
svn-id: r50673 | |||
2010-07-05 | DS: Can now build binaries via our "configure/make" build system. | Max Horn | |
Conversion of the old build system is incomplete. Binaries created using this new build system support most likely will not run! More work is needed, but the work done so far should be enough to get basic NDS support on our buildbot working. svn-id: r50672 | |||
2010-07-05 | NDS: Enable compilation of backend specific files | Max Horn | |
Also tried to enable the conversion of .raw/.pal/.bin files, but this does not currently work (probably something really silly, but I don't have the time to debug this right now). svn-id: r50671 | |||
2010-07-05 | Switch Android toolchain prefix from arm-android-eabi to | Angus Lees | |
arm-*-linux-androideabi, since this is what the upcoming gcc-4.6 change uses. Work around Android 2.0 and newer dynamic linker bug by explicitly linking plugins against the core libscummvm.so. Mark Android packages as preferring to be on external storage. Move -lm from LDFLAGS to LIBS. svn-id: r50665 | |||
2010-07-01 | NDS: Some tweaks for compiling via std build system | Max Horn | |
svn-id: r50582 | |||
2010-07-01 | NDS: Fix typo | Max Horn | |
svn-id: r50557 | |||
2010-07-01 | NDS: Fix compile errors and a warning | Max Horn | |
svn-id: r50555 | |||
2010-06-29 | Replace some code with constructs that work on Android pre-1.6. | Angus Lees | |
Add a boolean for disabling the "no plugins found" warning. svn-id: r50494 | |||
2010-06-26 | Define WIN32_LEAN_AND_MEAN before including windows.h. | Johannes Schickel | |
This will cause our code to include less functionality, but might on the other hand fasten up the compilation. svn-id: r50346 | |||
2010-06-26 | GUI: Add and improve some messages to translate | Jordi Vilalta Prat | |
svn-id: r50324 | |||
2010-06-21 | PSP: Whitespace fix (and rewrap overlong line for readability) | Max Horn | |
svn-id: r50129 | |||
2010-06-21 | PSP: moved RTC to singleton to allow usage by classes other than Osystem | Yotam Barnoy | |
svn-id: r50116 | |||
2010-06-21 | PSP: errors from both ScummVM and the PSP port now print to file by default. ↵ | Yotam Barnoy | |
This should make debugging easier, especially for users. svn-id: r50113 | |||
2010-06-21 | PSP: removed default 'using ME' message | Yotam Barnoy | |
svn-id: r50112 | |||
2010-06-21 | PSP: switched loader to use PSP's debug mechanism | Yotam Barnoy | |
svn-id: r50111 | |||
2010-06-16 | PSP: got rid of SDL | Yotam Barnoy | |
svn-id: r49903 | |||
2010-06-16 | Fix for Valgrind Uninitialised Error from SDL_Event in sdl backend and ↵ | David Turner | |
derived backends. svn-id: r49902 | |||
2010-06-15 | GP2X: Move port distribution rules into a makefile for use with buildbot. | John Willis | |
This removes them from the old scripts in /backends/platform/gp2x/build/ and puts them in the right place. svn-id: r49892 | |||
2010-06-15 | GP2XWiz: Add port distribution rules into a makefile so they can be used ↵ | John Willis | |
with buildbot. This removes them from the old scripts in /backends/platform/gp2xwiz/build/ and puts them in the right place as make targets. svn-id: r49877 | |||
2010-06-15 | SDL: only change mouse cursor, when mouse is currently within our window, ↵ | Martin Kiewitz | |
also enable mouse position changing again for SCI svn-id: r49866 | |||
2010-06-15 | PSP: fixed up PowerManager and removed dependency on SDL | Yotam Barnoy | |
svn-id: r49852 | |||
2010-06-15 | Fix spelling, cleanup | Max Horn | |
svn-id: r49843 | |||
2010-06-15 | SYSTEM: Unify OSystem::getSupportedFormats() signature | Max Horn | |
svn-id: r49838 | |||
2010-06-15 | WINCE: sync with recent GUI changes. NOT TESTED. | Eugene Sandulenko | |
svn-id: r49795 | |||
2010-06-15 | Symbian: sync with recent GUI changes. NOT TESTED. | Eugene Sandulenko | |
svn-id: r49794 | |||
2010-06-15 | WII: sync with recent GUI changes. NOT TESTED. | Eugene Sandulenko | |
svn-id: r49793 | |||
2010-06-15 | IPhone: sync with recent GUI changes. NOT TESTED. | Eugene Sandulenko | |
svn-id: r49792 | |||
2010-06-15 | DS: sync with recent GUI changes. NOT TESTED. | Eugene Sandulenko | |
svn-id: r49791 | |||
2010-06-15 | PSP: fixed invisible bug in power callback | Yotam Barnoy | |
svn-id: r49756 | |||
2010-06-15 | PSP: fixed SCI freeze issue by using recursive mutexes | Yotam Barnoy | |
svn-id: r49682 | |||
2010-06-15 | PSP: fixed bug in hardware MP3 that caused crash in broken sword. The sample ↵ | Yotam Barnoy | |
rate must be returned from our member variable, not from the header value which disappears. svn-id: r49680 | |||
2010-06-14 | GP2XWiz: Add shellscripts to support building a non-stripped bundle for use ↵ | John Willis | |
with GDB. * This should help Tony (GSoC) get debug builds going. svn-id: r49648 | |||
2010-06-11 | Add support for setFocusRectangle - enabled on 'small' Android screens. | Angus Lees | |
svn-id: r49594 | |||
2010-06-10 | PSP: swapped order of checks in renderAll. It's a little cheaper this way. | Yotam Barnoy | |
svn-id: r49574 | |||
2010-06-10 | PSP: switched to psp semaphores rather than SDL's. Removal of SDL is almost ↵ | Yotam Barnoy | |
complete. svn-id: r49572 | |||
2010-06-09 | Fix dirty tracking in paletted textures. | Angus Lees | |
svn-id: r49552 | |||
2010-06-09 | Improve build instructions to include themeengine patch and | Angus Lees | |
scummmodern.zip compression. svn-id: r49551 | |||
2010-06-09 | PSP: fixed missing frame issue with kyrandia and possibly other games by ↵ | Yotam Barnoy | |
calling updateScreen() from pollEvent() once in a while svn-id: r49541 | |||
2010-06-08 | Whitespace fixup in last submit. I'll get the hang of this eventually :/ | Angus Lees | |
svn-id: r49507 | |||
2010-06-08 | Provide a replacement for bionic's __assert(). | Angus Lees | |
The usual Android version doesn't actually print the assert message before aborting. svn-id: r49506 | |||
2010-06-08 | Remove obsolete ANDROID_VERSION_GE macro | Angus Lees | |
svn-id: r49505 | |||
2010-06-08 | Add a few files mistakenly left out of initial Android patch :( | Angus Lees | |
svn-id: r49502 | |||
2010-06-07 | PSP: found bug in fast getMillis() implementation. Fixed it by adding a ↵ | Yotam Barnoy | |
fixed amount to the time counter. svn-id: r49485 | |||
2010-06-06 | whitespace corrections | Max Horn | |
svn-id: r49453 | |||
2010-06-06 | Add Android backend from patch #2603856 | Max Horn | |
svn-id: r49449 | |||
2010-06-05 | GP2X Wiz: Add missing "#include "graphics/scaler/aspect.h"". | John Willis | |
svn-id: r49442 | |||
2010-06-05 | GP2X Wiz: Update handy shell scripts. | John Willis | |
svn-id: r49441 | |||
2010-06-03 | We'll now default to non-touchpad mode on the iPad | Oystein Eftevaag | |
svn-id: r49403 | |||
2010-06-02 | OSYSTEM: Get rid of kFeatureAutoComputeDirtyRects | Max Horn | |
svn-id: r49388 |