Pawel Kolodziejski
356c9c8c07
sync with scummvm
2011-05-18 23:33:39 +02:00
Pawel Kolodziejski
0640dcf2c7
synced with scummvm to 2011-Apr-13
2011-04-14 12:41:26 +02:00
Pawel Kolodziejski
394eed2369
reenable rtti
2011-04-11 15:48:34 +02:00
Pawel Kolodziejski
241c7a8c6e
synced with scummvm svn rev 53000
2011-04-11 15:40:01 +02:00
Pawel Kolodziejski
697ed42447
synced with scummvm svn rev 51000
2011-04-11 11:41:07 +02:00
Pawel Kolodziejski
e3a475ff7b
synced with scummvm rev svn 49000
2011-04-10 21:59:04 +02:00
Pawel Kolodziejski
bccbcae43c
synced rest files, missed with last sync rev 47951
2011-04-10 15:45:37 +02:00
Pawel Kolodziejski
cbd215fa69
fix compilation
2009-10-05 08:50:25 +00:00
Pawel Kolodziejski
7aa79c880d
synced with scummvm
2009-10-05 08:33:46 +00:00
Pawel Kolodziejski
26f97ed5a3
* initial works on GUI, launcher works, not external themes yet
...
* cleanup header files
2009-10-04 10:58:28 +00:00
Pawel Kolodziejski
c57b972150
remove default engines include
2009-05-26 14:18:34 +00:00
Pawel Kolodziejski
55de8a02b0
add missing default include for engines
2009-05-26 07:08:20 +00:00
Pawel Kolodziejski
7791243649
update to scummvm changes
2009-04-04 14:43:23 +00:00
Pawel Kolodziejski
750bec4236
not use define anymore
2008-07-26 18:05:08 +00:00
Pawel Kolodziejski
2a61ed0023
added tools for builds from configure
2008-06-15 12:56:19 +00:00
Pawel Kolodziejski
407aee486d
- initial support for configure based on scummvm tree (tested mac os x leopard, linux(ubuntu), cygwin with mingwin gcc)
...
- adopted more common dir code from scummvm for easier multi platform support
- synced some changes from scummvm code
2008-06-12 12:08:15 +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
Pawel Kolodziejski
fd59de6afc
small cleanup
2008-01-26 11:41:18 +00:00
Pawel Kolodziejski
5d8656dc48
cleanup headers
2005-01-01 12:27:57 +00:00
Pawel Kolodziejski
8b09700174
forgot whole branch
2004-10-06 19:13:52 +00:00
Joost Peters
bbb6fff0dc
detect and define MACOSX
2004-05-02 11:34:40 +00:00
Travis Howell
ca3c5f20c1
Merge Makefiles a bit
2004-04-05 02:00:33 +00:00
Max Horn
eb3f4e6e8d
the OpenGL framework is already covered by 'sdl-config --libs', and GLUT isn't used at all (note: GLU != GLUT); renamed OSX macro to MACOSX (thus matching ScummVM; hack driver_gl.cpp to compile on OSX
2004-03-25 22:17:09 +00:00
Daniel Schepler
3d67f2bbbf
Implement drawing bitmapped objects.
2004-03-22 11:23:37 +00:00
Joost Peters
617e26091f
Preliminary BE/Mac support.
...
To compile on Mac OSX: edit the Makefile and uncomment the OSX LIBS/CXXFLAGS additions (and comment out the -lGL -lGLU line)
and edit lua/src/lvm.c to use the Big Endian macro.
2004-03-21 15:16:57 +00:00
Jonathan Gray
5021ccc1b7
don't warn us about multichar
2004-03-20 08:29:12 +00:00
Pawel Kolodziejski
5421854d8f
all build files in main makefile
2004-02-22 07:58:58 +00:00
James Brown
43532c57b2
Temporary tempfile gzip decompression for SMUSH cutscenes. Of course, SMUSH still crashes trying to draw frames, here in TNT2-land and at home in
...
Radeon-land. Somebody debug Driver::drawSMUSHFrame please :)
2004-01-28 08:09:12 +00:00
James Brown
508d66a1e5
Start of attempt to abstract OpenGL from Residual
2004-01-23 11:10:59 +00:00
Eugene Sandulenko
8f2f5cd2a3
o Portability fixes
2003-12-18 22:54:01 +00:00
Jonathan Gray
2b0c4595ff
hack makefile to compile again, how can this be done cleaner?
2003-12-12 23:06:55 +00:00
Jonathan Gray
929b13790b
fix compilation
2003-12-12 09:53:29 +00:00
Travis Howell
30a62b7b24
Add new objects
2003-12-12 08:53:30 +00:00
James Brown
7a244d2f79
Update makefiles, fix screenblock compilation (memcpy include and file newlines)
2003-08-30 18:05:48 +00:00
Vincent Hamm
f415db4f87
fix compile under linux
2003-08-28 02:01:48 +00:00
James Brown
a3e85ca254
Add textObject handling... havn't commited the drawing code yet, as it's buggy.
2003-08-21 15:42:36 +00:00
James Brown
0e355abcaf
Move walkplane/sector code to seperate file
2003-08-19 07:20:03 +00:00
Daniel Schepler
6685abb86d
Reinstate dependency calculation for Unix-g++ builds.
2003-08-17 04:22:18 +00:00
James Brown
ae64d5dc7b
Initial revision
2003-08-15 18:00:22 +00:00