aboutsummaryrefslogtreecommitdiff
path: root/compatibility/3.6.nom
AgeCommit message (Collapse)Author
2018-09-14Auto-upgraded everything.Bruce Hill
2018-09-10Upgraded to 3.8 (text method changes) and fixed some bugs inBruce Hill
tree_to_nomsu.
2018-08-30Auto-upgraded to 3.7Bruce Hill
2018-08-30Fixed obnoxious bug where List was getting used instead of a Dict,Bruce Hill
causing havoc when .first and .pop were being accessed.
2018-08-29Tweaked version 3.6 to include deprecating list append/removal functionsBruce Hill
in favor of using a method call style.
2018-08-29Fully updated to 3.6, deprecated old LuaCode global functions like "to 1Bruce Hill
write 2" and replaced them with method calls like "1::append 2"
2018-08-29Intermediate step in upgrading to 3.6. Fixed a bug with upgradingBruce Hill
methods.