oweals/minetest.git
11 years agoMasterserver: report gameid, uptime, cosmetic fixes on server web page
proller [Fri, 29 Mar 2013 22:03:24 +0000 (02:03 +0400)]
Masterserver: report gameid, uptime, cosmetic fixes on server web page

11 years agoAdd varying levels of precision to TimeTaker
kwolekr [Fri, 29 Mar 2013 20:51:57 +0000 (16:51 -0400)]
Add varying levels of precision to TimeTaker

11 years agoAdd different place sound for nodes
PilzAdam [Mon, 25 Mar 2013 22:59:17 +0000 (23:59 +0100)]
Add different place sound for nodes

11 years agoNew damage system, add damageGroups to ToolCapabilities, bump protocol version
PilzAdam [Thu, 28 Mar 2013 20:40:44 +0000 (21:40 +0100)]
New damage system, add damageGroups to ToolCapabilities, bump protocol version

11 years agoUpdate Credits tab
kwolekr [Fri, 29 Mar 2013 18:35:35 +0000 (14:35 -0400)]
Update Credits tab

11 years agoFix node replacement in not-quite-loaded chunks
0gb.us [Thu, 28 Mar 2013 08:24:48 +0000 (01:24 -0700)]
Fix node replacement in not-quite-loaded chunks

When first entering an area, sometimes placing nodes replaces other nodes that are not buildable_to. This seems to be caused by the fact that nodes in unloaded map blocks are treated as ignore, a node that is buildable_to. This fixes that, by using get_node_or_nil() instead of the previously-used get_node(), then checking to see if the nodes were actually loaded before replacing.

11 years agoFix last singlenode modification
kwolekr [Fri, 29 Mar 2013 17:18:09 +0000 (13:18 -0400)]
Fix last singlenode modification

11 years agoDon't replace existing nodes in singlenode mapgen
kwolekr [Fri, 29 Mar 2013 15:15:49 +0000 (11:15 -0400)]
Don't replace existing nodes in singlenode mapgen

11 years agoPrevent infinite loop with invalid Inventory format
kwolekr [Thu, 28 Mar 2013 03:27:16 +0000 (23:27 -0400)]
Prevent infinite loop with invalid Inventory format

11 years agoFix parameter list of obj:set_attach() and obj:set_bone_position()
PilzAdam [Thu, 28 Mar 2013 00:09:01 +0000 (01:09 +0100)]
Fix parameter list of obj:set_attach() and obj:set_bone_position()

11 years agoClosed add object <-> object collision handling
sapier [Sat, 12 Jan 2013 17:59:19 +0000 (17:59 +0000)]
Closed add object <-> object collision handling

11 years agoREADME.txt: Add some build stuff
Perttu Ahola [Tue, 26 Mar 2013 16:40:32 +0000 (18:40 +0200)]
README.txt: Add some build stuff

11 years agoVary ore sheet y position by noise
kwolekr [Mon, 25 Mar 2013 02:35:23 +0000 (22:35 -0400)]
Vary ore sheet y position by noise

11 years agoEnsure ore can fit in OreSheet::generate()
kwolekr [Mon, 25 Mar 2013 00:19:29 +0000 (20:19 -0400)]
Ensure ore can fit in OreSheet::generate()

11 years agoUse minetest.register_ore() in minimal
PilzAdam [Sun, 24 Mar 2013 20:20:36 +0000 (21:20 +0100)]
Use minetest.register_ore() in minimal

11 years agoAdd more error checking to l_register_ore
kwolekr [Sun, 24 Mar 2013 19:29:23 +0000 (15:29 -0400)]
Add more error checking to l_register_ore

11 years agoFix indentation of lua_api.txt
Perttu Ahola [Sun, 24 Mar 2013 19:39:15 +0000 (21:39 +0200)]
Fix indentation of lua_api.txt

11 years agoUpdate lua_api.txt
kwolekr [Sun, 24 Mar 2013 19:12:29 +0000 (15:12 -0400)]
Update lua_api.txt

11 years agoAdd Ore infrastructure and l_register_ore()
kwolekr [Sun, 24 Mar 2013 05:43:38 +0000 (01:43 -0400)]
Add Ore infrastructure and l_register_ore()

