15 Commits

Author SHA1 Message Date
2447526a12 almost done, just a few more tests 2018-07-16 00:06:03 -04:00
d4f41c5aa7 Almost there, I took way too long of a break 2018-07-11 10:11:10 -04:00
291c30a7ac multi pc tests 2018-07-02 20:40:24 -04:00
c88ad2e73b testing multiple physcial pcs 2018-07-02 20:25:21 -04:00
cd3aae9c1e fixed some things 2018-06-26 22:50:34 -04:00
3a46c4ae44 queues are done 2018-06-26 22:36:33 -04:00
979a6d8674 Node manager working
A few things are left to do. Queues and adding support for some of the system threaded objects that exist.
2018-06-25 21:25:59 -04:00
138d61de85 awesome stuff being added
Almost done with the core features that I want added to this library
2018-06-24 21:59:38 -04:00
644044901d GLOBAL table works 2018-06-20 09:30:05 -04:00
de2b3ee100 im getting there 2018-06-18 01:12:42 -04:00
f072c2cfde Updated lanes intergration
It is now at a point where I feel okay with documenting.
2017-06-22 11:32:50 -04:00
bf011646f7 minibug
lua looks at 'dots' as '/' so they were changed to ','
2017-06-20 23:43:08 -04:00
aad031062f Changed how steps and loops work
Added multi.compat.backwards[ver]
Require this to be able to use features that were changed from that version.
loops callback args are now: self,dt
steps callback args are now: self,pos
If requiring the backwards compat for the previous version do so after requiring all of the modules you are using.
2017-06-20 23:32:57 -04:00
62aa9120a8 Fixed a typo in the init.lua
Typo caused the library to crash during load due to forgetting the ".." in the getVersion function
2017-06-14 15:11:57 -04:00
65a4dfa9c9 Core Addition (1.5.0)
Updated version from 1.4.1 to 1.5.0
Added:
multiObj:SetTime(n)
multiObj:ResetTime(n)
multiObj:ResolveTimer(...)
multiObj:OnTimedOut([function(self)])
multiObj:OnTimerResolved([function(self)],...)

Added:
multi:getVersion()

Example will be posted in the readme
2017-06-12 11:07:56 -04:00