Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Re-fix hud_change stat argument retrieval | kwolekr | 2013-09-26 | 1 | -7/+9 | |
| | | | | | Conflicts: src/script/lua_api/l_object.cpp | |||||
* | Fix compiling issue of MSVC | BlockMen | 2013-09-23 | 1 | -1/+1 | |
| | ||||||
* | Add option to scale image to percentage values | BlockMen | 2013-09-20 | 1 | -7/+10 | |
| | ||||||
* | Fix null dereference in weather update functions | proller | 2013-09-18 | 1 | -4/+8 | |
| | ||||||
* | Fix some warnings and other minor details | kwolekr | 2013-09-16 | 4 | -6/+6 | |
| | ||||||
* | Weather: Clean up getHeat/getHumidity somewhat | kwolekr | 2013-09-16 | 13 | -77/+143 | |
| | ||||||
* | Use cached "weather" setting | proller | 2013-09-17 | 1 | -1/+3 | |
| | ||||||
* | Fog depend on humidity | proller | 2013-09-17 | 1 | -0/+2 | |
| | ||||||
* | Add configurable PRAGMA synchronous = | proller | 2013-09-17 | 2 | -1/+11 | |
| | ||||||
* | Always use builtin JThread library | kwolekr | 2013-09-15 | 20 | -50/+37 | |
| | ||||||
* | Change mainmenu texture handling + small misc changes | Kahrl | 2013-09-11 | 7 | -83/+139 | |
| | | | | | | | | | | | | | | Texture names must now be escaped in formspec elements image[], background[], image_button[], image_button_exit[]. Instead of special-case handling of texture loading (and unloading which was missing) in guiFormSpecMenu.cpp, use the newly created ISimpleTextureSource interface which is a minimal subset of ITextureSource. There is an implementation of this interface used by GUIEngine (MenuTextureSource). Fix an off-by-one bug in unescape_string; it caused requests for a texture called "\0". | |||||
* | Fix hotbar padding at bottom | BlockMen | 2013-09-10 | 1 | -1/+1 | |
| | ||||||
* | Add offset to automatic_face_movement_dir | PilzAdam | 2013-09-10 | 6 | -7/+22 | |
| | ||||||
* | Allow non-string arguments for minetest.is_yes() | PilzAdam | 2013-09-10 | 2 | -3/+9 | |
| | ||||||
* | Add Settings interface for Lua | PilzAdam | 2013-09-10 | 7 | -0/+311 | |
| | ||||||
* | Handle --migrate even when compiled without leveldb support | Kahrl | 2013-09-10 | 1 | -5/+3 | |
| | ||||||
* | Remove assert warning in leveldb wonderland | Kahrl | 2013-09-10 | 1 | -0/+8 | |
| | ||||||
* | Fix loading leveldb worlds | Kahrl | 2013-09-10 | 1 | -0/+1 | |
| | ||||||
* | Fix broken build due to missing mapsector.h include | Kahrl | 2013-09-10 | 1 | -0/+1 | |
| | ||||||
* | Add license headers and remove useless includes | Kahrl | 2013-09-10 | 9 | -82/+178 | |
| | ||||||
* | Use system-wide LevelDB instead of bundled one | Sfan5 | 2013-09-09 | 132 | -25810/+12 | |
| | ||||||
* | Make --migrate update world.mt too | Sfan5 | 2013-09-09 | 1 | -1/+5 | |
| | ||||||
* | Add note about --migrate only working with minetestserver or --server | Sfan5 | 2013-09-09 | 1 | -1/+1 | |
| | ||||||
* | Fix 'Unknown map backend' error when using Configure menu right after ↵ | Sfan5 | 2013-09-09 | 1 | -1/+1 | |
| | | | | creating world | |||||
* | Use STL containers instead of irr::core::list | Sfan5 | 2013-09-09 | 8 | -12/+9 | |
| | ||||||
* | Add message that LevelDB is not supported on Windows | Sfan5 | 2013-09-09 | 1 | -0/+1 | |
| | ||||||
* | Make it compile | Sfan5 | 2013-09-09 | 7 | -8/+14 | |
| | ||||||
* | Add dummy and LevelDB database backends | Ilya Zhuravlev | 2013-09-09 | 148 | -242/+26766 | |
| | ||||||
* | Add fallback font support for some languages. | Ilya Zhuravlev | 2013-09-08 | 2 | -2/+22 | |
| | ||||||
* | Add minetest.get_gametime() API function, that returns the number of seconds ↵ | Novatux | 2013-09-08 | 2 | -0/+14 | |
| | | | | since the world was created. | |||||
* | Standardized method of getting node info in dungeon mapgen. | 0gb.us | 2013-09-06 | 1 | -1/+1 | |
| | ||||||
* | Fix selectionbox not honoring anaglyph mode 3d distortion | sapier | 2013-09-05 | 1 | -2/+14 | |
| | ||||||
* | Fix crash on lua exception | sapier | 2013-09-05 | 1 | -0/+5 | |
| | ||||||
* | Use player:set_hotbar_image() instead of hardcoded hotbar.png | PilzAdam | 2013-09-05 | 9 | -10/+94 | |
| | ||||||
* | Fix remnants of s32 enable_shaders | Kahrl | 2013-09-04 | 1 | -1/+1 | |
| | ||||||
* | Fix enable_fog = false not having any effect when shaders are enabled | Kahrl | 2013-09-03 | 1 | -4/+4 | |
| | ||||||
* | Server::ProcessData(): call getBanName once instead of twice (#639) | Ilya | 2013-09-03 | 1 | -2/+3 | |
| | ||||||
* | Add minetest.parse_json, engine.parse_json | Kahrl | 2013-09-02 | 4 | -0/+133 | |
| | ||||||
* | Use wstring for vertlabels | PilzAdam | 2013-08-31 | 1 | -6/+5 | |
| | ||||||
* | Fix bug in pathfinder causing endless loop in some situations | sapier | 2013-08-31 | 1 | -0/+2 | |
| | ||||||
* | Normalized heat and adjusted humidity | proller | 2013-08-30 | 1 | -15/+29 | |
| | ||||||
* | Add support for using textures in hotbar | BlockMen | 2013-08-25 | 2 | -22/+50 | |
| | ||||||
* | Fix aliases not working in shapeless crafting recipes | Kahrl | 2013-08-25 | 1 | -1/+1 | |
| | ||||||
* | Add a setting for HighPrecisionFPU (fixes #763). | Ilya Zhuravlev | 2013-08-25 | 2 | -0/+3 | |
| | ||||||
* | Fix umlauts/special character issue in lua gettext | BlockMen | 2013-08-19 | 1 | -3/+2 | |
| | ||||||
* | Fix gettext for tabs (windows) | BlockMen | 2013-08-19 | 1 | -1/+2 | |
| | ||||||
* | Allow SIGINT to kill mainmenu again | Kahrl | 2013-08-19 | 5 | -15/+11 | |
| | ||||||
* | GUIFormSpecMenu focus fixes | Kahrl | 2013-08-19 | 5 | -18/+189 | |
| | ||||||
* | Reenable image scaling in formspecs | BlockMen | 2013-08-18 | 1 | -2/+2 | |
| | ||||||
* | Add translation for main menu | sapier | 2013-08-17 | 5 | -56/+14 | |
| | | | | Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp |