Historique des commits

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