WIP: Add Support for Custom Brushes in Map Editor
Fix Large Terrain Performance Issues
9cd33db1dd
Merge pull request 'Fix Large Terrain Performance Issues' (#10) from large-terrain-performance-fix into main
4121b068f4
Amend missed code review comment
aa97badf69
Amend code review comments
10ee4f93f5
Offload map editor terrain generation to secondary thread
eb83022e6d
Remove testing terrain paints
kayomn
deleted branch large-terrain-performance-fix from protectorate/game
2023-01-23 21:32:19 +01:00
Fix Large Terrain Performance Issues
A better and less-disruptive solution would actually be to use RenderingServer.texture_2d_update_partial()
, however that won't happen until https://github.com/godotengine/godot/issues/65762 is…
Fix Large Terrain Performance Issues
f3e630849b
Merge pull request 'Add Camera Bounds Data' (#9) from editor-camera-bounds into main
17d0130d4f
Always show player camera boundary marker
01e5a5dbdb
Add world boundaries for player camera
5d02cd16c7
Reword editor warning for ItemSelection
b4772546b3
Add editor warnings to ButtonSelection