Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-06 | DS: cleanup arm9/makefile | Max Horn | |
svn-id: r50729 | |||
2010-07-06 | DS: Implemented (ugly, but working) support for optimization level overrides | Max Horn | |
svn-id: r50728 | |||
2010-07-06 | DS: Add isScrollingWithDPad() to make code more readable | Max Horn | |
svn-id: r50727 | |||
2010-07-05 | DS: Fix warning about anonymous struct | Max Horn | |
svn-id: r50709 | |||
2010-07-05 | DS: More formating, made more vars static | Max Horn | |
svn-id: r50708 | |||
2010-07-05 | DS: Only include NDS/scummvm_ipc.h where necessary; minor tweaks | Max Horn | |
svn-id: r50702 | |||
2010-07-05 | DS: Fix warnings, make some vars static, cleanup | Max Horn | |
svn-id: r50701 | |||
2010-07-05 | DS: Fix MODULE_DIRS value (now dependency tracking works correctly) | Max Horn | |
svn-id: r50694 | |||
2010-07-05 | DS: Fix various warnings and errors in the DS FS code | Max Horn | |
* Do not modify the strings passed to std_fopen anymore * Correct signature of std_fread * Do not cast away constness, nor perform unnecessary casts svn-id: r50693 | |||
2010-07-05 | DS: Fix error in std_fopen (warnings are great :) | Max Horn | |
svn-id: r50692 | |||
2010-07-05 | DS: Remove unused portdefs.cpp | Max Horn | |
svn-id: r50691 | |||
2010-07-05 | DS: Cleanup NDS portdefs.h a bit | Max Horn | |
* Don't #include "nds/ndstypes.h" everywhere * Don't #define ITCM_DATA globally, it is only need in one place * Fix STREAM_AUDIO_FROM_DISK definition (copy&paste error) * Fix custom assert() implementation by using the do/while(0) trick for macros. Previously, there could be subtle errors caused by statements like if (COND) assert(...) else ... svn-id: r50690 | |||
2010-07-05 | NDS: Update GPL/copyright headers; add namespace DS closing comments | Max Horn | |
svn-id: r50689 | |||
2010-07-05 | DS: Code formatting: "char* foo" -> "char *foo" | Max Horn | |
svn-id: r50688 | |||
2010-07-05 | DS: Fix warnings, cleanup | Max Horn | |
svn-id: r50687 | |||
2010-07-05 | DS: Augment 'clean' target, simplify bin->elf conversion rule | Max Horn | |
svn-id: r50686 | |||
2010-07-05 | Drop direct use of (private) libEGL.so and call EGL functions via Java. | Angus Lees | |
This removes the final private library - we should be completely above board now. svn-id: r50677 | |||
2010-07-05 | DS: Add missing .bin -> .elf rule | Max Horn | |
svn-id: r50676 | |||
2010-07-05 | DS: Fix typo; change bin2o/bin2h to create taget dir | Max Horn | |
svn-id: r50675 | |||
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-05 | Skip /dev/sequencer MIDI on Android. | Angus Lees | |
svn-id: r50664 | |||
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-29 | enable reading ZIP archives even without USE_ZLIB | Robert Špalek | |
our module unzip.cpp can read uncompressed ZIP archives even without zlib. if some of the files inside are compressed and zlib is not linked in, an error is returned. svn-id: r50483 | |||
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 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn | |
svn-id: r50128 | |||
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 | Keymapper: sync with recent GUI changes. | Eugene Sandulenko | |
svn-id: r49796 | |||
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 |