Age | Commit message (Collapse) | Author |
|
|
|
On my system this is a reduction from 4664 to 3704 bytes.
This is not for the sake of saving RAM but ensuring
commonly used structures fit into caches better.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instead a warning is triggered if an affected compiler is detected.
closes #12022
|
|
|
|
This has been a problem since the first day, oops.
|
|
|
|
|
|
|
|
|
|
|
|
This comes into play on older servers which do not know the "stat" type.
Warnings are only logged once to avoid spam within globalstep callbacks
|
|
Co-authored-by: Elias Fleckenstein <eliasfleckenstein@web.de>
|
|
Fixes list clearing for inv:set_list() using same size, since 2db6b07.
addList() now clears the list in all cases. Use setSize() to resize without clearing.
|
|
|
|
Add backwards-compatible metatable functions for vectors.
|
|
|
|
|
|
|
|
|
|
unused guienv
also fix c_content.h, on client it includes the src/client/hud.h instead of src/hud.h, which leads to wrong file dependency on the lua stack
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The change that turns nodeboxes and meshes opaque when possible is kept,
as is the compatibility code that warns modders to adjust their nodedefs.
|
|
Includes minimal support code for practical reasons.
We'll need it for a slightly different purpose next commit.
|
|
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
|
|
|
|
|
|
|
|
|
|
Treat 'none' values as 'nil'
|
|
This reverts commit ad148587dcf5244c2d2011dba339786c765c54c4.
|
|
|
|
|
|
property (#10443)
|
|
|
|
|
|
|