Max Horn
|
de114d3d52
|
SCI: Got rid of code for endian adjusting pixmaps
svn-id: r40387
|
2009-05-08 16:02:22 +00:00 |
|
Max Horn
|
527463dea2
|
SCI: turn the various gfx filters from #define hacks into template funcs
svn-id: r40386
|
2009-05-08 16:01:25 +00:00 |
|
Filippos Karapetis
|
063ce3938d
|
Started objectifying the graphics resource manager (refer to patch #2689887)
svn-id: r39492
|
2009-03-17 21:08:33 +00:00 |
|
Filippos Karapetis
|
4bd84b7311
|
Replaced "xl" with "width" and "y1" with "height" in places where rectangles are used
svn-id: r39435
|
2009-03-16 00:07:12 +00:00 |
|
Filippos Karapetis
|
b78001f7ca
|
Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause that's what it is), and changed its type to int * to avoid unneeded casts
svn-id: r39375
|
2009-03-14 00:05:01 +00:00 |
|
Max Horn
|
642bad22d8
|
SCI: Removed most uses of the 'inline' keyword. It is usually better to let the compiler figure out what to inline. As it is, most of these looked as if they were randomly placed ;)
svn-id: r39352
|
2009-03-12 03:26:47 +00:00 |
|
Willem Jan Palenstijn
|
ced40b2266
|
Use new Palette class to manager pixmap palettes.
There are some remaining regressions with text colour in SCI1 games,
but overall it should fix more than it breaks.
svn-id: r39242
|
2009-03-08 20:17:01 +00:00 |
|
Max Horn
|
ff17899d8e
|
SCI: Got rid of include/scitypes.h
svn-id: r38746
|
2009-02-21 21:16:41 +00:00 |
|
Max Horn
|
eb37789f6f
|
SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files
svn-id: r38735
|
2009-02-21 19:33:01 +00:00 |
|
Willem Jan Palenstijn
|
34f90ac043
|
revert large parts of r38621. error() is for fatal errors and does not return. warning() is not for debugging status messages.
svn-id: r38696
|
2009-02-21 14:11:41 +00:00 |
|
Joost Peters
|
3988062776
|
replace #ifdef WORDS_BIGENDIAN by SCUMM_BIG_ENDIAN
svn-id: r38689
|
2009-02-21 12:21:15 +00:00 |
|
Oystein Eftevaag
|
25f7c37171
|
Wrapped the SCI engine in the Sci namespace.
svn-id: r38676
|
2009-02-21 10:23:36 +00:00 |
|
Paweł Kołodziejski
|
328214940b
|
formating
svn-id: r38668
|
2009-02-21 08:16:04 +00:00 |
|
Filippos Karapetis
|
2ddce51a56
|
Changed more messages to warnings/errors
svn-id: r38621
|
2009-02-20 20:39:02 +00:00 |
|
Eugene Sandulenko
|
76024785fe
|
Update headers. gfx/
svn-id: r38412
|
2009-02-17 15:17:01 +00:00 |
|
Max Horn
|
921e6ff5cf
|
SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: gfx dir
svn-id: r38321
|
2009-02-15 22:33:36 +00:00 |
|
Eugene Sandulenko
|
38087c4f24
|
Fix compilation. How ugly without templates. Yuck!
svn-id: r38228
|
2009-02-15 11:44:14 +00:00 |
|
Eugene Sandulenko
|
e241843bec
|
- Remove some unneeded files
- Mass rename .c to .cpp
svn-id: r38227
|
2009-02-15 11:39:07 +00:00 |
|