Commit Graph

  • 9423d2487d add argparse for long recording/not skipping silence small clean up master BotoX 2023-01-19 20:21:24 +0100
  • d4a0d51bfc add support for split demo files (UNLOZE) BotoX 2022-09-12 22:20:16 +0200
  • 3b723a64e0 fix playback_time on dirty demos BotoX 2021-05-22 19:49:45 +0200
  • 3a4784bdea better file format? + better silence chunks BotoX 2021-05-20 23:03:56 +0200
  • 2d8000b023 make silence chunks useful/correct BotoX 2021-05-19 23:46:12 +0200
  • 89f28d5090 Add support for custom .demopus "Demo Opus V1" binary format to greatly reduce coder load for mostly empty tracks BotoX 2021-05-19 19:54:04 +0200
  • 22ebbdf95e fix edge case BotoX 2021-05-16 17:02:52 +0200
  • d5e88b6f39 better name / name change handling BotoX 2021-05-15 21:49:25 +0200
  • 8de2932618 fix some bugs: clients can be in the server "unconnected" lol silk ignores the outbuffer size, make it twice as big I guess BotoX 2021-05-12 20:09:30 +0200
  • b727f5c904 fix return code ... BotoX 2021-05-11 00:22:17 +0200
  • 292c4c3b24 store voice chat silence periods BotoX 2021-05-10 23:52:01 +0200
  • e2b31d00ac fixes and improvements :^) BotoX 2021-05-10 22:48:48 +0200
  • cc5c945b4c fix build BotoX 2021-05-10 10:02:02 +0200
  • fa3a80c9dc fix issues, add voice stats BotoX 2021-05-09 23:22:12 +0200
  • 39fb1f70f8 ignore complete radio silence > 5 seconds BotoX 2021-05-09 18:37:35 +0200
  • 36a3225a2b change pretty much everything so it does what I want :^) BotoX 2021-05-01 18:38:37 +0200
  • 73ba4f105e Fixed snappy build. SizzlingCalamari 2018-07-14 14:16:36 -0400
  • 56e6eef1da Fixed missing initialization for voice data writer members. Jordan Cristiano 2018-03-30 17:29:14 -0400
  • b0db8deafb Fixed linux and osx build. Jordan Cristiano 2018-03-30 17:22:08 -0400
  • ee254b984f Added voice data writer. Rips voice chat from svc_VoiceData and writes it to separate wav files. Jordan Cristiano 2018-03-30 17:17:16 -0400
  • 24fb8be512 Configured celt build to use sse2 on osx and x87 on windows and linux. Jordan Cristiano 2018-03-30 15:42:17 -0400
  • 1801dce4b2 Fixed snappy build. Jordan Cristiano 2018-03-16 23:35:13 -0400
  • 81e9eb3ac4 Updated celt to last master before opus merge. (e18de77) Jordan Cristiano 2018-02-19 21:17:25 -0500
  • a968c9fe89 Removed update/upgrade and building from vagrant setup. Jordan Cristiano 2018-02-14 20:07:36 -0500
  • b46d7cae95 Turns out cstdint is c++11, so enabled c++11 on sourcesdk project. Jordan Cristiano 2018-02-13 20:56:48 -0500
  • d8b3b56822 Removed c++11 usage from sourcesdk project. Jordan Cristiano 2018-02-13 20:47:22 -0500
  • 0844c5bc19 Fixed clang build of celt. Moved -std=c++11 to demboyz project scope. Jordan Cristiano 2018-02-13 20:37:38 -0500
  • 0aa1ade9ba Enabled celt custom modes only. Jordan Cristiano 2018-02-12 23:48:32 -0500
  • 630cf8cded Fixed celt include dir structure. Jordan Cristiano 2018-02-12 23:47:50 -0500
  • c42a9538ff Fixed subdirs not being included in external projects. Jordan Cristiano 2018-02-12 22:29:11 -0500
  • 585f370d43 Added celt v0.11.1 Jordan Cristiano 2018-02-12 21:55:28 -0500
  • 6d8ed3b5c6 Split external libs into their own vs projects. Jordan Cristiano 2018-02-12 21:08:01 -0500
  • ef09958aa5 Fixed vs2017 build Jordan Cristiano 2018-01-11 02:03:22 -0500
  • ef898de18d Updated SVC_VoiceInit for latest TF2 version. Jordan Cristiano 2018-01-11 01:35:00 -0500
  • 630351e7e5 Added SVC_CmdKeyValues and SVC_SetPauseTimed Jordan Cristiano 2018-01-11 01:34:35 -0500
  • 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). Jordan Cristiano 2018-01-11 01:33:46 -0500
  • 40a69abcd5 Added Travis CI OSX build badge Jordan Cristiano 2017-05-27 20:05:09 -0400
  • b199c71ef0 Fixed SVC_BspDecal reading an incorrect number of bits. Jordan Cristiano 2017-05-27 19:17:46 -0400
  • 6912d26add Travis CI for osx Jordan Cristiano 2017-05-25 00:20:46 -0400
  • 34b00e0757 VS2017 build status badge Jordan Cristiano 2017-05-24 23:47:30 -0400
  • bfa09d80f2 Added vs2017 project generation Jordan Cristiano 2017-05-24 23:27:13 -0400
  • 1f09948764 Merge pull request #7 from stensonowen/vagrant-fix Jordan Cristiano 2016-06-27 20:46:00 -0400
  • a604f1b765 Updated Vagrant to install g++ dependencies owen 2016-06-27 02:06:14 -0400
  • 2fe7b12f7e Fixed gcc build Jordan Cristiano 2016-04-27 22:41:24 -0400
  • 77b0e9d81e Made pretty json output as default during development since it's easier on text rendering Jordan Cristiano 2016-04-27 22:33:06 -0400
  • 963fc1ae4c WIP game event parsing Jordan Cristiano 2016-04-27 22:31:33 -0400
  • 9dcda5054c More fixes for bitbuf initialization (missed from previous commit) Jordan Cristiano 2016-04-27 22:04:59 -0400
  • ea639455a9 Added Semaphore CI badge for Linux builds Jordan Cristiano 2016-04-27 00:45:59 -0400
  • 30ec1169f6 Merge pull request #5 from Yepoleb/stringtable Jordan Cristiano 2016-04-25 23:21:38 -0400
  • 99426dc6ef Changed scope of nBytes in StringTable_BitRead Gabriel Huber 2016-04-26 04:04:28 +0200
  • 3a36da8a82 Removed unnecessary buffer zero assignment in StringTable_BitRead Gabriel Huber 2016-04-25 22:34:54 +0200
  • 1ca5fbfd2c Simplified entryIndex assignment in StringTable_BitRead Gabriel Huber 2016-04-25 22:43:08 +0200
  • 6c4f8e634a Fixed initialization for bitbuf m_pDebugName and m_errorHandler Jordan Cristiano 2016-04-24 22:12:05 -0400
  • 4c5323dc64 Fixed accidentally removing DWordSwap on non vc++ Jordan Cristiano 2016-04-24 21:22:26 -0400
  • 861988e0be Fixed incorrect bitbuf parameters for wip stringtables parsing Jordan Cristiano 2016-04-20 22:42:43 -0400
  • afad200209 WIP SVC_CreateStringTable data parsing Jordan Cristiano 2016-04-20 21:18:56 -0400
  • a416145e27 Identified unknown SVC_CreateStringTable member as compressedData Jordan Cristiano 2016-04-20 21:12:24 -0400
  • 3858162c9c Removed unused includes Jordan Cristiano 2016-04-16 20:57:49 -0400
  • 74530ec287 Updated build script for snappy Jordan Cristiano 2016-04-16 20:56:57 -0400
  • cc6ad7c44f Added vs2015 premake bat Jordan Cristiano 2016-03-13 00:09:54 -0500
  • 2dfbf0f301 Updated windows version of premake to alpha 8 Jordan Cristiano 2016-03-13 00:09:37 -0500
  • 27319d4532 Added snappy-1.1.3 compression library Jordan Cristiano 2016-03-12 17:08:51 -0500
  • 7c9fc12b63 Reduced code duplication Jordan Cristiano 2016-03-08 23:14:13 -0500
  • 462f53d912 Use old NET_MAX_PAYLOAD_BITS constant for SVC_CreateStringTable Jordan Cristiano 2016-02-06 20:10:59 -0500
  • 438fc51831 Added Windows CI using AppVeyor Jordan Cristiano 2015-10-15 23:54:55 -0400
  • 004d87a972 Merge pull request #4 from jaqque/master Jordan Cristiano 2015-10-15 22:34:04 -0400
  • 67d3188a58 Fixed json_checker warnings from vs2013 Jordan Cristiano 2015-10-15 01:08:02 -0400
  • 2eb62f16e8 Fixed compilation with vs2013 Jordan Cristiano 2015-10-15 01:07:29 -0400
  • 3b11809be7 Changed demdata struct array to use std array Jordan Cristiano 2015-10-15 01:06:51 -0400
  • e3ccd21314 Changed netdata struct array to use std array Jordan Cristiano 2015-10-15 00:40:40 -0400
  • a7a9776d2a Added testing task to contribution notes Jordan Cristiano 2015-10-15 00:33:21 -0400
  • aeaa53facf Added tasks for contributing. Formatting Jordan Cristiano 2015-10-13 19:56:47 -0400
  • 63785fea42 Updated README for Vagrant builds John H. Robinson, IV 2015-10-12 16:55:23 -0700
  • f6f37692f0 Use update-alternatives for clang++ John H. Robinson, IV 2015-10-12 16:54:59 -0700
  • cfb3de0628 Ignore bin output files John H. Robinson, IV 2015-10-11 09:55:52 -0700
  • d2e8a8de90 Use shell provisioner John H. Robinson, IV 2015-10-11 09:55:36 -0700
  • d7c27bbcf1 Refactor / idempotent-fy vagrant.sh John H. Robinson, IV 2015-10-11 09:55:14 -0700
  • 54a75479e6 Added potential uses Jordan Cristiano 2015-09-05 23:03:10 -0400
  • 351a55d9c6 Added note for location of compiled binary Jordan Cristiano 2015-09-05 22:30:45 -0400
  • 0cd4b38bd1 Updated readme with usage instructions Jordan Cristiano 2015-09-05 22:26:24 -0400
  • f73338fef8 Updated readme with vs2013 build instructions Jordan Cristiano 2015-09-05 22:10:55 -0400
  • 8ef2c0ebfc Changed output dir of compiled binaries to bin Jordan Cristiano 2015-08-31 23:58:47 -0400
  • 372267d192 Rapidjson can only write up to 2^32 - 1 length strings by default, so change the api to reflect that Jordan Cristiano 2015-08-31 23:07:51 -0400
  • 806f42dd84 Fixed mismatch of decl/def return types on ReadString Jordan Cristiano 2015-08-31 22:51:15 -0400
  • 58a17bc97e Fixed compilation of bitbuf on gcc/clang Jordan Cristiano 2015-08-31 22:16:29 -0400
  • efab1c3707 Fixed compilation of jsonfile on gcc/clang Jordan Cristiano 2015-08-31 22:16:06 -0400
  • 4d4a751e75 Changed json_checker to cpp file to fix clang build Jordan Cristiano 2015-08-31 22:14:49 -0400
  • 7de51e14ba Fixed compile errors with vs2015 Jordan Cristiano 2015-07-28 21:08:38 -0400
  • 0f471d9b7a Fixed incorrect invalid index check Jordan Cristiano 2015-07-28 21:07:55 -0400
  • 42955b7e01 Fixed assigning a temporary to a non const reference Jordan Cristiano 2015-07-15 23:25:22 -0400
  • 4e4186d49e Removed stats printout from con writer Jordan Cristiano 2015-07-13 23:26:12 -0400
  • 0033d3aeba Added json reader utilities and implemented json reader functions to dem, net, and svc types Jordan Cristiano 2015-07-13 23:25:49 -0400
  • 6be95005c5 Added resize function wrapper to Array. Changed redundant else if to else in Array reset Jordan Cristiano 2015-07-13 23:21:06 -0400
  • d3b8873481 Renamed WriteAngles to WriteAngle. Made use of WriteAngle and WriteVector Jordan Cristiano 2015-07-13 23:19:55 -0400
  • fed62e14a4 Forced json writer to output ascii multibyte sequences Jordan Cristiano 2015-07-13 23:12:10 -0400
  • 11ed4883cb Added initialization for demo writer packet buffer Jordan Cristiano 2015-07-13 23:10:57 -0400
  • f5d8d9bbf1 Signal to stop reading demo if invalid command is found Jordan Cristiano 2015-07-13 23:08:05 -0400
  • 2bf16179ad Added WriteString to jsonfile which takes an std::string Jordan Cristiano 2015-07-13 21:09:07 -0400
  • 04b79ff3f8 Updated to cbase64-1.1 Jordan Cristiano 2015-07-12 22:50:55 -0400
  • e959fb0334 Added WriteChar func to JsonWriterFile Jordan Cristiano 2015-07-12 20:51:25 -0400