Commit Graph

43 Commits

Author SHA1 Message Date
25a3b67cd2 tweak logging 2025-02-13 20:13:34 +10:00
c1719d8dd5 add more logging 2025-02-13 20:07:20 +10:00
2867918c92 add camera effects for running and crouching 2025-02-13 19:43:21 +10:00
64ba702ac3 add controller inputs to ui actions 2025-02-13 19:16:09 +10:00
8c5cf83803 add ability to move camera slower on controller 2025-02-13 19:12:47 +10:00
0652e0d23b add running and crouching 2025-02-13 19:08:08 +10:00
669eed3a1b enable shadows 2025-02-13 18:47:48 +10:00
31e94e6408 increase MOVE_ACCELERATION 2025-02-13 18:40:17 +10:00
c5a7af2869 tweak test material 2025-02-13 18:29:54 +10:00
c3a4a70280 add handlers for PlayerSpawner's signals 2025-02-13 17:49:32 +10:00
be821a2645 return name to players 2025-02-13 17:43:30 +10:00
25196cc796 remove player_connected signal 2025-02-13 17:43:11 +10:00
facc984c36 add player holder to Main 2025-02-13 17:35:56 +10:00
1d4632a66c clear default name label 2025-02-13 17:30:16 +10:00
07cfb07cc6 add player formatting and checking for active multiplayer instance 2025-02-13 17:15:46 +10:00
fff9a3eb11 set version to 0.0.2
All checks were successful
Build Godot Project1 / godot (cadastery-server.x86_64, server) (push) Successful in 3m55s
Build Godot Project1 / godot (cadastery.exe, windows) (push) Successful in 24s
Build Godot Project1 / godot (cadastery.x86_64, linux) (push) Successful in 22s
Build Godot Project1 / godot (cadastery.zip, mac) (push) Successful in 38s
2025-02-13 15:49:26 +10:00
963b70f674 print game version on start 2025-02-13 15:49:05 +10:00
3a4c76cd67 prevent creating empty player on dedicated servers 2025-02-13 15:46:20 +10:00
0fcb151f87 add a check for name entry 2025-02-13 15:45:06 +10:00
340a176e55 rename ip to address and remove ip validation 2025-02-13 02:26:02 +10:00
a762c2d8ad update docker-compose 2025-02-13 02:19:32 +10:00
cac56adbdb update docker-compose 2025-02-13 02:15:00 +10:00
5e9627e453 rename docker-compose.yaml 2025-02-13 01:53:58 +10:00
819c678201 add docker-compose.yml 2025-02-13 01:52:04 +10:00
8a52846c2d add Dockerfile 2025-02-13 01:16:18 +10:00
b089f5bf26 call dedicated host with call_deferred
All checks were successful
Build Godot Project1 / godot (cadastery-server.x86_64, server) (push) Successful in 26s
Build Godot Project1 / godot (cadastery.exe, windows) (push) Successful in 26s
Build Godot Project1 / godot (cadastery.x86_64, linux) (push) Successful in 22s
Build Godot Project1 / godot (cadastery.zip, mac) (push) Successful in 31s
2025-02-12 22:54:10 +10:00
a498a3a69f rename server export file 2025-02-12 22:46:01 +10:00
ebab6b6f13 add server to github ci
All checks were successful
Build Godot Project1 / godot (cadastery.exe, windows) (push) Successful in 2m13s
Build Godot Project1 / godot (cadastery.x86_64, linux) (push) Successful in 22s
Build Godot Project1 / godot (cadastery.x86_64, server) (push) Successful in 21s
Build Godot Project1 / godot (cadastery.zip, mac) (push) Successful in 35s
2025-02-12 22:41:57 +10:00
6bcc8757b7 add export for dedicated server 2025-02-12 22:27:47 +10:00
999de88669 remove default name 2025-02-12 21:41:18 +10:00
d2c2fac7e8 add players to debugger 2025-02-12 21:30:47 +10:00
e2a3df213c make player add and remove itself from referencer 2025-02-12 21:30:13 +10:00
09c0db4813 add debugger, referencer and inputer 2025-02-12 21:09:52 +10:00
bab7bea373 add storage for player info 2025-02-12 20:55:32 +10:00
dd429beb5b tweak play menu focus 2025-02-12 13:23:05 +10:00
88eb9d54df add controller movement 2025-02-12 13:11:48 +10:00
dc30ad4afc improve network error handling 2025-02-11 00:08:03 +10:00
95eeab0dfe add basic networking 2025-02-10 23:32:17 +10:00
74aa8ddec4 add a box to indicate player's face 2025-02-10 21:05:12 +10:00
526babbe4f add a Player with basic movement 2025-02-10 21:01:17 +10:00
e2075ec380 add Settings 2025-02-10 21:00:02 +10:00
689f1af44d create godot project 2025-02-10 18:44:44 +10:00
4eb3b83905 init 2025-02-10 18:33:20 +10:00