Commit Graph
5295 Commits
Author SHA1 Message Date
Klaus Reimer 9e4edcdc1f WEBOS: Removed unused gestureDownTime 2011-05-08 20:58:08 +02:00
Klaus Reimer cc0d8b6252 WEBOS: Fixed ESCAPE and MENU key on WebOS 1 2011-05-08 20:58:08 +02:00
Klaus Reimer cfa4051e7a WEBOS: Splitted install directory from package directory. 2011-05-08 20:56:08 +02:00
Klaus Reimer 95b548fe9f WEBOS: Removed unused gestureDownTime 2011-05-08 20:47:12 +02:00
Klaus Reimer 894469a508 WEBOS: Fixed ESCAPE and MENU key on WebOS 1 2011-05-08 20:45:50 +02:00
eriktorbjorn 3e8a7afeae CAMD: Added _isOpen checks to send() and sysEx()
At Raziel^'s request. This is the same as the ALSA checks I added
earlier today.
2011-05-08 13:08:09 +02:00
eriktorbjorn 3b2c3907a0 ALSA: Warn if events or SysEx messages are received when not open.
This should make it easier to spot errors like the one spotted in
the Queen engine yesterday. The Windows MIDI driver already seems
to do something like this; I don't know about the others.
2011-05-08 07:34:46 +02:00
Joost Peters e28b402295 IRIX: Fix compilation 2011-05-08 01:25:09 +02:00
dhewg 16f0dcc00b ANDROID: Get rid of Fn->ALT metakey mapping
Thanks to Ge0rG for the analysis

Cherry-picked from bfecb37501
2011-05-07 20:08:29 +02:00
dhewg bfecb37501 ANDROID: Get rid of Fn->ALT metakey mapping
Thanks to Ge0rG for the analysis
2011-05-07 19:44:21 +02:00
Johannes Schickel 297834017a WIN32: Embed engine data files and theme files into executable.
This embeds all the engine data files from dists/engine-data into the
executable in case the engines using them are included statically.

Furthermore it includes the theme dist files in the executable.
2011-05-05 20:22:37 +02:00
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 7c840b0c5e 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:49:15 +03: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
Klaus Reimer b2ed9a40f2 WEBOS: Rewritten webos packaging again. No fancy settings needed anymore. Just "make package". 2011-05-01 23:45:09 +02:00
dhewg cf41ac0fec ANDROID: Disable the savegame parachute
Only on the stable branch, since this is unfinished and might wipe
savegames of the user.
2011-05-01 18:07:27 +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
Marcus Comstedt e467468900 DC: Disable serial for release 2011-05-01 14:48:50 +02:00
Eugene Sandulenko 40df14a755 RELEASE: Tag branch-1-3-0 and set version 2011-05-01 14:43:36 +03:00
Eugene Sandulenko 204a9c2e51 RELEASE: This is 1.4.0git 2011-05-01 14:44:20 +03:00