Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-02 | CRUISE: Replace snprintf() usage with Common::String::format() | D G Turner | |
Safer and less portability issues. | |||
2011-06-02 | DRASCULA: Replace snprintf() usage with Common::String::format() | D G Turner | |
Safer and less portability issues. | |||
2011-06-02 | GOB: Replace snprintf() usage with Common::String::format() | D G Turner | |
Safer and less portability issues. | |||
2011-06-02 | BUILD: Enable Lands of Lore by default. | Johannes Schickel | |
2011-06-02 | TSAGE: Add workaround in order to fix crash in scene 5100 when Quinn forgets ↵ | Arnaud Boutonne | |
the Stasis Box Also present in the original! | |||
2011-06-02 | GUI: Replace some s(n)printf uses by Common::String::format | Max Horn | |
2011-06-01 | DEVTOOLS: Do not use -Wglobal-constructors on create_project.o | Max Horn | |
2011-06-01 | DEVTOOLS: Link create_kyradat against libcommon.a, for scumm_stricmp | Max Horn | |
2011-06-01 | TOON: Fix crash #3308220 | sylvaintv | |
Bug #3308220: "Crashes" Added clipping to magnifier effect | |||
2011-06-01 | CREATE_PROJECT: Add stubs for Xcode provider | Julien | |
2011-06-01 | ALL: Removed last traces of the MPEG2 code | Max Horn | |
2011-06-01 | CREATE_PROJECT: Fix type conversion warning | Julien | |
2011-06-01 | CREATE_PROJECT: Add Xcode project | Julien | |
2011-06-01 | GIT: Ignore XCode user data | Julien | |
2011-06-01 | COMMON: Implement two simple workaround wrappers for _vsnprintf and ↵ | Johannes Schickel | |
_snprintf for MSVC. This should assure vsnprintf and snprintf will now also always null terminate the result even for MSVC. Currently the functions are placed in scummsys.h, but that causes us to include two standard C library headers there (for MSVC at least). This is not particulary nice, so we should think of a better solution here. | |||
2011-06-01 | TSAGE: Fix a valgrind warning in SceneObject initialization | Strangerke | |
2011-06-01 | TSAGE: Little modification in order to match the executable in scene 6100 | Strangerke | |
2011-06-01 | DC: Clarify comment | Max Horn | |
2011-06-01 | DC: Use 'noserial' for release builds | Max Horn | |
2011-06-01 | COMMON: Add note about us defining vsnprintf as _vsnprintf for older MSVC ↵ | Johannes Schickel | |
versions. | |||
2011-06-01 | COMMON: Add comment about MSVC's _snprintf. | Johannes Schickel | |
This includes a FIXME, since _snprintf behaves differently to snprintf. Not only in the return value (which is a minor difference, since we usually do not use it), but also since it does not always include a terminating null. | |||
2011-06-01 | ANDROID: Revert stable-only changes from commit cf41ac0f which I ↵ | Max Horn | |
accidentally merged | |||
2011-06-01 | DETECTOR: Clarify warning a bit | Max Horn | |
2011-06-01 | DETECTOR: Get rid of unused kADFlagDontAugmentPreferredTarget | Max Horn | |
It doesn't seem very useful to keep this around for future uses, either, at least I couldn't think of a convincing argument. If we really need something like this one day again, it is trivial enough to add it back. | |||
2011-06-01 | Merge pull request #20 from scott-t/t7g-ios | clone2727 | |
T7G iOS support | |||
2011-06-01 | GROOVIE: Detect iOS platform based on binary existence | Scott Thomas | |
Change to choice of music file encoding means the gu16.m4a may not exist | |||
2011-06-01 | PS2: Do not add RELEASE_BUILD | Max Horn | |
First merge screw up: I meant to comment these lines out (as they area now -- in fact, these lines did not exist pre-merge at all, I moved the -DRELEASE_BUILD additions manually to their own lines, so I could comment them out, and then promptly forgot. *sigh*) On the pro side, it was very easy to spot and correct this mistake! | |||
2011-06-01 | Merge branch 'branch-1-3-0' into master | Max Horn | |
I manually resolved all conflicts, and inspected every single change. Many were due to the version string mismatch and thus easily resolved. The MSVC project files add in the 1-3-0 branch were not merged, neither where the changes to gui/themes/translations.dat. Conflicts: NEWS backends/base-backend.cpp backends/graphics/samsungtvsdl/samsungtvsdl-graphics.cpp backends/module.mk backends/platform/ds/arm9/makefile backends/platform/psp/README.PSP backends/platform/samsungtv/main.cpp backends/platform/samsungtv/samsungtv.cpp backends/saves/posix/posix-saves.cpp base/commandLine.cpp base/internal_version.h base/main.cpp common/array.h configure devtools/create_project/create_project.cpp dists/android/AndroidManifest.xml dists/android/plugin-manifest.xml dists/iphone/Info.plist dists/irix/scummvm.spec dists/macosx/Info.plist dists/redhat/scummvm-tools.spec dists/redhat/scummvm.spec dists/scummvm.rc dists/slackware/scummvm.SlackBuild dists/wii/meta.xml engines/sci/parser/vocabulary.cpp engines/tinsel/handle.cpp gui/themes/translations.dat | |||
2011-06-01 | COMMON: Move SDL endian check a bit down | Max Horn | |
2011-05-31 | GROOVIE: Rename MusicPlayerMPEG4 to MusicPlayerIOS | Matthew Hoops | |
More fitting now that other music formats can be used now | |||
2011-05-31 | Merge remote branch 'upstream/master' into t7g-ios | Matthew Hoops | |
Conflicts: engines/groovie/script.cpp | |||
2011-05-31 | GROOVIE: Use openStreamFile() to open iOS audio files | Matthew Hoops | |
Now MP3, FLAC, Vorbis, and QuickTime/MPEG-4 audio files can be used interchangeably. | |||
2011-05-31 | AUDIO: Plug MPEG-4/QuickTime audio into openStreamFile | Matthew Hoops | |
2011-05-31 | COMMON: Include SDL_endian.h instead of SDL_byteorder.h | Max Horn | |
2011-05-31 | SCI: Fix up start/end points when pathfinding with opt == 0. | Walter van Niftrik | |
Fixes bug #3304901: "SCI: Freddy Pharkas - Stuck in the brothel door". | |||
2011-05-31 | CONFIGURE: move some libs required by n64 port | Fabio Battaglia | |
Some system libs weren't found during link stage, this should fix it | |||
2011-05-31 | COMMON: Simplify OverlayColor definition | Max Horn | |
This typedef still should be moved somewhere else. Maybe a header file of its own? | |||
2011-05-31 | COMMON: Move scumm_str(n)icmp declaration to str.h | Max Horn | |
2011-05-31 | COMMON: Move some weird WinCE/MSVC snprintf-#define around | Max Horn | |
2011-05-31 | COMMON: Shorten endianess / mem align guessing logic in scummsys.h | Max Horn | |
2011-05-31 | COMMON: Move more stuff from scummsys.h to portdefs.h | Max Horn | |
2011-05-31 | COMMON: Move some code from scummsys.h to relevant portdefs.h files | Max Horn | |
2011-05-31 | AUDIO: Fix GCC Compilation Warning in FM-Towns Softsynth. | D G Turner | |
2011-05-31 | BUILD: Fix typo which broke WebOS builds | Max Horn | |
2011-05-31 | BUILD: Fix compilation when --enable-plugins is enabled. | D G Turner | |
2011-05-31 | BUILD: Fix Linking. | D G Turner | |
These defines are adding to, not replacing the MODULES list. | |||
2011-05-31 | BUILD: Compile more files only when necessary | Max Horn | |
2011-05-31 | BUILD: Add SDL_BACKEND=1 to config.mk for all SDL based backends | Max Horn | |
2011-05-30 | WINCE: Remove unnecessary -I flags | Max Horn | |
2011-05-30 | BUILD: Only add one option per line to INCLUDES/CXXFLAGS/LDFLAGS | Max Horn | |
This improves (IMHO) readability, and makes it easier to diff for changes in compiler options. |