Age | Commit message (Collapse) | Author |
|
|
|
|
|
Parallax mapping with slope information.
Overriding normal maps.
|
|
|
|
|
|
This reverts commit 362ef5f6ced862daa4733034810d0b07e2ad5d89.
Stack tracebacks couldn't be generated in LuaError::LuaError anyway and this
caused a second, empty traceback in most cases. In cases where there wasn't
annother traceback the stack had already unwound and the traceback was empty.
|
|
|
|
|
|
|
|
This reverts commit 875f1327a47f78d783c3abc7f7acc3977dc286ec.
Fixed width format specifiers are only officially availale in C99 and C++11.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Looks like a bit of hasty copying and pasting from s_item.cpp.
|
|
Also fixes long-standing accuracy issue due to unknown wider
object count not being incremented.
|
|
|
|
|
|
Unless I'm mistaken, the chunk of code I'm moving there is potentially
executed hundreds of times inside the loop to get the exact same result
every time
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove flagmask field from set_mapgen_params table
Add small bits of needed documentation
|
|
Add check for datatype overflows
use native datatype indices instead of fixed 16bit/32bit ones
|
|
|
|
|
|
|
|
|
|
Add checks for invalid user input for important settings
Rename Settings::tryGet* to Settings::get*NoEx for consistency
|
|
This reverts commit 3f376a092e1c16429fb52f24736e9da98aff4cd5.
|
|
|
|
|