040d8842a2
still writing this thing
2018-11-06 06:39:14 -05: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
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
8db42e19f9
Added better priority management
2018-09-10 22:21:57 -04:00
76dbf26793
Fixed some bugs and added a minor feature
2018-08-26 00:44:29 -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
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
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
eaaf5d80a7
Fixed System Threaded Queues!
...
Faster
Added older versions
Other bug fixes
More examples
2017-07-07 23:38:54 -04:00
e0c72cb8ea
SystemThreadedExecute (1.8.5)
...
Added: SystemThreadedExecute
2017-07-04 13:53:31 -04:00
854862f2c8
(1.8.4) Bug fix and readme Notice
2017-07-04 13:32:58 -04:00
584e8be3a2
(1.8.4) Update
2017-07-03 13:59:44 -04:00
6863704352
Updated to (1.8.3)
...
Added new mainloop Options to increase the speed of the program
2017-07-01 14:22:44 -04:00
6f18a129f1
Final typo
2017-06-30 21:52:41 -04:00
dcb98ab66b
Massive Typo
...
intergration changed to
integration
Updated the examples and readme
2017-06-30 21:51:50 -04:00
a414def307
Updated to version (1.8.2)
...
Added more example files
Added SystemThreadedTables
Some bug fixes
2017-06-30 11:04:27 -04:00
8997c7a301
Updated the internal version #
2017-06-29 15:08:48 -04:00
f339b7bc22
Updated to (1.8.1)
...
Mostly changes with the structure of the library.
2017-06-29 15:08:18 -04:00
7601fc636d
Updated to 1.8.0
...
Added:
SystemThreadedBenchmark
SystemThreadedQueue
Fixed a bunch of bugs in the intergrations and regular multi objects
Fixed Error management in threads
All errors trigger the multi.OnError connection
Module creation support improved
added more examples
added Type to threaded objects
2017-06-28 22:40:04 -04:00
38f8234d20
Added some new methods (1.7.6)
...
More examples
small tweaks
added/modified examples
typos as always
minor bug fixes
some new features, read readme for them
2017-06-26 23:18:38 -04:00
fd39b09dd3
typos (1.7.5)
2017-06-25 19:48:26 -04:00
699744e16b
typos (1.7.5)
2017-06-25 19:46:34 -04:00
1b9972d1b7
Fixed small bug in lanesManager (1.7.5)
...
Fixed
2017-06-25 19:44:52 -04:00
361012b23b
slight change for module creation (1.7.5)
...
changed some things for threads
2017-06-25 19:41:55 -04:00