Andrew Francis Thomas
acf6479f4c
Fixed nether ceiling removal
2022-05-16 19:57:01 +02:00
Wunkolo
5b212dc585
Implement standard C boolean type
2019-06-25 14:19:12 -07:00
Wunkolo
d738c21852
Propagate block, bool, standard integer types across codebase
...
Posix type integer pass
Propagate block, bool, integer types across codebase
Add standard integer types to prototypes
2019-06-25 11:56:11 -07:00
Wunkolo
8162f3f877
Add .clang_format
...
Also applies clang-format to the current code base, using command:
`find . -regex '.*\.\(c\|h\)' -exec clang-format -style=file -i {} \;`
2019-06-23 18:43:32 -07:00
Andrew Chin
2377b3cd52
Fixed nether rendering crash
...
The nether rendering mode was not properly handling x and z values
outside of the range 0 to 15. This was causing an out-of-bounds
segfault when accessing the remove_block array.
Fixes #881
Fixes #851
Fixes #852
2013-02-07 19:53:37 -05:00
Andrew Chin
dc345ba75d
Renamed the current nether to netherold, and made the new nether2 the default
2012-11-28 22:03:17 -05:00