Commit graph

67 commits

Author SHA1 Message Date
Pawel Kolodziejski
cd0d6cea52 improved a bit setup of lights 2006-05-16 19:04:09 +00:00
Pawel Kolodziejski
a6f2f6a7c8 formating 2006-05-14 14:58:21 +00:00
Pawel Kolodziejski
5168db109f ops 2006-05-14 08:01:53 +00:00
Pawel Kolodziejski
fc30941b4b corrected screenshot to matach original engine. moved creating savegame screenshot into engine class, some formating code in driver class 2006-05-14 07:51:41 +00:00
Travis Howell
6205fd2b44 Update FSF address and add tags 2006-04-02 14:20:45 +00:00
Max Horn
a33830e073 Updated copyright disclaimer for 2006 2006-02-15 19:43:48 +00:00
Erich Edgar Hoover
8e1925acf5 Fixed more invisible object and colormap issues, fix dillopede elevator music. 2006-01-05 02:40:26 +00:00
Erich Edgar Hoover
6a56af5222 Added support for screen/region dimming and screenshots to the OpenGL driver 2005-12-25 05:57:08 +00:00
Pawel Kolodziejski
607955401c added dim support 2005-08-28 23:25:14 +00:00
Pawel Kolodziejski
80f7bc8e2a added store/restore display buffer 2005-08-13 20:14:46 +00:00
Pawel Kolodziejski
be282dd536 get rid custom menu handler, and back original script handling, some changes in main loop(not finished)
still need finish few funcs for menu
2005-08-13 11:33:12 +00:00
Pawel Kolodziejski
0df9c083fd fix warnings, cleanup code 2005-08-10 08:33:45 +00:00
Erich Edgar Hoover
b537213d94 Font patch from Andrea Corna - improved keyframe support - SMUSH looping support - improved IMUSE stability - additional error checking 2005-07-17 23:40:22 +00:00
Erich Edgar Hoover
6bebeb9fa2 Improved state object rendering - actor colormap support - preliminary debug message options - actor transparency support for hardware renderer 2005-07-10 18:57:27 +00:00
Pawel Kolodziejski
a63023e5ae - patch from Erich Hoover
- some uint -> int changes
2005-05-05 21:23:17 +00:00
Pawel Kolodziejski
1b306cc6c2 corrections for drawing rectangles 2005-04-09 05:03:39 +00:00
Pawel Kolodziejski
94b05cfdaa added snapshot for tinygl driver 2005-04-08 18:29:13 +00:00
Pawel Kolodziejski
a0935574a6 i know now :) 2005-04-08 10:19:46 +00:00
Pawel Kolodziejski
9f9897ed0b fixed rectangle drawing in gl driver, also disabled fullscreen change on the fly in gl driver, it's only possible in tinygl 2005-04-08 10:17:31 +00:00
Pawel Kolodziejski
c77fc9cdaf added few lua stubs 2005-04-07 20:06:27 +00:00
Pawel Kolodziejski
24227ca6f7 that should not go there 2005-04-07 19:34:03 +00:00
Pawel Kolodziejski
39e3aed426 added some part of primitives code 2005-04-07 19:29:06 +00:00
Pawel Kolodziejski
443bb6bdf2 few changes to working in progress DimScreen and BlastRect 2005-04-07 07:04:36 +00:00
Pawel Kolodziejski
f51215c370 few changes for textObjects 2005-04-05 04:33:56 +00:00
Daniel Schepler
9abc55fcfd Implement a fullscreen mode. 2005-03-28 01:54:21 +00:00
Pawel Kolodziejski
f7d1e50db4 correction 2005-03-20 18:43:56 +00:00
Pawel Kolodziejski
f3d915f617 added experimental subtitles for speak, it may crash after finish speak line 2005-03-20 16:48:26 +00:00
Pawel Kolodziejski
34b9c11b0d changed driver func, and moved free bitmap data after driver conversion 2005-03-20 14:03:08 +00:00
Pawel Kolodziejski
51b5e54e34 reorganized TextObject code to easier bitmap recreation 2005-03-20 13:51:40 +00:00
Pawel Kolodziejski
b04615fac3 rest of LAF support patch and my addons for driver drawing 2005-03-19 21:48:23 +00:00
Pawel Kolodziejski
74ae4b3401 applied part of patch LAF code(only loading font data for now), rest is in progress.
Thanks a lot salty-horse
2005-03-18 19:54:40 +00:00
Joost Peters
8263cddc8e Apparently this isn't needed anymore? hmm.. 2005-03-06 15:29:23 +00:00
Joost Peters
fb60415d90 (f)printf doesn't take std::string 2005-02-26 21:54:21 +00:00
Pawel Kolodziejski
5db01c9ba7 peoper check for spot lights 2005-01-26 19:25:29 +00:00
Pawel Kolodziejski
8f5e10c079 added spot light 2005-01-19 09:24:40 +00:00
Pawel Kolodziejski
714bedab2f cleanup 2005-01-18 17:34:16 +00:00
Pawel Kolodziejski
9f510ee501 ops (again) 2005-01-18 17:32:44 +00:00
Pawel Kolodziejski
2c627060f0 ops 2005-01-18 17:28:02 +00:00
Pawel Kolodziejski
2c9ea9ea99 added experimental light support,
texture mapping with light shading is not implemented in TynyGL (yet), to enable shading without texture mapping look into beginning of TinyGL driver
2005-01-18 17:25:04 +00:00
Pawel Kolodziejski
310bffb3c0 fixed some warnings 2005-01-12 23:28:47 +00:00
Pawel Kolodziejski
e3b71377d3 added TinyGL driver as Residual software renderer 2005-01-12 18:06:43 +00:00
Pawel Kolodziejski
d54c39ec12 removed some non used code 2005-01-11 19:46:47 +00:00
Pawel Kolodziejski
3397de9c85 formating 2005-01-10 09:09:42 +00:00
Pawel Kolodziejski
aefd8da093 droped screenblocks, it's a bit too slow(on windows 7500 ati i can't even wrote to zbuffer), it doesn't detect many areas, if even would it will increase rects a lot and speed slow down much. ... and adopting half screen overlays kill solution completly 2005-01-10 09:07:46 +00:00
Pawel Kolodziejski
3a6a28ff05 corrected zbuffer data access, but screenblock not works for me (or rather never for me) 2005-01-05 22:13:56 +00:00
Pawel Kolodziejski
934c88961c get debug code work again 2005-01-05 21:20:02 +00:00
Pawel Kolodziejski
5d8656dc48 cleanup headers 2005-01-01 12:27:57 +00:00
Pawel Kolodziejski
a2df2cf7ce update copyrights 2005-01-01 10:23:18 +00:00
Pawel Kolodziejski
b00502ad31 changed to proper convetion naming 2004-12-10 07:26:03 +00:00
Pawel Kolodziejski
39a4b54d30 format "_" in names,
format code a bit
2004-12-09 23:55:43 +00:00