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