Features:
- Added splitter, it can be used to split items coming on belt in 1:1 ratio.
- Autosave interval is now configurable in Options->Other (values are 1 to 100 minutes or never)
- Textual inputs now work with home + end keys.
- Moved enemy spawner parameters spawningRadius and spawningSpacing into the json files
- Alphabetical sorting of all file/directory lists (save/load game/scenario etc).
- Removed obsolete creeper-rocket.
- New graphics for electrics pole with rotation depending on connection + wires shadows.
- Fixed the error of randomly connecting/disconnecting of the pole to be built.
- Added 0 to the allowed characters (only 1 - 9 was allowed).
- Fixed the missing distance check for connection of circuit network cables.
- Fixed periodic slowdowns when creeper attacks were spawned.
- When save/scenario saving (from the save as menu) fails, error message is shown and player can try to resolve it (the application will not close).
- Update the size of the entity info window when the contents change.
- Fixed the missing translation tag in the item filter window.
- Fixed bug with attacking with a pick on a large distance
- Update of the tile graphics (mainly stone tiles are upgraded)
- Fixed chest info not updating when inserted items using script.
- Added indestructable/not operatable/not rotatable/active property accesible to the scripting.
- Added Lua force object
- Added function getentitycount into the force object, used this to fix minor bug in level-02 where count of mining drills/furnaces was done manually.
- In Lua setmulticommand now returns number of units sent
- Moved functions getrecipes and gettechnologies from the LuaEntity to LuaForce.
- Recipe categories (Both crafting and furnace recipes merged into one list, recipes are categorised now)
- Current recipe categories are "crafting" + "smelting", it is now possible to add new recipe categories in the prototype-definitions/recipe-category folder.
- Player/Assembling machine/Furnace prototype contains list of recipe categories they can use, this should make it easier to make specialised machines.
- Added partial polish translation (Missing demo campaign)
- Completed French translation (fixes and tips and tricks)
- Fixes in German translation