This website requires JavaScript.
891a76d43d
4.6
master
Henry
2013-04-03 19:01:39 -07:00
8d4b768297
Add Ore generation flags, implement ore absolute height
kwolekr
2013-03-31 20:02:03 -04:00
35ed5198fe
Increase value range of Ore::clust_scarcity
kwolekr
2013-03-31 12:25:38 -04:00
a2e5706661
Add Kyrgyz language
Ilya Zhuravlev
2013-03-31 14:24:52 +04:00
7d3b3890b5
Add a small optimization to the menu splash and remove a old comment
ShadowNinja
2013-03-30 18:40:33 -04:00
96387ee88a
Don't load menu textures every frame
khonkhortisan
2013-03-30 14:49:46 -07:00
23590a8383
Don't grant priveleges to non-existent players.
0gb.us
2013-03-30 01:51:41 -07:00
923a97b108
Install locales in minetest directory, so they are correctly loaded
Zeg9
2013-03-26 18:22:52 +01:00
c517215bcf
Fix MapgenV6::generateCaves possible division by 0 and misc. cosmetic fixes
kwolekr
2013-03-30 21:24:37 -04:00
414f0275cf
Optimize CNodeDefManager::getIds
kwolekr
2013-03-30 19:12:23 -04:00
02d8df94a8
Update po files
PilzAdam
2013-03-30 19:57:27 +01:00
a0566270d9
Merge remote branch 'origin/master'
Weblate
2013-03-30 19:49:52 +01:00
0d83bdc3aa
Translated using Weblate (Spanish)
Lord James
2013-03-19 04:31:51 +01:00
062a140b9c
Translated using Weblate (Russian)
Anton Tsyganenko
2013-03-28 15:29:43 +01:00
3e9ed6c1c7
Translated using Weblate (Japanese)
Mitori Itoshiki
2013-03-07 23:06:29 +01:00
3983019fd8
Translated using Weblate (Italian)
Fabio Luongo
2013-03-30 11:04:14 +01:00
3ec3aca78d
Translated using Weblate (Estonian)
Ragnar Laud
2013-03-07 09:48:51 +01:00
1aa50b1362
Make the textbox for serverlist title wider
PilzAdam
2013-03-30 18:56:29 +01:00
e17ae475cf
GUI: Make singleplayer default tab, store selected serverlist, show title of serverlist
PilzAdam
2013-03-30 18:09:38 +01:00
6cf581e360
Fix build on Linux with some glibcs
kwolekr
2013-03-29 21:08:35 -04:00
177ca4f4d5
Fix backward compatibility for server uptime in master server web page
proller
2013-03-30 02:36:06 +04:00
16c11eb4a3
Masterserver: report gameid, uptime, cosmetic fixes on server web page
proller
2013-03-30 02:03:24 +04:00
df49b93877
Add varying levels of precision to TimeTaker
kwolekr
2013-03-29 16:51:57 -04:00
5e7e0347cd
Add different place sound for nodes
PilzAdam
2013-03-25 23:59:17 +01:00
7d9329ecfe
New damage system, add damageGroups to ToolCapabilities, bump protocol version
PilzAdam
2013-03-28 21:40:44 +01:00
3640c8c051
Update Credits tab
kwolekr
2013-03-29 14:35:35 -04:00
02cbb58107
Fix node replacement in not-quite-loaded chunks
0gb.us
2013-03-28 01:24:48 -07:00
5b854f95d2
Fix last singlenode modification
kwolekr
2013-03-29 13:18:09 -04:00
b0f39da131
Don't replace existing nodes in singlenode mapgen
kwolekr
2013-03-29 11:15:49 -04:00
dc54af7a89
Translated using Weblate (Russian)
4aiman Konsorumaniakku
2013-03-09 14:28:09 +01:00
d01b74d00a
Prevent infinite loop with invalid Inventory format
kwolekr
2013-03-27 23:27:16 -04:00
a782a88913
Fix parameter list of obj:set_attach() and obj:set_bone_position()
PilzAdam
2013-03-28 01:09:01 +01:00
8800896824
Closed add object <-> object collision handling
sapier
2013-01-12 17:59:19 +00:00
880d9e53c3
README.txt: Add some build stuff
Perttu Ahola
2013-03-26 18:40:32 +02:00
26cad481d0
Vary ore sheet y position by noise
kwolekr
2013-03-24 22:35:23 -04:00
8d13967aa3
Ensure ore can fit in OreSheet::generate()
kwolekr
2013-03-24 20:19:29 -04:00
650d706d35
Use minetest.register_ore() in minimal
PilzAdam
2013-03-24 21:20:36 +01:00
0e07a7157f
Add more error checking to l_register_ore
kwolekr
2013-03-24 15:29:23 -04:00
423d69bd40
Fix indentation of lua_api.txt
Perttu Ahola
2013-03-24 21:39:15 +02:00
6767ed74f8
Update lua_api.txt
kwolekr
2013-03-24 15:12:29 -04:00
57cbb8bfd8
Add Ore infrastructure and l_register_ore()
kwolekr
2013-03-24 01:43:38 -04:00
f70378f7f5
Mapgen indev: float islands, larger far biomes
proller
2013-03-24 03:40:15 +04:00
e1ff5b1361
Allow spawning particles from the server, from lua
Jeija
2013-01-23 18:32:02 +01:00
ab57fdac44
Move rightclickable to the proper place
PilzAdam
2013-03-23 23:15:30 +01:00
dacc8cdb3a
Include backface_culling flag in serialization format for TileDefs
Jürgen Doser
2013-01-25 01:37:19 +01:00
ca7043e52d
Set of changes to build mineTest using Visual Studio 11.0. These affect the following: 1. String concatenation in guiMainMenu.cpp - it is required for all individual strings to be of the same type <unicode/non-unicode>; adding explicit L qualifier before the other strings. 2. Correcting type of BlockMakeData to struct in place of class forward declarations. This information is used for name decoration by Visual Studio, leading to linker errors in case of mismatches. 3. Windows headers define max as a macro somewhere, leading to a compile time error in profiler.h; using () around function to prevent macro match from occurring.
Mukul Sati
2013-03-23 02:24:31 -04:00
6f8d40ef5d
6d facedir
RealBadAngel
2013-03-23 19:17:00 +01:00
2318d19bb4
Merge pull request #563 from proller/guest
proller
2013-03-23 08:21:30 -07:00
f98d0433f9
Random guest name and finite liquid checkbox
proller
2013-03-23 17:37:50 +04:00
34b185e955
Add singlenode mapgen; generates solely the node 'mapgen_singlenode', defaults to air
Perttu Ahola
2013-03-22 19:16:51 +02:00
b6dcadeb79
CMakeLists.txt: Add games/common to be installed when available
Perttu Ahola
2013-03-22 07:46:48 +02:00
c2250d95c4
Support game-specific minetest.conf
Perttu Ahola
2013-03-21 21:42:23 +02:00
adc52f3f3c
lua_api.txt: Document paths, games and common mod loading
Perttu Ahola
2013-03-21 20:04:00 +02:00
0a568a6037
Update buildwin32.sh to get minetest/common
Perttu Ahola
2013-03-21 19:45:13 +02:00
0747c285cd
Update README.txt to instruct to get minetest/common too
Perttu Ahola
2013-03-21 19:43:08 +02:00
306d1ab866
Common mods support
Perttu Ahola
2013-03-21 18:48:21 +02:00
9b5bb5c755
Allow falling nodes to pass through solid "buildable_to" nodes.
Splizard
2012-12-20 10:24:54 +13:00
450e7ef0c5
Git-ignore SQLite build files
Juhani Numminen
2012-11-04 09:23:23 +02:00
8f0d29f931
Fix Map::initBlockMake to actually use chunksize setting
kwolekr
2013-03-18 22:18:42 -04:00
d6026a5fee
Prevent passing nil to unpack() in minetest.after
PilzAdam
2013-03-19 00:13:00 +01:00
939397dd6e
Add jungle grass to jungles
kwolekr
2013-03-17 23:07:51 -04:00
d207d359d1
Don't erase modified_blocks
Ilya Zhuravlev
2013-03-17 21:09:05 +04:00
5f88cd98ad
Add FPS limit to menu clouds
ShadowNinja
2013-03-17 11:53:04 -04:00
7f51b2da28
lua methods set_look_pitch and set_look_yaw
RealBadAngel
2013-03-17 12:16:57 +01:00
c00c8832c6
Fix new_style_water
PilzAdam
2013-02-08 23:45:41 +01:00
5a9fd8f433
Add missing settings to minetest.conf.example
PilzAdam
2013-03-17 13:07:53 +01:00
fc5d2074b9
Allow minetest.after to take a variable number of arguments
Jeija
2013-02-11 09:58:58 +01:00
10c03e1a9d
build with ogles2 driver
proller
2013-03-02 20:44:08 +04:00
67228160ae
Some minor cleanups from the last commit
kwolekr
2013-03-16 22:34:12 -04:00
165498cecf
initial mapgen indev version with farscale feature and huge caves
proller
2013-03-13 00:41:14 +04:00
e3badd7062
Make saplings only grow on dirt or grass, make jungle tree trunks only replace air
kwolekr
2013-03-16 19:37:27 -04:00
6823ce99a7
Re-add jungles, apple trees
kwolekr
2013-03-16 17:06:11 -04:00
1f1ad9fd23
Optimize Mapgen::updateLighting(), add setLighting()
kwolekr
2013-03-15 22:43:35 -04:00
f5ab056b38
Liquid fine tuning
proller
2013-03-13 01:18:45 +04:00
16c031be77
Remove 'tape and glue', update Credits tab
kwolekr
2013-03-14 16:15:09 -04:00
350596b94f
Add cloud menu background by Krisi, configurable with the menu_clouds option. Also add a menuheader, menusplash, menufooter_clouds, and allow HD menu footers. And finally don't git-ignore textures/base/.
ShadowNinja
2013-03-05 17:23:03 -05:00
66750dc88e
fix typo invalid for loop end
sapier
2013-03-14 00:24:07 +00:00
d10223254a
Clean up Mapgen
kwolekr
2013-03-11 21:32:52 -04:00
eb90c3d92d
Move l_get_all_craft_recipes to scriptapi_craft
sapier
2013-03-07 23:22:54 +00:00
6a1670dbc3
Migrate to STL containers/algorithms.
Ilya Zhuravlev
2012-12-20 21:19:49 +04:00
e204bedf1d
Update menulogo.png
Ilya Zhuravlev
2013-03-10 23:57:30 +04:00
650e932ddf
Re-add dungeons in new dungeongen.cpp
kwolekr
2013-03-09 21:28:19 -05:00
b7def0fcf4
Translated using Weblate (Russian)
Mitori Itoshiki
2013-03-07 22:56:12 +01:00
e6bf6950eb
Translated using Weblate (Chinese (China))
Shen Zheyu
2013-03-09 09:41:51 +01:00
17bbf4d3f6
Translated using Weblate (Russian)
4aiman Konsorumaniakku
2013-03-04 22:43:44 +01:00
57f5dc5dcf
Translated using Weblate (Japanese)
c h
2013-03-06 05:12:26 +01:00
aa77ee66c5
Change libjson to libjsoncpp in .gitignore
PilzAdam
2013-03-06 21:34:39 +01:00
b9512cab1b
Fix Irrlicht includes in scriptapi_*
kwolekr
2013-03-06 09:31:06 -05:00
dd8593f2d6
fix link if system json lib exists
proller
2013-03-06 00:51:05 +04:00
5af8acfa6e
Added method to get all registered recipes for item(node)
RealBadAngel
2013-03-04 01:55:16 +01:00
ba78194636
Allow any character in formspec strings with escape char
kwolekr
2013-02-24 16:00:35 -05:00
bdbdeab005
split scriptapi.cpp
sapier
2013-02-23 18:06:57 +00:00
038529c763
Bump version to 0.4.5
kwolekr
2013-03-04 17:01:36 -05:00
55097e1985
Fix pickup of dropped items when the player only takes a part of them
PilzAdam
2013-03-03 16:34:06 +01:00
c61a2ef44f
Merge pull request #513 from sfan5/patch-2
kwolekr
2013-03-02 22:34:56 -08:00
5917e86297
Add one more curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1);
Ilya Zhuravlev
2013-03-03 00:02:00 +04:00
75a8312f4e
Merge remote branch 'origin/master'
Weblate
2013-03-01 17:13:22 +01:00
48b999a8dd
Translated using Weblate (Japanese)
Mitori Itoshiki
2013-03-01 04:34:44 +01:00
3823878305
Add Estonian language template
Ilya Zhuravlev
2013-03-01 20:12:19 +04:00
fceb465fc9
Fix "longjmp causes uninitialized stack frame" (serverlist.cpp)
Ilya Zhuravlev
2013-03-01 17:01:23 +04:00