aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix modstore pagecountNovatux2013-08-161-5/+5
* Use get_texturepath() instead of get_gamepath()/../texturesNovatux2013-08-162-4/+2
* Use errorstream instead of std::cout in pathfinder.cppPilzAdam2013-08-161-6/+6
* Remove debug outputPilzAdam2013-08-162-27/+0
* Sort modlist alphabeticallyPilzAdam2013-08-162-0/+37
* Add ability to activate mods with doubleclick (remove old_style_mod_selection)PilzAdam2013-08-163-83/+67
* 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-155-89/+44
* Fix documentation about colors in formspecSfan52013-08-151-2/+2
* Add virtual destructor to IBackgroundBlockEmerger to silence warningKahrl2013-08-151-0/+1
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-14153-3620/+3720
* Fix my name.Ilya Zhuravlev2013-08-141-1/+1
* Fix typosPilzAdam2013-08-142-3/+2
* Add support for entities to automatic face movement directionsapier2013-08-137-1/+18
* Dont write directly to files but rather write and copy a tmp filePilzAdam2013-08-139-69/+101
* Remove farmeshKahrl2013-08-139-580/+3
* Decoration: Fix schematic probability mess with new MTS file versionkwolekr2013-08-118-37/+75
* Dont crash if facedir > 23PilzAdam2013-08-101-4/+5
* Dont download modstore info if its isnt neededPilzAdam2013-08-102-1/+1
* Don't freak out when a client sends multiple TOSERVER_INIT packets; also log ...Perttu Ahola2013-08-081-1/+11
* 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 stored XSS vulnerability in the serverlistSfan52013-08-071-1/+1
* Fix uninitialized irr::SEvent fields in guiFormSpecMenu.cppKahrl2013-08-071-4/+10
* Simplify code of mainmenu world sortNovatux2013-08-061-14/+6
* 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-067-8/+15
* Fix worldlist in servertab being filtered by selected gamePilzAdam2013-08-061-1/+5
* Rename LagPool's member variables to avoid MSVC freaking up due to it's #defi...Perttu Ahola2013-08-061-11/+11
* Clean up server's log messages and give a better error to client when its pla...Perttu Ahola2013-08-061-19/+26
* Add minetest.registered_biomesNovatux2013-08-061-0/+7
* Fix crack overlay for animated texturesKahrl2013-08-052-112/+145
* Master server script improvementproller2013-08-051-1/+4
* Fix installation of textures/texture_packs_here.txtPilzAdam2013-08-041-1/+1
* Fix texture bumpmapping on some GPUsZeg92013-08-042-4/+2
* Masterserver bugfixproller2013-08-041-1/+1
* Freeze-melt adjustproller2013-08-041-3/+5
* Fix formspec label issues in win builds (MSVC)BlockMen2013-08-042-61/+39
* Make freetype usage configureable by a settingPilzAdam2013-08-048-14/+48
* Dont show gamefilter in TP tabPilzAdam2013-08-041-4/+2
* Add texture pack selection to main menuNovatux2013-08-0410-17/+125
* Change large amount of objects to be configurable via a setting in minetest.c...Novatux2013-08-043-3/+6
* Fix server getting completely choked up on even a little of DoSPerttu Ahola2013-08-044-168/+229
* Allow mods to listen to cheat detections using minetest.register_on_cheat()Perttu Ahola2013-08-047-3/+40
* Fix anticheatPerttu Ahola2013-08-035-70/+146
* Lessen the sky color glitch when quickly turning to look up after looking at ...Perttu Ahola2013-08-031-4/+9
* Fix and improve view range tunerPerttu Ahola2013-08-035-30/+43
* Add replacements to schematicsPilzAdam2013-08-034-4/+49
* More info in serverlistproller2013-08-032-7/+17