Commit History

Author SHA1 Message Date
  Justin Donaldson f540501cad Lua : move ugly casts and untyped calls to Boot, use Lib for a public interface for useful methods 9 years ago
  Justin Donaldson b6b9648d57 Lua : move some utility methods from Boot to a new Lib class 9 years ago
  Justin Donaldson 39323db810 Lua : add simple userdata type 9 years ago
  Justin Donaldson e8b652e49b Lua: introduce coroutine thread as a basic type 9 years ago
  Justin Donaldson a84e0090c5 Lua : fix permissions on Boot.hx 9 years ago
  Justin Donaldson ad9c685608 Lua : normalize lua inline helpers, and add instance function helper 9 years ago
  Justin Donaldson 94f291eb08 Lua: Use includeFile to inline class-specific lua helper methods 9 years ago
  peyty 13757e63e6 Avoiding some name clashes as according to https://github.com/HaxeFoundation/haxe/issues/4462 10 years ago
  Justin Donaldson 3729949a5a Lua : remove "new" from the list of hidden fields 10 years ago
  Justin Donaldson d74fc482b4 Lua: Fix enum resolution for reflection in Boot 10 years ago
  Justin Donaldson 99b001a357 Lua: fix the enum printing mechanism now that they all use basic arrays 10 years ago
  Justin Donaldson 4b53702fca Lua: Add a lua.Boot command to build a simple table 10 years ago
  Justin Donaldson 0b5b8b8b8a Lua: move the Array hacks to inline lua code emitted statically by the compiler 10 years ago
  Justin Donaldson f18db7fb99 Lua: Enums should not be treated as Arrays in Boot.printEnum 10 years ago
  Justin Donaldson 1dc597c54b Lua: Fix up instanceof method to better handle enum comparison, and to use fewer untyped operations 10 years ago
  Justin Donaldson bb307ed218 Lua: fix Boot.printEnum, and use \t for recursive field indent marker 10 years ago
  Justin Donaldson 6f241bd5b5 Lua: Add check for __enum__field in Boot.instanceOf 10 years ago
  Justin Donaldson 15c2292392 Lua : fix Std.is for enum 10 years ago
  Justin Donaldson e12b434486 Lua: add check for null metatables in Boot.instanceof 10 years ago
  Justin Donaldson b2823f3a78 Lua: Add some more tools for dealing with pairs/ipairs 10 years ago
  Justin Donaldson f13e43036f Lua: fix detection of arrays with Std.is 10 years ago
  Justin Donaldson 7a1c33c72d Lua: check for iterator after class check in Boot.__string_rec 10 years ago
  Justin Donaldson dd8d2200e9 Lua: Add some TODOS to check back on later 10 years ago
  Justin Donaldson 0c890355cb Lua : Misc refactoring 10 years ago
  Justin Donaldson a6bbf5f47c Lua: use "has_enum" for enum reflect 10 years ago
  Justin Donaldson 815319cdd0 Lua: Add clamp logic to Boot 10 years ago
  Justin Donaldson 0d617ce07d wip on base lua 10 years ago
  Justin Donaldson 12431e6d3c Lua: Fix enum printing 10 years ago
  Justin Donaldson 5c67d9876a Lua: make Boot.getClass public 10 years ago
  Justin Donaldson 952a7a380c Lua: fix Boot.getClass/getEnum 10 years ago