aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add dummy and LevelDB database backendsIlya Zhuravlev2013-09-09148-242/+26766
|
* Add fallback font support for some languages.Ilya Zhuravlev2013-09-082-2/+22
|
* Add minetest.get_gametime() API function, that returns the number of seconds ↵Novatux2013-09-082-0/+14
| | | | since the world was created.
* Standardized method of getting node info in dungeon mapgen.0gb.us2013-09-061-1/+1
|
* Fix selectionbox not honoring anaglyph mode 3d distortionsapier2013-09-051-2/+14
|
* Fix crash on lua exceptionsapier2013-09-051-0/+5
|
* Use player:set_hotbar_image() instead of hardcoded hotbar.pngPilzAdam2013-09-059-10/+94
|
* Fix remnants of s32 enable_shadersKahrl2013-09-041-1/+1
|
* Fix enable_fog = false not having any effect when shaders are enabledKahrl2013-09-031-4/+4
|
* Server::ProcessData(): call getBanName once instead of twice (#639)Ilya2013-09-031-2/+3
|
* Add minetest.parse_json, engine.parse_jsonKahrl2013-09-024-0/+133
|
* Use wstring for vertlabelsPilzAdam2013-08-311-6/+5
|
* Fix bug in pathfinder causing endless loop in some situationssapier2013-08-311-0/+2
|
* Normalized heat and adjusted humidityproller2013-08-301-15/+29
|
* Add support for using textures in hotbarBlockMen2013-08-252-22/+50
|
* Fix aliases not working in shapeless crafting recipesKahrl2013-08-251-1/+1
|
* Add a setting for HighPrecisionFPU (fixes #763).Ilya Zhuravlev2013-08-252-0/+3
|
* Fix umlauts/special character issue in lua gettextBlockMen2013-08-191-3/+2
|
* Fix gettext for tabs (windows)BlockMen2013-08-191-1/+2
|
* Allow SIGINT to kill mainmenu againKahrl2013-08-195-15/+11
|
* GUIFormSpecMenu focus fixesKahrl2013-08-195-18/+189
|
* Reenable image scaling in formspecsBlockMen2013-08-181-2/+2
|
* Add translation for main menusapier2013-08-175-56/+14
| | | | Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
* Send player damage to all clients and apply [brightenPilzAdam2013-08-174-18/+43
|
* Diagonal liquid animationKahrl2013-08-171-32/+20
|
* Use errorstream instead of std::cout in pathfinder.cppPilzAdam2013-08-161-6/+6
|
* Remove debug outputPilzAdam2013-08-162-27/+0
|
* Add ability to activate mods with doubleclick (remove old_style_mod_selection)PilzAdam2013-08-161-1/+0
|
* Don't automatically scroll listbox when selecting an item in the middleKahrl2013-08-162-2/+51
|
* Formspec textlist: Black Irrlicht magic to detect fake doubleclicksKahrl2013-08-162-10/+66
|
* Fix formspec escaping, add escaping to info.txt for texture packs.Novatux2013-08-151-40/+23
|
* Add virtual destructor to IBackgroundBlockEmerger to silence warningKahrl2013-08-151-0/+1
|
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-14149-3619/+3706
|
* Fix typosPilzAdam2013-08-141-1/+1
|
* Add support for entities to automatic face movement directionsapier2013-08-136-1/+17
|
* Dont write directly to files but rather write and copy a tmp filePilzAdam2013-08-139-69/+101
|
* Remove farmeshKahrl2013-08-138-576/+3
|
* Decoration: Fix schematic probability mess with new MTS file versionkwolekr2013-08-117-28/+68
|
* Dont crash if facedir > 23PilzAdam2013-08-101-4/+5
|
* Don't freak out when a client sends multiple TOSERVER_INIT packets; also log ↵Perttu Ahola2013-08-081-1/+11
| | | | one thing more.
* Fix various memory access problems detected by valgrindKahrl2013-08-074-1/+9
|
* Fix path of mono font in defaultsettings.cppPilzAdam2013-08-071-1/+1
|
* Fix uninitialized irr::SEvent fields in guiFormSpecMenu.cppKahrl2013-08-071-4/+10
|
* Fix full crack texture being shown when releasing dig buttonKahrl2013-08-061-8/+8
|
* Add support for different drowning damage and allow drowning in other nodetypesBlockMen2013-08-064-7/+9
|
* Rename LagPool's member variables to avoid MSVC freaking up due to it's ↵Perttu Ahola2013-08-061-11/+11
| | | | #define max
* Clean up server's log messages and give a better error to client when its ↵Perttu Ahola2013-08-061-19/+26
| | | | player is in use
* Fix crack overlay for animated texturesKahrl2013-08-052-112/+145
|
* Freeze-melt adjustproller2013-08-041-3/+5
|
* Fix formspec label issues in win builds (MSVC)BlockMen2013-08-042-61/+39
|