Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-01 | MISC: This is year 2012 | Strangerke | |
2011-10-12 | Symbian: Supply modern theme instead of an extra copy of the classic | anotherguest | |
2011-10-11 | Symbian: Changed path for math.h include. | anotherguest | |
2011-10-11 | Symbian:Updated port defs to fit new protected words | anotherguest | |
2011-10-11 | Symbian:Updated makefiles to fit new files and structure | anotherguest | |
2011-10-11 | Symbian:Update makefiles and installation files. | anotherguest | |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-08-07 | JANITORIAL: Add missing NL at EOF. | Christoph Mallon | |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-06-01 | ALL: Removed last traces of the MPEG2 code | 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-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
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-04-22 | SYMBIAN: Add support for TSAGE engine | anotherguest | |
2011-04-20 | SYMBIAN: Changed sound to audio in macro. | anotherguest | |
2011-04-20 | SYMBIAN : Updated folder names audio, added video, added M_PI define | anotherguest | |
2011-04-18 | SYMBIAN: Use astyle to slightly reduce code formatting mess ;) | Max Horn | |
2011-04-18 | SYMBIAN: Clarify vsnprintf.h legal header a little bit | Max Horn | |
2011-04-14 | ALL: colour -> color | Max Horn | |
2011-02-24 | SYMBIAN: Changed sound path to audio. | anotherguest | |
Signed-off-by: anotherguest | |||
2011-01-14 | SYMBIAN: Fix some small issues in the README file (M4 isn't included) | Jordi Vilalta Prat | |
svn-id: r55243 | |||
2011-01-14 | SYMBIAN: Updated revision history | Lars Persson | |
svn-id: r55236 | |||
2010-12-31 | COPYRIGHT: Update copyright year - Happy new year! | Arnaud Boutonné | |
svn-id: r55082 | |||
2010-11-29 | SYMBIAN : Forgot to init the SDL backend | Lars Persson | |
svn-id: r54590 | |||
2010-11-29 | SYMBIAN : Updated so it builds with latest structures and add support to ↵ | Lars Persson | |
last express svn-id: r54588 | |||
2010-11-29 | BACKENDS: Fix SVN keyword usage. | Johannes Schickel | |
svn-id: r54584 | |||
2010-11-28 | SDL: Various more SdlEventSource related fixes | Max Horn | |
svn-id: r54553 | |||
2010-11-28 | SDL: Change refs to SdlEventManager to SdlEventSource | Max Horn | |
svn-id: r54544 | |||
2010-11-28 | Merging the gsoc2010-opengl branch | Max Horn | |
svn-id: r54518 | |||
2010-11-19 | SYMBIAN : Updated for proper FORBIDDEN handling, added cdaudio support ↵ | Lars Persson | |
needed, updated version nr svn-id: r54378 | |||
2010-11-19 | SYMBIAN : Remove Symbian FatalError implementation (not really used anymore ↵ | Lars Persson | |
for any current symbian phone) svn-id: r54372 | |||
2010-11-01 | SYMBIAN: Trigger a compiler error on systems where __GCC32__ is set, instead ↵ | Max Horn | |
of producing incorrect code svn-id: r54005 | |||
2010-10-13 | SYMBIAN: Add makefiles for TOON Struck | Lars Persson | |
svn-id: r53443 | |||
2010-10-13 | OPENGL: Merged from trunk, from rev 52105 to 53396. | Johannes Schickel | |
This includes an rather hacky attempt to merge all the recent gp2x backend changes into the branch. I suppose the gp2x backend and probably all new backends, i.e. gph, dingux etc., might not compile anymore. Since I have no way of testing those it would be nice if porters could look into getting those up to speed in this branch. svn-id: r53399 | |||
2010-10-12 | JANITORAL: Clean trailing whitespaces. | Jordi Vilalta Prat | |
svn-id: r53160 | |||
2010-09-28 | ALL: Fixup some #define names | Max Horn | |
svn-id: r52935 | |||
2010-09-25 | SYMBIAN : Updated version nr to 1.13 in package file | Lars Persson | |
svn-id: r52882 | |||
2010-09-23 | SYMBIAN : Add addSysArchivesToSearchSet to support local data files ↵ | Lars Persson | |
properly. (Instead of using extrapath) svn-id: r52864 | |||
2010-09-23 | SYMBIAN : Remove application resource include not used. | Lars Persson | |
svn-id: r52863 | |||
2010-09-23 | SYMBIAN : Updated define for S60v3 detection | Lars Persson | |
svn-id: r52862 | |||
2010-09-22 | Additional include paths for Symbian^3 | Lars Persson | |
svn-id: r52854 | |||
2010-09-22 | Added include paths for Symbian^3 SDK support | Lars Persson | |
svn-id: r52853 | |||
2010-09-21 | ADded translations.dat to pkg files | Lars Persson | |
svn-id: r52840 | |||
2010-08-29 | Build a couple of different variant to split engines in two. | Lars Persson | |
svn-id: r52435 | |||
2010-08-27 | Add support for HUGO game engine | Lars Persson | |
svn-id: r52405 | |||
2010-08-16 | Merge trunk, from r51777 to r52105 | Alejandro Marzini | |
svn-id: r52108 | |||
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 |