aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Leveled nodebox backward compatibilityproller2013-08-022-9/+14
|
* Make bumpmapping compatible with irrlicht 1.8Esteban I. Ruiz Moreno2013-07-311-0/+5
|
* Add support for setting stepheight for entitiessapier2013-07-306-5/+11
|
* Fix warnings in mapblock.cppPilzAdam2013-07-281-5/+5
|
* Play sounds/main_menu.ogg in menuPilzAdam2013-07-285-47/+112
|
* Warnings fixproller2013-07-292-1/+2
|
* Better snow fall, finite liquid transform, leveled nodes apiproller2013-07-286-28/+76
|
* Weather supportproller2013-07-2720-73/+510
|
* Dont announce server in singleplayerproller2013-07-272-2/+3
|
* Add support of pressed_texture of image_buttonBlockMen2013-07-241-5/+21
| | | | | | | | | | Fix params number Add pressed texture name Fix string def Fix syntax error
* Add gettext translation for image_buttonBlockMen2013-07-241-1/+10
|
* Cosmetic player info changesproller2013-07-241-4/+3
|
* Fix modstore URLsPilzAdam2013-07-221-3/+3
|
* Disable gamemanager by defaultPilzAdam2013-07-221-1/+1
|
* Fix bug in world creationsapier2013-07-221-0/+1
| | | | Add old style mod selection in worldconfig dialog
* Use user folder for gamemanager toosapier2013-07-221-1/+1
|
* Enable mod and gamemanager by defaultsapier2013-07-221-0/+2
|
* merge mainmenu_helper.lua to misc_helpers.luasapier2013-07-221-1/+1
|
* Add configurable curl timeoutsapier2013-07-222-1/+5
|
* Add playernumber to favorites listsapier2013-07-221-1/+1
|
* Add support for modstore screenshotssapier2013-07-223-0/+62
| | | | Add error output on invalid mmdb entries
* Fix light issue in 6d facedir.RealBadAngel2013-07-211-3/+41
|
* Bump protocol versionPilzAdam2013-07-203-10/+21
|
* Add an option to disable object <-> object collision for Lua entitiesPilzAdam2013-07-2011-5/+47
|
* Add liquid_range to nodedefPilzAdam2013-07-205-4/+15
|
* Make range of tools configureablePilzAdam2013-07-204-2/+13
|
* Add set_breath and get_breath to lua API.RealBadAngel2013-07-2013-19/+190
|
* Randomly choose singleplayer portPilzAdam2013-07-161-1/+1
|
* Fix lighting bug caused by disappearing lavaPilzAdam2013-07-161-2/+4
|
* Remove support for common modsPilzAdam2013-07-161-50/+0
|
* Change ContentFeatures array to a vectorKahrl2013-07-147-113/+160
|
* Leveled nodeboxproller2013-07-136-4/+46
|
* Remove lots of debug output from modmgrsapier2013-07-122-5/+4
| | | | | 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
* Masterserver mods announse, ipv6, better curl errorsproller2013-07-136-14/+21
|
* Clean up bumpmap code a bitkwolekr2013-07-121-28/+31
|
* Disallow the name 'singleplayer' in a multiplayer serverPilzAdam2013-07-121-0/+9
|
* Fix multiple texture support for animated meshnodesstujones112013-07-101-1/+1
|
* Fix serverlistsapier2013-07-092-6/+9
|
* Dont play digging sound if not diggingPilzAdam2013-07-091-14/+14
|
* Revert "Fix serverlist not beeing escaped correctly"kwolekr2013-07-081-2/+1
| | | | This reverts commit 39d03148e5d98ef5f9a31b131a79ff2bbd71a877.
* Fix serverlist not beeing escaped correctlysapier2013-07-081-1/+2
| | | | | Always use address for server Fix first (empty) element beeing selected after deleting last world
* fix crash on play/start with empty world listsapier2013-07-081-1/+2
| | | | make enter button work in create world dialog
* Fix wallmounted rotations along Y axis for 90 and 270 degree caseskwolekr2013-07-081-1/+2
|
* Decoration: Handle facedir and wallmounted param2types with schematic rotationkwolekr2013-07-084-12/+50
|
* Settings: everything != 0 equals true; remove .asm shadersPilzAdam2013-07-083-22/+5
|
* Fix many formspec menu bugssapier2013-07-078-49/+117
|
* Fix parseColor, change remaining colorkeys to new format, fix Contributor listSfan52013-07-071-12/+8
|
* When server sends late media, log to errorstream instead of crashing.Kahrl2013-07-071-9/+24
| | | | | | | | 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.
* include mathconstants.h in numerics.cppVincent Heuken2013-07-071-0/+1
|
* BiomeDefManager: Fully initialize default biomekwolekr2013-07-061-5/+15
|