1
0
Fork 0
mirror of https://github.com/demostf/demo.js synced 2026-06-04 00:54:14 +02:00
Commit graph

40 commits

Author SHA1 Message Date
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
9981feb8f7 save more data in packets 2017-02-17 23:47:00 +01:00
844d387a90 save serial 2017-02-17 23:29:29 +01:00
1ef9fe444b add test for new celt codec 2017-02-17 23:18:45 +01:00
877dcef43b cleanup 2017-02-16 22:28:51 +01:00
2e56bb8881 parse updated voice init 2017-02-15 16:12:54 +01:00
255602d1e2 cache entity baseline 2017-02-14 22:53:27 +01:00
fc6d758a31 dont mutate the match state when parsing datatables 2017-02-14 22:26:21 +01:00
c4969d23ff index sendTables by name 2017-02-14 22:16:07 +01:00
afa0451a66 per packet entities 2017-02-14 22:12:06 +01:00
95b9fb55c7 dont modify match state in gameevent packet handler 2017-02-14 20:51:04 +01:00
7cb74d93de only apply updates for entities from the current packet 2017-02-13 18:55:26 +01:00
ba7ce734e3 fix some typings 2017-02-12 16:32:38 +01:00
48b376fa2e add missing tempentities packet type 2017-02-12 15:25:00 +01:00
085887d31d split out updating match state from packet 2017-02-12 15:19:43 +01:00
cb02fdee9b parse deaths and strictly type packet types 2017-02-12 15:09:03 +01:00
1a71b65f12 parse some player info 2017-02-11 20:33:13 +01:00
4a8745250f parse world boundary 2017-02-11 18:01:51 +01:00
58852ffac7 add explicit tick function to step trough demos 2017-02-11 17:47:42 +01:00
a36208c693 fix parsing user info 2017-02-11 17:17:56 +01:00
a5bfe128ed Fix flattening of prop definitions 2017-02-11 15:21:07 +01:00
5b1b11220d read string tables from packets 2017-02-05 17:35:45 +01:00
be00d32175 implement tempentities 2016-12-24 15:26:41 +01:00
e83ca71f6d cleanup packet parser signature 2016-12-19 00:57:11 +01:00
1fbb61f252 propper skipping of TempEntities 2016-12-19 00:21:52 +01:00
3b805be013 final typescript conversion 2016-12-18 20:15:18 +01:00
94383f447f more typescript conversions 2016-12-18 18:18:55 +01:00
06860cc3fe initial typescript conversions 2016-12-18 15:37:29 +01:00
564e8995c7 rename to typescript 2016-12-18 15:21:51 +01:00
653bd862bd code organization and some es6 2016-12-18 15:12:55 +01:00