Jordi Vilalta Prat
3ce0bfb836
Fix the comment
2008-05-06 03:20:59 +00:00
Pawel Kolodziejski
76a66c9f11
added xcode project file
2008-03-13 10:28:51 +00:00
Pawel Kolodziejski
0cddde5ac2
fixed warnings
2008-03-13 09:59:32 +00:00
Torbjorn Andersson
7f93bf9a2c
Added -Wno-unused-parameter, like in ScummVM, to silence another 30 warnings.
...
(1284 warnings to go.)
2008-03-11 05:45:23 +00:00
Torbjorn Andersson
1144a7df81
Set svn:ignore
2008-03-11 05:42:14 +00:00
Torbjorn Andersson
8e5ff32323
Added -Wno-unknown-pragmas, like in the ScummVM Makefile, to silence 21
...
warnings. (1314 warnings to go.)
2008-03-11 05:30:48 +00:00
Torbjorn Andersson
c1593e258a
Fixed a warning. (1335 to go.)
2008-03-11 05:26:29 +00:00
Travis Howell
168cf43151
Update Makefile.
2008-03-10 23:21:44 +00:00
Pawel Kolodziejski
f11e24b7b1
synced imuse digital with scummvm imuse and related stuff
2008-03-10 23:06:07 +00:00
Pawel Kolodziejski
857527b278
synced imuse digital with scummvm imuse and related stuff
2008-03-10 23:04:55 +00:00
Torbjorn Andersson
701ee98f0a
Set svn:ignore
2008-03-08 11:38:35 +00:00
Filippos Karapetis
4351d3429e
Committed patch #1890405 - "Make residual build with gcc 4.3"
2008-02-11 13:51:04 +00:00
Torbjorn Andersson
ebaed3adda
Updated the "clean" target.
2008-01-26 12:51:41 +00:00
Torbjorn Andersson
068e38fb07
Fixed compilation.
2008-01-26 12:45:47 +00:00
Pawel Kolodziejski
852890611b
compilation fixes (compile at least for msvc9)
2008-01-26 11:47:23 +00:00
Pawel Kolodziejski
fd59de6afc
small cleanup
2008-01-26 11:41:18 +00:00
Pawel Kolodziejski
366f26d645
correction Makefile.common for recent reorganizations (not tested yet)
2008-01-26 11:34:11 +00:00
Pawel Kolodziejski
f226732ce9
renames bits.h -> platform.h, stdafx.h -> sys.h
2008-01-26 10:17:52 +00:00
Pawel Kolodziejski
08762f496d
files structure reorganization, compilation BROKEN. compilation will be fixed soon.
2008-01-26 09:18:08 +00:00
Pawel Kolodziejski
d29094a775
small update (really tests if svn commits works fully properly)
2008-01-26 08:25:27 +00:00
Pawel Kolodziejski
d35c3fbcba
added msvc9 project files
2008-01-22 23:24:27 +00:00
Torbjorn Andersson
e10b9ce1c0
Fixed off-by-one errors. The 640 and 480 refer to width and height, not
...
coordinates.
2008-01-10 23:03:49 +00:00
Torbjorn Andersson
d901eb8b13
If SDL_WM_ToggleFullScreen() is too buggy for ScummVM, it's presumably also too
...
buggy for Residual.
2007-12-26 23:16:13 +00:00
Pawel Kolodziejski
039591079f
remove not needed file
2007-10-12 12:10:00 +00:00
Pawel Kolodziejski
73858af2ea
remove not needed files, fixed typo in README.residual
2007-10-12 12:08:14 +00:00
Torbjorn Andersson
6039ef28d5
Another grammar fix, just for salty-horse.
2007-09-26 19:14:14 +00:00
Torbjorn Andersson
5e10dc0ea3
Oops.
2007-09-26 18:47:59 +00:00
Torbjorn Andersson
e6fdfb06ad
Some grammar/spelling fixes.
2007-09-26 18:47:34 +00:00
Torbjorn Andersson
afacedc4d5
Just draw the splash screen, even if there isn't any SDL_VIDEOEXPOSE event. The
...
event didn't happen with Mac OS X (this was already worked around) or with the
TinyGL driver. Maybe the purpose was to keep the screen updated during the
initialisation of the game, but the initialisation wouldn't begin until after
the loop had terminated anyway.
2007-09-25 18:32:53 +00:00
Torbjorn Andersson
7610cd8571
Fix fullscreen toggling in TinyGL renderer. Before, it would create a new
...
screen surface, but keep drawing to the old one.
The test for when to try SDL_WM_ToggleFullScreen() is from ScummVM, and since
it involves OS X and Maemo (which probably won't run residual anyway), I cannot
verify for myself that it's correct.
2007-09-25 04:59:44 +00:00
Torbjorn Andersson
7566522b3c
Parentheses around the CHAR_KEY() macro. Otherwise, "userPaintHandler !=
...
LUA_NOOBJECT && CHAR_KEY(ascii)" can be true, even when userPaintHandler *is*
LUA_NOOBJECT. Specifically, residual would crash if you pressed space...
2007-09-23 21:58:12 +00:00
Pawel Kolodziejski
af4dbd1fbf
ops. wrong initialisation
2007-03-19 12:47:14 +00:00
Pawel Kolodziejski
b50f607719
a little more code with shadow stuff
2007-03-12 21:50:44 +00:00
Pawel Kolodziejski
035cb0797b
add initial support for shadows, missing gfx stuff
2007-02-05 13:49:32 +00:00
Pawel Kolodziejski
f110860f57
whitespace fix
2007-01-30 12:42:09 +00:00
Pawel Kolodziejski
358f2125a2
added draw Polygon support needed for checkbox in Don's computer
2007-01-30 12:38:26 +00:00
Pawel Kolodziejski
c8e6b17e81
changed fullscreen dim level to match close original
2007-01-29 21:21:21 +00:00
Pawel Kolodziejski
7b40e69241
fixed offset in this case too
2007-01-29 20:58:57 +00:00
Pawel Kolodziejski
69e7550e1d
corrected fonts rendering
2007-01-29 18:42:58 +00:00
Pawel Kolodziejski
9bbce27af4
fix msvc warning
2007-01-29 18:36:27 +00:00
Pawel Kolodziejski
e9da28f977
hicolor param can be ignored, used only in credits screen, seems not needed
2007-01-21 16:09:21 +00:00
Pawel Kolodziejski
60b052fb9f
free object resource at killTextObject() and adapt other places (part of patch #1495487 )
2007-01-19 14:21:29 +00:00
Pawel Kolodziejski
752308d005
update project file
2007-01-18 14:48:47 +00:00
Pawel Kolodziejski
2b8f81fc9d
update project file
2007-01-18 14:12:22 +00:00
Pawel Kolodziejski
0ff4e9add2
reorder code
2007-01-18 14:10:00 +00:00
Joost Peters
b1a51f12fb
Only deref splash_bm (which is not present in the demo) if it was actually loaded.
2006-07-06 18:02:50 +00:00
James Brown
f1268551ab
Credit mannythegnome for font optimisation and depth patches ( #1495110 / #1495401 )
2006-05-29 12:50:17 +00:00
Travis Howell
a558b1fefc
Fix mingw compile
2006-05-28 22:48:40 +00:00
Pawel Kolodziejski
a4352aadc7
ops, wrong whitespace cleanup
2006-05-28 15:09:38 +00:00
Pawel Kolodziejski
e41201babe
applied patch #1495401
2006-05-28 15:05:13 +00:00