Max Horn
608ce4343a
WINCE: Link against Windows FS code again
2011-05-05 10:57:35 +02:00
Fabio Battaglia
d65479a9d7
Merge branch 'master' of https://github.com/scummvm/scummvm
2011-05-04 16:51:04 +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
Max Horn
e19de13a5d
BUILD: Further restrict which backend source files are compiled
2011-05-04 16:18:18 +02:00
Max Horn
28403e4543
BACKENDS: Fix copy & paste mistakes in some comments
2011-05-04 16:18:18 +02:00
Max Horn
3797971c48
BUILDS: Sort some stuff in backends/module.mk
2011-05-03 23:58:33 +02:00
Max Horn
fc74fb357d
BUILD: Compile backend specific files only if their backend is selected
2011-05-03 23:58:33 +02:00
Max Horn
95a6098f67
PS2: Allow using mkdir
2011-05-03 23:05:45 +02:00
Max Horn
d683a228a3
MOTO: Change fprintf calls to debug calls
2011-05-03 23:04:58 +02:00
Max Horn
5efb1e5596
DINGUX: Change fprintf calls to debug calls
2011-05-03 23:04:40 +02:00
dhewg
b85fc8f190
WII: Fix compilation
2011-05-03 18:27:50 +02:00
Max Horn
7a0c64631d
MACOSX: Try to fix compile errors triggered with certain Mac OS X SDK versions
2011-05-03 18:25:30 +02:00
Max Horn
b449b73f59
N64: Fix FS code regression
2011-05-03 15:33:37 +02:00
Max Horn
73396954c9
GPH: Change fprintf to debug
2011-05-03 14:34:59 +02:00
Max Horn
2fa63ca015
COMMON: Forbid use of getcwd&getwd; add macro to enable unistd.h compatibility
2011-05-03 14:30:25 +02:00
Max Horn
a50c36d138
ANDROID: Fix various forbidden symbol clashes
2011-05-03 14:29:01 +02:00
Max Horn
1a570c14e3
DINGUX: Remove unused (?) include
2011-05-03 14:28:15 +02:00
Max Horn
ff6533e1b3
PSP: Fix more forbidden symbol clashes
2011-05-03 14:14:21 +02:00
Max Horn
48bbdd1708
PS2: Fix various forbidden symbol clashes
2011-05-03 13:44:14 +02:00
Max Horn
91141dae40
WII: Fix fs code compile regressions
2011-05-03 13:32:20 +02:00
Max Horn
4dd4cf8bc0
DS: Remove references to DEVKITARM
...
In some places we used $DEVKITARM, but in others we hardcode the path
$DEVKITPRO/devkitARM. To ensure consistent behavior, I changed it to the
latter everywhere for now. Should it turn out that we really want to
have this flexible, we can reintroduce $DEVKITARM in a proper way. In
that case, we could augment configure to set DEVKITARM to
$DEVKITPRO/devkitARM, if it has not been set yet.
2011-05-03 13:22:00 +02:00
Max Horn
f62fd4f25f
BACKENDS: Avoid #including .cpp files
...
So far, the various *-fs-factory.cpp files were #including the
corresponding *-fs.cpp files. This is surprising and hence could lead to
all kinds of problems). To fix this, provide proper headers for the
*-fs.cpp files.
This also makes code reuse via subclassing possible.
Since not all ports were tested, this will likely lead to a few
easy to fix compile regressions.
2011-05-03 13:22:00 +02:00
Max Horn
75d9f21580
BACKENDS: Change printf -> debug in vkeybd code
2011-05-03 12:53:14 +02:00
Max Horn
81ff18b0b7
WII: Fix various forbidden symbol clashes
2011-05-03 12:52:28 +02:00
Max Horn
b737dcbad5
PSP: Fix various forbidden symbol clashes
2011-05-03 11:56:17 +02:00
Max Horn
d67e450f7a
DC: Fix various forbidden symbol clashes
2011-05-03 11:56:10 +02:00
Max Horn
eafc54869c
PSP: Add FIXME to portdefs.h
2011-05-03 11:40:11 +02:00
Max Horn
3d4e9fe674
BACKENDS: Allow various files to use stuff from time.h
2011-05-03 11:27:44 +02:00
dhewg
ea547ca3fd
ANDROID: Style fix
2011-05-02 18:41:04 +02:00
Max Horn
59e77ed667
ALL: Mark printf and various other symbols as forbidden
...
Right now, a few places in the frontend code still use printf and
consorts. We mark the affected files with a FIXME for now, and
add a dedicated exception for each. To be fixed!
Also tweak FORBIDDEN_SYMBOL_REPLACEMENT to hopefully really always
enforce a compiler error
2011-05-02 16:31:31 +02:00
Bluddy
185337f6a5
PSP: fixed cursor disappearance bug in 16-bit games
...
The 5650 16-bit format doesn't include alpha bits and is treated as having alpha by the PSP hardware. Other formats such as 5551 don't have their alpha bit set in the cursor buffer. Instead of adding it, we just turn on the 'reverse alpha' feature for these bits. The problem was not making an exception for 5650.
2011-05-02 15:48:06 +03:00
Klaus Reimer
c74fcf19d8
WEBOS: Rewritten webos packaging again. No fancy settings needed anymore. Just "make package".
2011-05-01 23:48:39 +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
Eugene Sandulenko
204a9c2e51
RELEASE: This is 1.4.0git
2011-05-01 14:44:20 +03:00
Marcus Comstedt
c3463e77d2
DC: Create a "dcdist" target for buildbot
...
The "dcdist" target creates the directory dcdist/scummvm and copies
relevant files from the nightly build into it. This is is they do
not have to be enumerated in the buildbot configuration.
2011-04-29 22:25:09 +02:00
Marcus Comstedt
22c74bf23e
DC: Aesthetical improvements to plugin loader
2011-04-29 22:22:58 +02:00
Max Horn
dbca3045cd
WEBOS: Fix compilation
2011-04-29 13:18:42 +02:00
Max Horn
7f74c477c6
BACKENDS: Really *really* fix keymapper code
2011-04-29 13:18:41 +02:00
Hubert Maier
79b45cf535
AMIGAOS: Fix CAMD compiler warning
2011-04-29 14:08:49 +03:00
Max Horn
5dd3c24238
BACKENDS: Really fix keymapper
2011-04-29 12:58:01 +02:00
Max Horn
cc9ffb58fa
BACKENDS: Fix compilation of keymapper code
2011-04-29 12:54:10 +02:00
Alyssa Milburn
d5207ed6ea
fix AmigaOS 4 build (thanks to Raziel^)
2011-04-29 11:47:49 +02:00
D G Turner
8d2189f1bb
WINCE: Fix Mixer Compilation after header changes.
2011-04-29 01:54:15 +01:00
D G Turner
57578c302f
BACKENDS: Fix compilation on ports using Virtual Keyboard.
2011-04-28 23:47:30 +01:00
Ori Avtalion
46cb9c785b
JANITORIAL: Yet another attempt at fixing compilation
2011-04-29 00:45:18 +03: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
Ori Avtalion
e52d54b55e
NDS: Fix compilation
2011-04-28 22:19:35 +03:00
dhewg
8feac89bc7
ANDROID: Fix compilation some more
2011-04-28 20:02:01 +02:00
Ori Avtalion
1a7e84f376
DC: Fix compilation
2011-04-28 20:55:00 +03:00
Ori Avtalion
52c0b2e28c
ANDROID: Another attempt at compilation fix
2011-04-28 20:53:01 +03:00