mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-04-19 07:21:12 +00:00
Removed some no longer required files
This commit is contained in:
parent
79dff5963f
commit
f6700d67dc
2 changed files with 0 additions and 260 deletions
|
@ -1,220 +0,0 @@
|
|||
code
|
||||
|
||||
equ trap_Printf -1
|
||||
equ trap_Error -2
|
||||
equ trap_Milliseconds -3
|
||||
equ trap_Cvar_Register -4
|
||||
equ trap_Cvar_Update -5
|
||||
equ trap_Cvar_Set -6
|
||||
equ trap_Cvar_VariableIntegerValue -7
|
||||
equ trap_Cvar_VariableStringBuffer -8
|
||||
equ trap_Argc -9
|
||||
equ trap_Argv -10
|
||||
equ trap_FS_FOpenFile -11
|
||||
equ trap_FS_Read -12
|
||||
equ trap_FS_Write -13
|
||||
equ trap_FS_FCloseFile -14
|
||||
equ trap_SendConsoleCommand -15
|
||||
equ trap_LocateGameData -16
|
||||
equ trap_DropClient -17
|
||||
equ trap_SendServerCommand -18
|
||||
equ trap_SetConfigstring -19
|
||||
equ trap_GetConfigstring -20
|
||||
equ trap_GetUserinfo -21
|
||||
equ trap_SetUserinfo -22
|
||||
equ trap_GetServerinfo -23
|
||||
equ trap_SetBrushModel -24
|
||||
equ trap_Trace -25
|
||||
equ trap_PointContents -26
|
||||
equ trap_InPVS -27
|
||||
equ trap_InPVSIgnorePortals -28
|
||||
equ trap_AdjustAreaPortalState -29
|
||||
equ trap_AreasConnected -30
|
||||
equ trap_LinkEntity -31
|
||||
equ trap_UnlinkEntity -32
|
||||
equ trap_EntitiesInBox -33
|
||||
equ trap_EntityContact -34
|
||||
equ trap_BotAllocateClient -35
|
||||
equ trap_BotFreeClient -36
|
||||
equ trap_GetUsercmd -37
|
||||
equ trap_GetEntityToken -38
|
||||
equ trap_FS_GetFileList -39
|
||||
equ trap_DebugPolygonCreate -40
|
||||
equ trap_DebugPolygonDelete -41
|
||||
|
||||
equ memset -101
|
||||
equ memcpy -102
|
||||
equ strncpy -103
|
||||
equ sin -104
|
||||
equ cos -105
|
||||
equ atan2 -106
|
||||
equ sqrt -107
|
||||
equ floor -111
|
||||
equ ceil -112
|
||||
equ testPrintInt -113
|
||||
equ testPrintFloat -114
|
||||
|
||||
|
||||
|
||||
equ trap_BotLibSetup -201
|
||||
equ trap_BotLibShutdown -202
|
||||
equ trap_BotLibVarSet -203
|
||||
equ trap_BotLibVarGet -204
|
||||
equ trap_BotLibDefine -205
|
||||
equ trap_BotLibStartFrame -206
|
||||
equ trap_BotLibLoadMap -207
|
||||
equ trap_BotLibUpdateEntity -208
|
||||
equ trap_BotLibTest -209
|
||||
|
||||
equ trap_BotGetSnapshotEntity -210
|
||||
equ trap_BotGetConsoleMessage -211
|
||||
equ trap_BotUserCommand -212
|
||||
|
||||
|
||||
|
||||
equ trap_AAS_EntityVisible -301
|
||||
equ trap_AAS_InFieldOfVision -302
|
||||
equ trap_AAS_VisibleClients -303
|
||||
equ trap_AAS_EntityInfo -304
|
||||
|
||||
equ trap_AAS_Initialized -305
|
||||
equ trap_AAS_PresenceTypeBoundingBox -306
|
||||
equ trap_AAS_Time -307
|
||||
|
||||
equ trap_AAS_PointAreaNum -308
|
||||
equ trap_AAS_TraceAreas -309
|
||||
|
||||
equ trap_AAS_PointContents -310
|
||||
equ trap_AAS_NextBSPEntity -311
|
||||
equ trap_AAS_ValueForBSPEpairKey -312
|
||||
equ trap_AAS_VectorForBSPEpairKey -313
|
||||
equ trap_AAS_FloatForBSPEpairKey -314
|
||||
equ trap_AAS_IntForBSPEpairKey -315
|
||||
|
||||
equ trap_AAS_AreaReachability -316
|
||||
|
||||
equ trap_AAS_AreaTravelTimeToGoalArea -317
|
||||
|
||||
equ trap_AAS_Swimming -318
|
||||
equ trap_AAS_PredictClientMovement -319
|
||||
|
||||
|
||||
|
||||
|
||||
equ trap_EA_Say -401
|
||||
equ trap_EA_SayTeam -402
|
||||
equ trap_EA_UseItem -403
|
||||
equ trap_EA_DropItem -404
|
||||
equ trap_EA_UseInv -405
|
||||
equ trap_EA_DropInv -406
|
||||
equ trap_EA_Gesture -407
|
||||
equ trap_EA_Command -408
|
||||
|
||||
equ trap_EA_SelectWeapon -409
|
||||
equ trap_EA_Talk -410
|
||||
equ trap_EA_Attack -411
|
||||
equ trap_EA_Use -412
|
||||
equ trap_EA_Respawn -413
|
||||
equ trap_EA_Jump -414
|
||||
equ trap_EA_DelayedJump -415
|
||||
equ trap_EA_Crouch -416
|
||||
equ trap_EA_MoveUp -417
|
||||
equ trap_EA_MoveDown -418
|
||||
equ trap_EA_MoveForward -419
|
||||
equ trap_EA_MoveBack -420
|
||||
equ trap_EA_MoveLeft -421
|
||||
equ trap_EA_MoveRight -422
|
||||
equ trap_EA_Move -423
|
||||
equ trap_EA_View -424
|
||||
|
||||
equ trap_EA_EndRegular -425
|
||||
equ trap_EA_GetInput -426
|
||||
equ trap_EA_ResetInput -427
|
||||
equ trap_EA_Alt_Attack -428
|
||||
|
||||
|
||||
|
||||
equ trap_BotLoadCharacter -501
|
||||
equ trap_BotFreeCharacter -502
|
||||
equ trap_Characteristic_Float -503
|
||||
equ trap_Characteristic_BFloat -504
|
||||
equ trap_Characteristic_Integer -505
|
||||
equ trap_Characteristic_BInteger -506
|
||||
equ trap_Characteristic_String -507
|
||||
|
||||
equ trap_BotAllocChatState -508
|
||||
equ trap_BotFreeChatState -509
|
||||
equ trap_BotQueueConsoleMessage -510
|
||||
equ trap_BotRemoveConsoleMessage -511
|
||||
equ trap_BotNextConsoleMessage -512
|
||||
equ trap_BotNumConsoleMessages -513
|
||||
equ trap_BotInitialChat -514
|
||||
equ trap_BotReplyChat -515
|
||||
equ trap_BotChatLength -516
|
||||
equ trap_BotEnterChat -517
|
||||
equ trap_StringContains -518
|
||||
equ trap_BotFindMatch -519
|
||||
equ trap_BotMatchVariable -520
|
||||
equ trap_UnifyWhiteSpaces -521
|
||||
equ trap_BotReplaceSynonyms -522
|
||||
equ trap_BotLoadChatFile -523
|
||||
equ trap_BotSetChatGender -524
|
||||
equ trap_BotSetChatName -525
|
||||
|
||||
equ trap_BotResetGoalState -526
|
||||
equ trap_BotResetAvoidGoals -527
|
||||
equ trap_BotPushGoal -528
|
||||
equ trap_BotPopGoal -529
|
||||
equ trap_BotEmptyGoalStack -530
|
||||
equ trap_BotDumpAvoidGoals -531
|
||||
equ trap_BotDumpGoalStack -532
|
||||
equ trap_BotGoalName -533
|
||||
equ trap_BotGetTopGoal -534
|
||||
equ trap_BotGetSecondGoal -535
|
||||
equ trap_BotChooseLTGItem -536
|
||||
equ trap_BotChooseNBGItem -537
|
||||
equ trap_BotTouchingGoal -538
|
||||
equ trap_BotItemGoalInVisButNotVisible -539
|
||||
equ trap_BotGetLevelItemGoal -540
|
||||
equ trap_BotAvoidGoalTime -541
|
||||
equ trap_BotInitLevelItems -542
|
||||
equ trap_BotUpdateEntityItems -543
|
||||
equ trap_BotLoadItemWeights -544
|
||||
equ trap_BotFreeItemWeights -546
|
||||
equ trap_BotSaveGoalFuzzyLogic -546
|
||||
equ trap_BotAllocGoalState -547
|
||||
equ trap_BotFreeGoalState -548
|
||||
|
||||
equ trap_BotResetMoveState -549
|
||||
equ trap_BotMoveToGoal -550
|
||||
equ trap_BotMoveInDirection -551
|
||||
equ trap_BotResetAvoidReach -552
|
||||
equ trap_BotResetLastAvoidReach -553
|
||||
equ trap_BotReachabilityArea -554
|
||||
equ trap_BotMovementViewTarget -555
|
||||
equ trap_BotAllocMoveState -556
|
||||
equ trap_BotFreeMoveState -557
|
||||
equ trap_BotInitMoveState -558
|
||||
|
||||
equ trap_BotChooseBestFightWeapon -559
|
||||
equ trap_BotGetWeaponInfo -560
|
||||
equ trap_BotLoadWeaponWeights -561
|
||||
equ trap_BotAllocWeaponState -562
|
||||
equ trap_BotFreeWeaponState -563
|
||||
equ trap_BotResetWeaponState -564
|
||||
equ trap_GeneticParentsAndChildSelection -565
|
||||
equ trap_BotInterbreedGoalFuzzyLogic -566
|
||||
equ trap_BotMutateGoalFuzzyLogic -567
|
||||
equ trap_BotGetNextCampSpotGoal -568
|
||||
equ trap_BotGetMapLocationGoal -569
|
||||
equ trap_BotNumInitialChats -570
|
||||
equ trap_BotGetChatMessage -571
|
||||
equ trap_BotRemoveFromAvoidGoals -572
|
||||
equ trap_BotPredictVisiblePosition -573
|
||||
|
||||
equ trap_SQL_UserLogin -601
|
||||
equ trap_SQL_CreateTables -602
|
||||
equ trap_SQL_UserAdd -603
|
||||
equ trap_SQL_UserMod -604
|
||||
equ trap_SQL_UserCheckRight -605
|
||||
equ trap_SQL_UserDel -606
|
|
@ -1,40 +0,0 @@
|
|||
-o "C:\stvoy\code-DM\vm\qagame"
|
||||
g_main
|
||||
..\g_syscalls
|
||||
bg_misc
|
||||
bg_lib
|
||||
bg_pmove
|
||||
bg_slidemove
|
||||
q_math
|
||||
q_shared
|
||||
ai_dmnet
|
||||
ai_dmq3
|
||||
ai_team
|
||||
ai_main
|
||||
ai_chat
|
||||
ai_cmd
|
||||
g_active
|
||||
g_arenas
|
||||
g_bot
|
||||
g_client
|
||||
g_combat
|
||||
g_fx
|
||||
g_items
|
||||
g_log
|
||||
g_mem
|
||||
g_misc
|
||||
g_missile
|
||||
g_mover
|
||||
g_session
|
||||
g_spawn
|
||||
g_svcmds
|
||||
g_target
|
||||
g_team
|
||||
g_trigger
|
||||
g_utils
|
||||
g_weapon
|
||||
g_usable
|
||||
g_breakable
|
||||
g_turrets
|
||||
g_cmds
|
||||
g_ui
|
Loading…
Reference in a new issue