aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2013-07-22Disable gamemanager by defaultPilzAdam
2013-07-22Fix bug in world creationsapier
Add old style mod selection in worldconfig dialog
2013-07-22Use user folder for gamemanager toosapier
2013-07-22Enable mod and gamemanager by defaultsapier
2013-07-22merge mainmenu_helper.lua to misc_helpers.luasapier
2013-07-22Add configurable curl timeoutsapier
2013-07-22Add playernumber to favorites listsapier
2013-07-22Add support for modstore screenshotssapier
Add error output on invalid mmdb entries
2013-07-21Fix light issue in 6d facedir.RealBadAngel
2013-07-20Bump protocol versionPilzAdam
2013-07-20Add an option to disable object <-> object collision for Lua entitiesPilzAdam
2013-07-20Add liquid_range to nodedefPilzAdam
2013-07-20Make range of tools configureablePilzAdam
2013-07-20Add set_breath and get_breath to lua API.RealBadAngel
2013-07-16Randomly choose singleplayer portPilzAdam
2013-07-16Fix lighting bug caused by disappearing lavaPilzAdam
2013-07-16Remove support for common modsPilzAdam
2013-07-14Change ContentFeatures array to a vectorKahrl
2013-07-13Leveled nodeboxproller
2013-07-12Remove lots of debug output from modmgrsapier
Fix RUN_IN_PLACE=0 mod install (now mods are saved in user folder in that case) Fix text of field element not unescaped correctly
2013-07-13Masterserver mods announse, ipv6, better curl errorsproller
2013-07-12Clean up bumpmap code a bitkwolekr
2013-07-12Disallow the name 'singleplayer' in a multiplayer serverPilzAdam
2013-07-10Fix multiple texture support for animated meshnodesstujones11
2013-07-09Fix serverlistsapier
2013-07-09Dont play digging sound if not diggingPilzAdam
2013-07-08Revert "Fix serverlist not beeing escaped correctly"kwolekr
This reverts commit 39d03148e5d98ef5f9a31b131a79ff2bbd71a877.