-
Updated
May 22, 2020 - Lua
lua-script
Here are 242 public repositories matching this topic...
Brief summary of issue / Description of requested feature:
We have one usage of Q_FOREACH. This had been discouraged for some time (since 2016-06-16).
https://github.com/Mudlet/Mudlet/blob/c5285d17615029a7af245948f7dad18c8c39fecc/src/Host.cpp#L1785
Steps to reproduce the issue / Reasons for adding feature:
- Look at Qt documentation within Qt Creator:
`Q_FOREACH(variable, co
-
Updated
May 10, 2021 - C++
Global variables are not something you'd want in your code as it makes things harder to maintain.
However, for prototyping or game states, it can still be useful.
The current practice in ÖbEngine is to create a permanent GameObject named GameManager and to assign variable to its Object table.
A better way to do it is simply to define a variable named global in the _G table so every Game
-
Updated
May 15, 2021 - Lua
-
Updated
Apr 27, 2021 - C++
-
Updated
Apr 29, 2021 - Kotlin
-
Updated
Mar 6, 2021 - Lua
-
Updated
May 14, 2021 - Lua
-
Updated
Feb 11, 2021 - Lua
-
Updated
Mar 19, 2021 - Lua
-
Updated
May 16, 2021 - Rust
-
Updated
Apr 18, 2021 - Lua
-
Updated
Sep 15, 2015 - C++
-
Updated
Nov 21, 2019 - Lua
-
Updated
Jul 21, 2019 - C
-
Updated
May 4, 2021 - Lua
-
Updated
Oct 9, 2020 - Lua
-
Updated
Dec 30, 2020 - C
-
Updated
Nov 23, 2020 - Pascal
-
Updated
Jan 3, 2021
-
Updated
Apr 7, 2021 - Lua
-
Updated
Mar 14, 2020 - C#
-
Updated
Apr 24, 2021 - C#
-
Updated
Aug 25, 2020 - C++
Improve this page
Add a description, image, and links to the lua-script topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lua-script topic, visit your repo's landing page and select "manage topics."
The ported markdown documentation attempts to glean technical documentation that is relevant to moonjit such as installation and execution instructions, API, etc. It does not have benchmark numbers, sponsorship acknowledgements or contact details since they are not relevant to moonjit.
In the process however, a number of cross-links have gone missing and the port also may have errors, formatti