Commit graph

310 commits

Author SHA1 Message Date
anotherguest
f4137df940 SYMBIAN OS:Removed resolution fix from Symbian OS Backend, handle this in SDL backend instead. Add more engines for the split build. 2013-11-26 10:39:46 +01:00
anotherguest
7c3588ec2a SYMBIAN OS:Added new engines, updated resolution support. Version number changes 2013-11-25 16:43:11 +01:00
anotherguest
d495a55f8d Symbian:Support for new engines 2013-04-04 15:32:58 +02:00
Strangerke
88add32e3b JANITORIAL: Update copyright year 2013-01-02 18:32:15 +01:00
Johannes Schickel
223794fb38 ALL: Make use of defined() for the preprocessor consistent.
This does not change the use of defined for some NDS source files, since they
seem to be (based on?) third party code.
2012-03-17 22:02:44 +01:00
Strangerke
e2ded73d92 MISC: This is year 2012 2012-01-01 11:49:41 +01:00
anotherguest
a18a4e239a Symbian: Supply modern theme instead of an extra copy of the classic 2011-10-12 13:15:15 +02:00
anotherguest
3d48f2199f Symbian: Changed path for math.h include. 2011-10-11 09:23:45 +02:00
anotherguest
511e7c5163 Symbian:Updated port defs to fit new protected words 2011-10-11 09:08:28 +02:00
anotherguest
639cb97881 Symbian:Updated makefiles to fit new files and structure 2011-10-11 08:55:10 +02:00
anotherguest
775a8e6f8d Symbian:Update makefiles and installation files. 2011-10-11 08:53:00 +02:00
Christoph Mallon
23a0f5318c JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
Christoph Mallon
bf580e6e6b JANITORIAL: Add missing NL at EOF. 2011-08-07 13:53:33 +02:00
Max Horn
88913c0139 ALL: Remove trailing whitespaces
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-20 00:59:48 +02:00
Max Horn
9db33ea544 ALL: Removed last traces of the MPEG2 code 2011-06-01 23:17:43 +02:00
Max Horn
2d6be5d077 COMMON: Move more stuff from scummsys.h to portdefs.h 2011-05-31 13:56:28 +02:00
Max Horn
9c3e2e43bd COMMON: Move some code from scummsys.h to relevant portdefs.h files 2011-05-31 13:48:03 +02:00
strangerke
69b1485a22 GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
Max Horn
f62fd4f25f BACKENDS: Avoid #including .cpp files
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 13:22:00 +02:00
anotherguest
fca9c28ea7 SYMBIAN: Add support for TSAGE engine 2011-04-22 10:28:26 +02:00
anotherguest
74a81d7a99 SYMBIAN: Changed sound to audio in macro. 2011-04-20 12:36:04 +02:00
anotherguest
e0478c2a9b SYMBIAN : Updated folder names audio, added video, added M_PI define 2011-04-20 10:27:12 +02:00
Max Horn
63a7698a86 SYMBIAN: Use astyle to slightly reduce code formatting mess ;) 2011-04-18 16:30:06 +02:00
Max Horn
0402ec4ea2 SYMBIAN: Clarify vsnprintf.h legal header a little bit 2011-04-18 16:30:06 +02:00
Max Horn
84184aabc0 ALL: colour -> color 2011-04-14 14:12:35 +02:00
anotherguest
3194d2dac6 SYMBIAN: Changed sound path to audio.
Signed-off-by: anotherguest
2011-02-24 18:55:10 +01:00
Jordi Vilalta Prat
e49b35d706 SYMBIAN: Fix some small issues in the README file (M4 isn't included)
svn-id: r55243
2011-01-14 19:47:25 +00:00
Lars Persson
06acd96244 SYMBIAN: Updated revision history
svn-id: r55236
2011-01-14 08:10:51 +00:00
Arnaud Boutonné
6a299ce0b8 COPYRIGHT: Update copyright year - Happy new year!
svn-id: r55082
2010-12-31 23:04:49 +00:00
Lars Persson
5fb635dabf SYMBIAN : Forgot to init the SDL backend
svn-id: r54590
2010-11-29 20:02:15 +00:00
Lars Persson
960efd93d8 SYMBIAN : Updated so it builds with latest structures and add support to last express
svn-id: r54588
2010-11-29 19:44:22 +00:00
Johannes Schickel
a1d99836cd BACKENDS: Fix SVN keyword usage.
svn-id: r54584
2010-11-29 18:48:43 +00:00
Max Horn
a162ff18bc SDL: Various more SdlEventSource related fixes
svn-id: r54553
2010-11-28 22:04:39 +00:00
Max Horn
364382cf9f SDL: Change refs to SdlEventManager to SdlEventSource
svn-id: r54544
2010-11-28 18:39:04 +00:00
Max Horn
7760077cf5 Merging the gsoc2010-opengl branch
svn-id: r54518
2010-11-28 14:56:31 +00:00
Lars Persson
17d8fafedd SYMBIAN : Updated for proper FORBIDDEN handling, added cdaudio support needed, updated version nr
svn-id: r54378
2010-11-19 13:23:33 +00:00
Lars Persson
824a4009c9 SYMBIAN : Remove Symbian FatalError implementation (not really used anymore for any current symbian phone)
svn-id: r54372
2010-11-19 12:49:33 +00:00
Max Horn
06876671e5 SYMBIAN: Trigger a compiler error on systems where __GCC32__ is set, instead of producing incorrect code
svn-id: r54005
2010-11-01 16:02:47 +00:00
Lars Persson
2dea84947e SYMBIAN: Add makefiles for TOON Struck
svn-id: r53443
2010-10-13 19:02:24 +00:00
Johannes Schickel
75e8452b6e OPENGL: Merged from trunk, from rev 52105 to 53396.
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-13 03:57:44 +00:00
Jordi Vilalta Prat
8388e0dfea JANITORAL: Clean trailing whitespaces.
svn-id: r53160
2010-10-12 02:18:11 +00:00
Max Horn
484bf9c269 ALL: Fixup some #define names
svn-id: r52935
2010-09-28 20:30:50 +00:00
Lars Persson
744b301b22 SYMBIAN : Updated version nr to 1.13 in package file
svn-id: r52882
2010-09-25 14:59:24 +00:00
Lars Persson
3a3b2cf862 SYMBIAN : Add addSysArchivesToSearchSet to support local data files properly. (Instead of using extrapath)
svn-id: r52864
2010-09-23 10:37:10 +00:00
Lars Persson
9e4dff9164 SYMBIAN : Remove application resource include not used.
svn-id: r52863
2010-09-23 10:34:45 +00:00
Lars Persson
86a7d4382e SYMBIAN : Updated define for S60v3 detection
svn-id: r52862
2010-09-23 10:34:00 +00:00
Lars Persson
f155d902c7 Additional include paths for Symbian^3
svn-id: r52854
2010-09-22 10:27:09 +00:00
Lars Persson
3518a3d18f Added include paths for Symbian^3 SDK support
svn-id: r52853
2010-09-22 09:56:03 +00:00
Lars Persson
c586517b94 ADded translations.dat to pkg files
svn-id: r52840
2010-09-21 06:50:29 +00:00
Lars Persson
33886e22af Build a couple of different variant to split engines in two.
svn-id: r52435
2010-08-29 08:26:59 +00:00