Commit Graph

72 Commits

Author SHA1 Message Date
Jordan Cristiano 284a99fff7 Renamed parameters in Read/WriteUserCmd and ReadRawData 2015-06-14 17:03:19 -04:00
Jordan Cristiano 569a482549 Changed sourcesdk include to just include externals path 2015-06-14 16:49:44 -04:00
Jordan Cristiano 4c560eacac Added array class 2015-06-14 16:12:09 -04:00
Jordan Cristiano 21087117d7 Remove old netmessages source 2015-06-09 17:41:39 -04:00
Jordan Cristiano 4a2922edaa Added dem_unknown to demo messages enum 2015-05-27 23:10:58 -04:00
Jordan Cristiano 6304643a89 Added parsing of dem_stringtables 2015-05-27 22:58:53 -04:00
Jordan Cristiano 2ed3320b84 Partial implementation of demo file writer 2015-05-27 22:58:19 -04:00
Jordan Cristiano 05d1518653 Made DemoFileReader::ReadUserCmd return length of usercmd instead of sequence number 2015-05-27 22:57:30 -04:00
Jordan Cristiano 803db77e49 Added SourceGameContext& to IDemoWriter::WriteNetPacket 2015-05-27 22:54:07 -04:00
Jordan Cristiano d9df1117f5 Fixed __restrict warning in bitbuf 2015-05-27 22:52:10 -04:00
Jordan Cristiano 6a40e771af Netmessage cleanup 2015-05-27 22:51:30 -04:00
Jordan Cristiano bbf100a5c7 Removed dem_customdata because it's not in this protocol set 2015-05-26 19:03:16 -04:00
Jordan Cristiano 3c4c786283 Removed unused var in svc_updatestringtable 2015-05-15 20:46:09 -04:00
Jordan Cristiano 33026aa8ba Merge pull request #3 from dy-dx/vagrant-instructions
add vagrant.sh for setting up linux deps; add usage instructions
2015-05-15 19:39:23 -04:00
Chris Kim 09c39f897a add vagrant.sh for setting up linux deps; add usage instructions 2015-05-15 19:29:17 -04:00
Chris Kim a94715a302 remove `toolset "clang"` option from premake5.lua 2015-05-15 19:27:32 -04:00
Jordan Cristiano fe967e7656 Added missing stdlib.h for abs on gcc 2015-05-15 19:16:15 -04:00
Jordan Cristiano c2336e52c4 Removed pragma once in cpp files 2015-05-15 19:15:58 -04:00
Jordan Cristiano 5494f820a0 Merge pull request #2 from dy-dx/fix-premake-scripts
fix premake scripts
2015-05-15 19:02:30 -04:00
Chris Kim a1ccf22d87 fix premake scripts 2015-05-15 19:00:08 -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 90c0fdce58 this is demboyz 2015-05-15 18:10:23 -04:00
Jordan Cristiano a21064df37 Added premake run scripts for linux and osx 2015-05-15 18:07:15 -04:00
Jordan Cristiano 8455736f7c Made clang the default compiler for gmake 2015-05-15 18:06:05 -04:00
Jordan Cristiano 2e75619f42 Fixed incorrect macro concat operation 2015-05-15 18:05:28 -04:00
Jordan Cristiano 63ca708b6f Fixed pragma once in cpp 2015-05-15 18:04:43 -04:00
Jordan Cristiano b49416489c Added buffered output to stdout when using .con output 2015-05-15 17:45:37 -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 659c651f8d Added symbols to all builds 2015-05-15 17:35:08 -04:00
Jordan Cristiano 55e47871ea Removed extra qualification on vector member funcs 2015-05-15 17:34:52 -04:00
Jordan Cristiano 0a228bb722 Fixed pragma once in cpp file 2015-05-15 17:34:32 -04:00
Jordan Cristiano 3b13a04c7f Merge pull request #1 from dy-dx/premake-cpp11-option
add premake build option enabling c++11
2015-05-15 02:58:35 -04:00
Jordan Cristiano 04696d29f9 Added .con to usage string 2015-05-15 02:56:52 -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 2e8c0a742f Fixed net_nop causing empty lines in output 2015-05-15 01:03:59 -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 dc06efc1f3 Fixed incorrect packet buffer sizes 2015-05-15 00:54:05 -04:00
Jordan Cristiano 3752aecfa4 Fixed uint8_t displaying as char 2015-05-15 00:37:14 -04:00
Jordan Cristiano ce51a094c2 Removed redundant newline 2015-05-15 00:25:44 -04:00
Jordan Cristiano cafe9ccb7c Fixed maxclients showing as a char 2015-05-15 00:23:45 -04:00
Jordan Cristiano 907a804409 Added file and clog output for ConLogWriter 2015-05-15 00:23:17 -04:00
Jordan Cristiano 8c178bf9ac Added nethandler namespace api, added conlog writer 2015-05-14 23:38:53 -04:00
Jordan Cristiano 3f9bd6e3f2 Added netmsg struct allocation 2015-05-14 23:17:38 -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