2011-09-20 19:12:24 +00:00
|
|
|
{
|
2012-01-28 14:36:34 +00:00
|
|
|
engine_main_arrays_are_static;
|
2012-05-18 12:45:52 +00:00
|
|
|
engine_v8;
|
2012-01-28 14:36:34 +00:00
|
|
|
|
2013-05-06 19:43:34 +00:00
|
|
|
saveboard_maptext;
|
2013-05-17 10:41:57 +00:00
|
|
|
loadboard_maptext;
|
2013-05-06 19:43:34 +00:00
|
|
|
|
2011-09-20 19:12:24 +00:00
|
|
|
sector;
|
|
|
|
wall;
|
|
|
|
sprite;
|
2013-02-01 13:05:20 +00:00
|
|
|
tsprite;
|
2011-12-04 18:09:50 +00:00
|
|
|
spriteext;
|
2011-09-20 19:12:24 +00:00
|
|
|
|
2014-05-18 09:55:42 +00:00
|
|
|
Numsprites;
|
2011-09-20 19:12:24 +00:00
|
|
|
numsectors;
|
|
|
|
numwalls;
|
2012-01-28 14:38:41 +00:00
|
|
|
numyaxbunches;
|
2013-02-01 13:05:20 +00:00
|
|
|
spritesortcnt;
|
2013-05-24 13:54:39 +00:00
|
|
|
guniqhudid;
|
2011-09-25 15:11:47 +00:00
|
|
|
|
2014-04-06 22:24:14 +00:00
|
|
|
qsetmode;
|
2013-01-19 18:28:55 +00:00
|
|
|
rendmode;
|
2012-08-19 12:52:18 +00:00
|
|
|
totalclock;
|
2013-01-19 18:28:55 +00:00
|
|
|
randomseed;
|
2012-08-19 12:52:18 +00:00
|
|
|
xdim;
|
|
|
|
ydim;
|
2013-01-19 18:28:55 +00:00
|
|
|
windowx1;
|
|
|
|
windowy1;
|
|
|
|
windowx2;
|
|
|
|
windowy2;
|
2013-02-10 16:24:32 +00:00
|
|
|
yxaspect;
|
2013-02-11 17:16:58 +00:00
|
|
|
viewingrange;
|
2012-08-19 12:52:18 +00:00
|
|
|
|
2013-05-06 19:43:42 +00:00
|
|
|
sectorofwall_noquick;
|
2012-12-28 17:18:02 +00:00
|
|
|
getceilzofslopeptr;
|
|
|
|
getflorzofslopeptr;
|
|
|
|
getzsofslopeptr;
|
2013-07-04 19:38:42 +00:00
|
|
|
spriteheightofsptr;
|
2012-12-28 17:18:02 +00:00
|
|
|
|
2013-02-10 16:24:32 +00:00
|
|
|
changespritesect;
|
|
|
|
changespritestat;
|
|
|
|
|
2011-10-11 16:53:15 +00:00
|
|
|
headspritesect;
|
|
|
|
headspritestat;
|
|
|
|
prevspritesect;
|
|
|
|
prevspritestat;
|
|
|
|
nextspritesect;
|
|
|
|
nextspritestat;
|
2014-11-07 22:07:07 +00:00
|
|
|
tilesiz;
|
2011-12-21 18:43:08 +00:00
|
|
|
|
2013-04-07 15:20:28 +00:00
|
|
|
show2dsector;
|
|
|
|
|
2012-01-28 14:38:41 +00:00
|
|
|
headsectbunch;
|
|
|
|
nextsectbunch;
|
|
|
|
|
2012-11-30 18:57:46 +00:00
|
|
|
krand;
|
2012-10-07 15:25:58 +00:00
|
|
|
ksqrt;
|
2012-12-03 18:24:30 +00:00
|
|
|
inside;
|
|
|
|
getangle;
|
2013-03-24 18:54:56 +00:00
|
|
|
Mulscale;
|
2012-11-30 18:57:46 +00:00
|
|
|
cansee;
|
2012-10-07 15:25:58 +00:00
|
|
|
hitscan;
|
2013-05-24 13:54:37 +00:00
|
|
|
dragpoint;
|
2012-12-03 18:24:30 +00:00
|
|
|
neartag;
|
2013-03-15 16:56:03 +00:00
|
|
|
getzrange;
|
2013-05-24 13:54:37 +00:00
|
|
|
clipmovex;
|
2013-03-25 04:33:03 +00:00
|
|
|
rotatesprite_;
|
2013-03-24 18:52:52 +00:00
|
|
|
setaspect;
|
|
|
|
|
2014-02-08 14:37:59 +00:00
|
|
|
getclosestcol_lim;
|
2013-12-31 11:52:00 +00:00
|
|
|
palookup;
|
|
|
|
palette;
|
2014-02-08 14:37:59 +00:00
|
|
|
getblendtab;
|
|
|
|
setblendtab;
|
2013-12-31 11:52:00 +00:00
|
|
|
setpalookup;
|
|
|
|
|
2013-03-24 18:52:52 +00:00
|
|
|
kopen4load;
|
|
|
|
kfilelength;
|
|
|
|
kclose;
|
|
|
|
kread;
|
|
|
|
klseek;
|
2012-10-07 15:25:58 +00:00
|
|
|
|
2013-11-11 16:48:23 +00:00
|
|
|
pathsearchmode;
|
|
|
|
klistfree;
|
|
|
|
klistpath;
|
|
|
|
|
2012-11-30 18:57:46 +00:00
|
|
|
dist;
|
|
|
|
ldist;
|
|
|
|
|
2012-10-07 15:26:29 +00:00
|
|
|
updatesector;
|
|
|
|
updatesectorz;
|
|
|
|
updatesectorbreadth;
|
|
|
|
|
2013-02-11 17:16:58 +00:00
|
|
|
getticks;
|
2013-07-07 20:59:05 +00:00
|
|
|
gethiticks;
|
2012-12-25 16:13:41 +00:00
|
|
|
OSD_Printf;
|
2012-10-07 15:25:58 +00:00
|
|
|
|
2014-10-30 21:44:22 +00:00
|
|
|
Bcrc32;
|
2013-05-24 13:54:30 +00:00
|
|
|
|
2012-12-28 17:18:06 +00:00
|
|
|
luaJIT_BC_defs_common;
|
2013-05-06 19:43:34 +00:00
|
|
|
luaJIT_BC_engine_maptext;
|
2013-12-31 11:52:00 +00:00
|
|
|
luaJIT_BC_engine;
|
2012-12-28 17:18:06 +00:00
|
|
|
|
2013-10-11 13:43:37 +00:00
|
|
|
g_argv;
|
2012-10-07 15:25:58 +00:00
|
|
|
|
|
|
|
|
2013-05-19 19:29:13 +00:00
|
|
|
g_elCONSize;
|
|
|
|
g_elCON;
|
|
|
|
El_SetCON;
|
2013-10-27 21:12:20 +00:00
|
|
|
El_OnError;
|
2013-05-19 19:29:13 +00:00
|
|
|
|
2014-02-16 19:16:06 +00:00
|
|
|
basepaltable;
|
|
|
|
|
2013-06-20 18:31:47 +00:00
|
|
|
g_elSavecode;
|
|
|
|
El_FreeSaveCode;
|
2013-05-20 19:31:42 +00:00
|
|
|
El_SerializeGamevars;
|
2013-11-08 18:08:49 +00:00
|
|
|
El_RestoreGamevars;
|
2014-03-15 14:10:45 +00:00
|
|
|
El_GetLabelValue;
|
2013-05-20 19:31:42 +00:00
|
|
|
|
2013-02-21 18:53:57 +00:00
|
|
|
s_buildRev;
|
2012-10-07 15:25:58 +00:00
|
|
|
g_sizes_of_what;
|
|
|
|
g_sizes_of;
|
2013-12-31 11:52:00 +00:00
|
|
|
g_elFirstTime;
|
2012-12-25 16:13:45 +00:00
|
|
|
g_elCallDepth;
|
2013-05-28 19:52:48 +00:00
|
|
|
block_deletesprite;
|
2014-01-31 21:13:01 +00:00
|
|
|
myconnectindex;
|
2013-03-24 18:54:56 +00:00
|
|
|
g_RETURN;
|
2013-05-19 19:29:16 +00:00
|
|
|
g_elModules;
|
2013-02-24 16:05:22 +00:00
|
|
|
g_modDir;
|
2013-10-20 12:35:06 +00:00
|
|
|
g_elSessionVar;
|
2012-10-07 15:25:58 +00:00
|
|
|
|
2013-03-24 18:54:56 +00:00
|
|
|
MapInfo;
|
2013-06-12 17:49:51 +00:00
|
|
|
EpisodeNames;
|
2013-03-24 18:54:56 +00:00
|
|
|
|
2012-07-20 21:57:28 +00:00
|
|
|
kopen4loadfrommod;
|
|
|
|
|
2013-01-13 16:40:07 +00:00
|
|
|
g_scriptModules;
|
|
|
|
g_scriptModulesNum;
|
|
|
|
|
2012-12-29 15:21:24 +00:00
|
|
|
G_ConFile;
|
|
|
|
G_DoGameStartup;
|
2013-01-01 15:24:22 +00:00
|
|
|
C_DefineSound;
|
2013-01-05 13:09:19 +00:00
|
|
|
C_DefineMusic;
|
2013-01-01 15:24:28 +00:00
|
|
|
C_DefineQuote;
|
2013-01-05 13:09:19 +00:00
|
|
|
C_DefineVolumeName;
|
2015-02-22 22:15:20 +00:00
|
|
|
C_DefineVolumeFlags;
|
2015-02-09 05:50:33 +00:00
|
|
|
C_UndefineVolume;
|
2013-01-05 13:09:31 +00:00
|
|
|
C_DefineSkillName;
|
2015-02-09 05:50:33 +00:00
|
|
|
C_UndefineSkill;
|
2013-01-05 13:09:19 +00:00
|
|
|
C_DefineLevelName;
|
2015-02-09 05:50:33 +00:00
|
|
|
C_UndefineLevel;
|
2013-02-07 21:01:03 +00:00
|
|
|
C_DefineProjectile;
|
2013-02-24 16:05:22 +00:00
|
|
|
C_DefineGameFuncName;
|
2013-06-02 14:07:56 +00:00
|
|
|
C_DefineGameType;
|
2013-02-24 16:05:22 +00:00
|
|
|
C_SetDefName;
|
2013-11-08 18:08:49 +00:00
|
|
|
C_SetCfgName;
|
2012-12-29 15:21:24 +00:00
|
|
|
|
2013-02-28 17:30:15 +00:00
|
|
|
SCRIPT_GetNumber;
|
|
|
|
SCRIPT_PutNumber;
|
|
|
|
|
2011-12-21 18:43:08 +00:00
|
|
|
actor;
|
2013-01-19 18:28:40 +00:00
|
|
|
g_camera;
|
2012-01-28 14:38:41 +00:00
|
|
|
ud;
|
2012-06-26 19:49:59 +00:00
|
|
|
g_player;
|
2013-02-10 16:24:44 +00:00
|
|
|
g_player_ps;
|
2013-01-13 16:40:32 +00:00
|
|
|
g_playerWeapon;
|
2013-06-02 14:07:56 +00:00
|
|
|
g_weaponOverridden;
|
2013-07-13 21:04:38 +00:00
|
|
|
WeaponPickupSprites;
|
2012-12-29 15:21:32 +00:00
|
|
|
g_tile;
|
2013-02-07 21:01:03 +00:00
|
|
|
SpriteProjectile;
|
2013-03-17 18:11:38 +00:00
|
|
|
|
2013-05-30 18:10:59 +00:00
|
|
|
g_noResetVars;
|
|
|
|
A_ResetVars;
|
|
|
|
|
2013-03-17 18:11:38 +00:00
|
|
|
g_dynTileList;
|
2013-06-02 14:07:52 +00:00
|
|
|
g_dynSoundList;
|
2013-03-17 18:11:38 +00:00
|
|
|
|
2013-01-01 15:24:28 +00:00
|
|
|
ScriptQuotes;
|
|
|
|
|
2013-01-02 22:33:37 +00:00
|
|
|
screenpeek;
|
2013-01-19 18:28:55 +00:00
|
|
|
hudweap;
|
2012-08-19 12:52:18 +00:00
|
|
|
playerswhenstarted;
|
2012-12-28 17:18:02 +00:00
|
|
|
g_spriteDeleteQueueSize;
|
|
|
|
BlimpSpawnSprites;
|
2012-12-29 15:21:24 +00:00
|
|
|
g_scriptVersion;
|
2013-01-19 18:28:55 +00:00
|
|
|
g_currentFrameRate;
|
2013-01-24 20:03:02 +00:00
|
|
|
g_currentMenu;
|
2013-02-11 17:16:58 +00:00
|
|
|
g_earthquakeTime;
|
2013-07-04 19:38:42 +00:00
|
|
|
g_moveThingsCount;
|
2013-03-24 18:54:56 +00:00
|
|
|
CheatKeys;
|
2013-03-13 10:48:14 +00:00
|
|
|
g_logoFlags;
|
2012-08-19 12:52:18 +00:00
|
|
|
|
2012-07-25 18:56:18 +00:00
|
|
|
luaJIT_BC_lunacon;
|
|
|
|
luaJIT_BC_con_lang;
|
2012-08-02 10:52:28 +00:00
|
|
|
luaJIT_BC_randgen;
|
2012-08-02 10:52:32 +00:00
|
|
|
luaJIT_BC_stat;
|
2012-08-02 10:52:44 +00:00
|
|
|
luaJIT_BC_bitar;
|
2012-08-08 19:32:45 +00:00
|
|
|
luaJIT_BC_control;
|
2013-02-16 18:53:15 +00:00
|
|
|
luaJIT_BC_bcarray;
|
|
|
|
luaJIT_BC_bcheck;
|
|
|
|
luaJIT_BC_xmath;
|
2013-02-24 16:05:31 +00:00
|
|
|
luaJIT_BC_defs;
|
2013-03-13 10:48:19 +00:00
|
|
|
luaJIT_BC_v;
|
2013-03-24 18:54:14 +00:00
|
|
|
luaJIT_BC_dump;
|
|
|
|
luaJIT_BC_dis_x86;
|
|
|
|
luaJIT_BC_dis_x64;
|
2013-05-20 19:31:42 +00:00
|
|
|
luaJIT_BC_savegame;
|
2013-11-11 16:48:23 +00:00
|
|
|
luaJIT_BC_fs;
|
2012-08-02 10:52:28 +00:00
|
|
|
|
|
|
|
rand_jkiss_u32;
|
|
|
|
rand_jkiss_dbl;
|
2012-11-30 18:57:55 +00:00
|
|
|
|
|
|
|
A_IncurDamage;
|
2013-02-16 18:53:04 +00:00
|
|
|
G_CheckActivatorMotion;
|
2012-12-03 18:24:30 +00:00
|
|
|
A_Dodge;
|
2014-09-07 18:10:16 +00:00
|
|
|
A_MoveSpriteClipdist;
|
2013-01-01 15:24:28 +00:00
|
|
|
P_DoQuote;
|
2013-02-25 15:31:09 +00:00
|
|
|
P_SetGamePalette;
|
2013-02-18 16:07:51 +00:00
|
|
|
G_AddUserQuote;
|
2013-01-01 15:24:28 +00:00
|
|
|
G_ClearCameraView;
|
2013-02-11 17:16:58 +00:00
|
|
|
G_DrawTileGeneric;
|
2013-02-16 18:53:04 +00:00
|
|
|
G_InitTimer;
|
|
|
|
G_GetTimeDate;
|
|
|
|
G_ToggleWallInterpolation;
|
2013-02-16 18:53:24 +00:00
|
|
|
G_StartTrack;
|
2013-04-05 17:52:59 +00:00
|
|
|
VM_CheckSquished2;
|
2013-04-09 17:34:53 +00:00
|
|
|
M_ChangeMenu;
|
2013-01-02 22:33:37 +00:00
|
|
|
|
2013-02-18 16:07:51 +00:00
|
|
|
KB_ScanCodeToString;
|
|
|
|
|
2013-01-02 22:33:37 +00:00
|
|
|
A_CheckAnySoundPlaying;
|
|
|
|
S_CheckSoundPlaying;
|
2013-01-05 13:09:19 +00:00
|
|
|
S_StopEnvSound;
|
2013-01-24 20:03:02 +00:00
|
|
|
FX_StopAllSounds;
|
|
|
|
S_ChangeSoundPitch;
|
2015-01-17 00:28:49 +00:00
|
|
|
S_GetMusicPosition;
|
|
|
|
S_SetMusicPosition;
|
2013-02-18 16:07:42 +00:00
|
|
|
|
|
|
|
minitext_;
|
|
|
|
G_DrawTXDigiNumZ;
|
|
|
|
G_PrintGameText;
|
2013-06-07 14:26:32 +00:00
|
|
|
G_ScreenText;
|
|
|
|
G_ScreenTextSize;
|
2015-02-08 18:48:28 +00:00
|
|
|
G_PrintYourTime;
|
|
|
|
G_PrintParTime;
|
|
|
|
G_PrintDesignerTime;
|
|
|
|
G_PrintBestTime;
|
2013-05-20 19:31:34 +00:00
|
|
|
|
2014-12-13 22:33:07 +00:00
|
|
|
G_UpdateScreenArea;
|
2013-05-20 19:31:34 +00:00
|
|
|
G_SaveMapState;
|
|
|
|
G_RestoreMapState;
|
2011-09-20 19:12:24 +00:00
|
|
|
};
|