aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Add uglification for lua 5.3HEADmasterAlexander Pickering2020-08-29
| | | | | The method used for load (load() vs loadstring()) is different in different lua versions. Select the one our environment uses.
* Various fixesAlexander Pickering2020-08-29
| | | | | Some functions were not setting last correctly, as a result, the minified code could not always be parsed.
* Add rockspecAlexander Pickering2020-08-21
| | | | Add a rockspec for easy packaging
* Started updateing unit testsAlexander Pickering2017-03-13
|
* Started to remove extraneous spacesAlexander Pickering2016-11-26
|
* Added local variable counting and long string replacementAlexander Pickering2016-09-02
|
* Completed minifier, created+completed uglifierAlexander Pickering2016-08-22
|
* A halfway commit in case anyone from facepunch comes lookingAlexander Pickering2016-08-20
|
* Initial commitAlexander Pickering2016-07-01