Commit Graph

717 Commits

Author SHA1 Message Date
Maurice Heumann
e929a6a183 Install exception handler right away 2021-04-16 08:15:31 +02:00
m
1242ff31eb
don't use nop 2021-04-15 10:52:16 -05:00
Maurice Heumann
2ae037bdc8
Merge pull request #81 from Joelrau/feature/quaK
Feature/quaK
2021-04-15 17:43:20 +02:00
Maurice Heumann
b20292981d
Merge pull request #82 from mjkzy/safe-area-fix
unlock safeArea_*
2021-04-15 17:17:20 +02:00
m
a6c94990dc
allow change on horizontal safezone 2021-04-15 10:13:24 -05:00
quaK
2391bd1257 Update logfile 2021-04-15 17:10:47 +03:00
quaK
041a1e8ee1 Add sv_lanonly and server_list fix
sv_lanonly 1 will not send heartbeat to master.

server_list: when you closed dedicated with net_port 27016 and then right after opened a client with the same net_port, the server list will query the client with getInfo and then you would see that on the server list. now it only shows if the server is dedicated too.
2021-04-15 17:09:39 +03:00
quaK
85d6cc2e12 Add rcon component 2021-04-15 17:02:44 +03:00
m
effa6c0e32
un-cheat & un-readonly safeArea_* + save flags 2021-04-15 06:19:07 -05:00
Maurice Heumann
4dbd9b4621
Merge pull request #79 from XLabsProject/dependabot/submodules/deps/libtomcrypt-165c795
Bump deps/libtomcrypt from `077f4d6` to `165c795`
2021-04-15 09:57:26 +02:00
dependabot-preview[bot]
fb71e63a0a
Bump deps/libtomcrypt from 077f4d6 to 165c795
Bumps [deps/libtomcrypt](https://github.com/libtom/libtomcrypt) from `077f4d6` to `165c795`.
- [Release notes](https://github.com/libtom/libtomcrypt/releases)
- [Commits](077f4d6367...165c795b65)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-15 07:14:56 +00:00
momo5502
37b1f2eafb Fix command input in console 2021-04-14 21:42:35 +02:00
momo5502
065a0cb7b2 Create unified logging interface
This fixes #78
2021-04-14 20:26:52 +02:00
momo5502
c434f8bb34 Make game console thread safe 2021-04-14 20:26:51 +02:00
Maurice Heumann
522a4393ba
Merge pull request #77 from XLabsProject/dependabot/submodules/deps/asmjit-0dd16b0
Bump deps/asmjit from `a4dd0b2` to `0dd16b0`
2021-04-14 18:04:21 +02:00
momo5502
4ec4af0f5d Log messages in the proper thread 2021-04-14 18:03:51 +02:00
dependabot-preview[bot]
0dc0aa9048
Bump deps/asmjit from a4dd0b2 to 0dd16b0
Bumps [deps/asmjit](https://github.com/asmjit/asmjit) from `a4dd0b2` to `0dd16b0`.
- [Release notes](https://github.com/asmjit/asmjit/releases)
- [Commits](a4dd0b2d8b...0dd16b0a98)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-14 08:04:42 +00:00
momo5502
29d6500009 Fix formatting 2021-04-13 21:38:18 +02:00
momo5502
92177e515a Fix warning 2021-04-12 12:34:31 +02:00
momo5502
a44129f270 Use hash-based guid
This fixes #74
2021-04-12 12:26:49 +02:00
Maurice Heumann
91caff6a2e
Merge pull request #71 from XLabsProject/dependabot/submodules/deps/sol2-f56b3c6
Bump deps/sol2 from `bc04471` to `f56b3c6`
2021-04-12 11:45:47 +02:00
Maurice Heumann
7e1f15dc92
Merge pull request #72 from XLabsProject/dependabot/submodules/deps/lua-eadd8c7
Bump deps/lua from `e7803f7` to `eadd8c7`
2021-04-12 11:45:37 +02:00
Maurice Heumann
ffd2af4c17
Merge pull request #73 from XLabsProject/dependabot/submodules/deps/libtomcrypt-077f4d6
Bump deps/libtomcrypt from `910d625` to `077f4d6`
2021-04-12 11:45:26 +02:00
dependabot-preview[bot]
274ed2f500
Bump deps/libtomcrypt from 910d625 to 077f4d6
Bumps [deps/libtomcrypt](https://github.com/libtom/libtomcrypt) from `910d625` to `077f4d6`.
- [Release notes](https://github.com/libtom/libtomcrypt/releases)
- [Commits](910d625277...077f4d6367)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-12 07:43:22 +00:00
dependabot-preview[bot]
3dced4a5d8
Bump deps/lua from e7803f7 to eadd8c7
Bumps [deps/lua](https://github.com/lua/lua) from `e7803f7` to `eadd8c7`.
- [Release notes](https://github.com/lua/lua/releases)
- [Commits](e7803f7dbc...eadd8c7178)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-12 07:42:44 +00:00
dependabot-preview[bot]
d394f44afd
Bump deps/sol2 from bc04471 to f56b3c6
Bumps [deps/sol2](https://github.com/ThePhD/sol2) from `bc04471` to `f56b3c6`.
- [Release notes](https://github.com/ThePhD/sol2/releases)
- [Commits](bc04471c11...f56b3c698c)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-12 07:42:10 +00:00
Maurice Heumann
db340cedc1 Fix deleting tasks 2021-04-12 08:49:12 +02:00
momo5502
0ba98d64af Remove uses of concurrent_list 2021-04-11 21:04:57 +02:00
Maurice Heumann
c4c7d52d60
Merge pull request #70 from XLabsProject/feature/scripting
Feature/scripting
2021-04-11 20:28:33 +02:00
quaK
92def5557d Update function table & structs 2021-04-11 21:14:05 +03:00
momo5502
e146d57b26 Small fixes 2021-04-10 22:06:04 +02:00
momo5502
998fbf9421 Fix fov reset for real 2021-04-10 21:26:42 +02:00
momo5502
c2617cff30 Small cleanup 2021-04-10 19:20:47 +02:00
momo5502
a65a3eef1f Set login name as default username 2021-04-10 17:32:38 +02:00
momo5502
50fda97164 Reduce required RAM size for dedis 2021-04-10 16:18:03 +02:00
momo5502
083ec78efb Fix performance issues and random frame drops 2021-04-10 15:05:58 +02:00
momo5502
5b9d4fe82a Fix warning 2021-04-10 12:29:50 +02:00
Maurice Heumann
5e817216f7 Enable double clicking again 2021-04-10 12:05:14 +02:00
Maurice Heumann
e083fef6c9 Fix fov resets
This should fix #6
2021-04-10 11:09:18 +02:00
Maurice Heumann
aca59601a9
Merge pull request #67 from XLabsProject/dependabot/submodules/deps/rapidjson-47b837e
Bump deps/rapidjson from `49aa0fc` to `47b837e`
2021-04-09 09:25:58 +02:00
momo5502
cc54d573a8 Increase server tickrate to 30hz 2021-04-08 19:51:58 +02:00
momo5502
b0528670d3 Cleanup dvar patches 2021-04-08 19:51:58 +02:00
dependabot-preview[bot]
3769d5db95
Bump deps/rapidjson from 49aa0fc to 47b837e
Bumps [deps/rapidjson](https://github.com/Tencent/rapidjson) from `49aa0fc` to `47b837e`.
- [Release notes](https://github.com/Tencent/rapidjson/releases)
- [Commits](49aa0fc15d...47b837e14a)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-08 08:05:09 +00:00
Maurice Heumann
900614cb15
Merge pull request #66 from mjkzy/patch-2
discord presence final commit
2021-04-08 09:32:44 +02:00
m
b7df893d6d
discord presence final commit
got everything with this now :p
2021-04-08 02:29:52 -05:00
Maurice Heumann
c96af6d3ad Optimize scheduler 2021-04-08 08:55:11 +02:00
Maurice Heumann
f3d7d2c786 Stabilize external console 2021-04-08 08:10:22 +02:00
momo5502
760b6469ec Merge remote-tracking branch 'origin/master' into develop 2021-04-07 21:04:51 +02:00
Maurice Heumann
e1fabc395e
Merge pull request #65 from XLabsProject/release/v0.0.2
Release v0.0.2
2021-04-07 20:56:38 +02:00
X Labs Bot
60f9f6c7d1
Prepare release v0.0.2 2021-04-07 18:55:58 +00:00