Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-06 | DS: Add isScrollingWithDPad() to make code more readable | Max Horn | |
svn-id: r50727 | |||
2010-07-06 | SCI: removing invalid reference error from signature checking, instead ↵ | Martin Kiewitz | |
adding new type "invalid", so that full call parameter debug information is available svn-id: r50725 | |||
2010-07-06 | SCI: fix regression of r50721 - pausing/resuming only on actual menu usage | Martin Kiewitz | |
svn-id: r50724 | |||
2010-07-06 | Added support for idle character animations | Paul Gilbert | |
svn-id: r50723 | |||
2010-07-06 | Added extra initialisation code for the game's global variables list | Paul Gilbert | |
svn-id: r50722 | |||
2010-07-06 | SCI: implemented pauseSound inside kMenuSelect | Martin Kiewitz | |
svn-id: r50721 | |||
2010-07-06 | SCI: fix regression of r50599 - broken greyed font drawing | Martin Kiewitz | |
svn-id: r50720 | |||
2010-07-06 | SCI: Simplified op_div and op_mod, removed some variables and removed the ↵ | Filippos Karapetis | |
pointless OBJ_PROPERTY wrapper svn-id: r50719 | |||
2010-07-05 | Note Common::String's behaviour may be undefined with \0 characters. | Willem Jan Palenstijn | |
Also make operator=(char) and String(char) behave the same. svn-id: r50712 | |||
2010-07-05 | Prevent SCUMM from adding gui options based on user flags into the config ↵ | Johannes Schickel | |
file (regression from r50706). svn-id: r50710 | |||
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 | SCI: fixing signature of kDoSound (fading related) thx to Ceriand | Martin Kiewitz | |
svn-id: r50707 | |||
2010-07-05 | Fix update of GUI options, which only differ in the language setting. | Johannes Schickel | |
svn-id: r50706 | |||
2010-07-05 | Formatting fixes. | Johannes Schickel | |
svn-id: r50705 | |||
2010-07-05 | Replace a tab by whitespaces in the help string. | Johannes Schickel | |
svn-id: r50704 | |||
2010-07-05 | SCI: fixing kDrawCel signature for kq6 | Martin Kiewitz | |
svn-id: r50703 | |||
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 | SAGA: Fix warning on systems where enum's are unsigned | Max Horn | |
svn-id: r50685 | |||
2010-07-05 | GUI/AUDIO: minor fix for the case that after enabling individual audio ↵ | Florian Kagerer | |
options for a target the gui tries to select the audio device from global options, but that particular device is unavailable due to GUIO flags settings svn-id: r50684 | |||
2010-07-05 | SCI: fix compilation issues from r50678 | Martin Kiewitz | |
svn-id: r50679 | |||
2010-07-05 | SCI: implemented new kernel call signature format | Martin Kiewitz | |
svn-id: r50678 | |||
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 | NDS: Rename backend 'nds' to 'ds' in configure | Max Horn | |
svn-id: r50670 | |||
2010-07-05 | Bugfixes for new player code - Rex is now correctly positioned when the ↵ | Paul Gilbert | |
player manager takes over from the wakeup animation sequence svn-id: r50669 | |||
2010-07-05 | Revert Android libtremor header to standard path, since we now ship | Angus Lees | |
our own statically linked version rather than relying on the system shared lib that happens to be on most Android systems. svn-id: r50666 | |||
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-04 | Add a hexDumpReg function to view references that are not raw and fix SCI32 ↵ | Matthew Hoops | |
strings/arrays in segmentInfo. svn-id: r50660 | |||
2010-07-04 | SCI: Removed the unused line number parameter from validate_variable() and ↵ | Filippos Karapetis | |
related functions svn-id: r50654 | |||
2010-07-04 | Simplify audio device settings handling by using the device handle as tag ↵ | Johannes Schickel | |
instead of newly created id. svn-id: r50651 | |||
2010-07-04 | Whoops, always increase midiId, not only when it's added to the GM Device popup. | Johannes Schickel | |
svn-id: r50650 | |||
2010-07-04 | Prevent the MT-32 Emulator from being displayed in the "GM Device" pop up. | Johannes Schickel | |
svn-id: r50649 | |||
2010-07-04 | More cleanup / readability fixes. | Johannes Schickel | |
svn-id: r50648 |