Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-18 | DS: Port changes from 1.2.0 branch to trunk | Max Horn | |
svn-id: r54325 | |||
2010-10-12 | JANITORAL: Clean trailing whitespaces. | Jordi Vilalta Prat | |
svn-id: r53160 | |||
2010-09-04 | DS: Enable stdout/err via nocash when DISABLE_COMMAND_LINE in not set. | Andre Heider | |
svn-id: r52533 | |||
2010-08-02 | DS: More closely immitate CXXFLAGS of custom DS build system | Max Horn | |
svn-id: r51637 | |||
2010-07-31 | DS: Remove now redundant ds-fs.o from PORT_OBJS | Max Horn | |
svn-id: r51558 | |||
2010-07-31 | DS: Fix custom DS build system | Max Horn | |
svn-id: r51555 | |||
2010-07-29 | DS: Get rid of DS_NON_SCUMM_BUILD and DS_SCUMM_BUILD | Max Horn | |
svn-id: r51473 | |||
2010-07-29 | BUILD: Compile & link certain files only for specific BACKEND values | Max Horn | |
svn-id: r51465 | |||
2010-07-07 | DS: Split buildrule for scummvm.nds and scummvm.ds.gba | Max Horn | |
This parallels what I did in ds.mk svn-id: r50744 | |||
2010-07-07 | DS: Remove cruft from Makefiles | Max Horn | |
svn-id: r50743 | |||
2010-07-07 | DS: Fix some quirks in the NDS build system, remove some dead code | Max Horn | |
* remove (S)RAM save code (it has not been in use for quite some time) * remove the lz compressor (was only used by ram save code) * OPT_SPEED was set incorrectly * dsmain.cpp was misspelled as ds_main.cpp * remove unsed arm9 libcartreset (the copy in the arm7 directory still is around, though) svn-id: r50741 | |||
2010-07-07 | DS: Remove redundant lines from arm9/makefile | Max Horn | |
svn-id: r50736 | |||
2010-07-06 | DS: cleanup arm9/makefile | Max Horn | |
svn-id: r50729 | |||
2010-07-05 | DS: Remove unused portdefs.cpp | Max Horn | |
svn-id: r50691 | |||
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-05-29 | DS: Various fixes to allow the DS port to compile on DevkitARM r30 and ↵ | Neil Millstone | |
libnds 1.4.3. svn-id: r49313 | |||
2010-05-09 | Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to ↵ | Andre Heider | |
configure. svn-id: r48977 | |||
2010-02-26 | DS: Attempting to rename Makefile to makefile. Not sure why it hasn't been ↵ | Neil Millstone | |
a problem in the past. svn-id: r48138 | |||
2009-09-27 | makefile -> Nakefile | Andre Heider | |
svn-id: r44408 | |||
2009-03-19 | Merged Neil's NDS changes into trunk | Max Horn | |
svn-id: r39526 | |||
2008-12-21 | DS port: Removed mixer.cpp from OPTLIST (saves 11kb code size); added ↵ | Max Horn | |
several DEFINES which reduce the binary size further svn-id: r35468 | |||
2008-10-31 | Specified VECTOR_RENDERER_FORMAT to 1555 for DS build (at least from the ↵ | Johannes Schickel | |
code it looks like DS uses a 1555 overlay). svn-id: r34869 | |||
2008-09-15 | DS: Backported 0.12 changes to trunk | Max Horn | |
svn-id: r34568 | |||
2008-09-14 | DS: Removed legacy GCC 2.x build code (NDS/DevKitPro uses GCC 3 or newer ↵ | Max Horn | |
anyway); thinned down INCLUDES some more; added a FIXME to the elf->bin rule svn-id: r34548 | |||
2008-09-14 | Changed VPATH to vpath, to allow building NDS port in parallel to another ↵ | Max Horn | |
port (for the records, this patch went to Neil in January, and he didn't complain) svn-id: r34544 | |||
2008-06-03 | DS: Forgot to commit #include changes in the ds-fs.* files; this allows to ↵ | Max Horn | |
get rid of -Isource/fat svn-id: r32520 | |||
2008-06-01 | Tweaks to DS makefiles. | Robin Watts | |
1) It wouldn't build at all for me, because source/fat had been missed off the INCLUDES line. 2) Stray whitespace removed (to stop emacs warning on saving) 3) DS_BUILD flag selection reworked slightly. Now do: make all SCUMM_BUILD=x (where x is a,b,c,d,e,f,g) and it'll select that version and build it. If no x is supplied or x is not a-g, then version a will be built. 4) New allbuilds target. In backends/platform/ds, do: make allbuilds and versions A-G are built in turn (version G does not complete currently due to lack of logo g). This uses a 'semiclean' target in each makefile to clean just the files that change between versions. svn-id: r32470 | |||
2008-05-31 | DS: make sure DEPDIR and srcdir are inited, so that *.d files end up in the ↵ | Max Horn | |
right spot svn-id: r32437 | |||
2008-05-31 | DS: Fix compilation rule in Makefile to not compile everything twice | Max Horn | |
svn-id: r32436 | |||
2008-05-31 | DS: Adjust some compiler warnings | Max Horn | |
svn-id: r32434 | |||
2008-05-31 | DS: Removed some pointless -I compiler directives | Max Horn | |
svn-id: r32433 | |||
2008-05-31 | DS: Use DEVKITPRO env var to find DevKitPro files, as the DevKitPro manual ↵ | Max Horn | |
suggests; it does not make sense to hardcode Neil's development environment paths by default svn-id: r32431 | |||
2008-05-15 | Porting changes from 0.11.0 branch | Neil Millstone | |
svn-id: r32140 | |||
2008-05-15 | NDS: Rollback of the custom build target rule from .cpp.o to %.o: %.cpp | Bertrand Augereau | |
svn-id: r32137 | |||
2008-05-06 | Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefiles | Jordi Vilalta Prat | |
svn-id: r31889 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2007-12-21 | Scaler corruption fixes, scaler console fixes, adding Lure target (except it ↵ | Neil Millstone | |
doesn't quite work yet), adding function keys to virtual keyboard svn-id: r29944 | |||
2007-12-16 | Patch #1847599: Several enhancements for the build system | Max Horn | |
svn-id: r29889 | |||
2007-12-06 | NDS : ASM cpu scalers fixed, USING_ARM_BLITTERS back | Bertrand Augereau | |
svn-id: r29740 | |||
2007-12-05 | NDS: Disabling the buggy ARM blitters so that the CPU scaler works | Bertrand Augereau | |
svn-id: r29731 | |||
2007-11-22 | updated backends/platform/ds/arm9/makefile.in to match changes made to ↵ | Max Horn | |
backends/platform/ds/arm9/makefile (next time, please modify makefile.in then run tools/update-version.pl) svn-id: r29611 | |||
2007-10-13 | Fixed a huge number of compile errors, moved over features from 0.10.0 branch. | Neil Millstone | |
svn-id: r29203 | |||
2007-08-18 | Making DS port build again | Neil Millstone | |
svn-id: r28654 | |||
2007-07-10 | This commit adds a new build define USE_ARM_GFX_ASM (and sets it for the WinCE | Robin Watts | |
and DS builds). This causes the scumm engines graphics code to call ARM routines to do drawStripToScreen and copy8col. These routines were originally written for the DS port, and have now been made available to any other ARM device out there that wants them. I've tested this change on WinCE, but can't test it on the DS as I don't have one. We know that the routines work there though. svn-id: r28016 | |||
2007-06-30 | - Show mouse cursor option | Neil Millstone | |
- Support for SAGA, CINE, and AGI - Key bindings for Gob3 - Assembler optimisations submitted by Robin Watts svn-id: r27803 | |||
2007-06-18 | Added backends/platform/ds/arm9/makefile(.in) to tools/update-version.pl | Max Horn | |
svn-id: r27533 | |||
2007-04-06 | Updating DS port for changes in main codebase. Code changes for DevkitArm ↵ | Neil Millstone | |
r20 and latest libnds. svn-id: r26394 | |||
2007-01-19 | Adding libcartreset, fixing CD audio bug, adding DLDI support (defined out ↵ | Neil Millstone | |
all other fat drivers) svn-id: r25124 |