Andre Heider
b17d9f4fb0
-Wno-multichar slipped in twice
...
svn-id: r32594
2008-06-07 15:39:25 +00:00
Andre Heider
1217f0a42b
added support for reset and power buttons
...
svn-id: r32593
2008-06-07 15:37:17 +00:00
Andre Heider
c0a75930c7
disable more more compiler warnings
...
svn-id: r32564
2008-06-05 21:34:45 +00:00
Eugene Sandulenko
5e666ef774
Patch #1971285 : "Nintendo Wii port"
...
svn-id: r32547
2008-06-04 20:28:20 +00:00
Johannes Schickel
73da6ab51e
- Removed -Wconversion from compiler options for g++ 4.3, it's behavior has fundamently changed in g++ 4.3
...
- Added -Wno-empty-body and -Wno-parentheses as compiler flags for g++ 4.3 for *now* (we should think of removing -Wparentheses though)
- Fixed some warnings for g++ 4.3 (only for the engines I'm using)
svn-id: r32540
2008-06-04 17:20:25 +00:00
Max Horn
5288daa863
DS: Forgot to commit #include changes in the ds-fs.* files; this allows to get rid of -Isource/fat
...
svn-id: r32520
2008-06-03 21:04:41 +00:00
Max Horn
cb103cb9e2
DS: Removed some duplicate file content (thanks to Qvist for pointing this out)
...
svn-id: r32479
2008-06-01 21:47:24 +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
97348d5f44
DS: make sure DEPDIR and srcdir are inited, so that *.d files end up in the right spot
...
svn-id: r32437
2008-05-31 19:39:42 +00:00
Max Horn
93c107f46a
DS: Fix compilation rule in Makefile to not compile everything twice
...
svn-id: r32436
2008-05-31 19:37:19 +00:00
Max Horn
4ed41d0a16
DS: Adjust some compiler warnings
...
svn-id: r32434
2008-05-31 19:29:12 +00:00
Max Horn
a00bfba616
DS: Removed some pointless -I compiler directives
...
svn-id: r32433
2008-05-31 19:24:50 +00:00
Max Horn
fb5ea14e4e
DS: The SpriteEntry::atributes array has only 3 elements; also removed some apparently not needed #includes
...
svn-id: r32432
2008-05-31 19:24:26 +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
0f64d7236c
DS: Fixed a warning; simplified & fixed the way scummvm_main gets invoked
...
svn-id: r32430
2008-05-31 19:06:50 +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
Max Horn
bd9671ba24
Fixing various warnings in the DS port
...
svn-id: r32428
2008-05-31 19:02:35 +00:00
Johannes Schickel
6358878a43
Fixed choppy sound on my Vista box. (after talking with Fingolfin about it)
...
svn-id: r32331
2008-05-27 21:18:21 +00:00
Max Horn
77f2e18dcf
Reduce audio buffer size, as indicated on scummvm-devel
...
svn-id: r32316
2008-05-27 08:01:06 +00:00
Neil Millstone
556bab2b81
Adding getFileSystemFactory() method in response to mail on scummvm-devel.
...
svn-id: r32247
2008-05-24 14:57:18 +00:00
Chris Apers
9662178fcb
Correct include
...
svn-id: r32229
2008-05-23 13:04:13 +00:00
Chris Apers
78341b2d18
Use default save game class
...
svn-id: r32228
2008-05-23 13:00:37 +00:00
Chris Apers
770f0ad619
Use default save game class
...
svn-id: r32227
2008-05-23 12:59:18 +00:00
Chris Apers
16e7b030fe
Fixed PalmSaveFileManager
...
svn-id: r32225
2008-05-23 11:26:33 +00:00
Chris Apers
4a26c04ff9
Added missing getTimeAndDate backend function
...
svn-id: r32224
2008-05-23 11:25:22 +00:00
Chris Apers
1b69c18b56
Fixed PalmOS compilation
...
svn-id: r32223
2008-05-23 11:13:15 +00:00
Chris Apers
69594a118e
Added prefix files for M4 and Made engine
...
svn-id: r32222
2008-05-23 11:11:55 +00:00
Max Horn
8d0766f4f7
Hack to disable 'depracted' warnings on OS X 10.5
...
svn-id: r32173
2008-05-18 17:20:59 +00:00
Max Horn
5ddf6c4c18
Yet another compilation fix for WinCE
...
svn-id: r32142
2008-05-16 12:10:43 +00:00
Neil Millstone
2c5e8cc938
Porting changes from 0.11.0 branch
...
svn-id: r32140
2008-05-15 22:12:51 +00:00
Max Horn
defc030143
Removed the GP32 port
...
svn-id: r32139
2008-05-15 11:40:38 +00:00
Bertrand Augereau
732d440d19
NDS: Rollback of the custom build target rule from .cpp.o to %.o: %.cpp
...
svn-id: r32137
2008-05-15 10:34:43 +00:00
Bertrand Augereau
b619c6ce19
NDS: Protection against FastRam (ITCM) allocation failure
...
svn-id: r32136
2008-05-15 08:50:47 +00:00
Max Horn
ebe1009335
Fixed QuickTime MIDI plugin
...
svn-id: r32127
2008-05-14 21:28:55 +00:00
Jordi Vilalta Prat
eb6c809d2b
- Added more information (ID and capabilities) to the MIDI drivers
...
- Added the MidiPlugin interface to the remaining MIDI drivers
- Added an initial MidiManager to handle the MIDI plugins (just static plugins by now)
svn-id: r32117
2008-05-14 14:56:29 +00:00
Bertrand Augereau
8c5d09bcf7
NDS: Minor code formatting fixes
...
svn-id: r32100
2008-05-14 07:07:38 +00:00
Bertrand Augereau
9f2ffaabb3
NDS: OSystem::getTimeAndDate is demoted to the port (with the standard
...
implementation)
svn-id: r32099
2008-05-14 07:04:14 +00:00
Bertrand Augereau
5f2e26e577
NDS : Compilation fixes
...
svn-id: r32098
2008-05-14 06:59:23 +00:00
Jordi Vilalta Prat
d942fd42bb
Moved midiplugin.h to sound/ since it will be used for more than just the native MIDI drivers.
...
svn-id: r32097
2008-05-14 05:47:29 +00:00
Jordi Vilalta Prat
a392bc4b0e
Taken care of FilePluginProvider's FIXMEs
...
svn-id: r32085
2008-05-13 13:24:49 +00:00
Jordi Vilalta Prat
2c9968fe80
- Added an engine plugin manager and moved engine specific functionality into it
...
- base/plugins.* reorganization
svn-id: r32045
2008-05-12 00:26:29 +00:00
Max Horn
d123c67174
Fix QuickTime MIDI driver compilation
...
svn-id: r32038
2008-05-11 21:28:51 +00:00
Filippos Karapetis
d6fafb4ad1
Fixed compilation under windows
...
svn-id: r32010
2008-05-11 10:52:58 +00:00
Jordi Vilalta Prat
d696ed6ea2
Added the MidiPlugin interface (first step towards the MIDI plugins)
...
svn-id: r31993
2008-05-11 02:10:05 +00:00
Johannes Schickel
311e9165ed
Proper delete[] formatting (this time all occurences should've been changed...)
...
svn-id: r31929
2008-05-07 15:09:10 +00:00
Johannes Schickel
600ab40bca
Changed all delete [] usages to delete[].
...
svn-id: r31927
2008-05-07 14:31:45 +00:00
Jordi Vilalta Prat
38f200fc55
Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefiles
...
svn-id: r31889
2008-05-06 03:11:01 +00:00
Jordi Vilalta Prat
38a8aa516e
Allow static and dynamic plugins to be used at the same time
...
svn-id: r31888
2008-05-06 03:00:26 +00:00
Jordi Vilalta Prat
3f44977885
Added support to load plugins from different directories and the ability to specify the default directory from configure.
...
svn-id: r31816
2008-05-02 14:30:06 +00:00
Jordi Vilalta Prat
86fad805d0
Updated the list of the DC plugins' exported symbols
...
svn-id: r31802
2008-05-02 05:23:31 +00:00