]> git.lizzy.rs Git - dragonfireclient.git/log
dragonfireclient.git
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
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
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

11 years agoUpdate README
PilzAdam [Sun, 24 Feb 2013 17:37:38 +0000 (18:37 +0100)]
Update README

11 years agonew adjustable finite liquid
proller [Sun, 24 Feb 2013 14:39:07 +0000 (18:39 +0400)]
new adjustable finite liquid

11 years agoMerge pull request #505 from RealBadAngel/master
kwolekr [Sun, 24 Feb 2013 02:06:07 +0000 (18:06 -0800)]
Merge pull request #505 from RealBadAngel/master

Add seed parameter for default and L-system trees

11 years agoAdd seed parameter for default and L-system trees
RealBadAngel [Sun, 24 Feb 2013 01:26:25 +0000 (02:26 +0100)]
Add seed parameter for default and L-system trees

11 years agoMerge pull request #503 from RealBadAngel/master
kwolekr [Sat, 23 Feb 2013 23:58:00 +0000 (15:58 -0800)]
Merge pull request #503 from RealBadAngel/master

Add sound volume controls to ingame menu

11 years agoRead server_announce from minetest.conf for GUI
PilzAdam [Sat, 23 Feb 2013 21:48:02 +0000 (22:48 +0100)]
Read server_announce from minetest.conf for GUI

11 years agoAdd sound volume controls to ingame menu
RealBadAngel [Sat, 23 Feb 2013 15:01:35 +0000 (16:01 +0100)]
Add sound volume controls to ingame menu

11 years agoTranslated using Weblate (Chinese (China))
yuqian wang [Fri, 15 Feb 2013 14:22:19 +0000 (15:22 +0100)]
Translated using Weblate (Chinese (China))

11 years agoMerge pull request #431 from sapier/dtime_clamping
kwolekr [Sat, 23 Feb 2013 00:42:50 +0000 (16:42 -0800)]
Merge pull request #431 from sapier/dtime_clamping

add limit for (collision handling) steps to avoid runaway memory consumption

11 years agoTranslated using Weblate (Polish)
Maciej Kasatkin [Fri, 22 Feb 2013 15:59:18 +0000 (16:59 +0100)]
Translated using Weblate (Polish)

11 years agoAdded debug log level setting
kwolekr [Sat, 9 Feb 2013 02:52:23 +0000 (21:52 -0500)]
Added debug log level setting

11 years agoFix json include
Ilya Zhuravlev [Thu, 21 Feb 2013 22:41:59 +0000 (02:41 +0400)]
Fix json include

11 years agonew auto masterserver
proller [Thu, 21 Feb 2013 22:00:44 +0000 (02:00 +0400)]
new auto masterserver

11 years agoTranslated using Weblate (German)
Pilz Adam [Fri, 15 Feb 2013 20:36:33 +0000 (21:36 +0100)]
Translated using Weblate (German)

11 years agoDrop nodes as items when dugged and no room in inventory and dont remove dropped...
PilzAdam [Sat, 12 Jan 2013 19:18:43 +0000 (20:18 +0100)]
Drop nodes as items when dugged and no room in inventory and dont remove dropped items when no room in inventory

11 years agoMerge pull request #500 from doserj/server_report_missing_deps
celeron55 [Wed, 20 Feb 2013 19:34:57 +0000 (11:34 -0800)]
Merge pull request #500 from doserj/server_report_missing_deps

Print missing mod dependencies on server start

11 years agoPrint missing mod dependencies on server start
Jürgen Doser [Wed, 20 Feb 2013 19:06:39 +0000 (20:06 +0100)]
Print missing mod dependencies on server start

i.e., not only the mod with missing dependencies, but also the missing
dependencies itself. (This already used to be the case before the mod
selection gui was added)

Also, mods with unsatisfied dependencies are no longer reported as
mods that could not be found.

11 years agoTranslated using Weblate (Japanese)
Mitori Itoshiki [Tue, 19 Feb 2013 20:55:27 +0000 (21:55 +0100)]
Translated using Weblate (Japanese)

11 years agoTranslated using Weblate (Japanese)
Tomona Nanase [Tue, 19 Feb 2013 12:37:56 +0000 (13:37 +0100)]
Translated using Weblate (Japanese)

