|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "int.qh"Go to the source code of this file.
Macros | |
| #define | db_remove(db, key) |
| #define | HM_DELETE(this) |
| #define | HM_gets(this, k) |
| #define | HM_NEW(this) |
| #define | HM_sets(this, key, val) |
Typedefs | |
| using | HashMap = int |
Functions | |
| ERASEABLE void | db_close (int db) |
| ERASEABLE int | db_create () |
| ERASEABLE void | db_dump (int db, string filename) |
| ERASEABLE string | db_get (int db, string key) |
| ERASEABLE int | db_load (string filename) |
| ERASEABLE void | db_put (int db, string key, string value) |
| ERASEABLE void | db_save (int db, string filename) |
Variables | |
| const int | DB_BUCKETS = 8192 |
| #define db_remove | ( | db, | |
| key ) |
Definition at line 98 of file map.qh.
Referenced by ignore_clearall(), ignore_remove_player(), race_deleteTime(), and uid2name().
| #define HM_DELETE | ( | this | ) |
| #define HM_gets | ( | this, | |
| k ) |
| #define HM_NEW | ( | this | ) |
| #define HM_sets | ( | this, | |
| key, | |||
| val ) |
Definition at line 84 of file map.qh.
Referenced by CSQC_UpdateView(), GameCommand_database(), GameCommand_effectindexdump(), GenericCommand_rpn(), MapInfo_Cache_Destroy(), PlayerStats_GameReport(), PlayerStats_GameReport_Handler(), PlayerStats_GameReport_Reset_All(), PlayerStats_PlayerBasic(), PlayerStats_PlayerDetail(), PlayerStats_PlayerDetail_Handler(), SHUTDOWN(), SHUTDOWN(), and Shutdown().
Definition at line 25 of file map.qh.
References buf_create.
Referenced by CSQC_Init(), CSQC_UpdateView(), GameCommand_effectindexdump(), GenericCommand_rpn(), MapInfo_Cache_Create(), PlayerStats_GameReport_Init(), PlayerStats_PlayerBasic(), PlayerStats_PlayerDetail(), and spawnfunc().
Definition at line 69 of file map.qh.
References argv(), fclose(), FILE_WRITE, fopen(), fputs(), LOG_FATALF, strcat(), and tokenizebyseparator.
Referenced by GameCommand_database(), and Shutdown().
Definition at line 91 of file map.qh.
References DB_BUCKETS.
Referenced by _getcommandkey(), ctf_CaptureRecord(), ctf_Initialize(), GameCommand_effectindexdump(), GenericCommand_rpn(), getladder(), HUD_Mod_Race(), ignore_add_player(), ignore_clearall(), ignore_playerindb(), ignore_remove_player(), initialize_field_db(), MapInfo_Cache_Retrieve(), MapInfo_Cache_Store(), MUTATOR_HOOKFUNCTION(), PlayerStats_GameReport_AddEvent(), PlayerStats_GameReport_AddPlayer(), PlayerStats_GameReport_AddTeam(), PlayerStats_GameReport_Event(), PlayerStats_GameReport_FinalizePlayer(), PlayerStats_GameReport_Handler(), PlayerStats_PlayerDetail_AddItem(), race_readName(), race_readTime(), race_readUID(), race_SendAll(), target_spawn_edit_entity(), uid2name(), WaypointSprite_Load_Frames(), and XonoticStatsList_getStats().
Definition at line 35 of file map.qh.
References argv(), buf_create, DB_BUCKETS, db_put(), fclose(), fgets(), FILE_READ, fopen(), stoi, and tokenizebyseparator.
Referenced by CSQC_Init(), GameCommand_database(), GenericCommand_rpn(), RestoreGame(), and spawnfunc().
Definition at line 101 of file map.qh.
References DB_BUCKETS.
Referenced by _getcommandkey(), ctf_CaptureRecord(), db_load(), GameCommand_effectindexdump(), GenericCommand_rpn(), getladder(), HUD_Mod_Race(), ignore_add_player(), initialize_field_db(), MapInfo_Cache_Store(), PlayerStats_GameReport_AddEvent(), PlayerStats_GameReport_AddPlayer(), PlayerStats_GameReport_AddTeam(), PlayerStats_GameReport_Event(), PlayerStats_GameReport_FinalizePlayer(), PlayerStats_PlayerDetail_AddItem(), print_Effect_Index(), race_checkAndWriteName(), race_deleteTime(), race_SpeedAwardFrame(), race_writeTime(), uid2name(), and WaypointSprite_Load_Frames().
Definition at line 8 of file map.qh.
References DB_BUCKETS, fclose(), FILE_WRITE, fopen(), fputs(), ftos(), LOG_WARNF, and strcat().
Referenced by GameCommand_database(), GenericCommand_rpn(), and Shutdown().