Sergey Lapin slapin
  • Joined on 2020-04-13
slapin commented on issue slapin/streaming_world#21 2024-09-07 22:45:05 +00:00
Check how generated buildings were distinguished from manually created in previous editor

This function is called from lines editor. Probably this can go to world code and have a command runnable from editor. And list of prefixes should live in config.

slapin commented on issue slapin/streaming_world#21 2024-09-07 22:41:44 +00:00
Check how generated buildings were distinguished from manually created in previous editor

The code to remove generated buildings is kind of meh....

func remove_generated_stuff():
	var lookup = buildings.keys().duplicate()
	var prefixes = ["empty", "foundation30",
slapin commented on issue slapin/streaming_world#5 2024-09-07 22:29:01 +00:00
Re-create procedural generation from old editor

See place_buildings()/place_valley() functions in editor.gd These are placed in create_road_from_lines()

slapin opened issue slapin/streaming_world#25 2024-09-07 21:48:55 +00:00
Build walk and driving AStar from _path line segments for minimap and navigation.
slapin opened issue slapin/streaming_world#24 2024-09-07 21:47:01 +00:00
Implement narrowing and widening for roads
slapin opened issue slapin/streaming_world#23 2024-09-07 21:46:04 +00:00
Implement _path line generation from _road line
slapin opened issue slapin/streaming_world#22 2024-09-07 21:42:14 +00:00
Implement _path line creating/editing
slapin opened issue slapin/streaming_world#21 2024-09-07 20:34:56 +00:00
Check how generated buildings were distinguished from manually created in previous editor
slapin opened issue slapin/streaming_world#20 2024-09-07 20:32:53 +00:00
Add "rebuild roads" feature
slapin opened issue slapin/streaming_world#19 2024-09-07 20:30:14 +00:00
Add metadata editor for lines
slapin commented on issue slapin/streaming_world#6 2024-09-07 20:27:00 +00:00
Add metadata to lines

Added

slapin closed issue slapin/streaming_world#6 2024-09-07 20:27:00 +00:00
Add metadata to lines
slapin commented on issue slapin/streaming_world#14 2024-09-07 20:25:34 +00:00
Save lines from menu

Saving all data for line

slapin closed issue slapin/streaming_world#14 2024-09-07 20:25:34 +00:00
Save lines from menu
slapin commented on issue slapin/streaming_world#17 2024-09-07 20:22:50 +00:00
build indices for lines before saving

No need to save indices at all.

slapin closed issue slapin/streaming_world#17 2024-09-07 20:22:50 +00:00
build indices for lines before saving
slapin pushed to master at slapin/streaming_world 2024-09-07 19:58:32 +00:00
67e3057109 Lines saving works
slapin closed issue slapin/streaming_world#16 2024-09-05 12:18:20 +00:00
Delete line
slapin closed issue slapin/streaming_world#15 2024-09-05 12:18:06 +00:00
Create new line
slapin pushed to master at slapin/streaming_world 2024-09-05 12:16:27 +00:00
88317b2564 Can create and delete lines