tangled
alpha
login
or
join now
keii.dev
/
Fjord
A simple .NET Framework to make 2D games quick and easy.
0
fork
atom
overview
issues
pulls
pipelines
commits
Author
Commit
Message
Date
shykeiichi
82d24d1c
Fixed Fjord to work as an external binary
main
2y ago
shykeiichi
8d79eedc
RemoveEnity on error
2y ago
dinkelspiel.tngl.sh
d53c0594
Fixed issue with border radius on rectangle and .ToTexture()
2y ago
dinkelspiel.tngl.sh
357bedc8
Added wrappers around SDL_GetTicks64 to get seconds and milliseconds. Might change this to c# timespan
2y ago
dinkelspiel.tngl.sh
ebe9f1e7
Added nice-to-have functions in entity
2y ago
dinkelspiel.tngl.sh
ee10f3b7
Improved Memory Usage and Performance
2y ago
dinkelspiel.tngl.sh
5b796fab
Console updates even if not active
2y ago
dinkelspiel.tngl.sh
f2620657
Revamped input system based on godot 4
2y ago
dinkelspiel.tngl.sh
45da2490
Turned off mouse capture for notification scene
2y ago
dinkelspiel.tngl.sh
02bfaed6
Revamped errors to send notification instead of crashing scene
2y ago
dinkelspiel.tngl.sh
f9a6343a
Fixed ToTexture \not converting alpha
2y ago
dinkelspiel.tngl.sh
8d91f349
Fixed SelectedScene in inspector
2y ago
dinkelspiel.tngl.sh
84267b8d
Fixed ClearColor having wrong mappings
2y ago
dinkelspiel.tngl.sh
e50ccbb4
Changed Segoeui -> Selawik as segoe ui is closed source
2y ago
dinkelspiel.tngl.sh
e569648a
RenderToTexture -> ToTexture
2y ago
dinkelspiel.tngl.sh
d091e0cc
Scenes based on type not string id
2y ago
dinkelspiel.tngl.sh
d3f88982
Updated Fjord to use modern C# naming conventions
2y ago
dinkelspiel.tngl.sh
4a65b622
GetTextureAsSolid
2y ago
dinkelspiel.tngl.sh
fb178444
Added pause scene to inspector
2y ago
dinkelspiel.tngl.sh
513f024e
Updated Texture methods
2y ago
dinkelspiel.tngl.sh
dd53561c
WindowSize is now available in Awake
2y ago
dinkelspiel.tngl.sh
4b71e22a
Updated sdl2cs dependency
2y ago
dinkelspiel.tngl.sh
d75b2bca
Improved error message
2y ago
dinkelspiel.tngl.sh
f786cfb6
Simple camera shake implementation
2y ago
shykeiichi
3e447470
Update submodule
2y ago
shykeiichi
3d5091a0
Added Keyboard.Released
2y ago
shykeiichi
dc729efc
Updated SDL2-CS commit
2y ago
shykeiichi
ee6e033d
Removed unused variable
2y ago
shykeiichi
46f3c351
Fixed Null Crash
2y ago
shykeiichi
4fc6cf1b
Supressed all warnings
2y ago
shykeiichi
21b96415
Added FPS cap to stop resource hogging
2y ago
shykeiichi
b419b2b3
Fixed Generation of Duplicate Assembly Attributes
2y ago
Willem Dinkelspiel
2f03c61a
Inspector Vector2 Implementation
2y ago
Willem Dinkelspiel
24b846ef
scene console commands now go both ways
2y ago
Willem Dinkelspiel
a7223461
Added functionality from old inspector to console
2y ago
Willem Dinkelspiel
0eb9473b
Allow UI Foreach to return null
2y ago
dinkelspiel.tngl.sh
fecb716e
Inspector Rework
2y ago
dinkelspiel.tngl.sh
3bbf4e2d
Fixed HAlign indent
2y ago
dinkelspiel.tngl.sh
744667aa
Camera lag deltatime
2y ago
dinkelspiel.tngl.sh
e150451c
Removed virtual Render from Scene
2y ago
dinkelspiel.tngl.sh
d471d737
Fixed Inspector Spamming Console
2y ago
dinkelspiel.tngl.sh
0949a593
Added UpdateOnlyIfActive to Scene for performance reasons
2y ago
dinkelspiel.tngl.sh
cf0c2b88
Fixed autocomplete offset
2y ago
dinkelspiel.tngl.sh
40189c10
Fixed Console AutoComplete offset
2y ago
dinkelspiel.tngl.sh
e387a2b9
Improved Performance Style
2y ago
22widi
b491fea4
Textfield max size in console and remove send button
2y ago
dinkelspiel.tngl.sh
2f6c75a3
100ms instead of 1000ms in fps poll
2y ago
dinkelspiel.tngl.sh
7dea531e
Changed ResizeableRectangle Color
2y ago
dinkelspiel.tngl.sh
6ab755d1
Fixed performance overview
2y ago
dinkelspiel.tngl.sh
6fc53c81
Spacer Distance Increase
2y ago
dinkelspiel.tngl.sh
7d287c56
UI Redesign
2y ago
dinkelspiel.tngl.sh
14979d93
Fixed errors
2y ago
shykeiichi
1381853d
Removed Render Method
2y ago
shykeiichi
c37ada55
Styles
2y ago
dinkelspiel.tngl.sh
196e8ef9
Dt
2y ago
dinkelspiel.tngl.sh
ef41ea9e
Removed Notifications
2y ago
22widi
27f31345
Notifications Progress
2y ago
dinkelspiel.tngl.sh
5ff4e06e
Notifications start
2y ago
shykeiichi
0af0202e
Clarified AngleDifference Parameters
2y ago
shykeiichi
d9c6fc30
Angle in Transform
2y ago
Fixed Fjord to work as an external binary
main
82d24d1c
shykeiichi
2y
RemoveEnity on error
8d79eedc
shykeiichi
2y
Fixed issue with border radius on rectangle and .ToTexture()
d53c0594
dinkelspiel.tngl.sh
2y
Added wrappers around SDL_GetTicks64 to get seconds and milliseconds. Might change this to c# timespan
357bedc8
dinkelspiel.tngl.sh
2y
Added nice-to-have functions in entity
ebe9f1e7
dinkelspiel.tngl.sh
2y
Improved Memory Usage and Performance
ee10f3b7
dinkelspiel.tngl.sh
2y
Console updates even if not active
5b796fab
dinkelspiel.tngl.sh
2y
Revamped input system based on godot 4
f2620657
dinkelspiel.tngl.sh
2y
Turned off mouse capture for notification scene
45da2490
dinkelspiel.tngl.sh
2y
Revamped errors to send notification instead of crashing scene
02bfaed6
dinkelspiel.tngl.sh
2y
Fixed ToTexture \not converting alpha
f9a6343a
dinkelspiel.tngl.sh
2y
Fixed SelectedScene in inspector
8d91f349
dinkelspiel.tngl.sh
2y
Fixed ClearColor having wrong mappings
84267b8d
dinkelspiel.tngl.sh
2y
Changed Segoeui -> Selawik as segoe ui is closed source
e50ccbb4
dinkelspiel.tngl.sh
2y
RenderToTexture -> ToTexture
e569648a
dinkelspiel.tngl.sh
2y
Scenes based on type not string id
d091e0cc
dinkelspiel.tngl.sh
2y
Updated Fjord to use modern C# naming conventions
d3f88982
dinkelspiel.tngl.sh
2y
GetTextureAsSolid
4a65b622
dinkelspiel.tngl.sh
2y
Added pause scene to inspector
fb178444
dinkelspiel.tngl.sh
2y
Updated Texture methods
513f024e
dinkelspiel.tngl.sh
2y
WindowSize is now available in Awake
dd53561c
dinkelspiel.tngl.sh
2y
Updated sdl2cs dependency
4b71e22a
dinkelspiel.tngl.sh
2y
Improved error message
d75b2bca
dinkelspiel.tngl.sh
2y
Simple camera shake implementation
f786cfb6
dinkelspiel.tngl.sh
2y
Update submodule
3e447470
shykeiichi
2y
Added Keyboard.Released
3d5091a0
shykeiichi
2y
Updated SDL2-CS commit
dc729efc
shykeiichi
2y
Removed unused variable
ee6e033d
shykeiichi
2y
Fixed Null Crash
46f3c351
shykeiichi
2y
Supressed all warnings
4fc6cf1b
shykeiichi
2y
Added FPS cap to stop resource hogging
21b96415
shykeiichi
2y
Fixed Generation of Duplicate Assembly Attributes
b419b2b3
shykeiichi
2y
Inspector Vector2 Implementation
2f03c61a
Willem Dinkelspiel
2y
scene console commands now go both ways
24b846ef
Willem Dinkelspiel
2y
Added functionality from old inspector to console
a7223461
Willem Dinkelspiel
2y
Allow UI Foreach to return null
0eb9473b
Willem Dinkelspiel
2y
Inspector Rework
fecb716e
dinkelspiel.tngl.sh
2y
Fixed HAlign indent
3bbf4e2d
dinkelspiel.tngl.sh
2y
Camera lag deltatime
744667aa
dinkelspiel.tngl.sh
2y
Removed virtual Render from Scene
e150451c
dinkelspiel.tngl.sh
2y
Fixed Inspector Spamming Console
d471d737
dinkelspiel.tngl.sh
2y
Added UpdateOnlyIfActive to Scene for performance reasons
0949a593
dinkelspiel.tngl.sh
2y
Fixed autocomplete offset
cf0c2b88
dinkelspiel.tngl.sh
2y
Fixed Console AutoComplete offset
40189c10
dinkelspiel.tngl.sh
2y
Improved Performance Style
e387a2b9
dinkelspiel.tngl.sh
2y
Textfield max size in console and remove send button
b491fea4
22widi
2y
100ms instead of 1000ms in fps poll
2f6c75a3
dinkelspiel.tngl.sh
2y
Changed ResizeableRectangle Color
7dea531e
dinkelspiel.tngl.sh
2y
Fixed performance overview
6ab755d1
dinkelspiel.tngl.sh
2y
Spacer Distance Increase
6fc53c81
dinkelspiel.tngl.sh
2y
UI Redesign
7d287c56
dinkelspiel.tngl.sh
2y
Fixed errors
14979d93
dinkelspiel.tngl.sh
2y
Removed Render Method
1381853d
shykeiichi
2y
Styles
c37ada55
shykeiichi
2y
Dt
196e8ef9
dinkelspiel.tngl.sh
2y
Removed Notifications
ef41ea9e
dinkelspiel.tngl.sh
2y
Notifications Progress
27f31345
22widi
2y
Notifications start
5ff4e06e
dinkelspiel.tngl.sh
2y
Clarified AngleDifference Parameters
0af0202e
shykeiichi
2y
Angle in Transform
d9c6fc30
shykeiichi
2y
next