Johannes Schickel
ceae3dd191
IPHONE: Rename _palette to _gamePalette.
2012-02-19 22:16:38 +01:00
Johannes Schickel
3d0316ccd2
IPHONE: Formatting fixes.
2012-02-19 21:30:53 +01:00
Tarek Soliman
a4798602d7
JANITORIAL: Fix missing whitespace in pointer cast
...
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g'
This seems to have caught some params as well which is not undesirable IMO.
It also caught some strings containing this which is undesirable so I
excluded them manually. (engines/sci/engine/kernel_tables.h)
2012-02-15 10:07:10 -06:00
Oystein Eftevaag
1d3be279fc
IPHONE: Fixed a COMI crash and some minor gfx glitches
2011-06-05 00:03:15 -04:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Johannes Schickel
da734a4af0
ALL/GRAPHICS: Remove Surface::bytesPerPixel.
2011-04-17 21:27:34 +02:00
Johannes Schickel
877004dbdd
BACKENDS: Adapt various backends code to set up Surface::format correctly.
...
Note that this change is not tested at all (not even compile wise!).
2011-04-17 21:14:19 +02:00
Max Horn
84184aabc0
ALL: colour -> color
2011-04-14 14:12:35 +02:00
Johannes Schickel
c9a9f7b48f
IPHONE: Remove erroneous write in OSystem_IPHONE::grabPalette.
...
Thanks to dhewg for reporting this!
2011-02-16 00:44:14 +01:00
Johannes Schickel
3c968128ea
IPHONE: Adapt to setPalette/grabPalette RGBA->RGB change.
...
This change is not tested, but should hopefully work fine.
2011-02-15 23:57:10 +01:00
David Turner
cf39749dcb
IPHONE: Fix Unsigned to Signed Comparison Compiler Warning.
...
svn-id: r55743
2011-02-02 22:26:05 +00:00
Max Horn
2e4cedd98a
IPHONE: Enable use of forbidden symbols
...
svn-id: r53971
2010-10-31 00:04:24 +00:00
Jordi Vilalta Prat
8388e0dfea
JANITORAL: Clean trailing whitespaces.
...
svn-id: r53160
2010-10-12 02:18:11 +00:00
Oystein Eftevaag
ab01f42a4b
IPHONE: The overlay will now always be in the native device resolution
...
svn-id: r52939
2010-09-29 00:19:13 +00:00
Max Horn
9f14e43d16
Fix bug #2999153 : "IPHONE: No grabPalette() implementation"
...
svn-id: r49384
2010-06-01 22:29:55 +00:00
Eugene Sandulenko
95c5d24044
Second attempt to fix DC and iPhone backends compilation
...
svn-id: r43651
2009-08-22 14:52:26 +00:00
Eugene Sandulenko
ad507d3387
Attempt to fix DC and iPhone backends compilation
...
svn-id: r43650
2009-08-22 13:34:38 +00:00
Oystein Eftevaag
37c7cf951a
Split the iPhone OSystem class up into several files
...
svn-id: r42479
2009-07-14 13:52:11 +00:00