Commit Graph

46 Commits

Author SHA1 Message Date
BotoX 36a3225a2b change pretty much everything so it does what I want :^) 2021-05-09 17:48:02 +02:00
Jordan Cristiano ef898de18d Updated SVC_VoiceInit for latest TF2 version. 2018-01-11 01:40:50 -05:00
Jordan Cristiano 630351e7e5 Added SVC_CmdKeyValues and SVC_SetPauseTimed 2018-01-11 01:34:35 -05:00
Jordan Cristiano 134c8d0ed0 Doubled the max stringtable data size. Game code actually keeps the original value, but doubles it each time the read fails (max of 4 tries). 2018-01-11 01:33:46 -05:00
Jordan Cristiano b199c71ef0 Fixed SVC_BspDecal reading an incorrect number of bits. 2017-05-27 19:17:46 -04:00
Jordan Cristiano 963fc1ae4c WIP game event parsing 2016-04-27 22:31:33 -04:00
Gabriel Huber 99426dc6ef Changed scope of nBytes in StringTable_BitRead 2016-04-26 04:04:28 +02:00
Gabriel Huber 3a36da8a82 Removed unnecessary buffer zero assignment in StringTable_BitRead 2016-04-25 22:43:53 +02:00
Gabriel Huber 1ca5fbfd2c Simplified entryIndex assignment in StringTable_BitRead 2016-04-25 22:43:46 +02:00
Jordan Cristiano 861988e0be Fixed incorrect bitbuf parameters for wip stringtables parsing 2016-04-20 22:42:43 -04:00
Jordan Cristiano afad200209 WIP SVC_CreateStringTable data parsing 2016-04-20 21:18:56 -04:00
Jordan Cristiano a416145e27 Identified unknown SVC_CreateStringTable member as compressedData 2016-04-20 21:12:24 -04:00
Jordan Cristiano 7c9fc12b63 Reduced code duplication 2016-03-08 23:14:13 -05:00
Jordan Cristiano 462f53d912 Use old NET_MAX_PAYLOAD_BITS constant for SVC_CreateStringTable 2016-02-06 20:10:59 -05:00
Jordan Cristiano e3ccd21314 Changed netdata struct array to use std array 2015-10-15 00:40:40 -04:00
Jordan Cristiano 0033d3aeba Added json reader utilities and implemented json reader functions to dem, net, and svc types 2015-07-13 23:25:49 -04:00
Jordan Cristiano d3b8873481 Renamed WriteAngles to WriteAngle. Made use of WriteAngle and WriteVector 2015-07-13 23:19:55 -04:00
Jordan Cristiano e959fb0334 Added WriteChar func to JsonWriterFile 2015-07-12 20:51:25 -04:00
Jordan Cristiano 236919cc4c Added net/dem msg create/destroy funcs to handler namespaces 2015-07-11 03:02:49 -04:00
Jordan Cristiano 1b90dc6298 Changed svc_menu type cast to signed 2015-07-11 02:23:18 -04:00
Jordan Cristiano b0e5506384 Added bit size calculation for svc_gameeventlist data 2015-06-25 00:01:33 -04:00
Jordan Cristiano fea8bf485c Implemented json write funcs for netmessages 2015-06-24 23:59:39 -04:00
Jordan Cristiano 8be05db10d Removed variable assignment as the value to set is unknown and will not be read in this case 2015-06-18 20:26:23 -04:00
Jordan Cristiano 778e20803c Changed NetHandlers bit read/write types to typedefs 2015-06-18 20:23:26 -04:00
Jordan Cristiano 0d7c67aef8 Added guards around NetHandlers functions 2015-06-18 20:09:06 -04:00
Jordan Cristiano 7cc79178e7 Fixed not writing delta byte in svc_packetentities 2015-06-14 20:51:36 -04:00
Jordan Cristiano cf4068fde7 Added asserts for message id type 2015-06-14 17:26:29 -04:00
Jordan Cristiano b3daf554a7 Fixed typo 2015-06-14 17:26:05 -04:00
Jordan Cristiano 569a482549 Changed sourcesdk include to just include externals path 2015-06-14 16:49:44 -04:00
Jordan Cristiano 6304643a89 Added parsing of dem_stringtables 2015-05-27 22:58:53 -04:00
Jordan Cristiano 6a40e771af Netmessage cleanup 2015-05-27 22:51:30 -04:00
Jordan Cristiano 3c4c786283 Removed unused var in svc_updatestringtable 2015-05-15 20:46:09 -04:00
Jordan Cristiano c2336e52c4 Removed pragma once in cpp files 2015-05-15 19:15:58 -04:00
Jordan Cristiano fc622bc5ef Replaced std::defaultfloat with unsetf call. defaultfloat is not available in gcc <5 2015-05-15 18:58:36 -04:00
Jordan Cristiano 2e75619f42 Fixed incorrect macro concat operation 2015-05-15 18:05:28 -04:00
Jordan Cristiano 3d80d17a99 Made NetHandler Write functions take a const SourceGameContext 2015-05-15 02:49:51 -04:00
Jordan Cristiano 9a0956e8f2 Fixed svc_prefetch parsing 2015-05-15 01:24:24 -04:00
Jordan Cristiano 6ec0224848 Fixed svc_tempentities parsing 2015-05-15 01:15:11 -04:00
Jordan Cristiano b6ee526d54 Fixed incorrect unsigned type 2015-05-15 01:04:18 -04:00
Jordan Cristiano 063c2f515c Fixed missing space in svc_packetentities 2015-05-15 00:55:24 -04:00
Jordan Cristiano 3dd9bc7fca Fixed having less than the required number of bits for the data length 2015-05-15 00:55:07 -04:00
Jordan Cristiano 3752aecfa4 Fixed uint8_t displaying as char 2015-05-15 00:37:14 -04:00
Jordan Cristiano cafe9ccb7c Fixed maxclients showing as a char 2015-05-15 00:23:45 -04:00
Jordan Cristiano 8c178bf9ac Added nethandler namespace api, added conlog writer 2015-05-14 23:38:53 -04:00
Jordan Cristiano e13608fcd6 Linking fixes, added game context var 2015-05-14 22:02:29 -04:00
Jordan Cristiano 90d39bc498 Moved netmsg implementations, restructure 2015-05-14 21:36:57 -04:00