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 |
|
Wunkolo
|
4d4df31ece
|
Block ID to mc_id replacement pass
|
2019-03-16 21:15:08 -07:00 |
|
Richard Pastrick
|
dc7a32d66d
|
Make the defaults actually work properly.
|
2012-06-08 14:42:25 -07:00 |
|
Richard Pastrick
|
28099deaf6
|
Add customizable overlay colors, works for base overlay, spawn, and slime.
I left minerals as it is so you have to still define the minerals option to get that to work.
|
2012-06-08 12:07:21 -07:00 |
|
Richard Pastrick
|
721ab67989
|
Fix an issue with baked in overlays not having any alpha, tested with non baked in too and no change there
|
2012-06-07 15:02:21 -07:00 |
|
Andrew Chin
|
20f9f92abd
|
Clean up some build warnings
Removed some unused code, and quelled some warnings via GCC
|
2012-03-02 13:40:58 -05:00 |
|
Aaron Griffith
|
8b28e42c8d
|
Merge branch 'rewrite' into anvil
Conflicts:
overviewer_core/src/overviewer.h
overviewer_core/tileset.py
overviewer_core/util.py
overviewer_core/world.py
|
2012-02-26 19:39:58 -05:00 |
|
Aaron Griffith
|
5d50f35ac1
|
broke out background-clearing code from base overlay primitive
|
2012-02-26 11:52:43 -05:00 |
|
Aaron Griffith
|
2b7af1886a
|
overlays converted into render primitives
|
2012-02-26 11:39:07 -05:00 |
|