News will be posted here.
-
JustAnyone
- Developer
- Posts: 3573
- Joined: 23 Jul 2017, 12:45
- Location: Easter Island
- Plugins: Showcase Store
-
Platform
#381
Post
by JustAnyone »
Version 1.12.17
- Add text drawing functions to Drawing library for convenience
- Add Add Drawing.drawCircle, Drawing.addColor functions
- Add Drawing.flowImage to easily draw images in flowing text using Lua
- Add Draft:getTail(), Draft:getSpeed() and Draft:getCapacity() for car drafts
- Fix city development stalls caused by buildings that need road on zone that doesn't
- Fix secondary highway bridge was not displayed
- Fix Java implemented Lua functions returning null instead of nil caused crash in certain situations
- Fix an issue related to restarting which caused some translations to not update
- Allow fire fighters to extinguish fires from beneath buildings since RCI can spawn on tunnels without on ground road connection
- Allow to use hex string in Drawing.setColor
- Remove requirement to unlock maps in local regions in desktop version
- Mark default bus stop using a meta tag
- Show more information in case of OOM error on Desktop
- Work on TS
- Update translations
-
JustAnyone
- Developer
- Posts: 3573
- Joined: 23 Jul 2017, 12:45
- Location: Easter Island
- Plugins: Showcase Store
-
Platform
#382
Post
by JustAnyone »
Version 1.12.18
- Add more car draft related Lua functions
- Add support for car spawning using multiple start and target points at once
- Add support for coloring cars
- Add Util.hex2color and Util.color2hex utility functions
- Add callback function script:clickAny which will be called after tap if the current tool did not consume the event
- Add City.getToolId function to identify tools more easily
- Add city drawer function getMissingRequirements
- Allow to create city drawer from script and data drafts
- Make it easier to define GUI menus with potentially missing items using Lua
- Fix corrupt city file prevents game from launching
- Fix thunderstorm impacted how other things were drawn
- Prevent dots in managed plugin files as it could be used to hide downloaded plugins in the folder on Unix based OSs
- Adjust how inactive buttons are displayed
- Specify capacities for stations and cars in JSON
- Work on TS