aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-08-16Use errorstream instead of std::cout in pathfinder.cppPilzAdam
2013-08-16Remove debug outputPilzAdam
2013-08-16Add ability to activate mods with doubleclick (remove old_style_mod_selection)PilzAdam
2013-08-16Don't automatically scroll listbox when selecting an item in the middleKahrl
2013-08-16Formspec textlist: Black Irrlicht magic to detect fake doubleclicksKahrl
2013-08-15Fix formspec escaping, add escaping to info.txt for texture packs.Novatux
2013-08-15Add virtual destructor to IBackgroundBlockEmerger to silence warningKahrl
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-08-14Fix typosPilzAdam
2013-08-13Add support for entities to automatic face movement directionsapier
2013-08-13Dont write directly to files but rather write and copy a tmp filePilzAdam
2013-08-13Remove farmeshKahrl
2013-08-11Decoration: Fix schematic probability mess with new MTS file versionkwolekr
2013-08-10Dont crash if facedir > 23PilzAdam
2013-08-08Don't freak out when a client sends multiple TOSERVER_INIT packets; also log ↵Perttu Ahola
one thing more.
2013-08-07Fix various memory access problems detected by valgrindKahrl
2013-08-07Fix path of mono font in defaultsettings.cppPilzAdam
2013-08-07Fix uninitialized irr::SEvent fields in guiFormSpecMenu.cppKahrl
2013-08-06Fix full crack texture being shown when releasing dig buttonKahrl
2013-08-06Add support for different drowning damage and allow drowning in other nodetypesBlockMen
2013-08-06Rename LagPool's member variables to avoid MSVC freaking up due to it's ↵Perttu Ahola
#define max
2013-08-06Clean up server's log messages and give a better error to client when its ↵Perttu Ahola
player is in use
2013-08-05Fix crack overlay for animated texturesKahrl
2013-08-04Freeze-melt adjustproller
2013-08-04Fix formspec label issues in win builds (MSVC)BlockMen
2013-08-04Make freetype usage configureable by a settingPilzAdam
2013-08-04Add texture pack selection to main menuNovatux
2013-08-04Change large amount of objects to be configurable via a setting in ↵Novatux
minetest.conf (max_objects_per_block).
2013-08-04Fix server getting completely choked up on even a little of DoSPerttu Ahola
* If client count is unbearable, immediately delete denied clients * Re-prioritize the checking order of things about incoming clients * Remove a huge CPU-wasting exception in ReliablePacketBuffer
2013-08-04Allow mods to listen to cheat detections using minetest.register_on_cheat()Perttu Ahola
2013-08-03Fix anticheatPerttu Ahola
2013-08-03Lessen the sky color glitch when quickly turning to look up after looking at ↵Perttu Ahola
ground that contains caves
2013-08-03Fix and improve view range tunerPerttu Ahola
2013-08-03Add replacements to schematicsPilzAdam
2013-08-03More info in serverlistproller
2013-08-02Allow multiple 'wherein' nodes in oredefPilzAdam
2013-08-02Weather backward compatibilityproller
2013-08-02Leveled nodebox backward compatibilityproller
2013-07-31Make bumpmapping compatible with irrlicht 1.8Esteban I. Ruiz Moreno
2013-07-30Add support for setting stepheight for entitiessapier
2013-07-28Fix warnings in mapblock.cppPilzAdam
2013-07-28Play sounds/main_menu.ogg in menuPilzAdam
2013-07-29Warnings fixproller
2013-07-28Better snow fall, finite liquid transform, leveled nodes apiproller
2013-07-27Weather supportproller
2013-07-27Dont announce server in singleplayerproller
2013-07-24Add support of pressed_texture of image_buttonBlockMen
Fix params number Add pressed texture name Fix string def Fix syntax error
2013-07-24Add gettext translation for image_buttonBlockMen
2013-07-24Cosmetic player info changesproller
2013-07-22Fix modstore URLsPilzAdam