From dcb98ab66b225d91e5a86b7841dfa2ef56122956 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 30 Jun 2017 21:51:50 -0400 Subject: [PATCH] Massive Typo intergration changed to integration Updated the examples and readme --- README.html | 56 +++--- README.md | 42 ++-- .../resourceloading.lua | 2 +- examples/lanesintergratetest.lua | 2 +- examples/lanesintergratetest2.lua | 2 +- examples/lanesintergratetest3.lua | 2 +- examples/lanesintergratetest4.lua | 2 +- examples/lanesintergratetest5.lua | 2 +- examples/lanesintergratetest6.lua | 2 +- examples/love2d Threading Example/main.lua | 2 +- examples/love2d Threading Example/main2.lua | 2 +- examples/love2d Threading Example/main3.lua | 2 +- examples/love2d Threading Example/main4.lua | 2 +- .../lanesManager.lua | 0 .../loveManager.lua | 0 .../shared/shared.lua | 0 .../multi/threading.lua | 181 ------------------ .../multi/threading/alarm.lua | 73 ------- .../multi/threading/all.lua | 7 - .../multi/threading/event.lua | 66 ------- .../multi/threading/loop.lua | 65 ------- .../multi/threading/process.lua | 106 ---------- .../multi/threading/step.lua | 115 ----------- .../multi/threading/tloop.lua | 65 ------- .../multi/threading/tstep.lua | 114 ----------- .../multi/threading/updater.lua | 55 ------ .../lanesManager.lua | 0 .../loveManager.lua | 0 .../shared/shared.lua | 0 29 files changed, 60 insertions(+), 907 deletions(-) rename examples/love2d Threading Example/multi/{intergration => integration}/lanesManager.lua (100%) rename examples/love2d Threading Example/multi/{intergration => integration}/loveManager.lua (100%) rename examples/love2d Threading Example/multi/{intergration => integration}/shared/shared.lua (100%) delete mode 100644 examples/love2d Threading Example/multi/threading.lua delete mode 100644 examples/love2d Threading Example/multi/threading/alarm.lua delete mode 100644 examples/love2d Threading Example/multi/threading/all.lua delete mode 100644 examples/love2d Threading Example/multi/threading/event.lua delete mode 100644 examples/love2d Threading Example/multi/threading/loop.lua delete mode 100644 examples/love2d Threading Example/multi/threading/process.lua delete mode 100644 examples/love2d Threading Example/multi/threading/step.lua delete mode 100644 examples/love2d Threading Example/multi/threading/tloop.lua delete mode 100644 examples/love2d Threading Example/multi/threading/tstep.lua delete mode 100644 examples/love2d Threading Example/multi/threading/updater.lua rename multi/{intergration => integration}/lanesManager.lua (100%) rename multi/{intergration => integration}/loveManager.lua (100%) rename multi/{intergration => integration}/shared/shared.lua (100%) diff --git a/README.html b/README.html index 0d85ba6..ce01703 100644 --- a/README.html +++ b/README.html @@ -9,7 +9,7 @@ -

multi Version: 1.8.2 (More support for love & lanes threading!)

Note: The changes section has information on how to use the new features as they come out. Why put the infomation twice on the readme?

My multitasking library for lua

To install copy the multi folder into your enviroment and you are good to go

It is a pure lua binding if you ingore the intergrations and the love2d compat

If you find any bugs or have any issues please let me know :)