-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
* Fix up rendering so that there's just one big crossing rather than two bendy ones | ||
* Fix handling on the edge of bend nodes | ||
* Add a way to remove crossings (RMB) | ||
* Fix UI icon to fit in the circle | ||
* Clean up tool code to just use circles rather than beziers (see ToggleTrafficLights tool for example) | ||
* Figure out why the road flickers on placement | ||
* Filter tool to only work on roads (except highways) | ||
* Minimse code copied from game where possible | ||
* Why the hell are trees appearing on the road occasionally? | ||
* Occasional ArrayIndexOutOfRange exception | ||
* Occasional ArrayIndexOutOfRange exception (maybe fixed now?) | ||
|
||
What works: | ||
* Baisic placement and fuctionality | ||
* Removal with RMB | ||
* Traffic lights on larger roads |