aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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.
2013-07-08Fix serverlist not beeing escaped correctlysapier
Always use address for server Fix first (empty) element beeing selected after deleting last world
2013-07-08fix crash on play/start with empty world listsapier
make enter button work in create world dialog
2013-07-08Fix wallmounted rotations along Y axis for 90 and 270 degree caseskwolekr
2013-07-08Decoration: Handle facedir and wallmounted param2types with schematic rotationkwolekr
2013-07-08Settings: everything != 0 equals true; remove .asm shadersPilzAdam
2013-07-07Fix many formspec menu bugssapier
2013-07-07Fix parseColor, change remaining colorkeys to new format, fix Contributor listSfan5
2013-07-07When server sends late media, log to errorstream instead of crashing.Kahrl
Do a check for valid num_files before doing assert(!m_mesh_update_thread.IsRunning()); In particular, don't execute the assertion if all media has already been received.
2013-07-07include mathconstants.h in numerics.cppVincent Heuken
2013-07-06BiomeDefManager: Fully initialize default biomekwolekr
2013-07-06Mapgen V7: Fix out-of-bounds array accesskwolekr
2013-07-06LuaVoxelManip: Allow liquid updates in non-mapgen VoxelManip objectskwolekr