11 years agoMapgen indev: float islands, larger far biomes
proller [Sat, 23 Mar 2013 23:40:15 +0000 (03:40 +0400)]
Mapgen indev: float islands, larger far biomes

11 years agoAllow spawning particles from the server, from lua
Jeija [Wed, 23 Jan 2013 17:32:02 +0000 (18:32 +0100)]
Allow spawning particles from the server, from lua

Spawn single particles or make use of ParticleSpawner for many randomly spawned particles.
Accessible in Lua using minetest.spawn_particle and minetest.add_particlespawner.
Increase Protocol Version to 17.

Conflicts:
src/clientserver.h

11 years agoMove rightclickable to the proper place
PilzAdam [Sat, 23 Mar 2013 22:15:30 +0000 (23:15 +0100)]
Move rightclickable to the proper place

11 years agoInclude backface_culling flag in serialization format for TileDefs
Jürgen Doser [Fri, 25 Jan 2013 00:37:19 +0000 (01:37 +0100)]
Include backface_culling flag in serialization format for TileDefs

This way flowing liquids actually show the backface when specified to
do so. Without this, TileDefs where by default initialized with
backface_culling = true and never set otherwise.

For backwards compatibility, an old client connected to a new server,
or a new client connected to an old server will behave like before
i.e., backface_culling is always true.

11 years agoSet of changes to build mineTest using Visual Studio 11.0. These affect
Mukul Sati [Sat, 23 Mar 2013 06:24:31 +0000 (02:24 -0400)]
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.

11 years ago6d facedir
RealBadAngel [Sat, 23 Mar 2013 18:17:00 +0000 (19:17 +0100)]
6d facedir

11 years agoMerge pull request #563 from proller/guest
proller [Sat, 23 Mar 2013 15:21:30 +0000 (08:21 -0700)]
Merge pull request #563 from proller/guest

Random guest name and finite liquid checkbox

11 years agoRandom guest name and finite liquid checkbox 563/head
proller [Sat, 23 Mar 2013 13:37:50 +0000 (17:37 +0400)]
Random guest name and finite liquid checkbox

11 years agoAdd singlenode mapgen; generates solely the node 'mapgen_singlenode', defaults to air
Perttu Ahola [Fri, 22 Mar 2013 17:16:51 +0000 (19:16 +0200)]
Add singlenode mapgen; generates solely the node 'mapgen_singlenode', defaults to air

11 years agoCMakeLists.txt: Add games/common to be installed when available
Perttu Ahola [Fri, 22 Mar 2013 05:46:48 +0000 (07:46 +0200)]
CMakeLists.txt: Add games/common to be installed when available

11 years agoSupport game-specific minetest.conf
Perttu Ahola [Thu, 21 Mar 2013 19:42:23 +0000 (21:42 +0200)]
Support game-specific minetest.conf

11 years agolua_api.txt: Document paths, games and common mod loading 556/head
Perttu Ahola [Thu, 21 Mar 2013 18:04:00 +0000 (20:04 +0200)]
lua_api.txt: Document paths, games and common mod loading

11 years agoUpdate buildwin32.sh to get minetest/common
Perttu Ahola [Thu, 21 Mar 2013 17:45:13 +0000 (19:45 +0200)]
Update buildwin32.sh to get minetest/common

11 years agoUpdate README.txt to instruct to get minetest/common too
Perttu Ahola [Thu, 21 Mar 2013 17:43:08 +0000 (19:43 +0200)]
Update README.txt to instruct to get minetest/common too

11 years agoCommon mods support
Perttu Ahola [Thu, 21 Mar 2013 16:48:21 +0000 (18:48 +0200)]
Common mods support

Implement "common mods", includeable from
  {$user,$share}/games/common/$modname
by using the game.conf setting
  common_mods = $modname,$modname2,...

11 years agoAllow falling nodes to pass through solid "buildable_to" nodes.
Splizard [Wed, 19 Dec 2012 21:24:54 +0000 (10:24 +1300)]
Allow falling nodes to pass through solid "buildable_to" nodes.

11 years agoGit-ignore SQLite build files
Juhani Numminen [Sun, 4 Nov 2012 07:23:23 +0000 (09:23 +0200)]
Git-ignore SQLite build files

11 years agoFix Map::initBlockMake to actually use chunksize setting
kwolekr [Tue, 19 Mar 2013 02:18:42 +0000 (22:18 -0400)]
Fix Map::initBlockMake to actually use chunksize setting

