From f30403133399267c607119b319a9c7c9c4eb913b Mon Sep 17 00:00:00 2001 From: mrSkortch Date: Fri, 1 Aug 2014 22:49:16 -0600 Subject: [PATCH 1/5] Fixed gitattributes WordWrap on rev changelog should now work --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 2e75bd8..5b66ef7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -21,6 +21,9 @@ *.rtf diff=astextplain *.RTF diff=astextplain +* text=auto + + .gitattributes export-ignore .gitignore export-ignore README.md export-ignore From cdd1a53eb41637b8ea9010b0f467f9a30e0c025b Mon Sep 17 00:00:00 2001 From: mrSkortch Date: Fri, 1 Aug 2014 22:52:26 -0600 Subject: [PATCH 2/5] Update .gitattributes --- .gitattributes | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5b66ef7..a797287 100644 --- a/.gitattributes +++ b/.gitattributes @@ -21,8 +21,6 @@ *.rtf diff=astextplain *.RTF diff=astextplain -* text=auto - .gitattributes export-ignore .gitignore export-ignore From fba8596026e45f84317c72d67befa4f203a722b4 Mon Sep 17 00:00:00 2001 From: mrSkortch Date: Fri, 1 Aug 2014 22:59:48 -0600 Subject: [PATCH 3/5] Hopefully fix txt display in notepad --- .gitattributes | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5b66ef7..f842c4f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,9 +20,7 @@ *.PDF diff=astextplain *.rtf diff=astextplain *.RTF diff=astextplain - -* text=auto - +*.txt eol=crlf .gitattributes export-ignore .gitignore export-ignore From 2feddb25131bb11bbfabe1dfa23f8666c5247a31 Mon Sep 17 00:00:00 2001 From: mrSkortch Date: Fri, 1 Aug 2014 23:00:31 -0600 Subject: [PATCH 4/5] Update .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index a797287..85221e6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,6 +20,7 @@ *.PDF diff=astextplain *.rtf diff=astextplain *.RTF diff=astextplain +*.txt eol=crlf .gitattributes export-ignore From d636f64cbd9bdf97f3fb69f063884290cb2c2087 Mon Sep 17 00:00:00 2001 From: Ciaran Fisher Date: Wed, 14 Oct 2015 11:22:18 +0100 Subject: [PATCH 5/5] Not sure if this is a bug... Not sure if this is a bug --- mist.lua | 2 +- mist_4_0_55.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mist.lua b/mist.lua index 2238ac8..442b0e3 100644 --- a/mist.lua +++ b/mist.lua @@ -3919,7 +3919,7 @@ mist.groupRandomDistSelf = function(gpData, dist, form, heading, speed) local pos = mist.getLeadPos(gpData) local fakeZone = {} fakeZone.radius = dist or math.random(300, 1000) - fakeZone.point = {x = pos.x, y, pos.y, z = pos.z} + fakeZone.point = {x = pos.x, y = pos.y, z = pos.z} mist.groupToRandomZone(gpData, fakeZone, form, heading, speed) return diff --git a/mist_4_0_55.lua b/mist_4_0_55.lua index 2238ac8..442b0e3 100644 --- a/mist_4_0_55.lua +++ b/mist_4_0_55.lua @@ -3919,7 +3919,7 @@ mist.groupRandomDistSelf = function(gpData, dist, form, heading, speed) local pos = mist.getLeadPos(gpData) local fakeZone = {} fakeZone.radius = dist or math.random(300, 1000) - fakeZone.point = {x = pos.x, y, pos.y, z = pos.z} + fakeZone.point = {x = pos.x, y = pos.y, z = pos.z} mist.groupToRandomZone(gpData, fakeZone, form, heading, speed) return