447 Commits

Author SHA1 Message Date
72dcc95400 updated readme for 13.0.0 2018-09-26 20:33:24 -04:00
86845f4230 well version will now be 13.0.0 2018-09-26 13:02:19 -04:00
dfc75fa56c Started working on documentation 2018-09-23 23:14:49 -04:00
358779c793 updates the readme files and changed version to 12.2.2 2018-09-22 11:10:47 -04:00
c382eb46dc another minor change, not really important 2018-09-22 11:06:22 -04:00
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
515f037c0a rockspec 2018-09-17 11:37:49 -04:00
d1f8bc9492 updated some files 2018-09-17 11:37:17 -04:00
29cc0b8935 test 2018-09-17 11:34:33 -04:00
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
eebd942555 Updated readme files 2018-09-10 22:28:45 -04:00
8db42e19f9 Added better priority management 2018-09-10 22:21:57 -04:00
21aed09d6d updated readme 2018-08-26 00:46:19 -04:00
76dbf26793 Fixed some bugs and added a minor feature 2018-08-26 00:44:29 -04:00
9b67727a01
edited readme 2018-07-29 01:48:58 -04:00
31e51ce3b3 updated some details on the readme 2018-07-25 12:29:29 -04:00
bbce42f0aa forgot to add dep on net 2018-07-25 12:20:21 -04:00
d1507219ff fixed rockspec 2018-07-25 12:18:04 -04:00
5e8c50082c fixed version # 2018-07-25 12:16:48 -04:00
88dbb867a7 I think thats all thats needed 2018-07-25 12:13:06 -04:00
dce6ea201e updated love2d compat 2018-07-21 09:58:43 -04:00
fae39b79e7 Fixed bugs with love2d and removed debug prints 2018-07-18 11:36:20 -04:00
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
aec5a88360 should fix a bug 2018-07-02 20:42:00 -04:00
fdfb3a6388 sigh 2018-07-02 20:41:14 -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
02cdbc3bc2 tests and more tests 2018-06-15 14:04:50 -04:00
c7734a2afa oops small thing left out 2018-06-15 13:56:00 -04:00
3a7aea4131 more tests 2018-06-15 13:54:27 -04:00
9c3e66e9cc doing some tests 2018-06-15 13:45:43 -04:00
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
a07fe49880 Updated to 1.10.0!
Check changes.md for what was done
2018-05-31 22:48:14 -04:00
67499cc5ba 1.9.2 is out! 2018-05-17 11:47:21 -04:00
e32720b687 1.9.2 is out!
Added, updated, and fixed stuff
2018-05-17 01:19:56 -04:00
509086295c fixed a typo 2017-11-20 09:11:56 -05:00
6c559b0e52 updated rockspec 2017-11-20 09:10:30 -05:00
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
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
181723e1c7 Added multi.timer(func,...)
Time how long a function executes for
2017-09-27 15:57:31 -04:00
fc4d53a4cc updated readme 2017-08-02 00:07:49 -04:00
285fa7e933 updated readme
Added slight changes and gave an update of upcoming stuff :D
2017-07-28 00:28:09 -04:00
842274e663 Added info and cleaned up the readme a bit 2017-07-23 19:03:38 -04:00