Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | |
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 | 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-09-28 | ALL: Fixup some #define names | Max Horn | |
svn-id: r52935 | |||
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 : Updated define for S60v3 detection | Lars Persson | |
svn-id: r52862 | |||
2010-08-01 | SYMBIAN 2nd installment of getting symbian to build with gsoc2010 SDL | Lars Persson | |
svn-id: r51588 | |||
2010-07-13 | Merged from trunk, from Rev 49499 to HEAD | Alejandro Marzini | |
svn-id: r50840 | |||
2010-07-03 | Cleanup and documentation. | Alejandro Marzini | |
svn-id: r50610 | |||
2010-06-29 | Override setupIcon() for both Mac OS X and SymbianOS, they have their own icons. | Matthew Hoops | |
svn-id: r50476 | |||
2010-06-26 | Modularized Symbian port. | Alejandro Marzini | |
svn-id: r50356 | |||
2010-06-23 | Reversing modification by mistake from r50191. | Alejandro Marzini | |
svn-id: r50192 | |||
2010-06-23 | Relocated Win32 and Posix ports. (Part 1) | Alejandro Marzini | |
svn-id: r50191 | |||
2010-06-15 | Symbian: sync with recent GUI changes. NOT TESTED. | Eugene Sandulenko | |
svn-id: r49794 | |||
2010-06-02 | OSYSTEM: Get rid of kFeatureAutoComputeDirtyRects | Max Horn | |
svn-id: r49388 | |||
2010-03-11 | Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ↵ | Max Horn | |
MixerImpl constructor svn-id: r48238 | |||
2010-03-10 | Remove last traces of OSystem::getOutputSampleRate() | Max Horn | |
svn-id: r48229 | |||
2010-03-08 | Re-enable the arm asm costume drawer | Lars Persson | |
svn-id: r48201 | |||
2010-01-25 | Turn off ARM asm for Costume until its fixed | Lars Persson | |
svn-id: r47549 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-23 | Headers - Add URL in properties so it's displayed properly in the header | Arnaud Boutonné | |
svn-id: r47487 | |||
2010-01-23 | Some more header modifications | Arnaud Boutonné | |
svn-id: r47486 | |||
2009-11-18 | cleanup | Max Horn | |
svn-id: r45976 | |||
2009-11-10 | Move Symbian main implementation from main.cpp to SymbianOS.cpp | Lars Persson | |
svn-id: r45802 | |||
2009-11-09 | Revert rev 45791 and make the first param of OSystem_SDL::remapKey again ↵ | Max Horn | |
non-const (as it may have to be modified for remapping. Of course. Silly me :/) svn-id: r45796 | |||
2009-11-09 | whitespace | Max Horn | |
svn-id: r45794 | |||
2009-11-09 | SDL: Make first param of OSystem_SDL::remapKey const | Max Horn | |
svn-id: r45791 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-09-01 | Updated to support multiple exes | Lars Persson | |
svn-id: r43877 | |||
2009-08-14 | Updated files from 1.0.0 branch | Lars Persson | |
svn-id: r43362 | |||
2009-08-11 | Updated actions to support tinsel and made (from CE version) | Lars Persson | |
svn-id: r43260 | |||
2009-07-01 | Move action inits to engineInit and engineDone callbacks. | Lars Persson | |
svn-id: r42007 | |||
2009-06-28 | Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input; | Max Horn | |
also intentionally broke WinCE and Symbian ports (in an obvious way that can be undo by commenting out some text) -- hopefully this will get the maintainers' attention during the next release cycle, unlike my emails svn-id: r41932 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-03-07 | Bye bye FNMatch | Lars Persson | |
svn-id: r39181 |