Commit Graph

2 Commits

Author SHA1 Message Date
Max Cahill
6ef19cfde0 added make_pooled, refactor pooling out of vector classes for easy reuse 2021-07-15 16:15:58 +10:00
Max Cahill
3cc177a0c0 BREAKING class interface refactor - all classes will need a minor update, see class.lua
tl;dr is that new no longer needs to call init, calling :new() directly in user code is not allowed, properties are copied, metamethods work, and a config table is needed rather than a class to extend from, so use {extends = superclass} if you want a minimal fix
2021-07-15 16:15:27 +10:00