Commit graph

7 commits

Author SHA1 Message Date
Gregory Montoir
8b313e5121 fixed some warnings and compilation under mingw :
- replaced _MSC_VER by _WIN32 define
- removed search.h include (not available here and tsearch() doesn't seem to be used anyway)
2005-04-08 22:29:06 +00:00
Pawel Kolodziejski
9c2b49ac8c next patch from Erich Hoover:
- more menu support
- fix problem with Manny going to garage
2005-04-08 08:22:02 +00:00
Pawel Kolodziejski
380ca58df2 based on dissasembly changed task_tag into task object for proper save/restore and task identification and code realated 2005-01-14 20:33:01 +00:00
Pawel Kolodziejski
cf5a9ebd0e cleanup code. pause/unpase while saving 2005-01-14 10:51:20 +00:00
Pawel Kolodziejski
bdc0d9e33d turn off (back) compatibilty switch. it's not needed, handle custom types and (nil) type is allready done but in diffrent way (not using fallback) 2005-01-04 22:42:47 +00:00
Pawel Kolodziejski
202fae1930 experimental save/restore lua state, still problem with double free while closing lua after previous restore state 2004-12-30 08:04:55 +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