Commit Graph

48 Commits

Author SHA1 Message Date
BotoX cc5c945b4c fix build 2021-05-10 10:02:02 +02:00
BotoX 36a3225a2b change pretty much everything so it does what I want :^) 2021-05-09 17:48:02 +02:00
SizzlingCalamari 73ba4f105e Fixed snappy build. 2018-07-14 14:16:36 -04:00
Jordan Cristiano 1801dce4b2 Fixed snappy build. 2018-03-16 23:35:13 -04:00
Jordan Cristiano 81e9eb3ac4 Updated celt to last master before opus merge. (e18de77) 2018-02-19 21:18:28 -05:00
Jordan Cristiano b46d7cae95 Turns out cstdint is c++11, so enabled c++11 on sourcesdk project. 2018-02-13 20:56:48 -05:00
Jordan Cristiano d8b3b56822 Removed c++11 usage from sourcesdk project. 2018-02-13 20:47:22 -05:00
Jordan Cristiano 630cf8cded Fixed celt include dir structure. 2018-02-12 23:47:50 -05:00
Jordan Cristiano 585f370d43 Added celt v0.11.1 2018-02-12 21:55:28 -05:00
Jordan Cristiano ef09958aa5 Fixed vs2017 build 2018-01-11 02:03:22 -05:00
Jordan Cristiano ef898de18d Updated SVC_VoiceInit for latest TF2 version. 2018-01-11 01:40:50 -05:00
Jordan Cristiano bfa09d80f2 Added vs2017 project generation 2017-05-24 23:27:23 -04:00
Jordan Cristiano 9dcda5054c More fixes for bitbuf initialization (missed from previous commit) 2016-04-27 22:04:59 -04:00
Jordan Cristiano 6c4f8e634a Fixed initialization for bitbuf m_pDebugName and m_errorHandler 2016-04-24 22:12:05 -04:00
Jordan Cristiano 4c5323dc64 Fixed accidentally removing DWordSwap on non vc++ 2016-04-24 21:22:26 -04:00
Jordan Cristiano afad200209 WIP SVC_CreateStringTable data parsing 2016-04-20 21:18:56 -04:00
Jordan Cristiano 27319d4532 Added snappy-1.1.3 compression library 2016-03-12 17:08:51 -05:00
Jordan Cristiano 67d3188a58 Fixed json_checker warnings from vs2013 2015-10-15 01:08:02 -04:00
Jordan Cristiano 58a17bc97e Fixed compilation of bitbuf on gcc/clang 2015-08-31 22:16:29 -04:00
Jordan Cristiano 4d4a751e75 Changed json_checker to cpp file to fix clang build 2015-08-31 22:14:49 -04:00
Jordan Cristiano 7de51e14ba Fixed compile errors with vs2015 2015-07-28 21:08:38 -04:00
Jordan Cristiano 04b79ff3f8 Updated to cbase64-1.1 2015-07-12 22:57:26 -04:00
Jordan Cristiano ef50be7054 Replaced libb64-1.2.1 with cbase64-1.0 2015-07-09 20:52:06 -04:00
Jordan Cristiano cfba42038d Fixed typo in bitbuf error handler name 2015-06-27 21:31:11 -04:00
Jordan Cristiano 5618e55129 Initialize at declaration instead of after 2015-06-21 03:10:53 -04:00
Jordan Cristiano 8b73c4041b Added calculation for encoded output size based on input size. Calculated size is never more than a byte larger than the actual size. 2015-06-21 03:10:17 -04:00
Jordan Cristiano 3acc56055c Made base64_encode_block use a local variable for stepcount which is saved back to the struct before return 2015-06-21 02:10:51 -04:00
Jordan Cristiano b10aa30f9b Reordered base64_encodedstate members by size, reordered assignments to state struct by member order 2015-06-21 01:29:00 -04:00
Jordan Cristiano a4220df30c Removed base64_encode_value from encode api, as it requires sanitized inputs (6 bit values) and is error prone for users 2015-06-21 01:24:42 -04:00
Jordan Cristiano 9adb42e579 Added encode flag to control whether the encoded string ends in a newline after padding or not 2015-06-21 01:21:20 -04:00
Jordan Cristiano e7e498efd9 Removed encode/decode helper structs 2015-06-19 20:47:35 -04:00
Jordan Cristiano 94d1c32319 Added libb64-1.2.1 for base64 encoding/decoding 2015-06-19 19:34:53 -04:00
Jordan Cristiano d1921abc9f Fixed json_checker build for c++ 2015-06-19 14:12:51 -04:00
Jordan Cristiano b763712020 Added JSON_checker source 2015-06-19 14:11:18 -04:00
Jordan Cristiano 4bf5cea15b Made some bitbuf getters const 2015-06-17 02:01:43 -04:00
Jordan Cristiano df008f5a73 Replaced bitbuf global error handler with per class error recovery handler 2015-06-15 22:29:54 -04:00
Jordan Cristiano 522f5a11ee Added rapidjson-1.0.2 json reader/writer 2015-06-14 22:59:30 -04:00
Jordan Cristiano b2f3469b16 Restructured external includes 2015-06-14 22:58:23 -04:00
Jordan Cristiano 569a482549 Changed sourcesdk include to just include externals path 2015-06-14 16:49:44 -04:00
Jordan Cristiano d9df1117f5 Fixed __restrict warning in bitbuf 2015-05-27 22:52:10 -04:00
Jordan Cristiano fe967e7656 Added missing stdlib.h for abs on gcc 2015-05-15 19:16:15 -04:00
Jordan Cristiano 3c2dc07c82 Fixed conversion warnings in bitbuf 2015-05-15 17:43:20 -04:00
Jordan Cristiano f5878e872b Fixed truncated return value from ReadSignedVarInt64 2015-05-15 17:41:01 -04:00
Jordan Cristiano 55e47871ea Removed extra qualification on vector member funcs 2015-05-15 17:34:52 -04:00
Jordan Cristiano 90d39bc498 Moved netmsg implementations, restructure 2015-05-14 21:36:57 -04:00
Jordan Cristiano 78de8690ab Added demo writer interface, restructure 2015-05-12 20:39:56 -04:00
Jordan Cristiano 9834880bc5 Fixed bitbuf compilation 2015-05-10 23:38:07 -04:00
Jordan Cristiano cd6badfe1f Added bitbuf from source sdk 2013 2015-05-09 23:23:06 -04:00