-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed version stamps... not needed there.
- Loading branch information
Showing
5 changed files
with
0 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
-- Created by: Danny Bloemendaal, [email protected] | ||
-- Version 0.9.9 | ||
|
||
local scriptPath = debug.getinfo(1).source:match("@?(.*/)") | ||
package.path = package.path .. ';' .. scriptPath .. '?.lua' | ||
local helpers = require('event_helpers') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
-- Version 0.9.10 | ||
|
||
--[[ | ||
Log level = 1: Errors | ||
Log level = 2: Errors + info | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
-- Created by: Danny Bloemendaal, [email protected] | ||
-- Version 0.9.9 | ||
|
||
-- make sure we can find our modules | ||
local SCRIPTFOLDER = 'scripts' | ||
local scriptPath = debug.getinfo(1).source:match("@?(.*/)") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters