3723 Commits

Author SHA1 Message Date
sapier
19ef2554b6 Don't handle lack of IPv6 as fatal in unit tests 2014-06-20 22:35:50 +02:00
RealBadAngel
e2db7f5c90 Fix labels and vertlabels on some systems. 2014-06-20 21:30:48 +02:00
sapier
c2bc32f83b Fix small memory leaks on shutdown 2014-06-20 19:50:47 +02:00
Matthew Bekkema
af266fb262 Fix build on big endian architectures. 2014-06-20 18:40:06 +02:00
sapier
0f9a702c01 Fix chat overlaying full screen, now it's gonna overlay only up to length of longest line 2014-06-20 15:18:45 +02:00
sapier
09c35844fa Fix newline not handled to to interpreting it as invisible char 2014-06-19 23:02:09 +02:00
sapier
7d7f6a45b4 Fix broken serverdescription in multiplayer tab 2014-06-19 22:03:49 +02:00
sapier
ef23657860 Remove ugly curl struct pointer from jsonFetchValue signature 2014-06-19 21:24:53 +02:00
sapier
8e5906f868 Remove a lot of superfluous ifndef USE_CURL checks 2014-06-19 19:05:37 +02:00
sapier
7285c597b7 Add support for directly starting a world by name from command line 2014-06-19 14:34:43 +02:00
RealBadAngel
bbaf49826e Add tooltips for button, imagebutton and checkbox. 2014-06-19 00:22:03 +02:00
sapier
2dfd8961bb Fix bounding rect for formspec elements label vertlabel and checkboxes 2014-06-18 22:38:29 +02:00
sapier
a598053f73 Make dropdown formspec elements send their value same style as buttons on change 2014-06-18 18:47:41 +02:00
sfan5
cdf32e20b8 Update buildbot scripts and add 64-bit buildbot 2014-06-18 16:40:24 +02:00
RealBadAngel
f35c4517a0 Fix issue #1275 - one more missing check. 2014-06-18 14:53:43 +02:00
sapier
d2886ef662 Remove not really used guiTextInputMenu 2014-06-17 21:27:40 +02:00
RealBadAngel
35f8255694 Fix issue #1275 - wielded index greater than inv size. 2014-06-17 14:17:53 +02:00
RealBadAngel
e1be24b0dc Improved faces shading with and without shaders. 2014-06-17 00:56:17 +02:00
RealBadAngel
4ad9e8de54 L-systems treegen code tweaks. 2014-06-17 00:55:04 +02:00
sapier
1972e24098 Minor stability improvements in block emerge handling 2014-06-15 18:18:57 +02:00
RealBadAngel
068b1ca61d Unite nodes shaders.
Pass drawtype and material type to shaders.
Move shaders generation to startup only.
Allow assign shaders per tile.
Initial code to support water surface shader.
2014-06-15 05:40:33 +02:00
sapier
4fb6023ac6 Fix regression main_menu_script setting not working any longer 2014-06-14 21:20:09 +02:00
sapier
bb33052a28 Fix regression dirt texture not beeing default in non cloud menu 2014-06-14 20:51:57 +02:00
sfan5
81f3127486 Fix AppData path for RUN_IN_PLACE, fixes #1365 2014-06-13 21:09:55 +02:00
David Gumberg
90e39c97cf Add AppData file 2014-06-13 13:51:01 -04:00
sapier
85a33713d4 Fix HUD not visible if below ground blacked out 2014-06-12 23:38:34 +02:00
Megaf
b5ea83c1a2 Changed Time Out message from ERROR to INFO.
Changed Time Out message from ERROR to INFO.
2014-06-12 23:18:26 +02:00
sapier
6558fc90e3 Add support for exiting formspecs by doubleclicking outside 2014-06-12 23:15:05 +02:00
sapier
8faebfae12 Improve performance by removing some temporary objects
Fix some coding style issues
2014-06-12 20:10:29 +02:00
Lord89James
d83f7f4f6b New feature: drop a item instead a stack while...
sneaking
2014-06-10 18:11:43 +02:00
0gb.us
a7316c837d Added show_debug to minetest.conf.example
I love that setting. Why is it not in this file already?
2014-06-09 10:23:38 +03:00
Novatux
993d5d71b7 Fix #1358 (disappearing clouds) 2014-06-09 08:18:33 +02:00
sfan5
7a25f6d825 Allow custom liquids to have drops 2014-06-08 23:25:13 +02:00
Perttu Ahola
270a18157f Fix switch from "skybox" to other sky types as triggered by player:set_sky() 2014-06-08 12:33:16 +03:00
RealBadAngel
4a688d17a4 Re-add missing shaders setting. (Generate normalmaps) 2014-06-04 16:41:33 +02:00
BlockMen
608c07c0e2 Codestyle cleanup (main.cpp) 2014-06-01 15:49:34 +02:00
sapier
0fe47e10ca Revert "Add daemon support for linux like operating systems"
Remove daemon support due to delayed popular vote (part 2)
2014-06-01 14:54:21 +02:00
sapier
2ebacd7d33 Revert "Redirect stdin/stderr/stdout to /dev/null in daemon mode"
Remove daemon support due to delayed popular vote (part 1)
2014-06-01 14:51:46 +02:00
sapier
c38484aeda Redirect stdin/stderr/stdout to /dev/null in daemon mode 2014-06-01 00:41:48 +02:00
sapier
9eb7fd45cc Add daemon support for linux like operating systems 2014-05-31 23:48:06 +02:00
sapier
1bc27bc115 Small cleanup of hud add/remove code 2014-05-31 22:32:44 +02:00
ShadowNinja
f8a9e8358d Fix over-poping and only push the core once 2014-05-30 19:38:11 -04:00
ShadowNinja
d37ee7bca8 Add success and output return values to chat commands 2014-05-28 18:36:46 -04:00
rubenwardy
b7ccc0b817 Add item eat callback 2014-05-26 18:41:58 -04:00
sapier
ec6c1310c0 Fix misplaced selection box in some situations 2014-05-26 22:47:40 +02:00
ShadowNinja
92a41992a5 Fix setThreadName support for BSD 2014-05-26 15:20:06 -04:00
sapier
c36855d07a Works for debian and a few other distributions but fails for even more so back to old order
Revert "Fix library link order"
This reverts commit b743dcb942eb1a88bce2968c08b114058738758b.
2014-05-25 01:14:47 +02:00
Diego Martinez
5e98bcc1d1 Sort commands and privs alphabetically in '/help'.
Also make a stray variable local.
2014-05-24 17:33:59 -04:00
ShadowNinja
dd2fe1036b Rework dumping functions
Changes:
  * Add comments to explain the dumping code
  * Add support for dumping values of any type (as '<' <type> '>')
  * Add support for tables as keys in dump2()
  * Make dump2() return it's result (like dump()) rather than printing it
  * Simplify and optimize function serialization via serialize()
2014-05-24 17:32:42 -04:00
sapier
9b3401e782 Hide pause menu prior drawing "shutting down..." message 2014-05-24 13:45:05 +02:00