mimilus
b7c732f302
Small changes to French translation (Petites modifications mineures)
2014-09-20 12:15:13 +02:00
Stefan Beller
8a002d5b1d
Add a .mailmap file
...
So I was checking out minetest and wondered how many developers there are
and how they development community is setup and such, so I decided to have
a look at the git shortlog. There were lot of double entries for some
persons, so it was harder to estimate the number of people involved.
By adding a .mailmap file, the overview of the authors is much improved
For details on the .mailmap file, see
https://www.kernel.org/pub/software/scm/git/docs/git-shortlog.html
Signed-off-by: Stefan Beller <stefanbeller@gmail.com>
2014-09-20 11:36:35 +02:00
donat_b
78e86c3852
Make config compatible with C++11
2014-09-20 11:20:13 +02:00
RealBadAngel
487193c0b2
Change default halo.png for better visibility.
2014-09-19 17:47:19 +02:00
ShadowNinja
75346d743a
Use configured bind_address for HTTPFetch
2014-09-18 21:54:23 -04:00
ShadowNinja
4359238906
Reduce indentation of HTTPFetchOngoing
...
Also clean up some related things.
2014-09-18 21:54:22 -04:00
TriBlade9
34357c2e49
Added configurable selectionbox width. Min width = 1, Max = 5
2014-09-19 03:28:46 +02:00
RealBadAngel
69976d8f65
Bugfix: don't highlight air nodes.
2014-09-18 09:56:27 +02:00
RealBadAngel
61b86590fc
Node highlighting.
2014-09-17 22:06:13 +02:00
Kahrl
004aa1879d
Fix typo in comment in chat.cpp
2014-09-14 15:37:27 +02:00
ShadowNinja
0b45befa69
Simplify and optimize schematic replacements
2014-09-11 22:25:06 -04:00
ShadowNinja
b351ce5738
Fix another typo in example configuration
2014-09-11 20:21:03 -04:00
William Teder
1e8af1da9e
Fix typo in default configuration file
2014-09-11 20:16:19 -04:00
sapier
98a15e056f
Log unhandled exceptions in connectionthreads to errorstream
2014-09-06 18:22:27 +02:00
sapier
9b18292478
Fix access to invalid data on reception of packet with size 0
2014-09-06 17:42:34 +02:00
BlockMen
ea98c6f738
Change screenshot colorformat properly
2014-09-03 19:41:29 +02:00
BlockMen
a972e121cb
Don't save alpha channel in screenshots ( fixes #1451 )
2014-09-03 11:39:29 +02:00
kwolekr
ee1fee1578
Add LuaVoxelManip methods: get_node_at() and set_node_at()
2014-09-01 17:33:21 -04:00
kwolekr
9adbca89cd
Update Mapgen VoxelManipulator on buffer invalidation
2014-09-01 15:12:22 -04:00
kwolekr
9577518943
Save previously generated blocks on Mapgen blitback
2014-09-01 14:58:05 -04:00
sapier
5061ea5cbd
Fix only one texture being updated on window resize breaking sidebyside and topbottom 3d modes
2014-08-29 01:35:35 +02:00
sapier
29a48061ca
Fix interlaced 3d mode second image being flipped on compiling against irrlicht >= 1.8
2014-08-29 00:54:46 +02:00
sapier
25da503d04
Remove invalid doc about minetest.get_time_us()
2014-08-25 21:52:52 +02:00
sapier
04d3b7f969
Add missing doc for minetest.get_us_time()
2014-08-25 21:16:32 +02:00
RealBadAngel
4569853cff
Allow use all 6 faces for special tiles.
...
Protocol version bump.
2014-08-25 12:47:06 +02:00
sapier
01924a68d9
Fix retval of entity.get_staticdata beeing lost while profiling is enabled
2014-08-24 01:56:27 +02:00
sapier
611504b2aa
Add lua exception handling test code
...
Catch some error situations when mod used without thinking about it
2014-08-23 20:53:34 +02:00
Kahrl
fc560cdfc1
Fix LuaJIT exception wrapper
2014-08-23 20:41:03 +02:00
Craig Robbins
8152f54ac6
Fix seg fault if popping from empty stack (L-system trees)
...
See: https://github.com/minetest/minetest/issues/1525
Background
Wuzzy2: If you attempt to spawn a L-system tree with minetest.spawn_tree, you can make Minetest crash if it is attempted to pop an empty stack.
ShadowNinja: This shouldn't cause a segmentation fault, but it should throw a Lua error
Commit Description
This commit throws a Lua error instead of causing a segmentation fault. The server will still "crash" but will include a Lua backtrace.
L-Systems fix randomness
Unless a random seed is provided (via Lua treedef) seed the PRNG with a different seed for each tree
Resolves: https://github.com/minetest/minetest/issues/1469
Fix l-system crash when treedef random_level not set by Lua
2014-08-23 06:40:27 +02:00
sapier
e6e2f1de60
Add video driver selection to settings menu (based uppon idea from webdesigner97)
2014-08-23 01:55:54 +02:00
sapier
48dc6b044e
Fix chat messages capturing mouse interactions for menu/formspecs
2014-08-23 00:23:14 +02:00
SmallJoker
0990680413
Use pause_fps_max also on multiplayer
2014-08-22 22:52:20 +02:00
sfan5
bf60cf56ec
Add ^[mask texture modifier
2014-08-22 22:42:04 +02:00
SmallJoker
84ae0fa3b9
Reduce time of red screen when damaged
...
10 seconds in PvP is very long and annoying.
2014-08-22 22:19:07 +02:00
Selat
10acc00a36
ban.cpp refactoring
2014-08-22 22:03:08 +02:00
sapier
28b57f8d44
Fix to to too two times
2014-08-22 21:51:20 +02:00
sapier
4dc407a486
Add player name length checks
2014-08-22 21:18:43 +02:00
sapier
c1a0391b66
Fix "ghost" blocks if block update is "on wire" while player digs nodes
2014-08-22 20:56:16 +02:00
sapier
5e579e5c62
Improve timeout calculation
...
gf
2014-08-22 20:56:16 +02:00
rubenwardy
0859915fb4
Correct spelling mistakes in documentation
2014-08-22 20:55:01 +02:00
sapier
8a575c22cf
Fix wrong Icon name in minetest.desktop
2014-08-22 14:09:39 +02:00
Casimir
5d75406606
Remove buildable_to nodes without dropping item when replaced by a falling node
2014-08-22 11:14:15 +02:00
RealBadAngel
2b4ddb217a
Pass light sources in blue channel of vertex color instead of decoded light for all special drawtypes.
...
Plus some style fixes and optimizations.
2014-08-21 23:28:01 +02:00
sapier
a50bacdc3a
Don't call a player event without having player to do a event for
2014-08-21 17:29:26 +02:00
sapier
b9ef41dd20
Fix caption of config mods button (simple menu)
2014-08-19 22:34:25 +02:00
sapier
4b2e3ceaad
Mod profiling support
...
Config settings:
profiling = true/false (gather statistics)
detailed_profiling = true/false (break mod times to callbacks)
Chat commands:
save_mod_profile saves current statistics in debug.txt and shows on console (on default loglevel)
2014-08-19 22:22:57 +02:00
sapier
e61f679750
Make scrollbar scale according to DPI and scaling factor
2014-08-16 15:30:56 +02:00
RealBadAngel
eac3364d18
Let lighting be done only CPU side. Remove finalColorBlend implementation from shaders.
2014-08-16 14:48:52 +02:00
sapier
52e50f0691
Revert "Fix inventory items blinking on item preloading"
...
The fix didn't work on some systems sadly this wasn't detected prior merge,
as preload is disabled by default now there's not gonna be a fix for it.
2014-08-16 14:18:33 +02:00
sapier
3efc1f81d2
Fix inventory items blinking on item preloading
2014-08-16 13:00:37 +02:00