11 years agoPrevent passing nil to unpack() in minetest.after
PilzAdam [Mon, 18 Mar 2013 23:13:00 +0000 (00:13 +0100)]
Prevent passing nil to unpack() in minetest.after

11 years agoAdd jungle grass to jungles
kwolekr [Mon, 18 Mar 2013 03:07:51 +0000 (23:07 -0400)]
Add jungle grass to jungles

11 years agoDon't erase modified_blocks
Ilya Zhuravlev [Sun, 17 Mar 2013 17:09:05 +0000 (21:09 +0400)]
Don't erase modified_blocks

11 years agoAdd FPS limit to menu clouds
ShadowNinja [Sun, 17 Mar 2013 15:53:04 +0000 (11:53 -0400)]
Add FPS limit to menu clouds

11 years agolua methods set_look_pitch and set_look_yaw
RealBadAngel [Sun, 17 Mar 2013 11:16:57 +0000 (12:16 +0100)]
lua methods set_look_pitch and set_look_yaw

11 years agoFix new_style_water
PilzAdam [Fri, 8 Feb 2013 22:45:41 +0000 (23:45 +0100)]
Fix new_style_water

11 years agoAdd missing settings to minetest.conf.example
PilzAdam [Sun, 17 Mar 2013 12:07:53 +0000 (13:07 +0100)]
Add missing settings to minetest.conf.example

11 years agoAllow minetest.after to take a variable number of arguments
Jeija [Mon, 11 Feb 2013 08:58:58 +0000 (09:58 +0100)]
Allow minetest.after to take a variable number of arguments

11 years agobuild with ogles2 driver
proller [Sat, 2 Mar 2013 16:44:08 +0000 (20:44 +0400)]
build with ogles2 driver

11 years agoSome minor cleanups from the last commit
kwolekr [Sun, 17 Mar 2013 02:34:12 +0000 (22:34 -0400)]
Some minor cleanups from the last commit

11 years agoinitial mapgen indev version with farscale feature and huge caves
proller [Tue, 12 Mar 2013 20:41:14 +0000 (00:41 +0400)]
initial mapgen indev version with farscale feature and huge caves

11 years agoMake saplings only grow on dirt or grass, make jungle tree trunks only replace air
kwolekr [Sat, 16 Mar 2013 23:37:27 +0000 (19:37 -0400)]
Make saplings only grow on dirt or grass, make jungle tree trunks only replace air

11 years agoRe-add jungles, apple trees
kwolekr [Sat, 16 Mar 2013 21:06:11 +0000 (17:06 -0400)]
Re-add jungles, apple trees

11 years agoOptimize Mapgen::updateLighting(), add setLighting()
kwolekr [Sat, 16 Mar 2013 02:43:35 +0000 (22:43 -0400)]
Optimize Mapgen::updateLighting(), add setLighting()

11 years agoLiquid fine tuning
proller [Tue, 12 Mar 2013 21:18:45 +0000 (01:18 +0400)]
Liquid fine tuning

11 years agoRemove 'tape and glue', update Credits tab
kwolekr [Thu, 14 Mar 2013 20:15:09 +0000 (16:15 -0400)]
Remove 'tape and glue', update Credits tab

11 years agoAdd cloud menu background by Krisi, configurable with the menu_clouds option.
ShadowNinja [Tue, 5 Mar 2013 22:23:03 +0000 (17:23 -0500)]
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/.

11 years agofix typo invalid for loop end
sapier [Thu, 14 Mar 2013 00:24:07 +0000 (00:24 +0000)]
fix typo invalid for loop end

11 years agoClean up Mapgen
kwolekr [Tue, 12 Mar 2013 01:32:52 +0000 (21:32 -0400)]
Clean up Mapgen

11 years agoMove l_get_all_craft_recipes to scriptapi_craft
sapier [Thu, 7 Mar 2013 23:22:54 +0000 (23:22 +0000)]
Move l_get_all_craft_recipes to scriptapi_craft

11 years agoMigrate to STL containers/algorithms.
Ilya Zhuravlev [Thu, 20 Dec 2012 17:19:49 +0000 (21:19 +0400)]
Migrate to STL containers/algorithms.

