Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-25 | BUILD: Rename UNIX #define to POSIX | Max Horn | |
2011-05-25 | BUILD: Unify build & configure rules for SDL based backends | Max Horn | |
2011-05-25 | WINCE: Update port specific readme | CeRiAl | |
2011-05-25 | WINCE: Update port specific readme | CeRiAl | |
2011-05-24 | SAMSUNGTV: Fix build | Pawel Kolodziejski | |
2011-05-24 | SAMSUNGTV: Fix build on non-SDL platforms | Willem Jan Palenstijn | |
2011-05-24 | SAMSUNGTV: Update port | Pawel Kolodziejski | |
This combines the following Samsung TV port updates from master: 944e0be209f5ab47c3b903f258d2d41b990d80cb dc1d07774fc8ab0554047115d319ef8c0a2c3f63 It also includes the parts touching this backend of: 69b1485a22dc2b8a2cfe0bd10edcbaad0da0cf6e 2fa63ca01586c4e5fda8eb12dca444d47a2375f1 | |||
2011-05-24 | PS2 backend: Modified and tidied up Makefiles for 1.3.0 release | Max Lingua | |
2011-05-24 | SAMSUNGTV: changed paths | Pawel Kolodziejski | |
2011-05-24 | PSP: Fix compilation | Max Horn | |
2011-05-24 | N64: Fix compilation | Max Horn | |
2011-05-23 | DS: Fix compilation | Max Horn | |
2011-05-23 | DC: Fix compilation | Max Horn | |
2011-05-23 | COMMON: Add exit() to list of forbidden symbols | Max Horn | |
2011-05-23 | COMMON: Mark more symbols as forbidden | Max Horn | |
2011-05-23 | COMMON: Provide our own implementations for scumm_str(n)icmp | Max Horn | |
This takes up a tiny little bit of extra binary size, but gets rid of some awful #ifdef hackery. | |||
2011-05-23 | SAMSUNGTV: update port | Pawel Kolodziejski | |
2011-05-21 | Merge branch 'branch-1-3-0' of https://github.com/scummvm/scummvm into ↵ | agent-q | |
branch-1-3-0 | |||
2011-05-21 | DS: Various changes | agent-q | |
- Enable libmad - Remove forced include of scummsys.h, it caused problems in the forbidden symbols code. | |||
2011-05-18 | WINCE: Replace custom massadd with the global one (shows progress now) | CeRiAl | |
Replaces the formerly custom WinCE massadd function (CELauncherDialog::automaticScanDirectory) with the global one, which is better because it shows progress (massadd in combination with a uncached plugin build takes a very long time to complete and user thinks device has crashed when no progress is shown). Also fixes the additional custom WinCE about dialog (text was cut off before). | |||
2011-05-18 | WINCE: Enable building of plugins with normal configure/make | CeRiAl | |
Enables building of plugin .dlls without a custom Makefile. Also removes generation of scummvm.exe.map from configure script. | |||
2011-05-15 | IPHONE: Fixed mouse position when the overlay is visible | Oystein Eftevaag | |
2011-05-15 | IPHONE: Fixed mouse position when the overlay is visible | Oystein Eftevaag | |
2011-05-15 | IPHONE: Changed the iOS queued event handling to fix mouseclicks in Gob | Oystein Eftevaag | |
We now delay the mouseup events for 50ms, rather than just delaying them for an additional couple of pollEvent (which doesn't work anymore due to changes in the eventhandling code elsewhere). This fixes #3018512. | |||
2011-05-15 | IPHONE: Changed the iOS queued event handling to fix mouseclicks in Gob | Oystein Eftevaag | |
We now delay the mouseup events for 50ms, rather than just delaying them for an additional couple of pollEvent (which doesn't work anymore due to changes in the eventhandling code elsewhere). This fixes #3018512. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-09 | N64: Fix code formatting | Max Horn | |
2011-05-09 | N64: Remove (u)int64 typedefs from common/scummsys.h | Max Horn | |
2011-05-08 | WEBOS: Splitted install directory from package directory. | Klaus Reimer | |
2011-05-08 | WEBOS: Splitted install directory from package directory. | Klaus Reimer | |
2011-05-08 | IRIX: Fix compilation | Joost Peters | |
2011-05-07 | ANDROID: Get rid of Fn->ALT metakey mapping | dhewg | |
Thanks to Ge0rG for the analysis Cherry-picked from bfecb37501b6fdc35f2802216db5fb2b0e54b8ee | |||
2011-05-07 | ANDROID: Get rid of Fn->ALT metakey mapping | dhewg | |
Thanks to Ge0rG for the analysis | |||
2011-05-05 | WIN32: Embed engine data files and theme files into executable. | Johannes Schickel | |
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-04 | N64: avoid bogus events if no controller plugged | Fabio Battaglia | |
If the user has only a N64 mouse plugged in and no controllers this avoids fake clicks. | |||
2011-05-03 | PS2: Allow using mkdir | Max Horn | |
2011-05-03 | WII: Fix compilation | dhewg | |
2011-05-03 | COMMON: Forbid use of getcwd&getwd; add macro to enable unistd.h compatibility | Max Horn | |
2011-05-03 | ANDROID: Fix various forbidden symbol clashes | Max Horn | |
2011-05-03 | DINGUX: Remove unused (?) include | Max Horn | |
2011-05-03 | PS2: Fix various forbidden symbol clashes | Max Horn | |
2011-05-03 | DS: Remove references to DEVKITARM | Max Horn | |
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 | BACKENDS: Avoid #including .cpp files | Max Horn | |
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 | WII: Fix various forbidden symbol clashes | Max Horn | |
2011-05-03 | PSP: Fix various forbidden symbol clashes | Max Horn | |
2011-05-03 | DC: Fix various forbidden symbol clashes | Max Horn | |
2011-05-03 | PSP: Add FIXME to portdefs.h | Max Horn | |
2011-05-03 | BACKENDS: Allow various files to use stuff from time.h | Max Horn | |
2011-05-02 | ANDROID: Style fix | dhewg | |
2011-05-02 | ALL: Mark printf and various other symbols as forbidden | Max Horn | |
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 |