kayomn pushed to large-terrain-performance-fix at protectorate/game 2023-01-23 21:31:36 +01:00
4121b068f4 Amend missed code review comment
kayomn pushed to large-terrain-performance-fix at protectorate/game 2023-01-23 21:29:53 +01:00
aa97badf69 Amend code review comments
kayomn commented on pull request protectorate/game#10 2023-01-23 21:24:41 +01:00
Fix Large Terrain Performance Issues

Missing doc comment.

kayomn commented on pull request protectorate/game#10 2023-01-23 21:24:41 +01:00
Fix Large Terrain Performance Issues

Missing doc comment.

kayomn commented on pull request protectorate/game#10 2023-01-23 21:24:41 +01:00
Fix Large Terrain Performance Issues

Is this enum used anywhere anymore?

kayomn pushed to large-terrain-performance-fix at protectorate/game 2023-01-23 21:16:38 +01:00
10ee4f93f5 Offload map editor terrain generation to secondary thread
kayomn pushed to large-terrain-performance-fix at protectorate/game 2023-01-23 19:29:02 +01:00
eb83022e6d Remove testing terrain paints
32700ee9d4 Refactor map editor
Compare 2 commits »
kayomn commented on pull request protectorate/game#10 2023-01-23 19:07:13 +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…

kayomn created pull request protectorate/game#10 2023-01-23 00:03:55 +01:00
Fix Large Terrain Performance Issues
kayomn created branch large-terrain-performance-fix in protectorate/game 2023-01-23 00:00:05 +01:00
kayomn pushed to large-terrain-performance-fix at protectorate/game 2023-01-23 00:00:05 +01:00
kayomn pushed to main at protectorate/game 2023-01-22 23:57:47 +01:00
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
Compare 5 commits »
kayomn deleted branch editor-camera-bounds from protectorate/game 2023-01-22 23:57:47 +01:00
kayomn merged pull request protectorate/game#9 2023-01-22 23:57:46 +01:00
Add Camera Bounds Data
kayomn closed issue protectorate/game#8 2023-01-22 23:57:46 +01:00
Specify Camera Bounds in Editor
kayomn commented on pull request protectorate/game#9 2023-01-22 23:57:39 +01:00
Add Camera Bounds Data

MapEditorController could do with comments but this class is likely to change significantly soon so will not be required as part of this PR.

kayomn pushed to editor-camera-bounds at protectorate/game 2023-01-22 23:51:51 +01:00
17d0130d4f Always show player camera boundary marker
kayomn pushed to editor-camera-bounds at protectorate/game 2023-01-22 16:41:47 +01:00
01e5a5dbdb Add world boundaries for player camera
kayomn pushed to editor-camera-bounds at protectorate/game 2023-01-21 16:05:48 +01:00
5d02cd16c7 Reword editor warning for ItemSelection
kayomn pushed to editor-camera-bounds at protectorate/game 2023-01-21 16:03:22 +01:00
b4772546b3 Add editor warnings to ButtonSelection