aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-22Add playernumber to favorites listsapier
2013-07-22filterlist api cleanupsapier
2013-07-22Add port to favorites if not 30000sapier
Major modmgr overhaul Add missing formspec checkbox doc
2013-07-22Replace worldlist by generic filterlist implementationsapier
2013-07-22Add support for modstore screenshotssapier
Add error output on invalid mmdb entries
2013-07-22Swap name/password <-> server descriptionsapier
2013-07-22Revert "Fix serverdescription and name not beeing saved to local serverlist"sapier
This reverts commit 7dbbbfc665e285cc9eb9d750c3a449d7da178d4f. (was added twice)
2013-07-22Remove unused required by list in worldconfigsapier
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-13Masterserver mods fixproller
2013-07-13Better masterserver htmlproller
2013-07-12Don't show flags in local favoritessapier
2013-07-12Fix bug server name set to address field when using up/down keyssapier
Show server description above connect button instead of in favorites list
2013-07-12Add missing server flags in public serverlistsapier
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-12Fix serverdescription and name not beeing saved to local serverlistsapier
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-11Add VoxelArea:position, VoxelArea:iter and VoxelArea:iterpKahrl
2013-07-11Worldlist fixessapier
Add alphabeticaly sorted worldlists Select world after creation Move worldlist handling to separate file Merge world selection of singleplayer/server tab Remove some useless code
2013-07-10Fix multiple texture support for animated meshnodesstujones11
2013-07-09Fix serverlistsapier
2013-07-10Public server checkboxproller
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 header not beeing shown except on singleplayer tabsapier
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-08Remove note in lua-api.txt that there are no vector helper functionsPilzAdam
2013-07-08Make sure that coordinates passed to /teleport are actual numbersPilzAdam
2013-07-07Move math.hypot() to misc_helpers.lua and fix zero-division errorShadowNinja
2013-07-07Lua main menu: Fix world creation dialogkwolekr
2013-07-08Set numeric locale in Lua in main menuPilzAdam
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.