11 years agoDont drop tools on rightclick
PilzAdam [Tue, 19 Feb 2013 19:16:55 +0000 (20:16 +0100)]
Dont drop tools on rightclick

11 years agoDisable placement prediction for nodes that use on_rightclick
Jeija [Sun, 27 Jan 2013 09:33:25 +0000 (10:33 +0100)]
Disable placement prediction for nodes that use on_rightclick

11 years agoSet numeric locale for Lua
Ilya Zhuravlev [Mon, 18 Feb 2013 09:58:55 +0000 (13:58 +0400)]
Set numeric locale for Lua

11 years agoTranslated using Weblate (Russian)
Artem Sinkevich [Wed, 13 Feb 2013 12:22:18 +0000 (13:22 +0100)]
Translated using Weblate (Russian)

11 years agoMerge pull request #465 from doserj/mod_selection_empty_modname_fix
kwolekr [Sat, 16 Feb 2013 01:45:32 +0000 (17:45 -0800)]
Merge pull request #465 from doserj/mod_selection_empty_modname_fix

Remove use of operator[] on a std::map, so no spurious elements get inse...

11 years agoSome kind of middleway values for player acceleration for now
Perttu Ahola [Fri, 15 Feb 2013 21:18:19 +0000 (23:18 +0200)]
Some kind of middleway values for player acceleration for now

11 years agoRestore old acceleration behavior until something is actually agreed on (part 2)
Perttu Ahola [Fri, 15 Feb 2013 20:47:03 +0000 (22:47 +0200)]
Restore old acceleration behavior until something is actually agreed on (part 2)

11 years agoRestore old acceleration behavior until something is actually agreed on
Perttu Ahola [Fri, 15 Feb 2013 20:21:23 +0000 (22:21 +0200)]
Restore old acceleration behavior until something is actually agreed on

11 years agoAdd Freetype support
Ilya Zhuravlev [Sun, 3 Feb 2013 12:19:09 +0000 (16:19 +0400)]
Add Freetype support

11 years agoImproved Player Physics
MirceaKitsune [Fri, 8 Feb 2013 20:54:01 +0000 (22:54 +0200)]
Improved Player Physics

11 years agoFix minetest.item_place_node() and minetest.item_drop() to always return an ItemStack
PilzAdam [Wed, 13 Feb 2013 17:06:25 +0000 (18:06 +0100)]
Fix minetest.item_place_node() and minetest.item_drop() to always return an ItemStack

11 years agoFix to on_rightclick not able to change wielded_item
RealBadAngel [Tue, 12 Feb 2013 21:51:38 +0000 (22:51 +0100)]
Fix to on_rightclick not able to change wielded_item

11 years agoServer requires gettext library as well
Dmitry Marakasov [Wed, 30 Jan 2013 00:07:00 +0000 (04:07 +0400)]
Server requires gettext library as well

11 years agoEnable multiline signs
PilzAdam [Tue, 12 Feb 2013 18:37:25 +0000 (19:37 +0100)]
Enable multiline signs

11 years agoDont remove grass under unloaded blocks
PilzAdam [Sun, 20 Jan 2013 15:21:09 +0000 (16:21 +0100)]
Dont remove grass under unloaded blocks

11 years agoDisable backface culling for drawtype plantlike and only draw 2 faces instead of 4
Jürgen Doser [Fri, 25 Jan 2013 14:52:53 +0000 (15:52 +0100)]
Disable backface culling for drawtype plantlike and only draw 2 faces instead of 4

This way, plants actually show the real backface on their back side,
i.e., the front face mirrored around the vertical axis, instead of
showing the front face on both sides. This looked weird when the
texture was not symmetrical around the vertical axis.

11 years agoDon't fall off nodes if sneaking with free_move on but without fly privileges
ShadowNinja [Mon, 4 Feb 2013 03:22:42 +0000 (22:22 -0500)]
Don't fall off nodes if sneaking with free_move on but without fly privileges

11 years agoDon't see through nodes without noclip privileges
ShadowNinja [Sat, 9 Feb 2013 21:32:59 +0000 (16:32 -0500)]
Don't see through nodes without noclip privileges

11 years agoTranslated using Weblate (Russian)
Oleg Matveev [Sat, 9 Feb 2013 17:46:44 +0000 (18:46 +0100)]
Translated using Weblate (Russian)