Commit Graph

5 Commits

Author SHA1 Message Date
Max Cahill
1d430bd6a9 added todo note about auto-pooling 2021-10-19 15:41:40 +11:00
Max Cahill
0dfb74317f
fix another typo in make_pooled 2021-08-13 10:56:53 +10:00
FlamingArr
92406fa983
Fix a typo in make_pooled 2021-08-12 00:53:03 +05:30
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