From: Perttu Ahola Date: Thu, 21 Jul 2011 20:28:30 +0000 (+0300) Subject: added some TODOs to main.cpp X-Git-Tag: 0.2.20110731_3~55^2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2b3bc337087a7df15bbc7a745ee36e718e6d3950;p=oweals%2Fminetest.git added some TODOs to main.cpp --- diff --git a/src/main.cpp b/src/main.cpp index 3edf79bd2..505f82fc7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -339,6 +339,12 @@ TODO: Merge bahamada's audio stuff (clean patch available) TODO: Merge key configuration menu (no clean patch available) +TODO: Add some kind of content range validation to mapnode serialization + +TODO: Make sure menu text position is fixed + +TODO: Fix sector over limits error + Making it more portable: ------------------------