11 years agoUpdate menulogo.png
Ilya Zhuravlev [Sun, 10 Mar 2013 19:57:30 +0000 (23:57 +0400)]
Update menulogo.png

11 years agoRe-add dungeons in new dungeongen.cpp
kwolekr [Sun, 10 Mar 2013 02:28:19 +0000 (21:28 -0500)]
Re-add dungeons in new dungeongen.cpp

11 years agoChange libjson to libjsoncpp in .gitignore
PilzAdam [Wed, 6 Mar 2013 20:34:39 +0000 (21:34 +0100)]
Change libjson to libjsoncpp in .gitignore

11 years agoFix Irrlicht includes in scriptapi_*
kwolekr [Wed, 6 Mar 2013 14:31:06 +0000 (09:31 -0500)]
Fix Irrlicht includes in scriptapi_*

11 years agofix link if system json lib exists
proller [Tue, 5 Mar 2013 20:51:05 +0000 (00:51 +0400)]
fix link if system json lib exists

11 years agoAdded method to get all registered recipes for item(node)
RealBadAngel [Mon, 4 Mar 2013 00:55:16 +0000 (01:55 +0100)]
Added method to get all registered recipes for item(node)

11 years agoAllow any character in formspec strings with escape char
kwolekr [Sun, 24 Feb 2013 21:00:35 +0000 (16:00 -0500)]
Allow any character in formspec strings with escape char

11 years agosplit scriptapi.cpp
sapier [Sat, 23 Feb 2013 18:06:57 +0000 (18:06 +0000)]
split scriptapi.cpp

Remerge some files in order to reduce number of additional files

Make necessary changes for split, rename files, reorganize some bits

11 years agoBump version to 0.4.5 0.4.5
kwolekr [Mon, 4 Mar 2013 22:01:36 +0000 (17:01 -0500)]
Bump version to 0.4.5

11 years agoFix pickup of dropped items when the player only takes a part of them
PilzAdam [Sun, 3 Mar 2013 15:34:06 +0000 (16:34 +0100)]
Fix pickup of dropped items when the player only takes a part of them

11 years agoMerge pull request #513 from sfan5/patch-2
kwolekr [Sun, 3 Mar 2013 06:34:56 +0000 (22:34 -0800)]
Merge pull request #513 from sfan5/patch-2

Add python script to doc/protocol.txt

11 years agoAdd one more curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1);
Ilya Zhuravlev [Sat, 2 Mar 2013 20:02:00 +0000 (00:02 +0400)]
Add one more curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1);

11 years agoAdd Estonian language template
Ilya Zhuravlev [Fri, 1 Mar 2013 16:12:19 +0000 (20:12 +0400)]
Add Estonian language template

11 years agoFix "longjmp causes uninitialized stack frame" (serverlist.cpp)
Ilya Zhuravlev [Fri, 1 Mar 2013 13:01:23 +0000 (17:01 +0400)]
Fix "longjmp causes uninitialized stack frame" (serverlist.cpp)

11 years agoAdd python script to doc/protocol.txt 513/head
sfan5 [Thu, 28 Feb 2013 19:15:34 +0000 (20:15 +0100)]
Add python script to doc/protocol.txt

11 years agoMerge remote branch 'origin/master'
Weblate [Thu, 28 Feb 2013 17:04:07 +0000 (18:04 +0100)]
Merge remote branch 'origin/master'

11 years agoMerge remote branch 'origin/master'
Weblate [Thu, 28 Feb 2013 17:03:28 +0000 (18:03 +0100)]
Merge remote branch 'origin/master'

11 years agoTranslated using Weblate (Russian)
Mitori Itoshiki [Sun, 17 Feb 2013 10:28:36 +0000 (11:28 +0100)]
Translated using Weblate (Russian)

11 years agoTranslated using Weblate (Portuguese)
Francizca Rodriguez [Tue, 26 Feb 2013 19:10:54 +0000 (20:10 +0100)]
Translated using Weblate (Portuguese)

11 years agoTranslated using Weblate (Japanese)
Tomona Nanase [Fri, 22 Feb 2013 02:27:57 +0000 (03:27 +0100)]
Translated using Weblate (Japanese)

11 years agoTranslated using Weblate (German)
Sfan5 [Thu, 21 Feb 2013 16:34:53 +0000 (17:34 +0100)]
Translated using Weblate (German)

