|
|
7505abc6d0
|
fix parsing client stringtables
|
2017-09-26 23:14:28 +02:00 |
|
|
|
0aad1e874b
|
lint fixes
|
2017-09-26 02:29:45 +02:00 |
|
|
|
9820e0fc57
|
add encoder for stringtable message
|
2017-09-26 01:22:55 +02:00 |
|
|
|
b94a79ab6d
|
add encoder for datatable message
|
2017-09-25 00:37:29 +02:00 |
|
|
|
d54f639633
|
move message specific bits to their respective handlers
|
2017-09-24 15:27:35 +02:00 |
|
|
|
b11cd7eec0
|
more splitting of analyser
|
2017-09-23 18:39:00 +02:00 |
|
|
|
198fe0b1ba
|
start splitting parserstate from analysing
|
2017-09-23 17:41:52 +02:00 |
|
|
|
79c4782806
|
handle duplicated sendprops
|
2017-09-16 18:00:45 +02:00 |
|
|
|
358aa6aa21
|
caching of parsed static baselines
|
2017-09-16 16:25:53 +02:00 |
|
|
|
357b725994
|
More precise baseline handling wip
|
2017-09-16 16:10:52 +02:00 |
|
|
|
f21c7a0e47
|
Fix getPropByDefinition for encoding
|
2017-09-15 22:46:50 +02:00 |
|
|
|
c0b175596a
|
use stricter interface for parser state
|
2017-09-09 20:05:20 +02:00 |
|
|
|
206facfa8d
|
entity encoder wip
|
2017-09-09 02:50:51 +02:00 |
|
|
|
450300c1b0
|
add encoder for tempEntities
|
2017-09-07 21:27:05 +02:00 |
|
|
|
c064439b4e
|
add entity update encoder
|
2017-09-04 23:01:48 +02:00 |
|
|
|
f88c919a8e
|
saved delay for tempentities
|
2017-09-04 00:45:57 +02:00 |
|
|
|
2e43f5bb7f
|
add encoder for gameEvent
|
2017-09-04 00:42:11 +02:00 |
|
|
|
55abaaff7a
|
add encoder for usermessage
|
2017-09-03 23:02:20 +02:00 |
|
|
|
430cf9ee4f
|
some additional user messages
|
2017-09-03 22:15:42 +02:00 |
|
|
|
b744efe0a4
|
more usermessages and stricter parser generator
|
2017-09-03 15:40:07 +02:00 |
|
|
|
cd5d0b0e86
|
add encoder for sayText2
|
2017-09-03 14:27:17 +02:00 |
|
|
|
2c8fe681d3
|
minor cleanup
|
2017-09-03 14:10:47 +02:00 |
|
|
|
a7911f2d3d
|
strict game event types
|
2017-09-02 22:44:10 +02:00 |
|
|
|
b3e69f1af4
|
use map for setconvar
|
2017-09-02 16:17:25 +02:00 |
|
|
|
384d4557f6
|
typings for chat and round
|
2017-09-02 16:13:52 +02:00 |
|
|
|
fb54dc9b75
|
use map for buildings
|
2017-09-02 16:09:54 +02:00 |
|
|
|
61f99b87cf
|
use map for outerMap
|
2017-09-02 16:04:05 +02:00 |
|
|
|
6eebb18251
|
use map for weapons
|
2017-09-02 15:57:41 +02:00 |
|
|
|
7a316ef97f
|
use map for sendtables and baselinecache
|
2017-09-02 15:50:25 +02:00 |
|
|
|
d5173b4548
|
use map for entity classes
|
2017-09-02 15:42:38 +02:00 |
|
|
|
60864c38dc
|
use map for teams
|
2017-09-02 15:38:08 +02:00 |
|
|
|
32b3e41aa8
|
use map for players
|
2017-09-02 15:26:55 +02:00 |
|
|
|
c41928c97a
|
use map for users within match
|
2017-09-02 15:23:11 +02:00 |
|
|
|
8f0d372b13
|
use Map instead of Object for gameEventList
|
2017-09-02 15:23:00 +02:00 |
|
|
|
df1aac6575
|
stricter packet handler types
|
2017-09-02 01:49:24 +02:00 |
|
|
|
ca2083c64a
|
add encoder for sendprops
|
2017-09-01 19:49:40 +02:00 |
|
|
|
9406937f08
|
add encoder for parseSounds
|
2017-08-16 22:33:31 +02:00 |
|
|
|
ae79b6a0d4
|
encoder for updateStringTable
|
2017-08-16 01:33:01 +02:00 |
|
|
|
89b9c3b25c
|
encoder for createStringTable
|
2017-08-13 21:33:15 +02:00 |
|
|
|
a979cf6b83
|
encoder for classInfo
|
2017-08-12 16:17:54 +02:00 |
|
|
|
69386f7d60
|
some minor refactoring to prepare for re-encoding
|
2017-08-12 01:52:56 +02:00 |
|
|
|
52a36ed8c8
|
code style and add tslint
|
2017-07-30 22:45:58 +02:00 |
|
|
|
d3413636ce
|
Merge pull request #4 from gpittarelli/possibly-null-fixes
Fix possibly-null type errors
|
2017-03-10 19:31:18 +01:00 |
|
George Pittarelli
|
f43bf30f96
|
Give ConsoleCmd a Packet type
|
2017-03-09 22:42:10 -08:00 |
|
George Pittarelli
|
3a5b909419
|
Fix possibly-null type errors
|
2017-03-09 22:13:14 -08:00 |
|
|
|
88d4815bae
|
fix entrance detection
|
2017-03-05 15:13:14 +01:00 |
|
|
|
dea2d2e790
|
more building data
|
2017-03-04 21:56:23 +01:00 |
|
|
|
eebc2e15cd
|
extract activeWeapon
|
2017-02-22 23:50:30 +01:00 |
|
|
|
5488b14e63
|
extract team and weapon data
|
2017-02-22 23:28:18 +01:00 |
|
|
|
fe115329a7
|
save viewangles
|
2017-02-21 19:44:30 +01:00 |
|