ShadowNinja
27d6dda4f9
Send real port to server list
2015-01-23 21:38:34 +10:00
paramat
1ac087f7fa
Mgv7 generateRidgeTerrain: Make river generation relative to water level
...
Remove widthn and make nridge zero underwater
2015-01-22 02:21:11 -05:00
paramat
763e2b90ba
Mgv7: Speed optimise calculateNoise and generateRidgeTerrain
...
Remove unnecessary range limiting of persistmap
Skip calculation of filler, mountain, ridge, heat and humidity perlinmaps in underground mapchunks
Skip generateRidgeTerrain in underground mapchunks
2015-01-22 02:10:07 -05:00
paramat
f86904256d
Mgv7 generateRidgeTerrain: Enable rangelim of widthn to remove abysses, calculate widthn later in function
...
Reduce width to 0.2
Carve river channels in deeper waters
2015-01-22 02:06:33 -05:00
Craig Robbins
809b130997
Allow filter and mipmap drop down menues to be translated
2015-01-21 22:33:19 +10:00
Markus Koschany
7b2bcef00b
Improve desktop file
2015-01-20 20:49:05 +01:00
est31
581c315f8f
Update german translation
2015-01-21 00:50:50 +10:00
TriBlade9
91f12acc60
Added ratio argument to colorize, removed the weird alpha-based ratio.
2015-01-20 22:56:20 +10:00
Markus Koschany
2b94ae98a7
Fix hyphen used as minus sign
2015-01-20 22:47:45 +10:00
ngosang
82fdbc7fb8
Update Spanish language
...
I am a native speaker. I have corrected all the mistakes I've found.
Update Spanish language
2015-01-20 22:41:46 +10:00
paramat
37e339765a
Mapgen V5: Various improvements
...
Caves check for biome nodes, only excavate stone under water level
Unease caves noises, use MT0.3 parameters
Blobgen after cavegen
Biomegen: remove 'is replaceable content' bool
2015-01-18 23:38:15 -05:00
kwolekr
87330183bf
Fix all warnings and remove -Wno-unused-but-set cflag
2015-01-18 23:29:19 -05:00
kwolekr
c62a74f247
Add SemiDebug (-O1 with debug symbols) build mode and do not optimize Debug at all
...
Add -Wall to Debug modes for all compilers and -Wabi for non-MSVC
Use /Ox for MSVC Release mode (potentially higher optimization than /O2)
2015-01-18 22:30:11 -05:00
kwolekr
5bb6adee32
Reorganize supported video driver query mechanisms
2015-01-18 13:24:25 -05:00
kwolekr
e046053e63
Revert "Fix style on settings tab"
...
This reverts commit 7b17b9059e30cef384ecca37feec87cdcdfd39b8.
2015-01-18 13:19:40 -05:00
kwolekr
b529b79d94
Revert "Fix bug in debug build"
...
This reverts commit 839c4a99cddcacdc19dee42286b7029c4c1e7800.
2015-01-18 13:19:28 -05:00
Craig Robbins
0c75879547
Fix bug in debug build
...
-O1 results in executables that are completely useless for actuall debugging
2015-01-19 00:26:59 +10:00
jeanpatrick.guerrero@gmail.com
adb5e13a7b
Fix style on settings tab
2015-01-18 23:40:18 +10:00
Kahrl
ce55e98f3f
Fix use of uninit data in Sky and (potentially) GUIChatConsole constructors
...
Clean up nearby code a bit
As a small side effect, it is now possible to add a background texture
to the chat console by simply providing background_chat.jpg, it is no
longer necessary to also add "console_color =" to minetest.conf.
2015-01-18 13:16:01 +01:00
Craig Robbins
4afc9e90e2
Fix particles causing unitialised data being used due to use of incorrect union member
2015-01-18 20:30:57 +10:00
gregorycu
70fec45750
Water fixes
...
Change must_reflow to a deque
Add overload for MapBlock::raiseModified that takes a const char*. This is a speed improvement.
Comment out unused variable
Optimisations to block offset calculations
2015-01-18 20:30:33 +10:00
Craig Robbins
1c460c3bc3
Create empty default constructor for MapNode
2015-01-18 13:39:50 +10:00
paramat
07a670b33a
Mgv7: Replace small pseudorandom caves with 3D noise tunnels. Fewer large caves
2015-01-17 21:57:48 -05:00
sapier
db0626dc84
Fix NodeMetadataList loosing memory on deserialize due to invalid clear map call instead of clear
2015-01-17 19:14:36 +01:00
gregorycu
a2375f5c0a
Fix entitiy WieldMeshSceneNode not freed due to additional grab
2015-01-17 19:13:08 +01:00
Craig Robbins
f0e232c944
Make minor style change(unescape_string())
2015-01-16 21:05:44 +10:00
Loic Blot
2b7ee43678
Fix missing return in Database_Dummy::deleteBlock
2015-01-16 21:00:11 +10:00
Loic Blot
7aa6708605
Optimize bumpmapping mathematics
...
OpenGL_vertex:
* bufferize a duplicate calcul
* Factorize vertexes
2015-01-16 20:54:04 +10:00
Craig Robbins
bc9fad4544
Fix potential out-of-bounds array index
2015-01-16 14:35:57 +10:00
kwolekr
4e33a698b7
Simplify deleteblocks chat command argument parsing
...
Add optional core.pos_to_string decimal place rounding
Move core.string_to_pos to builtin/common/misc_helpers.lua for consistency
2015-01-15 18:05:13 -05:00
kwolekr
66b0d25786
Add ability to delete MapBlocks from map
...
Also add a Lua API and chatcommand for this
2015-01-15 16:48:56 -05:00
kwolekr
7f06800dc2
Initialize noise ptr on creation (fixes crash if OreVein deleted before use)
2015-01-15 16:23:04 -05:00
ShadowNinja
768d74a44e
Fix unescape_string removing all backslashes
2015-01-15 16:16:41 -05:00
Diego Martínez
d74fa1ba9a
Fix typo in serialize.lua
.
2015-01-15 16:16:41 -05:00
sapier
add581cdfd
Android, build: Update curl to 7.40.00
2015-01-15 21:51:54 +01:00
kilbith
a4c337f4c8
Add missing return value for filter/mipmap dropdown in mainmenu
2015-01-15 20:26:05 +01:00
Craig Robbins
1227b7c07b
Revert "Optimize bumpmapping mathematics"
...
This reverts commit 148fffb0f23fa437c67639ff3cc69177fb71d76a.
2015-01-16 01:30:03 +10:00
kilbith
84d30719e9
Small tweaking (alignement - client tab)
2015-01-15 23:25:31 +10:00
Loic Blot
28cf5dd65f
Optimize bumpmapping mathematics
...
OpenGL_vertex:
* bufferize a duplicate calcul
* Factorize vertexes
2015-01-15 23:12:45 +10:00
unknown
199a04626d
Change UniqueQueue to use a queue and a set.
2015-01-15 21:08:35 +10:00
jeanpatrick.guerrero@gmail.com
8a9b5851ae
Reorganizing client and server tabs
2015-01-15 00:50:23 +10:00
TriBlade9
79775af10d
Added configurable ambient_occlusion_gamma. Default is 2.2 (same as previous hardcoded values).
2015-01-14 23:35:50 +10:00
Craig Robbins
ff71d69f3d
Fix use of uninitialized data
2015-01-14 15:43:33 +10:00
kwolekr
94563e9837
builtin: Unify register wrapper functions and wrap clear_registered_* functions too
2015-01-13 12:36:05 -05:00
onkrot
c91dbf8ad2
Performance fixes.
2015-01-13 23:48:56 +10:00
unknown
71f22b4c5e
Add VoxelArea::hasEmptyExtent
2015-01-13 23:24:32 +10:00
Kodexky
c9d1b4ee78
Fix Android crash on keyboard connection change.
2015-01-13 23:09:57 +10:00
kwolekr
ec709f5727
Attempt to fix occasional issue of uninitialized MapBlock data
2015-01-12 22:31:08 -05:00
kwolekr
fac3366ce7
Prevent transform of noise3d result in getBlockSeed2
2015-01-12 15:46:04 -05:00
paramat
119b219889
Mapgen V5: Move cave generation from base terrain loop to optional function
...
This fixes biome surface in tunnels
2015-01-11 22:35:36 -05:00