2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-01-06 03:55:32 +03:00
rehlds/rehlds/engine
2016-02-08 09:59:54 +03:00
..
anorms.h Initial commit 2015-05-04 22:25:41 +04:00
APIProxy.h #8 Refactoring SDK 2015-05-09 20:58:58 +04:00
buildnum.cpp Initial commit 2015-05-04 22:25:41 +04:00
cdll_int.h #8 Refactoring SDK 2015-05-09 20:58:58 +04:00
cl_null.cpp Fixed: all functions that could be called from outside must realign the stack 2015-06-30 17:09:22 +04:00
client.h Fix for: 2015-11-08 19:43:39 +06:00
cmd.cpp Fixed commands with unicode (#152) 2016-02-02 06:57:03 +03:00
cmd.h #8 Refactoring SDK 2015-05-09 20:58:58 +04:00
cmodel.cpp Initial commit 2015-05-04 22:25:41 +04:00
cmodel.h Initial commit 2015-05-04 22:25:41 +04:00
com_custom.cpp Fix for: 2015-11-08 19:43:39 +06:00
com_custom.h Initial commit 2015-05-04 22:25:41 +04:00
common.cpp Fixed reading and writing custom.hpk (Fixed #114) 2016-02-07 22:43:09 +03:00
common.h Fix: bug in SVC_GetChallenge incorrectly used format specifiers type uint64 for Linux. 2015-11-17 11:35:21 +06:00
consistency.h ReHLDS API: Implemented SV_ActivateServer hook and added GetResourcesNum, GetDecalNameNum 2015-11-13 04:42:47 +06:00
crc.cpp Fixed: all functions that could be called from outside must realign the stack 2015-06-30 17:09:22 +04:00
custom_int.h Initial commit 2015-05-04 22:25:41 +04:00
cvar.cpp Fixed: all functions that could be called from outside must realign the stack 2015-06-30 17:09:22 +04:00
cvar.h #8 Refactoring SDK 2015-05-09 20:58:58 +04:00
decal.h Initial commit 2015-05-04 22:25:41 +04:00
decals.cpp Corrected fix in Decal_Init 2016-01-25 02:09:32 +03:00
delta_jit.cpp Fixed crash in Q_UnicodeConvertT 2016-01-17 02:29:16 +03:00
delta_jit.h Fixed DELTAJIT_MAX_FIELDS limit check 2016-01-17 02:26:43 +03:00
delta_packet.h Initial commit 2015-05-04 22:25:41 +04:00
delta.cpp Fixed: all functions that could be called from outside must realign the stack 2015-06-30 17:09:22 +04:00
delta.h Fixed #24: Remember fields unmarked by encoder and force set it if entity is used as a baseline 2015-05-24 15:29:47 +04:00
ed_strpool.cpp Cut of nicknames '+' if next there is something digit or alphanumeric character. 2015-10-27 21:14:08 +06:00
ed_strpool.h Initial commit 2015-05-04 22:25:41 +04:00
event.h Initial commit 2015-05-04 22:25:41 +04:00
filesystem_.h Implemented delta JIT 2015-05-19 23:20:11 +04:00
filesystem_internal.cpp Fixed reading and writing custom.hpk (Fixed #114) 2016-02-07 22:43:09 +03:00
filesystem_internal.h #8 Refactoring SDK 2015-05-09 20:58:58 +04:00
filesystem.cpp Cut of nicknames '+' if next there is something digit or alphanumeric character. 2015-10-27 21:14:08 +06:00
filter.h Added CIDR support for addip, removeip, listip 2016-02-06 15:31:06 +03:00
hashpak.cpp Fixed reading and writing custom.hpk (Fixed #114) 2016-02-07 22:43:09 +03:00
hashpak.h Fixed issues found by Coverity in the engine 2015-06-26 21:21:55 +04:00
host_cmd.cpp Cut of nicknames '+' if next there is something digit or alphanumeric character. 2015-10-27 21:14:08 +06:00
host_cmd.h Implemented delta JIT 2015-05-19 23:20:11 +04:00
host.cpp Increased move command burst rate 2016-01-10 17:35:55 +03:00
host.h ReHLDS API: Implemented SV_DropClient hook 2015-11-11 04:25:41 +06:00
iengine.h Initial commit 2015-05-04 22:25:41 +04:00
igame.h Initial commit 2015-05-04 22:25:41 +04:00
info.cpp Fixed: all functions that could be called from outside must realign the stack 2015-06-30 17:09:22 +04:00
info.h ReHLDS API: Implemented SV_ActivateServer hook and added GetResourcesNum, GetDecalNameNum 2015-11-13 04:42:47 +06:00
inst_baseline.h Initial commit 2015-05-04 22:25:41 +04:00
ipratelimit.cpp Initial commit 2015-05-04 22:25:41 +04:00
ipratelimit.h Initial commit 2015-05-04 22:25:41 +04:00
ipratelimitWrapper.cpp Initial commit 2015-05-04 22:25:41 +04:00
ipratelimitWrapper.h Initial commit 2015-05-04 22:25:41 +04:00
keys.h Initial commit 2015-05-04 22:25:41 +04:00
l_studio.cpp Fixed: all functions that could be called from outside must realign the stack 2015-06-30 17:09:22 +04:00
l_studio.h Initial commit 2015-05-04 22:25:41 +04:00
mathlib_e.h Fixed: all functions that could be called from outside must realign the stack 2015-06-30 17:09:22 +04:00
mathlib.cpp Fixed: all functions that could be called from outside must realign the stack 2015-06-30 17:09:22 +04:00
mem.cpp Fixed: all functions that could be called from outside must realign the stack 2015-06-30 17:09:22 +04:00
mem.h Initial commit 2015-05-04 22:25:41 +04:00
model_rehlds.h Initial commit 2015-05-04 22:25:41 +04:00
model.cpp Fix: bug with removing slash in the path to resources 2015-12-04 21:11:51 +06:00
modinfo.h Initial commit 2015-05-04 22:25:41 +04:00
module.cpp Initial commit 2015-05-04 22:25:41 +04:00
net_chan.cpp Extended server reliable and signon buffers 2016-01-23 18:25:54 +03:00
net_chan.h Initial commit 2015-05-04 22:25:41 +04:00
net_ws.cpp NET_IPSocket: Disabled adding DF flag on some linux 2016-01-12 18:47:37 +03:00
net_ws.h Fixed stringcmd flood 2015-10-11 19:04:21 +03:00
net.h Using undecorated function name macros for linux 2016-01-10 19:35:34 +03:00
pmove.cpp Fixed: all functions that could be called from outside must realign the stack 2015-06-30 17:09:22 +04:00
pmove.h Initial commit 2015-05-04 22:25:41 +04:00
pmovetst.cpp Fixed some typos 2015-10-26 04:36:28 +03:00
pmovetst.h Unrolled tail recursion in RecursiveHullCheck functions 2015-05-11 19:06:14 +03:00
pr_cmds.cpp Merge remote-tracking branch 'remotes/tema/resourcelistextend' 2016-02-06 14:25:19 +03:00
pr_cmds.h Implemented unregisterHook for hookchain and added some functions to ReHLDS API 2015-07-07 23:33:50 +06:00
pr_dlls.h #8 Refactoring SDK 2015-05-09 20:58:58 +04:00
pr_edict.cpp Fixed loading of maps without world classname or with long list of wads 2015-10-17 21:25:18 +03:00
pr_edict.h #8 Refactoring SDK 2015-05-09 20:58:58 +04:00
public_amalgamation.cpp Merge branch 'master' into flightrec 2015-05-25 18:16:30 +04:00
r_studio.cpp Fixed: all functions that could be called from outside must realign the stack 2015-06-30 17:09:22 +04:00
server_static.h Initial commit 2015-05-04 22:25:41 +04:00
server.h Added sv_delayed_spray_upload cvar (#173) 2016-02-08 09:59:54 +03:00
snd_null.cpp Initial commit 2015-05-04 22:25:41 +04:00
sound.h Initial commit 2015-05-04 22:25:41 +04:00
studio_rehlds.h Initial commit 2015-05-04 22:25:41 +04:00
sv_log.cpp FlightRecorder: write all console and log messages to the flight log 2015-06-28 21:15:11 +04:00
sv_log.h Initial commit 2015-05-04 22:25:41 +04:00
sv_main.cpp Added sv_delayed_spray_upload cvar (#173) 2016-02-08 09:59:54 +03:00
sv_move.cpp Fixed: all functions that could be called from outside must realign the stack 2015-06-30 17:09:22 +04:00
sv_move.h Implemented delta JIT 2015-05-19 23:20:11 +04:00
sv_phys.cpp Fixed typo in SV_RunThink 2015-11-08 03:03:00 +03:00
sv_phys.h Initial commit 2015-05-04 22:25:41 +04:00
sv_pmove.cpp Fixed issues found by Coverity in the engine 2015-06-26 21:21:55 +04:00
sv_pmove.h Initial commit 2015-05-04 22:25:41 +04:00
sv_remoteaccess.cpp Fixed issues found by Coverity in the engine 2015-06-26 21:21:55 +04:00
sv_remoteaccess.h Fixed issues found by Coverity in the engine 2015-06-26 21:21:55 +04:00
sv_steam3.cpp Added Steam connect/disconnect to api. 2016-02-07 00:11:22 +03:00
sv_steam3.h Added Steam connect/disconnect to api. 2016-02-07 00:11:22 +03:00
sv_upld.cpp Added sv_delayed_spray_upload cvar (#173) 2016-02-08 09:59:54 +03:00
sv_upld.h Initial commit 2015-05-04 22:25:41 +04:00
sv_user.cpp Added sv_delayed_spray_upload cvar (#173) 2016-02-08 09:59:54 +03:00
sv_user.h ReHLDS API: Added SV_TransferConsistencyInfo, SV_FileInConsistencyList 2016-01-10 21:39:33 +06:00
sys_dll2.cpp Fixed reading and writing custom.hpk (Fixed #114) 2016-02-07 22:43:09 +03:00
sys_dll2.h Fixed issues found by Coverity in the engine 2015-06-26 21:21:55 +04:00
sys_dll.cpp export EngCheckParm 2016-01-26 22:35:28 +01:00
sys_dll.h Initial commit 2015-05-04 22:25:41 +04:00
sys_engine.cpp Fixed issues found by Coverity in the engine 2015-06-26 21:21:55 +04:00
sys_engine.h Implemented delta JIT 2015-05-19 23:20:11 +04:00
sys_linuxwind.cpp Initial commit 2015-05-04 22:25:41 +04:00
sys_linuxwnd.h Initial commit 2015-05-04 22:25:41 +04:00
textures.cpp Cut of nicknames '+' if next there is something digit or alphanumeric character. 2015-10-27 21:14:08 +06:00
textures.h Initial commit 2015-05-04 22:25:41 +04:00
tmessage.cpp Fixed crash in Q_UnicodeConvertT 2016-01-17 02:29:16 +03:00
tmessage.h Implemented delta JIT 2015-05-19 23:20:11 +04:00
traceinit.cpp Initial commit 2015-05-04 22:25:41 +04:00
traceinit.h Initial commit 2015-05-04 22:25:41 +04:00
unicode_strtools.cpp Fixed crash in Q_UnicodeConvertT 2016-01-17 02:29:16 +03:00
unicode_strtools.h unicode_strtools unit tests 2015-06-13 22:22:08 +04:00
userid.h Initial commit 2015-05-04 22:25:41 +04:00
usermsg.h Initial commit 2015-05-04 22:25:41 +04:00
vid_null.cpp Initial commit 2015-05-04 22:25:41 +04:00
vid_null.h Initial commit 2015-05-04 22:25:41 +04:00
wad.cpp Fixed message fragments validation. 2015-06-07 03:55:42 +03:00
wad.h Initial commit 2015-05-04 22:25:41 +04:00
world.cpp Moved sv_force_ent_intersection in REHLDS_FIXES 2016-02-04 01:26:04 +03:00
world.h Changed version in Host_Version at rehlds_fixes 2015-10-17 05:35:42 +06:00
zone.cpp Cut of nicknames '+' if next there is something digit or alphanumeric character. 2015-10-27 21:14:08 +06:00
zone.h Initial commit 2015-05-04 22:25:41 +04:00