Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Translated using Weblate (French) | Ilya Zhuravlev | 2013-06-01 | 1 | -3/+3 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' | Weblate | 2013-06-01 | 138 | -6005/+7039 | |
|\ | ||||||
| * | Fix minetest.get_inventory(loc) always returning nil for "node" type loc | MetaDucky | 2013-06-01 | 1 | -17/+13 | |
| | | ||||||
| * | Fix editbox default text being pre-selected in some cases | MetaDucky | 2013-06-01 | 3 | -1/+10 | |
| | | ||||||
| * | Generate debug HUD text with ostringstream instead of snprintf. | Kahrl | 2013-06-01 | 1 | -26/+24 | |
| | | | | | | | | This should fix #730. | |||||
| * | Liquid adjusting: continue to drop | proller | 2013-05-31 | 2 | -4/+45 | |
| | | ||||||
| * | Bugfix: Update formname on showing new formspec while already one shown | sapier | 2013-05-26 | 1 | -2/+11 | |
| | | ||||||
| * | Fixed wrongly named invref:get_location() table members for nodes. | MetaDucky | 2013-05-26 | 1 | -2/+2 | |
| | | | | | | | | Makes the result compatible with the minetest.get_inventory(location) param. | |||||
| * | Add ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT_HUD_SET_PARAM | Kahrl | 2013-05-26 | 12 | -4/+89 | |
| | | ||||||
| * | Higher resolution menuheader | PilzAdam | 2013-05-25 | 2 | -0/+14 | |
| | | ||||||
| * | Fix itemstack:add item not working correct | sapier | 2013-05-25 | 1 | -1/+1 | |
| | | ||||||
| * | Move scriptapi to separate folder (by sapier) | sapier | 2013-05-25 | 87 | -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 nodes | PilzAdam | 2013-05-24 | 1 | -3/+28 | |
| | | ||||||
| * | Make raillike nodes connect to any other raillike nodes if both are in the ↵ | Jeija | 2013-05-22 | 2 | -14/+64 | |
| | | | | | | | | group connect_to_raillike | |||||
| * | Fix disappearing of wielditem | PilzAdam | 2013-05-21 | 1 | -1/+2 | |
| | | ||||||
| * | Log non-fatal mod name conflict to actionstream instead of errorstream | Kahrl | 2013-05-21 | 1 | -1/+1 | |
| | | ||||||
| * | Dont animate changing wielditem from hand to hand | PilzAdam | 2013-05-20 | 1 | -1/+2 | |
| | | ||||||
| * | Add menu_header.png and remove old, unused textures | PilzAdam | 2013-05-20 | 4 | -0/+0 | |
| | | ||||||
| * | Fix typo in particle spawning | MetaDucky | 2013-05-20 | 1 | -1/+1 | |
| | | ||||||
| * | Save settings after dropping main menu | elagin | 2013-05-20 | 1 | -0/+3 | |
| | | ||||||
| * | Fix link in minetest.conf.example | Russ | 2013-05-20 | 1 | -1/+1 | |
| | | ||||||
| * | Use the group "soil" for nodes that saplings grow on | ShadowNinja | 2013-05-20 | 3 | -11/+7 | |
| | | ||||||
| * | Fix lava damage on player's upper body | kwolekr | 2013-05-19 | 1 | -1/+1 | |
| | | ||||||
| * | Fix nearly all warnings | kwolekr | 2013-05-19 | 15 | -30/+13 | |
| | | ||||||
| * | Allow nil as puncher e.g. to do damage by tnt | sapier | 2013-05-20 | 2 | -9/+29 | |
| | | ||||||
| * | Add a little animation when changing the wielded item | PilzAdam | 2013-05-20 | 3 | -13/+58 | |
| | | ||||||
| * | Dont teleport back if holding sneak when detaching/turn freemove off | PilzAdam | 2013-05-19 | 1 | -0/+2 | |
| | | ||||||
| * | Fix EmergeThread names in log | Kahrl | 2013-05-19 | 1 | -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 startup | PilzAdam | 2013-05-19 | 1 | -0/+3 | |
| | | ||||||
| * | Dont load mods that have no entry in world.mt | PilzAdam | 2013-05-19 | 2 | -14/+7 | |
| | | ||||||
| * | Install mods/mods_here.txt instead of mods/minetest/mods_here.txt | PilzAdam | 2013-05-19 | 1 | -1/+1 | |
| | | ||||||
| * | Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParams | kwolekr | 2013-05-19 | 11 | -180/+185 | |
| | | ||||||
| * | Fix regression of world loading caused by 81c863ac | kwolekr | 2013-05-19 | 1 | -2/+2 | |
| | | ||||||
| * | New modsystem | PilzAdam | 2013-05-19 | 6 | -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.txt | PilzAdam | 2013-05-18 | 1 | -12/+0 | |
| | | ||||||
| * | Remove common from CMakeLists.txt, README.txt, lua-api.txt and buildwin.sh | PilzAdam | 2013-05-18 | 4 | -31/+3 | |
| | | ||||||
| * | Only create SoundManager in main menu if USE_SOUND is true | PilzAdam | 2013-05-18 | 1 | -0/+2 | |
| | | ||||||
| * | Fix memory leak in MeshUpdateThread | PilzAdam | 2013-05-18 | 1 | -0/+7 | |
| | | ||||||
| * | Fix math for isBlockInSight. Fixes #718 (client-side). | Aaron Suen | 2013-05-18 | 2 | -18/+18 | |
| | | ||||||
| * | Move kahrl to core devs in credits tab | PilzAdam | 2013-05-17 | 1 | -2/+2 | |
| | | ||||||
| * | Fix Problem with uk Translation | sfan5 | 2013-05-17 | 1 | -1/+1 | |
| | | ||||||
| * | Dont drop fonts with ENABLE_FREETYPE=0 | PilzAdam | 2013-05-16 | 2 | -2/+6 | |
| | | ||||||
| * | Fix memory leak in run_tests() | PilzAdam | 2013-05-14 | 1 | -2/+4 | |
| | | ||||||
* | | Translated using Weblate (Portuguese (Brazil)) | Frederico Guimarães | 2013-06-01 | 1 | -3/+2 | |
| | | ||||||
* | | Translated using Weblate (Portuguese) | v c | 2013-06-01 | 1 | -7/+7 | |
| | | ||||||
* | | Translated using Weblate (Kirghiz) | Chynggyz Jumaliev | 2013-06-01 | 1 | -35/+46 | |
| | | ||||||
* | | Translated using Weblate (German) | Pilz Adam | 2013-06-01 | 1 | -3/+3 | |
| | | ||||||
* | | Translated using Weblate (Chinese (China)) | Shen Zheyu | 2013-06-01 | 1 | -2/+2 | |
| | | ||||||
* | | Translated using Weblate (Portuguese) | manuel joaquim | 2013-05-30 | 1 | -40/+40 | |
| | | ||||||
* | | Translated using Weblate (Portuguese) | manuel duarte | 2013-05-29 | 1 | -1/+1 | |
| | |