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 |
|
Chris Kim
|
cd3cfae1ff
|
add buildoption enabling c++11
|
2015-05-13 21:29:37 -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 |
|
Jordan Cristiano
|
0fe0ac912a
|
Verified SVC_ClassInfo and SVC_VoiceInit
|
2015-05-04 00:51:36 -04:00 |
|
Jordan Cristiano
|
d009d019d2
|
Added dummy handling of consolecmd, usercmd, datatables, stringtables
|
2015-05-03 22:46:04 -04:00 |
|
Jordan Cristiano
|
271a22f148
|
Code cleanup
|
2015-05-03 22:40:41 -04:00 |
|
Jordan Cristiano
|
066b9fe269
|
Verified Net_SetConVar and Net_SignonState
|
2015-05-03 21:17:14 -04:00 |
|
Jordan Cristiano
|
ad466a06f4
|
Modified SVC_CreateStringTable for current protocol
|
2015-05-03 21:10:36 -04:00 |
|
Jordan Cristiano
|
d2a3b88526
|
Modified SVC_ServerInfo for current protocol
|
2015-05-03 20:46:56 -04:00 |
|
Jordan Cristiano
|
84d458de5b
|
Fixed incorrect arg index
|
2015-05-03 20:28:53 -04:00 |
|
Jordan Cristiano
|
b54f9c2290
|
Replaced usage of string with vector<unsigned char>
|
2015-05-03 20:27:12 -04:00 |
|
Jordan Cristiano
|
b3bab786c8
|
Removed filename member var from demofile
|
2015-05-03 20:18:41 -04:00 |
|
Jordan Cristiano
|
ad81ecc67d
|
Removed game event file loading, as stv demos have a game event list in them
|
2015-05-03 20:16:13 -04:00 |
|
Jordan Cristiano
|
9a6c95a327
|
Added initial netmsg handlers, need to confirm them with current demo protocol
|
2015-05-03 20:13:35 -04:00 |
|
Jordan Cristiano
|
5fc4c59245
|
wip event parsing
|
2015-04-30 16:03:22 -04:00 |
|
Jordan Cristiano
|
9bb4aa46e8
|
Added packet parsing logic and assertions for frame and tick count
|
2014-10-29 01:35:43 -04:00 |
|
Jordan Cristiano
|
5e43ccfa06
|
Changes for TF2 demo compatibility
|
2014-10-29 01:15:40 -04:00 |
|
Chris K
|
42b4ca87b7
|
added Vagrantfile and fixed executable privileges
|
2014-10-29 01:13:55 -04:00 |
|
Jordan Cristiano
|
a736eb0813
|
Added linux premake binary
|
2014-10-29 00:31:28 -04:00 |
|
Jordan Cristiano
|
65810867d8
|
Non-initial commit
|
2014-10-29 00:20:24 -04:00 |
|
Chris Kim
|
347f2c439c
|
Initial commit
|
2014-10-28 23:41:34 -04:00 |
|