|
|
c4e9a5a221
|
add custom audio listener to be closer to the player
|
2025-03-04 23:10:29 +10:00 |
|
|
|
08bca13427
|
move player rotation to _physics_process
|
2025-03-04 20:31:05 +10:00 |
|
|
|
889a8e6857
|
add typed dictionaries
|
2025-03-04 20:23:08 +10:00 |
|
|
|
e7ffd00808
|
change tonemapping mode
|
2025-03-04 20:19:10 +10:00 |
|
|
|
deb0e4aa90
|
move camera _process to _physics_process
|
2025-03-04 20:15:26 +10:00 |
|
|
|
24671a4bdc
|
enable Jolt Physics
|
2025-03-04 20:00:50 +10:00 |
|
|
|
5275160477
|
redo run_r blend space
|
2025-03-04 19:57:21 +10:00 |
|
|
|
f75f7f27d1
|
migrate to Godot 4.4
|
2025-03-04 19:30:42 +10:00 |
|
|
|
381a43130a
|
make Music a singleton script instead of a scene
|
2025-03-03 22:14:09 +10:00 |
|
|
|
22b31bd766
|
add footsteps
|
2025-03-03 22:04:34 +10:00 |
|
|
|
d6895b49fa
|
added movement animations
|
2025-03-03 21:01:46 +10:00 |
|
|
|
e9686c02b0
|
set texture_mipmap_bias to -0.5
|
2025-03-03 14:17:06 +10:00 |
|
|
|
0835f66ac4
|
change dictionaries to inner classes in main_camera and cursor
|
2025-03-03 14:06:41 +10:00 |
|
|
|
a782d1e820
|
rename diffuse to albedo
|
2025-03-03 13:37:41 +10:00 |
|
|
|
69601419de
|
move current_monitor default setting to set_defaults
|
2025-03-03 13:34:42 +10:00 |
|
|
|
a4d47d0e64
|
add checking that mouse is within viewport for aiming
|
2025-03-02 15:32:57 +10:00 |
|
|
|
f956fe188a
|
add gpu info to debugger
|
2025-03-01 20:14:16 +10:00 |
|
|
|
e54ea071fc
|
add extra checks for getting controller button prompts
|
2025-03-01 19:54:27 +10:00 |
|
|
|
bfc3c214b7
|
tweak controller detection
|
2025-03-01 19:34:15 +10:00 |
|
|
|
6ef29a8f0b
|
add controller button icons setting
|
2025-03-01 19:22:11 +10:00 |
|
|
|
b2c69b31b8
|
change UI group to subgroup
|
2025-03-01 04:34:18 +10:00 |
|
|
|
380c4f797f
|
add antialiasing setting
|
2025-03-01 04:26:40 +10:00 |
|
|
|
841e05149a
|
add current monitor setting
|
2025-03-01 00:39:11 +10:00 |
|
|
|
f4ceffab52
|
set cursor mouse filters to ignore
|
2025-03-01 00:20:06 +10:00 |
|
|
|
4c491e2b3e
|
add volume settings
|
2025-03-01 00:12:48 +10:00 |
|
|
|
5f70784392
|
set vsync setting to adaptive by default
|
2025-02-28 23:01:42 +10:00 |
|
|
|
dc24478423
|
add extra check for multiplayer device input
|
2025-02-28 14:27:20 +10:00 |
|
|
|
48d0318aa3
|
shift idle loop a few frames
|
2025-02-27 23:22:55 +10:00 |
|
|
|
d831af27e1
|
adjust hitting angles
|
2025-02-27 23:09:33 +10:00 |
|
|
|
53e444a568
|
add text only mode to debug
|
2025-02-27 23:00:23 +10:00 |
|
|
|
f85e7a2715
|
remove projectile material
|
2025-02-27 22:48:05 +10:00 |
|
|
|
85ee6da79d
|
add projectile destruction and elevation
|
2025-02-27 22:47:08 +10:00 |
|
|
|
a4d6a3eb81
|
make config save if some properties are not found
|
2025-02-27 22:18:05 +10:00 |
|
|
|
fc5ab58571
|
add deadzone setting
|
2025-02-27 22:05:40 +10:00 |
|
|
|
e73e2e9e06
|
add aiming.handle_input to player
|
2025-02-27 22:03:00 +10:00 |
|
|
|
9eb34cbfb3
|
make multiplayer input consider devices
|
2025-02-27 21:56:37 +10:00 |
|
|
|
e290a3afcd
|
improve multiplayer controller movement
|
2025-02-27 21:41:08 +10:00 |
|
|
|
b180fab115
|
make cursor handling deferred
|
2025-02-27 21:21:17 +10:00 |
|
|
|
1a325ad326
|
rename test.mp3 to test_track.mp3
|
2025-02-27 21:21:00 +10:00 |
|
|
|
dc2b60ab41
|
add mp3 to git lfs
|
2025-02-27 21:16:00 +10:00 |
|
|
|
4f8d2e4d8b
|
add local multiplayer
|
2025-02-27 21:14:36 +10:00 |
|
|
|
26753492c9
|
prepare for multiple players
|
2025-02-27 19:27:03 +10:00 |
|
|
|
5498b3dc21
|
add music and synchronize animation to it
|
2025-02-27 18:53:22 +10:00 |
|
|
|
e4ea6eb904
|
add cursor screen corner inset for controller
|
2025-02-27 04:15:05 +10:00 |
|
|
|
4f0a7094cd
|
simplify hitting angles
|
2025-02-27 04:09:27 +10:00 |
|
|
|
73f5d6564c
|
add ability to disable bone flattener in editor
|
2025-02-27 04:03:56 +10:00 |
|
|
|
cedce3eef8
|
make separate player attack effect class
|
2025-02-27 04:00:47 +10:00 |
|
|
|
4920bcaa16
|
add cursor arrow
|
2025-02-27 03:39:49 +10:00 |
|
|
|
055b3a232f
|
add cursor bat indicator rotation perspective adjustment
|
2025-02-27 03:19:11 +10:00 |
|
|
|
359f9402bc
|
externalize player override animations
|
2025-02-27 03:11:08 +10:00 |
|