478 Commits

Author SHA1 Message Date
3ff72de1e0 Typos and my promise
Fixed a few typos i saw while reading the Read-Me.
Currently looking over my library to see what can be added or optimized.
Due to making backwards support my #1 priority some changes that I want to make to the loop and step objects will be tricky.
The idea is to change the callback method to give the self object first then the position/index for steps and make loops callback to give the self then the time value. To make this work the user would need to import those new object separately. This though opens a new can of worms though... I'll think about it...
2017-06-20 23:08:50 -04:00
ac68500be5 Changed warning message
Change a warning message in multi:Stop()
1.5.0
2017-06-18 23:12:24 -04:00
b047734d5f Fixed a typo in one of the examples 2017-06-18 22:45:22 -04:00
b7196f9a44 Create README.md 2017-06-14 22:17:30 -04:00
ca5b1f3cd3 Fixed some bugs/consistency typos
some methods on actors were were not upper camel case
2017-06-14 17:41:07 -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
b65711cf1c edit typo 2017-06-11 22:54:37 -04:00
453aec8f34 Create README.md 2017-06-09 14:21:53 -04:00
27b8f86ad3 Fixed typo and added some more context 2017-06-09 14:20:27 -04:00
86db39ae7f Fixed a bug in the trigger module
It would return 2 self references upon connection instead of 1
2017-06-09 14:16:39 -04:00
38b6ba7535 Added examples
For triggers, tasks, jobs, and watchers
2017-06-09 14:15:13 -04:00
cd6775b3f6 Update README.md 2017-06-08 10:25:20 -04:00
eb45237b51 Create README.md 2017-06-08 10:21:16 -04:00
6b3e0b5f9b Added ThreaderUpdater
Added the threadedupdater module and updated the all.lua to reflect the new additions!
2017-06-06 16:45:23 -04:00
018d1bd36f Update README.md 2017-06-06 16:09:50 -04:00
36a3480d6a Update README.md 2017-06-03 14:00:47 -04:00
fd97afea08 changelog fix 2017-06-02 22:03:32 -04:00
d71f549c34 Added version # 2017-06-02 20:20:32 -04:00
d2c549e84c Merge branch 'master' of https://github.com/rayaman/multi 2017-06-02 17:00:36 -04:00
0e36ec917d Added Threaded TLoops
Modified the benchmark command
Fixed bugs in:
Timer s
Conditions
and Ranges
2017-06-02 17:00:21 -04:00
f0fbac44cf fixed typos 2017-06-02 13:40:46 -04:00
ea6f007cc6 Added more examples
Added:
- Processes
- Queuer
- Threads
- Functions

Fixed: some bugs
2017-06-02 13:39:05 -04:00
1a78fe9d73 More typos 2017-06-01 23:45:05 -04:00
bfe6544bed Fixed some typos 2017-06-01 23:41:36 -04:00
0e9eb4d293 Added many examples to the readme file 2017-06-01 23:40:06 -04:00
9c3bef8d78 Fixed filesystem stuff
cleaned up the filesystem
2017-06-01 20:51:47 -04:00
a64482e695 Added the files
Initial file addition
2017-06-01 20:49:33 -04:00