]> git.lizzy.rs Git - minetest.git/blobdiff - src/main.cpp
Merge pull request #13 from Bahamada/upstream_merge
[minetest.git] / src / main.cpp
index be932cdf2fbf47e3831baa565608c971a1fd3e78..41da310f450344af0c99b48f3ad6c32c8cc31e76 100644 (file)
@@ -186,6 +186,11 @@ TODO: Better control of draw_control.wanted_max_blocks
 TODO: Further investigate the use of GPU lighting in addition to the\r
       current one\r
 \r
+TODO: Artificial (night) light could be more yellow colored than sunlight.\r
+      - This is technically doable.\r
+         - Also the actual colors of the textures could be made less colorful\r
+           in the dark but it's a bit more difficult.\r
+\r
 SUGG: Somehow make the night less colorful\r
 \r
 Configuration:\r
@@ -349,6 +354,12 @@ TODO: Add a per-sector database to store surface stuff as simple flags/values
 TODO: Restart irrlicht completely when coming back to main menu from game.\r
        - This gets rid of everything that is stored in irrlicht's caches.\r
 \r
+TODO: Merge bahamada's audio stuff (clean patch available)\r
+\r
+TODO: Merge spongie's chest/furnace direction (by hand)\r
+\r
+TODO: Merge key configuration menu (no clean patch available)\r
+\r
 Making it more portable:\r
 ------------------------\r
  \r
@@ -361,6 +372,12 @@ Fixes to the current release:
 Stuff to do after release:\r
 ---------------------------\r
 \r
+Doing currently:\r
+----------------\r
+\r
+TODO: Use MapBlock::resetUsageTimer() in appropriate places\r
+      (on client and server)\r
+\r
 ======================================================================\r
 \r
 */\r