Commit graph

76 commits

Author SHA1 Message Date
Pawel Kolodziejski
b061c7a539 added few opcodes used by savegame 2005-04-08 17:32:02 +00:00
Pawel Kolodziejski
3df679a857 added Get/SetTextSpeed opcodes 2005-04-08 11:47:47 +00:00
Pawel Kolodziejski
b4e227b8e8 whitespaces 2005-04-08 10:23:03 +00:00
Pawel Kolodziejski
92ab300774 forgot it after some crash tests 2005-04-08 06:50:09 +00:00
Pawel Kolodziejski
39e3aed426 added some part of primitives code 2005-04-07 19:29:06 +00:00
Pawel Kolodziejski
57c52d7498 patch from Erich Hoover: Menu support(partialy), Text fixes 2005-04-05 13:50:54 +00:00
Pawel Kolodziejski
c0ce067e56 patch fixes from Erich Hoover:
subtitles fixes

Thanks
2005-04-03 11:33:28 +00:00
Daniel Schepler
9abc55fcfd Implement a fullscreen mode. 2005-03-28 01:54:21 +00:00
Pawel Kolodziejski
9629ca0312 correct 2005-03-20 16:54:42 +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
b04615fac3 rest of LAF support patch and my addons for driver drawing 2005-03-19 21:48:23 +00:00
Pawel Kolodziejski
fcb27a10ba moved code. pause also while restore 2005-01-14 10:53:29 +00:00
Pawel Kolodziejski
cf5a9ebd0e cleanup code. pause/unpase while saving 2005-01-14 10:51:20 +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
0792435198 added imuse save/restore stubs 2005-01-12 13:48:29 +00:00
Pawel Kolodziejski
8b67f943d1 removed not needed call 2005-01-11 20:01:12 +00:00
Pawel Kolodziejski
8952a50e90 synced a bit with local 2005-01-11 19:59:40 +00:00
Pawel Kolodziejski
ecf71e48dd attached 3d sound position to sound costume component 2005-01-10 09:53:02 +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
ba95e81d21 some more imuse changes 2005-01-05 18:28:50 +00:00
Pawel Kolodziejski
0726949cb8 fixes to imuse 2005-01-03 16:27:57 +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
fa8e82812d replace class instances into global refrences 2004-12-31 21:35:04 +00:00
Pawel Kolodziejski
2a8687df99 forgot to add flushTracks() call 2004-12-31 20:11:09 +00:00
Pawel Kolodziejski
39b1712f0a clear state after stopallsounds 2004-12-30 23:48:04 +00:00
Pawel Kolodziejski
b3d9dbf897 added refreshScripts() to main loop of engine 2004-12-30 23:18:14 +00:00
Pawel Kolodziejski
dbe4a2e98f attach imuse to lua commands scripts 2004-12-30 22:38:53 +00:00
Pawel Kolodziejski
82ddc18868 - allow reset lua global tables,
- allow access to some static funcs,
- clearing CallInfo structure after alloc and realloc,
- add base_ci_size of base_ci to task and state structure and handle it,
- add PAUSE tag to task,
- store funcs libs into lists,
- added few lua funcs used by engine
- added dummy save/restore callbacks/funcs
- changed restore engine key F5 to F7
2004-12-25 18:23:07 +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
Pawel Kolodziejski
d219ab0f50 - moved pause/unpause scripts into lua,
- add/reorder lua opcodes
2004-11-06 14:04:08 +00:00
Torbjorn Andersson
dd101c18a2 Fixed compilation. (Well, it compiles for me now, at least. For all I know
I may have broken it for someone else.)
2004-11-04 08:41:01 +00:00
Pawel Kolodziejski
9a58e44331 temporary hack for save/load request until game menu will work 2004-11-01 19:33:43 +00:00
Pawel Kolodziejski
e3c3906f24 added savegameCallback func 2004-11-01 17:34:48 +00:00
Pawel Kolodziejski
faac93f11e added to engine loop lua_collectgarbage to match disassembly 2004-11-01 17:03:55 +00:00
Pawel Kolodziejski
c721d2579c added more save/load code 2004-11-01 16:36:41 +00:00
Pawel Kolodziejski
64e1113686 added save ,load funcs 2004-11-01 09:47:19 +00:00
Pawel Kolodziejski
3fd8dd8533 - moved updating lua tasks to end of loop.
- update actors only when scene exist
2004-10-31 09:31:34 +00:00
Pawel Kolodziejski
95801c80a2 moved 2d stuff as first before 3d 2004-04-20 18:54:04 +00:00
Pawel Kolodziejski
fbf6dcbed8 moved underlay and state 2d objects after smush frame 2004-04-20 17:57:46 +00:00
Pawel Kolodziejski
5ed42ed0fe moved into non fullscreen mode smush 2004-04-20 17:49:12 +00:00
Pawel Kolodziejski
c35c08a195 show fps for smush too 2004-04-19 11:56:46 +00:00
Pawel Kolodziejski
bac31a68ad moved opengl stuff into driver_gl 2004-04-19 09:56:34 +00:00
Oliver Kiehl
2a3dfb132f minor accuracy fix 2004-04-15 20:39:09 +00:00
Oliver Kiehl
1964209430 a simple fps monitor 2004-04-15 20:20:04 +00:00
Pawel Kolodziejski
88998ce29c moved code 2004-03-26 06:08:00 +00:00
Daniel Schepler
4f994082e0 Set engine back to normal mode at the end of fullscreen movies. 2004-03-26 01:43:53 +00:00