1
0
mirror of https://github.com/veden/Rampant.git synced 2024-12-26 20:54:12 +02:00

updated version info and versioning

This commit is contained in:
Aaron Veden 2018-01-23 20:23:11 -08:00
parent 38f4c98559
commit 1d1c2bbbd1
4 changed files with 15 additions and 18 deletions

View File

@ -169,17 +169,23 @@ function upgrade.attempt(natives)
squad.chunk = nil
end
global.regionMap = nil
game.surfaces[1].print("Rampant - Version 0.16.3")
global.version = constants.VERSION_38
end
if (global.version < constants.VERSION_39) then
natives.evolutionTableUnitSpawner = {}
natives.evolutionTableWorm = {}
natives.bases = {}
natives.baseIndex = 1
natives.baseIncrement = 0
global.regionMap = nil
game.surfaces[1].print("Rampant - Version 0.16.3")
global.version = constants.VERSION_38
game.surfaces[1].print("Rampant - Version 0.16.4")
global.version = constants.VERSION_39
end
return starting ~= global.version, natives
end

View File

@ -1,20 +1,11 @@
---------------------------------------------------------------------------------------------------
Version: 0.16.3
Date: 1. 13. 2018
Version: 0.16.4
Date: 1. 23. 2018
Major Feature:
- Generated enemies for a large varity of things to battle
- Evolving bases now get stronger over time and specialize their units
Bugfixes:
Bugfixes:
- Fixed a cause where squads could get stuck on hard to pass terrain
- Fixed creative mode tile wand robot error (https://forums.factorio.com/viewtopic.php?f=94&t=31445&start=220&hilit=rampant#p335574)
Improvements:
- Removed squad limit
- Squads converted from vanilla control receive immediate kamikaze roll
- Units not under a unit group, now get a kamikaze roll before being put into a retreating squad
Optimizations:
- Reworked squad regrouping to be surrounding chunks instead comparing against master list
Framework:
- Add squads to chunk map for faster location sensitive lookups
---------------------------------------------------------------------------------------------------
Version: 0.16.2

View File

@ -1,7 +1,7 @@
{
"name" : "Rampant",
"factorio_version" : "0.16",
"version" : "0.16.3",
"version" : "0.16.4",
"title" : "Rampant",
"author" : "Veden",
"homepage" : "https://forums.factorio.com/viewtopic.php?f=94&t=31445",

View File

@ -16,7 +16,7 @@ constants.VERSION_26 = 26
constants.VERSION_27 = 27
constants.VERSION_28 = 28
constants.VERSION_33 = 33
constants.VERSION_38 = 38
constants.VERSION_39 = 39
-- misc