Skip to content

Commit

Permalink
0.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Choumiko committed Jul 24, 2015
1 parent c71f5f9 commit 9a815ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion FARL.lua
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ FARL = {
self:print("Couldn't create junction")
end
end,
--self:placeRails(self.previousDirection, self.lastrail, self.direction, nextRail, newTravelDir

placeRails = function(self, lastInDir, lastRail, newInDir, nextRail, newTravelDir)
if newTravelDir and nextRail.position then
local newDir = nextRail.direction
Expand Down
4 changes: 0 additions & 4 deletions control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ clearAreas = {
if gui.top.farl ~= nil then
gui.top.farl.destroy()
end
--debugDump("onplayercreated",true)
end

game.on_event(defines.events.on_player_created, onplayercreated)
Expand All @@ -304,7 +303,6 @@ clearAreas = {
local var = var or glob
local n = name or ""
game.makefile("farl/farl"..n..".lua", serpent.block(var, {name="glob"}))
--game.make_file("farl/loco"..n..".lua", serpent.block(findAllEntitiesByType("locomotive")))
end

-- driverNextDir = 1
Expand Down Expand Up @@ -361,7 +359,6 @@ clearAreas = {
local w = tonumber(weight) or 4
local s = Settings.loadByPlayer(player)
s.curvedWeight = weight
--saveVar(s)
end,

godmode = function(bool)
Expand Down Expand Up @@ -409,5 +406,4 @@ clearAreas = {
debugDump({i=i,type=w.type},true)
end
end
--/c local radius = 1024;game.forces.player.chart{{-radius, -radius}, {radius, radius}}
})
4 changes: 2 additions & 2 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "FARL",
"version": "0.3.12",
"version": "0.3.13",
"title": "Fully Automated Rail Layer",
"author": "Choumiko",
"contact": "www.factorioforums.com",
"description": "Fully automated rail-layer",
"dependencies": ["base >= 0.12.0", "? 5dim_trains"]
"dependencies": ["base >= 0.12.1", "? 5dim_trains"]
}

0 comments on commit 9a815ab

Please sign in to comment.