11 years agoTranslated using Weblate (French)
we prefer instagib metl3 [Thu, 28 Feb 2013 16:44:33 +0000 (17:44 +0100)]
Translated using Weblate (French)

11 years agoTranslated using Weblate (Danish)
Rune Biskopstö Christensen [Sat, 16 Feb 2013 23:41:22 +0000 (00:41 +0100)]
Translated using Weblate (Danish)

11 years agoTranslated using Weblate (Chinese (China))
Shen Zheyu [Sat, 23 Feb 2013 02:40:32 +0000 (03:40 +0100)]
Translated using Weblate (Chinese (China))

11 years agoChange default settings for log level, texture atlas, document new settings
kwolekr [Thu, 28 Feb 2013 00:59:05 +0000 (19:59 -0500)]
Change default settings for log level, texture atlas, document new settings

11 years agoFix nodeplacement prediction
PilzAdam [Wed, 27 Feb 2013 19:23:32 +0000 (20:23 +0100)]
Fix nodeplacement prediction

11 years agoFix most warnings, re-fix MSVC compile error
kwolekr [Tue, 26 Feb 2013 06:57:59 +0000 (01:57 -0500)]
Fix most warnings, re-fix MSVC compile error

11 years agoMerge pull request #482 from proller/liquid
kwolekr [Tue, 26 Feb 2013 04:52:24 +0000 (20:52 -0800)]
Merge pull request #482 from proller/liquid

finite liquid

11 years agoRemove dead code, relocate some code
kwolekr [Sun, 24 Feb 2013 03:45:12 +0000 (22:45 -0500)]
Remove dead code, relocate some code

11 years agoFix selection of # threads, set default to 1 thread
kwolekr [Sun, 24 Feb 2013 03:06:16 +0000 (22:06 -0500)]
Fix selection of # threads, set default to 1 thread

11 years agoFix build on Windows
kwolekr [Sat, 23 Feb 2013 17:30:13 +0000 (12:30 -0500)]
Fix build on Windows

11 years agoFix most walled-off caves
kwolekr [Fri, 22 Feb 2013 03:26:21 +0000 (22:26 -0500)]
Fix most walled-off caves

11 years agoTune queue limits, some other adjustments
kwolekr [Thu, 21 Feb 2013 22:44:14 +0000 (17:44 -0500)]
Tune queue limits, some other adjustments

11 years agoMisc. cleanup and minor fixes
kwolekr [Sun, 17 Feb 2013 07:46:08 +0000 (02:46 -0500)]
Misc. cleanup and minor fixes

11 years agoAdd multi-Emerge thread support
kwolekr [Sun, 17 Feb 2013 06:47:49 +0000 (01:47 -0500)]
Add multi-Emerge thread support

11 years agoAdd emerge queue limit configuration
kwolekr [Fri, 15 Feb 2013 01:36:58 +0000 (20:36 -0500)]
Add emerge queue limit configuration

11 years agoFix EmergeThread hang on exit
kwolekr [Fri, 15 Feb 2013 00:22:43 +0000 (19:22 -0500)]
Fix EmergeThread hang on exit

11 years agoAdd global and per-peer queue limits
kwolekr [Thu, 14 Feb 2013 23:32:56 +0000 (18:32 -0500)]
Add global and per-peer queue limits

11 years agoAdd emerge.cpp, initial EmergeThread changes
kwolekr [Thu, 14 Feb 2013 03:43:15 +0000 (22:43 -0500)]
Add emerge.cpp, initial EmergeThread changes

- Neatly placed all emerge related code into a new file, emerge.cpp
- Greatly cleaned up the code in EmergeThread::Thread()
- Reworked Emerge queue.  Now an actual std::queue of v3s16 block positions
- Removed the completely unnecessary map of peer ids requesting blocks

11 years agoUpdate Copyright Years
Sfan5 [Sun, 24 Feb 2013 18:38:45 +0000 (19:38 +0100)]
Update Copyright Years

11 years agoUpdate buildbot
PilzAdam [Sun, 24 Feb 2013 17:52:44 +0000 (18:52 +0100)]
Update buildbot

11 years agoChange Minetest-c55 to Minetest
PilzAdam [Sun, 24 Feb 2013 17:40:43 +0000 (18:40 +0100)]
Change Minetest-c55 to Minetest