aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move scriptapi to separate folder (by sapier)sapier2013-05-2587-5583/+6400
| | | | | | | | | | | On the lua side, notably minetest.env:<function>(<args>) should now be replaced by minetest.<function>(<args>). The old way is and will stay supported for a long time. Also: Update and clean up lua_api.txt (by celeron55) Move EnvRef to lua and remove add_rat and add_firefly (by kahrl) Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl)
* Predict param2 of facedir nodes and attachment of attached_node nodesPilzAdam2013-05-241-3/+28
|
* Make raillike nodes connect to any other raillike nodes if both are in the ↵Jeija2013-05-222-14/+64
| | | | group connect_to_raillike
* Fix disappearing of wielditemPilzAdam2013-05-211-1/+2
|
* Log non-fatal mod name conflict to actionstream instead of errorstreamKahrl2013-05-211-1/+1
|
* Dont animate changing wielditem from hand to handPilzAdam2013-05-201-1/+2
|
* Add menu_header.png and remove old, unused texturesPilzAdam2013-05-204-0/+0
|
* Fix typo in particle spawningMetaDucky2013-05-201-1/+1
|
* Save settings after dropping main menuelagin2013-05-201-0/+3
|
* Fix link in minetest.conf.exampleRuss2013-05-201-1/+1
|
* Use the group "soil" for nodes that saplings grow onShadowNinja2013-05-203-11/+7
|
* Fix lava damage on player's upper bodykwolekr2013-05-191-1/+1
|
* Fix nearly all warningskwolekr2013-05-1915-30/+13
|
* Allow nil as puncher e.g. to do damage by tntsapier2013-05-202-9/+29
|
* Add a little animation when changing the wielded itemPilzAdam2013-05-203-13/+58
|
* Dont teleport back if holding sneak when detaching/turn freemove offPilzAdam2013-05-191-0/+2
|
* Fix EmergeThread names in logKahrl2013-05-191-1/+1
| | | | Concatenate the thread id as string instead of adding it to the pointer
* Write mods that are not in world.mt into it at world startupPilzAdam2013-05-191-0/+3
|
* Dont load mods that have no entry in world.mtPilzAdam2013-05-192-14/+7
|
* Install mods/mods_here.txt instead of mods/minetest/mods_here.txtPilzAdam2013-05-191-1/+1
|
* Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParamskwolekr2013-05-1911-180/+185
|
* Fix regression of world loading caused by 81c863ackwolekr2013-05-191-2/+2
|
* New modsystemPilzAdam2013-05-196-56/+19
| | | | | Mods are placed in $path_<user/share>/mods They can be enabled per world in world.mt or the configure world window
* Remove survival and build from CMakeLists.txtPilzAdam2013-05-181-12/+0
|
* Remove common from CMakeLists.txt, README.txt, lua-api.txt and buildwin.shPilzAdam2013-05-184-31/+3
|
* Only create SoundManager in main menu if USE_SOUND is truePilzAdam2013-05-181-0/+2
|
* Fix memory leak in MeshUpdateThreadPilzAdam2013-05-181-0/+7
|
* Fix math for isBlockInSight. Fixes #718 (client-side).Aaron Suen2013-05-182-18/+18
|
* Move kahrl to core devs in credits tabPilzAdam2013-05-171-2/+2
|
* Fix Problem with uk Translationsfan52013-05-171-1/+1
|
* Dont drop fonts with ENABLE_FREETYPE=0PilzAdam2013-05-162-2/+6
|
* Fix memory leak in run_tests()PilzAdam2013-05-141-2/+4
|
* Translated using Weblate (German)sfan52013-05-131-9/+20
|
* Update po filesPilzAdam2013-05-1320-2502/+3259
|
* Merge remote-tracking branch 'origin/master'Weblate2013-05-1337-469/+1133
|\
| * Add mouse_sensitivity optionEsteban I. Ruiz Moreno2013-05-133-1/+5
| |
| * Add progress bar to item visuals preloadingZeg92013-05-133-3/+17
| |
| * Only use game filter in singleplayer tab; use menu_{background, overlay, ↵PilzAdam2013-05-133-51/+74
| | | | | | | | header, footer}.png for other tabs
| * Fix double free in createExtrudedMesh, reported by ptitSebKahrl2013-05-121-1/+0
| |
| * Add code to play main_menu.ogg in main menuRealBadAngel2013-05-111-1/+60
| |
| * Clear custom player HUDs when emerging players. Fixes #711.Aaron Suen2013-05-101-0/+3
| |
| * Fix memory leak: remove InventoryAction after sending and applyingPilzAdam2013-05-111-0/+3
| |
| * Fix memory leaks: delete font in main and GUIChatConsolePilzAdam2013-05-102-0/+3
| |
| * Fix memory leak by dropping skyPilzAdam2013-05-101-0/+2
| |
| * Add clouds to all loading screens and better progress handlingZeg92013-05-103-79/+161
| |
| * Fix gettext memory leakssapier2013-05-101-4/+12
| |
| * Really fix itemdef memory leaksapier2013-05-091-7/+7
| |
| * Add --videomodes option to show available video modesKahrl2013-05-092-2/+60
| |
| * Drop IrrlichtDevice when running --speedtestsKahrl2013-05-091-0/+1
| |
| * Fix world selection a bit (also fixes a main menu segfault)Kahrl2013-05-081-3/+9
| |