Cities: Skylines

Cities: Skylines

[DEPRECATED] Tree Anarchy 1.3.6
Ergebnisse 11–20 von 74
< 1  2  3  4 ... 8 >
Update: 26. Dez. 2021 um 19:36

Fix indicator panel overlapping temperature panel when snapped to demand bar
Fix localization file

Update: 26. Dez. 2021 um 1:35

Update localization

Update: 25. Dez. 2021 um 22:55

Version 1.2.7
Bugfixes and performance enhancements

  • Fixed regression issue with "Tree Effect On Wind"
  • Indicator Panel will now reposition correctly. It is also draggable to new location by left clicking it and holding the click for more than a second, then moving. The repositioned location will be saved. You may also right click the indicator panel to bring up a menu to snap it back to beside the demand panel.
  • Tree anarchy function is now default to "ON" and its state is not saved. This is to cope with Prop Anarchy and it's initial anarchy state when loading a game, to prevent props from being hidden.

Update: 20. Dez. 2021 um 12:41

Version 1.2.6
Bugfixes

  • Re-written indicator panel codes, now it's more aligned to its neighboring displays
  • Forced some methods with no-inlining attribute

Update: 19. Dez. 2021 um 1:20

Fix indicator panel position

Update: 19. Dez. 2021 um 0:39

Fixed Indicator panel overlap issue

Update: 18. Dez. 2021 um 22:52

Version 1.2.5

Bugfixes

  • Fixed issues when synchronizing indicator panel with Prop Anarchy

Update: 16. Dez. 2021 um 11:33

Version 1.2.4

Bugfixes and performance enhancements

  • Fix fire risk / forestry resource overview not displaying trees correctly
  • Further optimized option panel. Removed 12 redundant gameobjects.
  • Tree Sway adjustment is redesigned to be more intuitive
  • Custom Tree Scale / brightness storage are now consolidated into a structure for more efficient access.
  • Improved patched codes so rendering can be slightly more efficient. Improvement is insignificant from FPS point of view, but codes run ~2ms faster

Update: 12. Dez. 2021 um 13:45

Version 1.2.2

Bugfixes

  • Restructured the patching framework. Now more debug information can be viewed
  • Marked Tree Anarchy Beta as incompatible, so people don't accidentally subscribe to both.

Update: 9. Dez. 2021 um 4:18

Version 1.2.1

Bugfixes and optimization

  • Fix wonky movement when moving trees around, the issue was due to a bad math calculation rounding a float to integer where negative values were not considered. Now EMath::RoundToInt is fixed to also consider negative values