aboutsummaryrefslogtreecommitdiff
path: root/src/client.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-16Use get_texturepath() instead of get_gamepath()/../texturesNovatux2-4/+2
2013-08-16Use errorstream instead of std::cout in pathfinder.cppPilzAdam1-6/+6
2013-08-16Remove debug outputPilzAdam2-27/+0
2013-08-16Sort modlist alphabeticallyPilzAdam2-0/+37
2013-08-16Add ability to activate mods with doubleclick (remove old_style_mod_selection)PilzAdam3-83/+67
2013-08-16Don't automatically scroll listbox when selecting an item in the middleKahrl2-2/+51
2013-08-16Formspec textlist: Black Irrlicht magic to detect fake doubleclicksKahrl2-10/+66
2013-08-15Fix formspec escaping, add escaping to info.txt for texture packs.Novatux5-89/+44
2013-08-15Fix documentation about colors in formspecSfan51-2/+2
2013-08-15Add virtual destructor to IBackgroundBlockEmerger to silence warningKahrl1-0/+1
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl153-3620/+3720
2013-08-14Fix my name.Ilya Zhuravlev1-1/+1
2013-08-14Fix typosPilzAdam2-3/+2
2013-08-13Add support for entities to automatic face movement directionsapier7-1/+18
2013-08-13Dont write directly to files but rather write and copy a tmp filePilzAdam9-69/+101
2013-08-13Remove farmeshKahrl9-580/+3
2013-08-11Decoration: Fix schematic probability mess with new MTS file versionkwolekr8-37/+75
2013-08-10Dont crash if facedir > 23PilzAdam1-4/+5
2013-08-10Dont download modstore info if its isnt neededPilzAdam2-1/+1
2013-08-08Don't freak out when a client sends multiple TOSERVER_INIT packets; also log ...Perttu Ahola1-1/+11
2013-08-07Fix various memory access problems detected by valgrindKahrl4-1/+9
2013-08-07Fix path of mono font in defaultsettings.cppPilzAdam1-1/+1
2013-08-07Fix stored XSS vulnerability in the serverlistSfan51-1/+1
2013-08-07Fix uninitialized irr::SEvent fields in guiFormSpecMenu.cppKahrl1-4/+10
2013-08-06Simplify code of mainmenu world sortNovatux1-14/+6
2013-08-06Fix full crack texture being shown when releasing dig buttonKahrl1-8/+8
2013-08-06Add support for different drowning damage and allow drowning in other nodetypesBlockMen7-8/+15
2013-08-06Fix worldlist in servertab being filtered by selected gamePilzAdam1-1/+5
2013-08-06Rename LagPool's member variables to avoid MSVC freaking up due to it's #defi...Perttu Ahola1-11/+11
2013-08-06Clean up server's log messages and give a better error to client when its pla...Perttu Ahola1-19/+26
2013-08-06Add minetest.registered_biomesNovatux1-0/+7
2013-08-05Fix crack overlay for animated texturesKahrl2-112/+145
2013-08-05Master server script improvementproller1-1/+4
2013-08-04Fix installation of textures/texture_packs_here.txtPilzAdam1-1/+1
2013-08-04Fix texture bumpmapping on some GPUsZeg92-4/+2
2013-08-04Masterserver bugfixproller1-1/+1
2013-08-04Freeze-melt adjustproller1-3/+5
2013-08-04Fix formspec label issues in win builds (MSVC)BlockMen2-61/+39
2013-08-04Make freetype usage configureable by a settingPilzAdam8-14/+48
2013-08-04Dont show gamefilter in TP tabPilzAdam1-4/+2
2013-08-04Add texture pack selection to main menuNovatux10-17/+125
2013-08-04Change large amount of objects to be configurable via a setting in minetest.c...Novatux3-3/+6
2013-08-04Fix server getting completely choked up on even a little of DoSPerttu Ahola4-168/+229
2013-08-04Allow mods to listen to cheat detections using minetest.register_on_cheat()Perttu Ahola7-3/+40
2013-08-03Fix anticheatPerttu Ahola5-70/+146
2013-08-03Lessen the sky color glitch when quickly turning to look up after looking at ...Perttu Ahola1-4/+9
2013-08-03Fix and improve view range tunerPerttu Ahola5-30/+43
2013-08-03Add replacements to schematicsPilzAdam4-4/+49
2013-08-03More info in serverlistproller2-7/+17
2013-08-02Allow multiple 'wherein' nodes in oredefPilzAdam3-17/+31