Max Horn
fce7f90a94
BACKENDS: Shuffle backends class hierarchy and module initialization
2011-06-08 14:29:22 +02:00
Max Horn
c701bdb708
N64: Use OSystem's _fsFactory slot
2011-06-07 14:57:59 +02:00
Max Horn
9e1ed9ee6a
N64: Use OSystem's 'slots' for timer/savefile manager
2011-06-07 14:57:57 +02:00
Max Horn
afb06b51cc
BACKENDS: Unify AudioCD manager instantiation
2011-06-06 15:02:33 +02:00
Willem Jan Palenstijn
7586b90e26
N64: Fix build error (typo)
2011-06-04 17:49:01 +02:00
Max Horn
ce32745d9c
BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls
2011-06-04 11:55:56 +02:00
Max Horn
91b889e2d3
COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette
2011-06-04 11:55:56 +02:00
Max Horn
9c3e2e43bd
COMMON: Move some code from scummsys.h to relevant portdefs.h files
2011-05-31 13:48:03 +02:00
Max Horn
c5045f6a84
N64: Fix compilation
2011-05-24 00:22:36 +02:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Max Horn
6eba8e8292
N64: Fix code formatting
2011-05-09 16:23:21 +02:00
Max Horn
db82d282ea
N64: Remove (u)int64 typedefs from common/scummsys.h
2011-05-09 16:23:21 +02:00
Fabio Battaglia
f16311291d
N64: avoid bogus events if no controller plugged
...
If the user has only a N64 mouse plugged in and no controllers
this avoids fake clicks.
2011-05-04 16:48:52 +02:00
Johannes Schickel
71bdb86e02
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
...
For further discussion check here:
https://github.com/scummvm/scummvm/pull/16
Conflicts:
graphics/png.cpp
2011-05-01 16:54:45 +02:00
Ori Avtalion
4d485fc741
BACKENDS: Fix compilation for various backends
...
Affects:
* PS2
* GPH
* ELF
* MOTO
* IPHONE
* N64
* DINGUX
* WINCE
* PSP
2011-04-28 23:24:06 +03:00
Johannes Schickel
da734a4af0
ALL/GRAPHICS: Remove Surface::bytesPerPixel.
2011-04-17 21:27:34 +02:00
Johannes Schickel
877004dbdd
BACKENDS: Adapt various backends code to set up Surface::format correctly.
...
Note that this change is not tested at all (not even compile wise!).
2011-04-17 21:14:19 +02:00
md5
a4c05b1632
Fixed compilation of the N64 port
2011-03-19 04:01:28 +02:00
Johannes Schickel
e21d6e0d11
Merge branch 'osystem-palette' of https://github.com/lordhoto/scummvm into master
...
Conflicts:
backends/platform/android/android.cpp
engines/sci/graphics/screen.cpp
engines/sci/graphics/transitions.cpp
2011-02-19 21:46:45 +01:00
Fabio Battaglia
68e468ee01
N64: revert fix in svn r55745 and added a FIXME
...
The sign comparison fix requires a little more work than int->uint change, else it
throws an exception on the N64
2011-02-16 09:51:32 +01:00
Johannes Schickel
a52b16ceb3
N64: Adapt to setPalette/grabPalette RGBA->RGB change.
...
This change is not tested, but should hopefully work fine.
2011-02-16 00:02:48 +01:00
Max Horn
42ab839dd6
AUDIO: Rename sound/ dir to audio/
...
svn-id: r55850
2011-02-09 01:09:01 +00:00
Max Horn
ab039812e7
COMMON: OSystem now has a PaletteManager
...
svn-id: r55806
2011-02-07 17:52:38 +00:00
David Turner
149082c9e9
N64: Fix Signed to Unsigned Comparison GCC Warning.
...
svn-id: r55745
2011-02-02 23:22:45 +00:00
Fabio Battaglia
5f6dfb2b67
N64: save and return exact palette for grabPalette
...
Save the exact palette and return it when grabPalette is called,
The less precise 16bit conversion is still used inside though.
svn-id: r54981
2010-12-20 21:46:28 +00:00
Jordi Vilalta Prat
8388e0dfea
JANITORAL: Clean trailing whitespaces.
...
svn-id: r53160
2010-10-12 02:18:11 +00:00
Fabio Battaglia
68dd99643c
DINGUX and N64: changes to dists targets
...
Run instructions to copy engine data only if there is really some
datafiles to copy for the built engines.
svn-id: r52656
2010-09-09 13:30:15 +00:00
Fabio Battaglia
43a142bbff
N64: saner fake date in getDateAndTime
...
- Set the fake date in 2010 instead of year 3800
svn-id: r52644
2010-09-08 21:18:22 +00:00
Fabio Battaglia
0288f60f19
CONFIGURE and N64: add n64.mk with nintendo64 specific dist targets
...
svn-id: r52641
2010-09-08 18:04:38 +00:00
Fabio Battaglia
9349bec6db
N64: add some comments to code
...
svn-id: r52277
2010-08-22 14:23:37 +00:00
Fabio Battaglia
c31eba471d
N64: small fix to the port readme
...
svn-id: r52275
2010-08-22 14:15:39 +00:00
Fabio Battaglia
43349a4cbf
N64: fix some signed/unsigned int comparison warnings
...
svn-id: r52270
2010-08-22 09:59:46 +00:00
Fabio Battaglia
882ed43427
N64: Remove some unused variable and silence some signed/unsigned comparison warnings
...
svn-id: r52262
2010-08-21 14:36:40 +00:00
Fabio Battaglia
bde60490ad
N64: mention hkz-libn64 download location in port readme
...
svn-id: r51656
2010-08-02 20:28:14 +00:00
Fabio Battaglia
2e94391d98
CONFIGURE: add support for N64 port to configure
...
svn-id: r51581
2010-08-01 17:16:39 +00:00
Max Horn
d22ebd358d
BUILD: Unify how MODULE_DIRS is computed for backends
...
This should help avoid situations where MODULE_DIRS is not set to a
complete list of build dirs (which causes troubles with the automatic
header dependency detection logic).
On the long run, we should replace the relevant code by a macro or also
use rules.mk for this (with yet another if/else case add to it).
svn-id: r51467
2010-07-29 13:03:21 +00:00
Max Horn
264d17ccc7
BUILD: Compile & link certain files only for specific BACKEND values
...
svn-id: r51465
2010-07-29 13:02:14 +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
Fabio Battaglia
b99508da84
N64: Remove a potentially dangerous define in makefile
...
svn-id: r48975
2010-05-09 09:50:19 +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
Max Horn
5af51ba9a1
N64: code formatting
...
svn-id: r48228
2010-03-10 20:58:09 +00:00
Fabio Battaglia
5f6e0c3e94
N64: Use mips timer to partially simulate an RTC for the n64 port
...
svn-id: r48170
2010-03-06 13:49:20 +00:00
Fabio Battaglia
4f74853f93
N64: Reduce N64 mouse sensibility a bit
...
svn-id: r48169
2010-03-06 12:59:19 +00:00
Fabio Battaglia
2741705758
N64: change how asserts are printed
...
svn-id: r48153
2010-02-28 13:09:09 +00:00
Fabio Battaglia
9fcbfc180e
N64: added list of required devices to use the port
...
svn-id: r48146
2010-02-27 11:44:35 +00:00
Fabio Battaglia
8658040553
N64: correct control buttons naming
...
svn-id: r48145
2010-02-27 11:08:42 +00:00
Fabio Battaglia
deab6f83cd
N64: Add a preliminary port specific readme
...
svn-id: r48144
2010-02-27 10:34:33 +00:00
Fabio Battaglia
6876e1f9de
N64: some input related cleanup
...
svn-id: r48129
2010-02-25 20:58:52 +00:00