249 Commits

Author SHA1 Message Date
f43abc885c Fixed some stuff 2020-03-10 12:56:56 -04:00
ed19da4994 Fixed bug with job queues functions 2020-03-10 11:55:48 -04:00
f435c9942a Bug fixes 2020-03-10 11:47:54 -04:00
07c421194e Bug fixes 2020-03-10 11:47:20 -04:00
04c17fe1e6 Updated bug version 2020-02-21 21:14:24 -05:00
3c2f7491f7 fixed conn issue 2020-02-21 15:28:09 -05:00
755237c0b7 Changelog of bug found 2020-02-21 10:25:39 -05:00
b18716027e fixed issue with services 2020-02-20 12:10:02 -05:00
8f32923a31 removed extra stuff 2020-02-19 15:35:12 -05:00
00a3c6731c Setting up sterilization stuff for 14.2.0 release 2020-02-19 15:16:53 -05:00
f47a750ef9 Cleaning up files 2020-02-19 14:59:38 -05:00
0d23aab726 modified changes.md 2020-02-19 14:24:02 -05:00
500734d0db Almost done with testing, minor changes 2020-02-19 12:32:41 -05:00
1f38b4dcb6 Finalizing code changes 2020-02-19 11:39:15 -05:00
9fc89c6f5f Services finished, doing final bug fixes 2020-02-18 15:37:30 -05:00
56bce25519 Small changes to test.lua 2020-02-18 12:37:45 -05:00
e1446c009d more work and bug fixes 2020-02-17 20:32:43 -05:00
4384dbbaee Working on services 2020-02-17 15:35:46 -05:00
8f5973343d Fixed tons of issues with async functions 2020-02-14 23:31:46 -05:00
ebe87ed69a Jobqueues lvl up 2020-02-14 15:38:00 -05:00
ead2fd6f2c Removed changes.html 2020-02-14 11:31:21 -05:00
cf6cdcfc6e Modified the changes.md 2020-02-14 11:30:15 -05:00
4578c816d3 Updated License, Updated Changes.md 2020-02-14 11:20:29 -05:00
5435ee485f Adding to the history of the multi library. EventManager 2020-02-13 15:37:38 -05:00
265777be4e More changes to changelog 2020-02-13 13:42:37 -05:00
ce9cc7f3a2 Made the changelog a bit more readable 2020-02-13 13:24:12 -05:00
5cceaef837 Working on stability features. 2020-02-13 12:54:46 -05:00
aff459ef68 Some bug fixes 2020-02-11 21:13:23 -05:00
ef151893ab Fixed issue created with threadedFunctions where arguments weren't being passed 2020-02-09 13:17:03 -05:00
d797875317 added THREAD:newFunction(func) 2020-02-08 11:04:05 -05:00
ec8c8c7074 Working on some new features 2020-02-08 08:50:44 -05:00
927e45db77 modified some files 2020-02-04 15:30:59 -05:00
173ad37c9b Worked on some features 2020-02-03 15:34:44 -05:00
91abd762cb Meta Mastery 2020-02-03 14:00:47 -05:00
a5b71985a6 Fixed Issue where threadedFunctions did not return its values everytime 2020-02-03 12:01:31 -05:00
1926d3e26c Updated changes.md 2020-01-31 14:35:21 -05:00
e9e2096999 added multi.OnLoad 2020-01-31 14:33:13 -05:00
0446dd0bea modified test file 2020-01-30 14:39:09 -05:00
2521a90712 tests 2020-01-29 21:47:14 -05:00
06574d2d45 Added multi.OnExit() 2020-01-29 14:25:27 -05:00
aaff2244b1 Fixed issue with threaded functions and how they interact with the threaded enviroment 2020-01-29 12:26:54 -05:00
6dbf2f5e93 Fixed issue with yielding across c/metamethod boundaries. Forgot that my default lua was luajit 2020-01-29 11:21:01 -05:00
c251567804 Thread enviroments now allow you to use an await like feature when using threaded functions 2020-01-28 23:35:23 -05:00
26245032f7 working on some stuff 2020-01-28 23:09:47 -05:00
64cd56d633 made some changes to the md 2020-01-28 15:32:50 -05:00
46029e3d60 updated 2020-01-28 15:30:16 -05:00
b9928ea8a0 updated 2020-01-28 15:27:38 -05:00
ab8f227f71 Updated readme 2020-01-28 15:23:54 -05:00
8484065479 Added multi:scheduleJob(time,func) Removed multi:newTimeStamper 2020-01-28 14:48:23 -05:00
504186a852
Some performance changes - 14.0.1
No longer create a table when calling thread.* methods. Not creating a new table and reusing a table instead we should see nice performance changes.
2020-01-27 12:31:17 -05:00