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
|
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
|
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 |
|
Lion Kortlepel
|
92a67c7305
|
remove debug prints of Http for now
|
2021-03-18 23:44:14 +02:00 |
|
Lion Kortlepel
|
5759a6f80f
|
attempt #2
|
2021-03-18 23:44:14 +02:00 |
|
Lion Kortlepel
|
3dd2e1c278
|
attempt #1 to fix LuaEngine being nullptr :(
|
2021-03-18 23:44:14 +02:00 |
|
Lion Kortlepel
|
8cd35d64e4
|
fix lua thread never exiting
|
2021-03-18 23:44:14 +02:00 |
|
Lion Kortlepel
|
aec6ad9c14
|
fix more stuff
|
2021-03-18 23:44:14 +02:00 |
|
Lion Kortlepel
|
d360403c56
|
finish rewrite, builds fully
|
2021-03-18 23:44:14 +02:00 |
|
Lion Kortlepel
|
bf74b1ae32
|
add udpserver, tcpserver
|
2021-03-18 23:44:14 +02:00 |
|
Lion Kortlepel
|
f19a012509
|
add PPSMonitor
|
2021-03-18 23:44:14 +02:00 |
|
Lion Kortlepel
|
ef5db013b3
|
add socketio, http post & get
|
2021-03-18 23:44:14 +02:00 |
|
Lion Kortlepel
|
4cda6e8bc3
|
fully implement lua
|
2021-03-18 23:44:14 +02:00 |
|
Lion Kortlepel
|
459814a6ec
|
add lua engine, lua file, server, client, vehicle data, other stuff
|
2021-03-18 23:44:14 +02:00 |
|
Lion Kortlepel
|
e5e447c7af
|
begin rewrite: add lionkor/commandline
|
2021-03-18 23:44:14 +02:00 |
|
Lion Kortlepel
|
f9cb9af078
|
add real uptime counter, for use in lua later
|
2021-02-10 11:21:42 +01:00 |
|
Lion Kortlepel
|
e4979bb6e2
|
change backend url
|
2021-02-10 11:21:42 +01:00 |
|