From 89b4901e060ac3dcb4e4cfc6200304f03720e215 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Fri, 8 Jun 2018 22:14:21 -0400 Subject: [PATCH] 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 --- README.html | 2 +- README.md | 2 +- changes.html | 32 +- changes.md | 31 +- commit notes.txt | 5 + .../GuiManagerDebug/Core/Colors.int | 23 +- .../GuiManagerDebug/Core/fromString.int | 0 .../GuiManagerDebug/Core/newBase.int | 26 +- .../GuiManagerDebug/Core/toString.int | 40 +++ .../GuiManagerDebug/Drawing/drawC.int | 22 +- .../GuiManagerDebug/Drawing/drawR.int | 67 ++-- .../Image-Animation/SetImage.int | 4 +- .../Image-Animation/newImageButton.int | 2 +- .../Image-Animation/newImageLabel.int | 4 +- .../GuiManagerDebug/Misc/ApplyGradient.int | 4 +- .../GuiManagerDebug/Misc/Center.int | 6 +- .../GuiManagerDebug/Misc/Destroy.int | 1 + .../GuiManagerDebug/Misc/getFullSize.int | 4 +- .../GuiManagerDebug/Misc/newCheckBox.int | 2 +- .../GuiManagerDebug/Misc/setNewFont.int | 8 +- .../GuiManagerDebug/Text/newTextBox.int | 11 +- .../GuiManagerDebug/Text/widthToFontSize.int | 5 + .../GuiManagerDebug/init.lua | 11 +- .../multi/compat/love2d.lua | 89 +----- .../love2d Threading Example/multi/init.lua | 291 +++++------------- .../multi/integration/shared.lua | 50 +++ multi/compat/love2d.lua | 89 +----- multi/init.lua | 4 +- multi/integration/shared.lua | 50 +++ rockspecs/multi-1.10-0.rockspec | 33 ++ rockspecs/multi-1.11-0.rockspec | 32 ++ rockspecs/multi-1.9-2.rockspec | 2 +- rockspecs/multi-1.9-3.rockspec | 33 ++ 33 files changed, 515 insertions(+), 470 deletions(-) create mode 100644 commit notes.txt create mode 100644 examples/love2d Threading Example/GuiManagerDebug/Core/fromString.int create mode 100644 examples/love2d Threading Example/GuiManagerDebug/Core/toString.int create mode 100644 examples/love2d Threading Example/GuiManagerDebug/Text/widthToFontSize.int create mode 100644 rockspecs/multi-1.10-0.rockspec create mode 100644 rockspecs/multi-1.11-0.rockspec create mode 100644 rockspecs/multi-1.9-3.rockspec diff --git a/README.html b/README.html index 0ecffb4..a0794dd 100644 --- a/README.html +++ b/README.html @@ -9,7 +9,7 @@ -

multi Version: 1.10.0 (Changelog has its own dedicated file now, also bug fixes and a new object)

NOTE: I have been studying a lot about threading for the past few months and have some awesome additions in store! They will take a while to come out though. The goal of the library is still to provide a simple and efficient way to multi task in lua

In Changes you’ll find documentation for(In Order):