92 Commits

Author SHA1 Message Date
e7d82d5681 Formatting (1.7.6) 2017-06-26 23:20:46 -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
1635a1633c Formatting (1.7.5) 2017-06-26 16:08:46 -04:00
561a5466e0 Update README.md 2017-06-26 14:46:11 -04:00
4761475845 type (1.7.5) 2017-06-26 14:23:47 -04:00
bf5078f0bc Typos and minor additions (1.7.5)
Added support for more consistant module creator support. Examples to come soon
2017-06-25 19:25:05 -04:00
cf22651949 Added intergration loveManager
Adds multi.intergrations.loveManager,lua
Created an example file for you to look at
2017-06-24 22:46:44 -04:00
ca1d05899e typo 2017-06-23 14:59:54 -04:00
66b96cf567 formatting of the readme 2017-06-23 12:19:01 -04:00
f1c32efb8b Updated to 1.7.3
Changed how you require the library. It was kinda over the top. Coroutine threads may or may not be added into the core. I am still thinking about it.
2017-06-23 12:15:46 -04:00
04528ef56c Changed some things
Updated parts of the readme examples to reflect the changes in the code
2017-06-23 11:05:15 -04:00
4cbb4b0982 Updated version # 2017-06-23 00:27:45 -04:00
bb3c814325 Update README.md 2017-06-23 00:14:23 -04:00
74cc5ffde8 formatting 2017-06-23 00:13:43 -04:00
de4de84d2e Update README.md 2017-06-23 00:12:13 -04:00
8cf45ac5dd Added documentation for sThreads
Fixed some typos
Added doc for sThreads
2017-06-22 17:13:16 -04:00
81a88e5b89 Update README.md 2017-06-22 13:18:38 -04:00
5b95dbec38 Update README.md 2017-06-22 13:17:14 -04:00
0968219926 typos and ordering of some text 2017-06-22 13:14:24 -04:00
5edea3a6a4 Typos in readme and example file 2017-06-22 11:34:19 -04:00
f072c2cfde Updated lanes intergration
It is now at a point where I feel okay with documenting.
2017-06-22 11:32:50 -04:00
091cd90a0d Changed some features!
Updated the ReadMe to reflect said changes
2017-06-20 23:42:45 -04:00
aad031062f Changed how steps and loops work
Added multi.compat.backwards[ver]
Require this to be able to use features that were changed from that version.
loops callback args are now: self,dt
steps callback args are now: self,pos
If requiring the backwards compat for the previous version do so after requiring all of the modules you are using.
2017-06-20 23:32:57 -04:00
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
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
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
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
d71f549c34 Added version # 2017-06-02 20:20:32 -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