Commit Graph
550 Commits
Author SHA1 Message Date
server 0abd8183b5 still working on the doc, soon 2019-01-04 13:59:38 -05:00
server 9b5acbd23e 13.0.0 Will be out soooooooon I promise
Anyway added some new objects, removed a few and wrote some more documentation... all thats left is system threads and network threads(nodes)
2018-11-14 10:27:39 -05:00
server 040d8842a2 still writing this thing 2018-11-06 06:39:14 -05:00
server 72dcc95400 updated readme for 13.0.0 2018-09-26 20:33:24 -04:00
server 86845f4230 well version will now be 13.0.0 2018-09-26 13:02:19 -04:00
server dfc75fa56c Started working on documentation 2018-09-23 23:14:49 -04:00
server 358779c793 updates the readme files and changed version to 12.2.2 2018-09-22 11:10:47 -04:00
server c382eb46dc another minor change, not really important 2018-09-22 11:06:22 -04:00
server 4bccb655b6 Mainloop unstoppable bug fix
turns out i made it impossible to stop the mainloop oops.
multi.Stop() does this now
2018-09-22 11:02:32 -04:00
server 515f037c0a rockspec 2018-09-17 11:37:49 -04:00
server d1f8bc9492 updated some files 2018-09-17 11:37:17 -04:00
server 29cc0b8935 test 2018-09-17 11:34:33 -04:00
server 7eb9cd37e9 12.2.1 is out
Fixed some systemthreaded objects. More tests are needed though.

About to start making real documentation soon!
2018-09-17 11:33:23 -04:00
server eebd942555 Updated readme files 2018-09-10 22:28:45 -04:00
server 8db42e19f9 Added better priority management 2018-09-10 22:21:57 -04:00
server 21aed09d6d updated readme 2018-08-26 00:46:19 -04:00
server 76dbf26793 Fixed some bugs and added a minor feature 2018-08-26 00:44:29 -04:00
server 9b67727a01 edited readme 2018-07-29 01:48:58 -04:00
server 31e51ce3b3 updated some details on the readme 2018-07-25 12:29:29 -04:00
server bbce42f0aa forgot to add dep on net 2018-07-25 12:20:21 -04:00
server d1507219ff fixed rockspec 2018-07-25 12:18:04 -04:00
server 5e8c50082c fixed version # 2018-07-25 12:16:48 -04:00
server 88dbb867a7 I think thats all thats needed 2018-07-25 12:13:06 -04:00
server dce6ea201e updated love2d compat 2018-07-21 09:58:43 -04:00
server fae39b79e7 Fixed bugs with love2d and removed debug prints 2018-07-18 11:36:20 -04:00
server 2447526a12 almost done, just a few more tests 2018-07-16 00:06:03 -04:00
server d4f41c5aa7 Almost there, I took way too long of a break 2018-07-11 10:11:10 -04:00
server aec5a88360 should fix a bug 2018-07-02 20:42:00 -04:00
server fdfb3a6388 sigh 2018-07-02 20:41:14 -04:00
server 291c30a7ac multi pc tests 2018-07-02 20:40:24 -04:00
server c88ad2e73b testing multiple physcial pcs 2018-07-02 20:25:21 -04:00
server cd3aae9c1e fixed some things 2018-06-26 22:50:34 -04:00
server 3a46c4ae44 queues are done 2018-06-26 22:36:33 -04:00
server 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
server 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
server 644044901d GLOBAL table works 2018-06-20 09:30:05 -04:00
server de2b3ee100 im getting there 2018-06-18 01:12:42 -04:00
server 02cdbc3bc2 tests and more tests 2018-06-15 14:04:50 -04:00
server c7734a2afa oops small thing left out 2018-06-15 13:56:00 -04:00
server 3a7aea4131 more tests 2018-06-15 13:54:27 -04:00
server 9c3e66e9cc doing some tests 2018-06-15 13:45:43 -04:00
server 89b4901e06 Love2d support is updated to 11.1
May be bugs in supporting libraries, but the multitasking library is fully updated.

The guimanager may have a bug or 2, but I haven't found any ground breaking bugs that haven't been fixed
2018-06-08 22:14:21 -04:00
server a07fe49880 Updated to 1.10.0!
Check changes.md for what was done
2018-05-31 22:48:14 -04:00
server 67499cc5ba 1.9.2 is out! 2018-05-17 11:47:21 -04:00
server e32720b687 1.9.2 is out!
Added, updated, and fixed stuff
2018-05-17 01:19:56 -04:00
server 509086295c fixed a typo 2017-11-20 09:11:56 -05:00
server 6c559b0e52 updated rockspec 2017-11-20 09:10:30 -05:00
server 03d632c3da System threading updates
Added luvitManager limited due to the way luvit works
Updated:
multi:newSystemThread(name,func,...)
You can now pass arguments to the threaded function :D
2017-11-17 23:05:28 -05:00
server 641845a0fa New features on the horizon
For now you can enjoy:
str=multiobj:ToString()
and
multi:newFromString(str)
2017-11-13 23:00:36 -05:00
server 181723e1c7 Added multi.timer(func,...)
Time how long a function executes for
2017-09-27 15:57:31 -04:00