Lion Kortlepel
632a5f2801
update commandline library
2021-03-18 23:44:14 +02:00
Anonymous275
44fa68e6da
Fixed windows build
2021-03-18 23:44:14 +02:00
Lion Kortlepel
33e0cac4c1
update commandline to newer version
2021-03-18 23:44:14 +02:00
Lion
a7f1e93ca2
Update README.md
2021-03-18 23:44:14 +02:00
Lion Kortlepel
f8a9d01749
add websocketpp to github actions builds
2021-03-18 23:44:14 +02:00
Lion Kortlepel
356354d1eb
use recursive checkout for github actions
2021-03-18 23:44:14 +02:00
Lion Kortlepel
40cae31885
Merge TUDPServer and TTCPServer into TNetwork
...
this gets rid of a bunch of unclear cases which I mistakenly created
while refactoring for this rewrite. One example is having to call into
TTCPServer to do UDP sending in some cases.
2021-03-18 23:44:14 +02:00
Lion Kortlepel
05c5fb047c
SendToAll: also send while syncing
...
the missed packet queue handles this case
2021-03-18 23:44:14 +02:00
Lion Kortlepel
83145d7466
add 1 second delay before we start sending missed data during sync
2021-03-18 23:44:14 +02:00
Lion Kortlepel
3c48ac6145
fix issue with spamming 1kB until death
2021-03-18 23:44:14 +02:00
Anonymous275
3fe8d48ada
Packet queuing on syncing
2021-03-18 23:44:14 +02:00
Anonymous275
f0abfcc0ef
Added lua GetIdentifiers
2021-03-18 23:44:14 +02:00
Anonymous275
7410e31230
Use of std::move and added DEBUG ifdef
2021-03-18 23:44:14 +02:00
Anonymous275
3bc8744b63
Removed debug printing
2021-03-18 23:44:14 +02:00
Anonymous275
c076c83edc
Fxed lua_GetCars
2021-03-18 23:44:14 +02:00
Anonymous275
776ddcbbef
x86 support
2021-03-18 23:44:14 +02:00
Anonymous275
9a74434bbb
Small edits
2021-03-18 23:44:14 +02:00
Anonymous275
3e2cb3176a
Fixed the optional boolean in TCPSend
2021-03-18 23:44:14 +02:00
Lion Kortlepel
7cd420a1a5
partially implement queuing while sycing client
2021-03-18 23:44:14 +02:00
Lion Kortlepel
4edd1ac100
fix various issues
2021-03-18 23:44:14 +02:00
Lion Kortlepel
8e4006fc38
clear up heartbeat code, improve logs in debug builds
2021-03-18 23:44:14 +02:00
Anonymous275
ab44ac8c15
SocketIO authentication
2021-03-18 23:44:14 +02:00
Lion Kortlepel
266303b09d
AddNewCar: use insert with make_unique again
2021-03-18 23:44:14 +02:00
Lion Kortlepel
b777781c96
possibly fix invisible car bug
2021-03-18 23:44:14 +02:00
Lion Kortlepel
714d31fb45
use emplace instead of insert + make_unique for new cars
2021-03-18 23:44:14 +02:00
Lion Kortlepel
d481fcd3a7
debug log if vehicle gets destroyed
2021-03-18 23:44:14 +02:00
Lion Kortlepel
df3269756c
set locale (do this in the launcher, too, please!)
2021-03-18 23:44:14 +02:00
Anonymous275
aadcd1abe5
SocketIO work
2021-03-18 23:44:14 +02:00
Anonymous275
57fc0ea74d
Update TServer.cpp
2021-03-18 23:44:14 +02:00
Anonymous275
fe4a1b28b5
Added onVehicleReset Event
2021-03-18 23:44:14 +02:00
Anonymous275
30916c41c3
Update CMakeLists.txt
2021-03-18 23:44:14 +02:00
Anonymous275
fab20276ff
Fixed windows not linking
2021-03-18 23:44:14 +02:00
Anonymous275
7e6d5ce359
Fixed socket.io TLS
2021-03-18 23:44:14 +02:00
Anonymous275
6aed93fbf1
Update TLuaFile.h
2021-03-18 23:44:14 +02:00
Anonymous275
9b1bf071a8
Fixed lua crash caused by lion with optimizations
2021-03-18 23:44:14 +02:00
Anonymous275
f52308c439
Cleanup & optimizations
2021-03-18 23:44:14 +02:00
Anonymous275
0580ad67fd
Fixed crash + debug build on windows
2021-03-18 23:44:14 +02:00
Anonymous275
218504e674
Fixed windows build not compiling
2021-03-18 23:44:14 +02:00
Lion Kortlepel
f13523fbe5
fixed ghost player issue
2021-03-18 23:44:14 +02:00
Lion Kortlepel
b81ac35b37
update internal ping every second while syncing
2021-03-18 23:44:14 +02:00
Lion Kortlepel
8664522d1d
fix client kicked on connect because no initialization of some value
...
that i forgot to initlialize because i literally need coffee and food rn
fuck
2021-03-18 23:44:14 +02:00
Lion Kortlepel
c15046f8b1
fix pps dying on startup :^)
2021-03-18 23:44:14 +02:00
Lion Kortlepel
c7f8b2b131
add pps monitor print
2021-03-18 23:44:14 +02:00
Lion Kortlepel
84252e892e
add seconds since last ping print
2021-03-18 23:44:14 +02:00
Lion Kortlepel
32038046d5
add print on ping
2021-03-18 23:44:14 +02:00
Lion Kortlepel
e04a569e33
attempt to fix ghost player issue
2021-03-18 23:44:14 +02:00
Lion Kortlepel
13f8be5d39
update players info
2021-03-18 23:44:14 +02:00
Lion Kortlepel
bca4b3f140
fix client insert/create issue
2021-03-18 23:44:14 +02:00
Lion Kortlepel
b3256062f7
fix boolean expression (oof)
2021-03-18 23:44:14 +02:00
Lion Kortlepel
51dbfe0482
add debug prints
2021-03-18 23:44:14 +02:00