| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-08-23 | SDL/OPENGL: Fix segfault when using -g command line option. | Alejandro Marzini | |
| svn-id: r52307 | |||
| 2010-08-23 | AMIGAOS: Fix build. | Alejandro Marzini | |
| svn-id: r52306 | |||
| 2010-08-23 | AMIGAOS: Again, fix build. | Alejandro Marzini | |
| svn-id: r52304 | |||
| 2010-08-23 | AMIGAOS: Fix build. | Alejandro Marzini | |
| svn-id: r52303 | |||
| 2010-08-16 | Merge trunk, from r51777 to r52105 | Alejandro Marzini | |
| svn-id: r52108 | |||
| 2010-08-15 | PSP: slight fix to ME MP3 player | Yotam Barnoy | |
| A bad function call during initialization of a stream was causing rare instances where the ME failed to decode some MP3 data. svn-id: r52101 | |||
| 2010-08-14 | WII: Update port for the current versions of the base libraries. Enable DVD ↵ | Andre Heider | |
| access for the GameCube port. svn-id: r52074 | |||
| 2010-08-11 | LINUXMOTO: Do not include base/internal_version.h | Max Horn | |
| svn-id: r51977 | |||
| 2010-08-11 | GP2X: Do not include base/internal_version.h | Max Horn | |
| svn-id: r51976 | |||
| 2010-08-06 | Enabled translation by default. Include common/error.cpp in uiq3 makefile | Lars Persson | |
| svn-id: r51784 | |||
| 2010-08-06 | Start to support Flac when building! | Lars Persson | |
| svn-id: r51781 | |||
| 2010-08-06 | Don't include engines/sci as userinclude path, causes conflicts with ↵ | Lars Persson | |
| graphics/ inclusion svn-id: r51780 | |||
| 2010-08-06 | Don't include engines/sci as userinclude path, causes conflicts with ↵ | Lars Persson | |
| graphics/ inclusion svn-id: r51779 | |||
| 2010-08-06 | Merged from trunk, from r51495 to r51775 | Alejandro Marzini | |
| svn-id: r51776 | |||
| 2010-08-03 | PSP: Factored out thread creation routines into PspThreadable class. | Yotam Barnoy | |
| This should aid in further optimizations. svn-id: r51685 | |||
| 2010-08-02 | N64: mention hkz-libn64 download location in port readme | Fabio Battaglia | |
| svn-id: r51656 | |||
| 2010-08-02 | DS: Allow disabling assert via NDEBUG; cleanup | Max Horn | |
| svn-id: r51640 | |||
| 2010-08-02 | DS: Disable debug mode in setup-builddirs.sh | Max Horn | |
| svn-id: r51638 | |||
| 2010-08-02 | DS: More closely immitate CXXFLAGS of custom DS build system | Max Horn | |
| svn-id: r51637 | |||
| 2010-08-02 | DS: Reorder & complete list of OPT_SPEED files; some tweaks | Max Horn | |
| Add -mno-thumb to OPT_SPEED to override the -mthumb from OPT_SIZE. svn-id: r51636 | |||
| 2010-08-01 | SYMBIAN 2nd installment of getting symbian to build with gsoc2010 SDL | Lars Persson | |
| svn-id: r51588 | |||
| 2010-08-01 | SYMBIAN platform. Correct building of SDL refacturing for Symbian. | Lars Persson | |
| svn-id: r51587 | |||
| 2010-08-01 | CONFIGURE: add support for N64 port to configure | Fabio Battaglia | |
| svn-id: r51581 | |||
| 2010-08-01 | iPhone: changed GL_NEAREST to GL_LINEAR in miniaturization filter as per ↵ | Yotam Barnoy | |
| forum post 29/7/10 svn-id: r51567 | |||
| 2010-07-31 | OPENGL: Add support for BGR and rgb(a) reversed formats (Not available for ↵ | Alejandro Marzini | |
| GLES). General cleanup and commenting. svn-id: r51559 | |||
| 2010-07-31 | DS: Remove now redundant ds-fs.o from PORT_OBJS | Max Horn | |
| svn-id: r51558 | |||
| 2010-07-31 | DS: Add shell script which emulates old DS builds using configure&make | Max Horn | |
| svn-id: r51556 | |||
| 2010-07-31 | DS: Fix custom DS build system | Max Horn | |
| svn-id: r51555 | |||
| 2010-07-30 | PSP: optimized memcpy some more and fixed memcpy testing | Yotam Barnoy | |
| Found that the particular implementation was producing messy assembly for misaligned copies. Improved it and also fixed up wrapping the memcpy, which would cause endless prints in case memcpy testing is asked for. svn-id: r51503 | |||
| 2010-07-30 | Merged from trunk, from Rev 50841 to HEAD | Alejandro Marzini | |
| svn-id: r51495 | |||
| 2010-07-30 | SDL/OPENGL: Add ability to switch between SDL and OpenGL graphics managers. | Alejandro Marzini | |
| OSystem_SDL will create a merged list of all graphics modes from SDL and OpenGL. When the user changes the graphics mode in options and restarts ScummVM should switch to that graphics mode in the corresponding graphics manager. svn-id: r51493 | |||
| 2010-07-30 | SDL: Add SDL backend subfolders paths to makefile MODULE_DIRS. | Alejandro Marzini | |
| This should fix subfolders sources not recompiling after a header change. svn-id: r51489 | |||
| 2010-07-29 | DC: Let scummvm.ini override autodetect of games | Marcus Comstedt | |
| If a game CD has a scummvm.ini file with at least one game domain in it, the normal autodetection is now bypassed and a menu of only the games in the .ini file is presented instead. The descriptions of the games are taken from the .ini file, but icons are still scanned for in the old fashion. Note that previously ScummVM would read global options from the scummvm.ini file on the boot disc (if present), but now global options are instead taken from the scummvm.ini on the game disc (in case of a disc swap). svn-id: r51480 | |||
| 2010-07-29 | DC: Specialize createConfig{Read,Write}Stream | Marcus Comstedt | |
| Implement platform-specific variants of createConfigReadStream() and createConfigWriteStream(), instead of inheriting the BaseBackend definitions. Nonstandard behavious is as follows: * createConfigWriteStream() always returns 0 (read-only filesystem) * createConfigReadStream() returns an empty MemoryReadStream instead of NULL if scummvm.ini does not exist. This is to make sure that loadDefaultConfigFile() always clears out any old config data, as I'll want to restart config parsing from scratch after a disc swap. svn-id: r51478 | |||
| 2010-07-29 | DS: Add WRAP_MALLOC support to ds.mk, update comments | Max Horn | |
| svn-id: r51474 | |||
| 2010-07-29 | DS: Get rid of DS_NON_SCUMM_BUILD and DS_SCUMM_BUILD | Max Horn | |
| svn-id: r51473 | |||
| 2010-07-29 | BUILD: Unify how MODULE_DIRS is computed for backends | Max Horn | |
| 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 | BUILD: Fix MODULE_DIRS for WinCE port | Max Horn | |
| svn-id: r51466 | |||
| 2010-07-29 | BUILD: Compile & link certain files only for specific BACKEND values | Max Horn | |
| svn-id: r51465 | |||
| 2010-07-27 | Remove Android themeengine patch - an improved version is now part of | Angus Lees | |
| the main ScummVM codebase thanks to fingolfin :) svn-id: r51362 | |||
| 2010-07-23 | SDL: Fix bug #3025258 | Eugene Sandulenko | |
| Bug #3025258: "Cursor Leaves Trail in GUI when Screen is Shaking". Based on patch provided by eriktorbjorn but extended with another edge case. svn-id: r51212 | |||
| 2010-07-23 | GP2XWIZ: Fix warning | Willem Jan Palenstijn | |
| svn-id: r51203 | |||
| 2010-07-19 | SDL: Hack to handle special SDL events. | Alejandro Marzini | |
| svn-id: r51015 | |||
| 2010-07-18 | trying to fix psp build for case sensitive filesystems. | Andre Heider | |
| svn-id: r50989 | |||
| 2010-07-18 | PSP: switched to using my memcpy | Yotam Barnoy | |
| svn-id: r50982 | |||
| 2010-07-18 | PSP: forgot test files | Yotam Barnoy | |
| svn-id: r50981 | |||
| 2010-07-18 | Made memcpy faster but not as fast with uncached mem. | Yotam Barnoy | |
| svn-id: r50980 | |||
| 2010-07-17 | Remove PalmOS port | Max Horn | |
| svn-id: r50964 | |||
| 2010-07-16 | Added basic cursor drawing. | Alejandro Marzini | |
| svn-id: r50954 | |||
| 2010-07-15 | Fixed doing OpenGL calls before a graphical context was created. | Alejandro Marzini | |
| svn-id: r50905 | |||
