Adrian Frühwirth
9dd582180b
JANITORIAL: Fix formatting
...
Futile attempt at taming the mess. There is also much leftover
unused code which someone who knows what all of this does should
remove, if possible.
2018-04-08 00:06:01 +02:00
Matthew Stewart
c36a5f3395
DS: Fix touch input
2018-04-07 09:30:07 +02:00
Johannes Schickel
312442fcdd
DS: Make GPL headers consistent in themselves.
2014-02-18 02:39:34 +01:00
Tarek Soliman
a4798602d7
JANITORIAL: Fix missing whitespace in pointer cast
...
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g'
This seems to have caught some params as well which is not undesirable IMO.
It also caught some strings containing this which is undesirable so I
excluded them manually. (engines/sci/engine/kernel_tables.h)
2012-02-15 10:07:10 -06:00
Christoph Mallon
23a0f5318c
JANITORIAL: Remove trailing empty lines.
2011-08-07 13:53:33 +02:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Max Horn
3d44870c8a
NDS: Update GPL/copyright headers; add namespace DS closing comments
...
svn-id: r50689
2010-07-05 16:11:11 +00:00
Max Horn
e4ec2e6403
DS: Code formatting: "char* foo" -> "char *foo"
...
svn-id: r50688
2010-07-05 16:10:22 +00:00
Neil Millstone
989c1fdddd
DS: Various fixes to allow the DS port to compile on DevkitARM r30 and libnds 1.4.3.
...
svn-id: r49313
2010-05-29 20:30:54 +00:00
Andre Heider
f34f2ee6cc
make -> $(MAKE)
...
svn-id: r44409
2009-09-27 15:44:02 +00:00
Max Horn
5188929825
cleanup
...
svn-id: r42040
2009-07-02 22:05:42 +00:00
Max Horn
b629b0cc78
Fixed NDS compilation when using older devkitpro versions (I accidentally broke that some time ago)
...
svn-id: r41786
2009-06-22 23:09:28 +00:00
Max Horn
3235fd3f65
cleanup
...
svn-id: r41150
2009-06-03 20:48:35 +00:00
Max Horn
b5bcc1a23a
Merged Neil's NDS changes into trunk
...
svn-id: r39526
2009-03-19 09:51:40 +00:00
Max Horn
a7076b1f89
NDS: Replaced -I- by modern -iquote
...
svn-id: r34547
2008-09-14 22:15:13 +00:00
Max Horn
3c63c8688d
Another NDS compilation fix, plus a warning fix
...
svn-id: r34546
2008-09-14 22:12:59 +00:00
Robin Watts
dee529f30c
Tweaks to DS makefiles.
...
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-06-01 18:09:19 +00:00
Max Horn
c27f261b0b
DS: Use DEVKITPRO env var to find DevKitPro files, as the DevKitPro manual suggests; it does not make sense to hardcode Neil's development environment paths by default
...
svn-id: r32431
2008-05-31 19:08:52 +00:00
Max Horn
29cac0258f
DS: registers_alt.h is not neede with current libnds; added a FIXME
...
svn-id: r32429
2008-05-31 19:05:45 +00:00
Jordi Vilalta Prat
d6c34bdc4b
Fixed the spaces before tabs.
...
svn-id: r30667
2008-01-28 00:14:17 +00:00
Jordi Vilalta Prat
66e9d4f5e8
Removed trailing spaces.
...
svn-id: r30664
2008-01-27 19:47:41 +00:00
Neil Millstone
764dc65101
Scaler corruption fixes, scaler console fixes, adding Lure target (except it doesn't quite work yet), adding function keys to virtual keyboard
...
svn-id: r29944
2007-12-21 18:36:40 +00:00
Max Horn
3abc11611e
Code formatting fixes
...
svn-id: r28945
2007-09-18 20:16:33 +00:00
Max Horn
218e132e37
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
...
svn-id: r27024
2007-05-30 21:56:52 +00:00
Neil Millstone
c6d41c0755
Updating DS port for changes in main codebase. Code changes for DevkitArm r20 and latest libnds.
...
svn-id: r26394
2007-04-06 18:34:53 +00:00
Neil Millstone
b2539cc19c
Change an include to remove requirement of libfat
...
svn-id: r25773
2007-02-21 20:57:10 +00:00
Neil Millstone
31abbc14ae
Changed to ARM7 for libcartreset
...
svn-id: r25123
2007-01-19 21:38:03 +00:00
Neil Millstone
bcef1cb04d
Adding libcartreset to ARM7 binary
...
svn-id: r25122
2007-01-19 21:36:47 +00:00
Neil Millstone
ea6663fdfa
Merging in changes made in branch for 0.9.1 release into trunk
...
svn-id: r24596
2006-11-03 23:16:29 +00:00
Eugene Sandulenko
e027e7591f
o Proper ScummVM copyrights
...
o Apparently because some patch was applied twice, many header files had
their contents doubled. Fixing this as well.
svn-id: r23548
2006-07-21 21:46:19 +00:00
James Brown
140097267f
Final fixes. Builds fine now, apart from a few still-missing-from-svn files
...
svn-id: r23461
2006-07-09 15:32:06 +00:00
Max Horn
bea72e9514
Patch #1519399 : DS Backend
...
svn-id: r23452
2006-07-09 11:47:17 +00:00