Age | Commit message (Expand) | Author |
2010-07-07 | DS: Code formatting | Max Horn |
2010-07-07 | DS: Fix some quirks in the NDS build system, remove some dead code | Max Horn |
2010-07-07 | SCI: Dropped support for the very old saved game versions 9 - 11. Rationale: ... | Filippos Karapetis |
2010-07-07 | SCI: adding support to kernel signatures that invalid references may also get... | Martin Kiewitz |
2010-07-07 | DS: Remove redundant lines from arm9/makefile | Max Horn |
2010-07-07 | SCI: accepting decimal/hexadecimal input on segment_info & kill_segment debug... | Martin Kiewitz |
2010-07-07 | Bugfixes and changed field names in the player class to be more explanatory. ... | Paul Gilbert |
2010-07-06 | SCI: Add version to obsolete string | Max Horn |
2010-07-06 | DS: cleanup arm9/makefile | Max Horn |
2010-07-06 | DS: Implemented (ugly, but working) support for optimization level overrides | Max Horn |
2010-07-06 | DS: Add isScrollingWithDPad() to make code more readable | Max Horn |
2010-07-06 | SCI: removing invalid reference error from signature checking, instead adding... | Martin Kiewitz |
2010-07-06 | SCI: fix regression of r50721 - pausing/resuming only on actual menu usage | Martin Kiewitz |
2010-07-06 | Added support for idle character animations | Paul Gilbert |
2010-07-06 | Added extra initialisation code for the game's global variables list | Paul Gilbert |
2010-07-06 | SCI: implemented pauseSound inside kMenuSelect | Martin Kiewitz |
2010-07-06 | SCI: fix regression of r50599 - broken greyed font drawing | Martin Kiewitz |
2010-07-06 | SCI: Simplified op_div and op_mod, removed some variables and removed the poi... | Filippos Karapetis |
2010-07-05 | Note Common::String's behaviour may be undefined with \0 characters. | Willem Jan Palenstijn |
2010-07-05 | Prevent SCUMM from adding gui options based on user flags into the config fil... | Johannes Schickel |
2010-07-05 | DS: Fix warning about anonymous struct | Max Horn |
2010-07-05 | DS: More formating, made more vars static | Max Horn |
2010-07-05 | SCI: fixing signature of kDoSound (fading related) thx to Ceriand | Martin Kiewitz |
2010-07-05 | Fix update of GUI options, which only differ in the language setting. | Johannes Schickel |
2010-07-05 | Formatting fixes. | Johannes Schickel |
2010-07-05 | Replace a tab by whitespaces in the help string. | Johannes Schickel |
2010-07-05 | SCI: fixing kDrawCel signature for kq6 | Martin Kiewitz |
2010-07-05 | DS: Only include NDS/scummvm_ipc.h where necessary; minor tweaks | Max Horn |
2010-07-05 | DS: Fix warnings, make some vars static, cleanup | Max Horn |
2010-07-05 | DS: Fix MODULE_DIRS value (now dependency tracking works correctly) | Max Horn |
2010-07-05 | DS: Fix various warnings and errors in the DS FS code | Max Horn |
2010-07-05 | DS: Fix error in std_fopen (warnings are great :) | Max Horn |
2010-07-05 | DS: Remove unused portdefs.cpp | Max Horn |
2010-07-05 | DS: Cleanup NDS portdefs.h a bit | Max Horn |
2010-07-05 | NDS: Update GPL/copyright headers; add namespace DS closing comments | Max Horn |
2010-07-05 | DS: Code formatting: "char* foo" -> "char *foo" | Max Horn |
2010-07-05 | DS: Fix warnings, cleanup | Max Horn |
2010-07-05 | DS: Augment 'clean' target, simplify bin->elf conversion rule | Max Horn |
2010-07-05 | SAGA: Fix warning on systems where enum's are unsigned | Max Horn |
2010-07-05 | GUI/AUDIO: minor fix for the case that after enabling individual audio option... | Florian Kagerer |
2010-07-05 | SCI: fix compilation issues from r50678 | Martin Kiewitz |
2010-07-05 | SCI: implemented new kernel call signature format | Martin Kiewitz |
2010-07-05 | Drop direct use of (private) libEGL.so and call EGL functions via Java. | Angus Lees |
2010-07-05 | DS: Add missing .bin -> .elf rule | Max Horn |
2010-07-05 | DS: Fix typo; change bin2o/bin2h to create taget dir | Max Horn |
2010-07-05 | DS: Fix setShakePos | Max Horn |
2010-07-05 | DS: Made some vars static, code formatting, cleanup | Max Horn |
2010-07-05 | DS: Can now build binaries via our "configure/make" build system. | Max Horn |
2010-07-05 | NDS: Enable compilation of backend specific files | Max Horn |
2010-07-05 | NDS: Rename backend 'nds' to 'ds' in configure | Max Horn |