now load waypoints from memory as well

changed versioning scheme
updated linux makefiles
This commit is contained in:
jeefo 2016-03-13 19:20:25 +03:00
commit a61cd3b021
9 changed files with 20 additions and 44 deletions

View file

@ -69,20 +69,15 @@ typedef enum
{
print_console,
print_center,
print_chat,
print_chat
} PRINT_TYPE;
typedef enum
{
print_withtag = print_console | 0x3ff,
} PRINT_TYPE_EX; // (dz): added for bots needs
// For integrity checking of content on clients
typedef enum
{
force_exactfile, // File on client must exactly match server's file
force_model_samebounds, // For model files only, the geometry must fit in the same bbox
force_model_specifybounds, // For model files only, the geometry must fit in the specified bbox
force_model_specifybounds // For model files only, the geometry must fit in the specified bbox
} FORCE_TYPE;
// Returned by TraceLine

View file

@ -31,7 +31,7 @@ typedef enum
PT_STARTUP,
PT_CHANGELEVEL,
PT_ANYTIME,
PT_ANYPAUSE,
PT_ANYPAUSE
} PLUG_LOADTIME;
@ -64,7 +64,7 @@ typedef enum
PNL_DELAYED,
PNL_PLUGIN,
PNL_PLG_FORCED,
PNL_RELOAD,
PNL_RELOAD
} PL_UNLOAD_REASON;
typedef enum
@ -73,7 +73,7 @@ typedef enum
MRES_IGNORED,
MRES_HANDLED,
MRES_OVERRIDE,
MRES_SUPERCEDE,
MRES_SUPERCEDE
} META_RES;
typedef struct meta_globals_s
@ -121,7 +121,7 @@ typedef enum
GINFO_GAMEDIR,
GINFO_DLL_FULLPATH,
GINFO_DLL_FILENAME,
GINFO_REALDLL_FULLPATH,
GINFO_REALDLL_FULLPATH
} ginfo_t;
// Meta Utility Function table type.