aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds
AgeCommit message (Expand)Author
2010-09-04DS: Enable stdout/err via nocash when DISABLE_COMMAND_LINE in not set.Andre Heider
2010-08-02DS: Allow disabling assert via NDEBUG; cleanupMax Horn
2010-08-02DS: Disable debug mode in setup-builddirs.shMax Horn
2010-08-02DS: More closely immitate CXXFLAGS of custom DS build systemMax Horn
2010-08-02DS: Reorder & complete list of OPT_SPEED files; some tweaksMax Horn
2010-07-31DS: Remove now redundant ds-fs.o from PORT_OBJSMax Horn
2010-07-31DS: Add shell script which emulates old DS builds using configure&makeMax Horn
2010-07-31DS: Fix custom DS build systemMax Horn
2010-07-29DS: Add WRAP_MALLOC support to ds.mk, update commentsMax Horn
2010-07-29DS: Get rid of DS_NON_SCUMM_BUILD and DS_SCUMM_BUILDMax Horn
2010-07-29BUILD: Unify how MODULE_DIRS is computed for backendsMax Horn
2010-07-29BUILD: Compile & link certain files only for specific BACKEND valuesMax Horn
2010-07-07DS: Fix OPT_SPEED and OPT_SIZE usage being reversed; add ARM7 files to 'make ...Max Horn
2010-07-07DS: Split buildrule for scummvm.nds and scummvm.ds.gbaMax Horn
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-07DS: Remove redundant lines from arm9/makefileMax 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-05DS: Fix warning about anonymous structMax Horn
2010-07-05DS: More formating, made more vars staticMax Horn
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: 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-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
2010-07-01NDS: Some tweaks for compiling via std build systemMax Horn
2010-07-01NDS: Fix typoMax Horn
2010-07-01NDS: Fix compile errors and a warningMax Horn
2010-06-15Fix spelling, cleanupMax Horn
2010-06-15DS: sync with recent GUI changes. NOT TESTED.Eugene Sandulenko
2010-05-31DS: Use gScummVMVersion in dsmain.cpp; merge 1.1.1 changes in readme_ds.txtMax Horn
2010-05-29DS: Various fixes to allow the DS port to compile on DevkitARM r30 and libnds...Neil Millstone
2010-05-09Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi...Andre Heider
2010-04-16DS: Merge changes from 1.1.0 branch into trunkMax Horn
2010-03-20DS: Changing version number on title screenNeil Millstone
2010-03-18Convert some occurences of StringList to StringArray;Max Horn