mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-17 23:05:07 -05:00
comment update
This commit is contained in:
parent
c78d610618
commit
c7ab4f15a5
11
src/main.cpp
11
src/main.cpp
@ -186,6 +186,8 @@ TODO: Better control of draw_control.wanted_max_blocks
|
|||||||
TODO: Further investigate the use of GPU lighting in addition to the
|
TODO: Further investigate the use of GPU lighting in addition to the
|
||||||
current one
|
current one
|
||||||
|
|
||||||
|
SUGG: Somehow make the night less colorful
|
||||||
|
|
||||||
Configuration:
|
Configuration:
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
@ -335,6 +337,15 @@ Misc. stuff:
|
|||||||
- Finish the ActiveBlockModifier stuff and use it for something
|
- Finish the ActiveBlockModifier stuff and use it for something
|
||||||
- Move mineral to param2, increment map serialization version, add conversion
|
- Move mineral to param2, increment map serialization version, add conversion
|
||||||
|
|
||||||
|
TODO: Add a per-sector database to store surface stuff as simple flags/values
|
||||||
|
- Light?
|
||||||
|
- A building?
|
||||||
|
And at some point make the server send this data to the client too,
|
||||||
|
instead of referring to the noise functions
|
||||||
|
- Ground height
|
||||||
|
- Surface ground type
|
||||||
|
- Trees?
|
||||||
|
|
||||||
Making it more portable:
|
Making it more portable:
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user