Tony Puccinelli
82cbd13bce
added elf32 header for ds
...
svn-id: r50586
2010-07-02 00:39:05 +00:00
Max Horn
762ff57e0d
NDS: Some tweaks for compiling via std build system
...
svn-id: r50582
2010-07-01 23:12:28 +00:00
Max Horn
a905327e65
NDS: Fix typo
...
svn-id: r50557
2010-07-01 16:26:18 +00:00
Max Horn
e3590a60a0
NDS: Fix compile errors and a warning
...
svn-id: r50555
2010-07-01 16:06:26 +00:00
Tony Puccinelli
dff291f12b
added dumped arm-eabi linker
...
svn-id: r50513
2010-06-30 03:15:08 +00:00
Max Horn
651e2760a3
Fix spelling, cleanup
...
svn-id: r49843
2010-06-15 12:33:20 +00:00
Eugene Sandulenko
c6d9812270
DS: sync with recent GUI changes. NOT TESTED.
...
svn-id: r49791
2010-06-15 11:00:35 +00:00
Tony Puccinelli
95e56f2052
merged trunk into branch and corrected __PS2__ to __PLAYSTATION2__ in a couple files
...
svn-id: r49435
2010-06-05 01:05:19 +00:00
Max Horn
443c0d4f93
DS: Use gScummVMVersion in dsmain.cpp; merge 1.1.1 changes in readme_ds.txt
...
svn-id: r49359
2010-05-31 18:28:26 +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
a3e428f6db
Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to configure.
...
svn-id: r48977
2010-05-09 11:00:17 +00:00
Max Horn
b191acf7cc
DS: Merge changes from 1.1.0 branch into trunk
...
svn-id: r48677
2010-04-16 20:49:16 +00:00
Neil Millstone
6fb96d7e90
DS: Changing version number on title screen
...
svn-id: r48322
2010-03-20 15:52:31 +00:00
Max Horn
81a698d0a0
Convert some occurences of StringList to StringArray;
...
try to fix compile error in GP2x code
svn-id: r48286
2010-03-18 15:44:59 +00:00
Max Horn
9b837d66d4
Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the MixerImpl constructor
...
svn-id: r48238
2010-03-11 23:39:51 +00:00
Max Horn
c97ee14a65
Remove last traces of OSystem::getOutputSampleRate()
...
svn-id: r48229
2010-03-10 21:01:44 +00:00
Neil Millstone
bd2e65a02f
DS: Attempting to rename Makefile to makefile. Not sure why it hasn't been a problem in the past.
...
svn-id: r48138
2010-02-26 17:55:27 +00:00
Neil Millstone
4a8ab4b075
DS: Merging accross changes from branch1-0-0 into trunk.
...
svn-id: r48136
2010-02-26 17:29:18 +00:00
Johannes Schickel
aed02365ec
Strip trailing spaces/tabs.
...
svn-id: r47541
2010-01-25 01:39:44 +00:00
Arnaud Boutonné
00b4e1440c
Header modifications. Add standard header parts and properties.
...
svn-id: r47488
2010-01-23 22:29:05 +00:00
Torbjörn Andersson
a2edf1cd16
Fixed cppcheck warnings. I usually stay out of backends I can't compile myself
...
but this change seemed obvious enough that it should work.
svn-id: r47400
2010-01-20 00:00:50 +00:00
Max Horn
42120ed626
Introduce a new struct TimeDate, replacing struct tm in client code. May lead to compilation issues in ports, which should be trivial to fix, though
...
svn-id: r44793
2009-10-08 19:41:38 +00:00
Max Horn
8f609497ee
Backported NDS changes from 1.0.0 branch to trunk
...
svn-id: r44426
2009-09-27 22:42:21 +00:00
Andre Heider
f4597ee83e
Fixed compilation of the NDS port.
...
svn-id: r44410
2009-09-27 16:06:06 +00:00
Andre Heider
f34f2ee6cc
make -> $(MAKE)
...
svn-id: r44409
2009-09-27 15:44:02 +00:00
Andre Heider
4193367d30
makefile -> Nakefile
...
svn-id: r44408
2009-09-27 15:42:18 +00:00
Andre Heider
3330ca56c8
make -> $(MAKE)
...
svn-id: r44407
2009-09-27 15:40:52 +00:00
Andre Heider
d7130081c9
makefile -> Nakefile
...
svn-id: r44406
2009-09-27 15:39:15 +00:00
Torbjörn Andersson
e7469479ce
Removed unnecessary semi-colons.
...
svn-id: r44048
2009-09-13 10:32:55 +00:00
Max Horn
f5112efa11
DS: Started work on a new build system for the Nintendo DS port, based on configure (and thus suitable for buildbot). Currently only the ARM7 part is 'done'
...
svn-id: r42939
2009-07-30 18:27:50 +00:00
Max Horn
31f7f45609
NDS: Changed jtypes.h to ndstypes.h (this 'newer' name has been in effect even in the older versions of DevKitPro used for compiling ScummVM...)
...
svn-id: r42937
2009-07-30 17:48:03 +00:00
Max Horn
5188929825
cleanup
...
svn-id: r42040
2009-07-02 22:05:42 +00:00
Max Horn
bb28ed7b7a
Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;
...
also intentionally broke WinCE and Symbian ports (in an obvious way that
can be undo by commenting out some text) -- hopefully this will get the
maintainers' attention during the next release cycle, unlike my emails
svn-id: r41932
2009-06-28 19:58:11 +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
fb79b18571
Changed SaveFileManager methods to take Common::String params (instead of char pointers)
...
svn-id: r41000
2009-05-29 14:38:22 +00:00
Johannes Schickel
c97a1aed74
Also strip trailing whitespaces in C and Objective-C source files. (Seems I forgot that we got those too :-P)
...
svn-id: r40872
2009-05-24 21:53:29 +00:00
Johannes Schickel
b3c6751b9b
Strip trailing whitespaces in the whole code base.
...
svn-id: r40867
2009-05-24 15:17:42 +00:00
Max Horn
559190904d
Set svn:keywords on asm files
...
svn-id: r39568
2009-03-20 16:35:34 +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
05b4370c21
Fix for bug #2664460 : Various SeekableReadStream::seek() implementations (as well as our unit tests, ouch) handled SEEK_END incorrectly (using -offset instead of offset), contrary to what the docs said and what fseek does. Hopefully I found and fixed all affected parts, but still watch out for regressions
...
svn-id: r39135
2009-03-05 20:37:53 +00:00
Max Horn
01581b24c0
DS: Removed code from GBAMPSaveFileManager::getSavePath() which was for compatibility with 0.6.1 config files (NDS port 0.1 was based on 0.7.1); added FIXME comment
...
svn-id: r36291
2009-02-13 05:10:36 +00:00
Max Horn
c69ebfd798
Moved default implementations for various OSystem methods into a new class BaseBackend
...
svn-id: r36135
2009-01-30 03:35:47 +00:00
Max Horn
a925b5e7b7
Oops
...
svn-id: r36015
2009-01-23 03:48:04 +00:00
Max Horn
3e7155981e
DS: Nothing is supposed to use time(), so don't globally include <time.h> -- in particular, no need to fake a time() impl if the only code using it is the backend itself ;)
...
svn-id: r36012
2009-01-23 03:23:30 +00:00
Max Horn
72702130d9
DS: Apply an old cleanup patch of mine from last August
...
svn-id: r36011
2009-01-23 03:06:21 +00:00
Max Horn
4455a9fc2f
DS: Fix compilation
...
svn-id: r36010
2009-01-23 02:44:30 +00:00
Max Horn
980917e545
More cleanup of the DS port
...
svn-id: r35978
2009-01-21 04:46:31 +00:00
Max Horn
39e3c76436
More cleanup
...
svn-id: r35977
2009-01-21 04:27:32 +00:00
Max Horn
023fcd05a3
cleanup
...
svn-id: r35976
2009-01-21 04:03:22 +00:00