Skip to content

Tags: Unvanquished/lua

Tags

unvanquished/0.56.2

Toggle unvanquished/0.56.2's commit message
Unvanquished 0.56.2 beta

unvanquished/0.56.1

Toggle unvanquished/0.56.1's commit message
Unvanquished 0.56.1 beta

unvanquished/0.56.0

Toggle unvanquished/0.56.0's commit message
Unvanquished 0.56.0 beta

unvanquished/0.55.5

Toggle unvanquished/0.55.5's commit message
Unvanquished 0.55.5 beta

unvanquished/0.55.4

Toggle unvanquished/0.55.4's commit message
Unvanquished 0.55.4 beta

unvanquished/0.55.3

Toggle unvanquished/0.55.3's commit message
Unvanquished 0.55.3 beta

v5.4.7

Toggle v5.4.7's commit message
'lua.h' back to redundancy in version definitions

Several tools inspect 'lua.h' to extract version information, and
they assume the file will have some specific format.

v5.4.6

Toggle v5.4.6's commit message
"Emergency" new version 5.4.6

'lua_resetthread' is back to its original signature, to avoid
incompatibilities in the ABI between releases of the same version.
New function 'lua_closethread' added with the "correct" signature.

v5.4.5

Toggle v5.4.5's commit message
Details

Typos in comments and details in the manual.

v5.4.4

Toggle v5.4.4's commit message
Explanation of borders in the manual

The explanation includes the limit case of maxinteger being a border.
It also avoids the term "natural", which might include large floats
with natural values.