Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
347fff3
initial commit for simulation concept
TuysuzTavsan Apr 27, 2026
1ed9f78
renamed most of the things, more base code done on input sender.
TuysuzTavsan Apr 28, 2026
12df848
prepared an example scene where we can test our new features with style.
TuysuzTavsan Apr 29, 2026
259bfa7
known client cant move vehicle bug?
TuysuzTavsan Apr 29, 2026
c8e0d12
another wip
TuysuzTavsan May 1, 2026
89f2641
first working version of input-sender, need more work
TuysuzTavsan May 1, 2026
4d01d7c
improving example
TuysuzTavsan May 1, 2026
f91521b
working server side vehicle example with input_sender.
TuysuzTavsan May 1, 2026
cde4d8f
fixed a label
TuysuzTavsan May 1, 2026
4fbb124
added local_input signal to input sender and changed other signal nam…
TuysuzTavsan May 8, 2026
a16cb2b
add simulator icon
TuysuzTavsan May 10, 2026
1179cc6
added comments on how simulator should work.
TuysuzTavsan May 10, 2026
054d2ed
more work done on simulator
TuysuzTavsan May 10, 2026
9f32d96
syncronization server integration for simulator node
TuysuzTavsan May 11, 2026
9d9f391
initial work for simulator is complete
TuysuzTavsan May 11, 2026
fc3cda7
wip for simulator actual logic
TuysuzTavsan May 12, 2026
3e37cff
another wip for simulator
TuysuzTavsan May 13, 2026
9e39d17
notworking
TuysuzTavsan May 28, 2026
52f312a
quick example folder for simulator
TuysuzTavsan May 29, 2026
df692d3
rewrite of input-sender but needs more work done to get it work.
TuysuzTavsan May 29, 2026
008440f
input sender revisited
TuysuzTavsan May 30, 2026
d54c3b8
input sender working again after revisit
TuysuzTavsan May 30, 2026
67b9445
simulator known input issue
TuysuzTavsan May 30, 2026
7d89399
initial server work for input-sender!
TuysuzTavsan May 30, 2026
d8722f4
input-sender-server is good enough
TuysuzTavsan May 31, 2026
21096f5
working simulation server, known jitter issue
TuysuzTavsan May 31, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions addons/netfox/icons/input-sender.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions addons/netfox/icons/input-sender.svg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://dd227x8br84rs"
path="res://.godot/imported/input-sender.svg-7b3cd669dc50ce8229dd58ca509f298a.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://addons/netfox/icons/input-sender.svg"
dest_files=["res://.godot/imported/input-sender.svg-7b3cd669dc50ce8229dd58ca509f298a.ctex"]

[params]

compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
svg/scale=1.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false
54 changes: 54 additions & 0 deletions addons/netfox/icons/simulator.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions addons/netfox/icons/simulator.svg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://dyh2wa862n5kx"
path="res://.godot/imported/simulator.svg-a031f70114a4770a3b287d54c5d39a10.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://addons/netfox/icons/simulator.svg"
dest_files=["res://.godot/imported/simulator.svg-a031f70114a4770a3b287d54c5d39a10.ctex"]

[params]

compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
svg/scale=1.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false
Loading
Loading