3998 Commits

Author SHA1 Message Date
BlockMen
0adf21b84d Standardize tooltip row detection 2014-09-28 10:10:43 +02:00
BlockMen
799b3c74e3 Fix multilined description in tooltips (fixes #1688) 2014-09-28 08:44:05 +02:00
sapier
f767f5565b Fix totally messed up 3d modes interlaced/topbottom/sidebyside 2014-09-25 20:37:06 +02:00
sapier
992c0a4155 Fix chat lines not word wrapped correct 2014-09-25 19:54:02 +02:00
Kahrl
74103abd73 Fix command line parsing
Broken by 6bc4cad0eddd7a7cf593ca1471599e2d75727379, e.g.
  minetest --worldname world
would be parsed as
  minetest --worldname --worldname
2014-09-22 11:02:26 +02:00
ShadowNinja
05254ef0bd Fix build with redis
Broken by 6bc4cad0eddd7a7cf593ca1471599e2d75727379 because database-redis.h
depended on settings.h to include filesys.h.
2014-09-21 21:02:49 -04:00
TriBlade9
2d6eb3d2f3 Add firelike drawtype 2014-09-21 15:50:27 -04:00
ShadowNinja
a80051d3de Update default of preload_item_visuals in minetest.conf.example 2014-09-21 15:50:27 -04:00
ShadowNinja
160e91e079 Make dump's output prettier
Changes:
  * Indentation with tabs by default.
  * Array keys dumped without "[i] = " prefix.
  * String keys that are valid identifiers aren't enclosed in '[""]'.
  * Basic support for multiple references (as specified in the comment).
2014-09-21 15:24:00 -04:00
ShadowNinja
f275e2853e Fix GCC reorder warning
Caused by a020d1b653f94fbcaac06c15f9dbab4521fda355.
2014-09-21 15:23:36 -04:00
sruz25
5688b3b53d Add inventory right click drag and drop 2014-09-21 15:23:27 -04:00
Rui914
07c85d8071 Update ja/minetest.po 2014-09-21 15:07:22 -04:00
ShadowNinja
5f1ece026d Revert the icon name in minetest.desktop
This reverts commit 7993696fc4b59354974059e1f8d6b3063d316411, which broke the
icon on most distributions.
2014-09-21 14:39:36 -04:00
ShadowNinja
28aad10dce Fix locking bugs and make inventory deserialization errors more specific 2014-09-21 14:39:36 -04:00
ShadowNinja
dbf9e444b1 Split settings into seperate source and header files
This also cleans up settings a bit
2014-09-21 14:39:35 -04:00
ShadowNinja
6bfec26931 Fix Settings locking 2014-09-21 14:39:35 -04:00
ShadowNinja
b000526dea Use const references for Settings methods
Also check for (this == &other) before locking mutexes.
2014-09-21 14:39:35 -04:00
Craig Robbins
4ba70c3103 Make getters of the Settings class const
Also removed 2 unused functions.
2014-09-21 14:39:35 -04:00
BlockMen
f77a8a9408 Allow taking screenshots of formspecs and move message to chat 2014-09-21 19:15:48 +02:00
sfan5
26bbd17407 Update .mailmap 2014-09-21 19:01:43 +02:00
SmallJoker
9fffd73526 Fix wrong video_driver setting when changing in mainmenu
Fixes issue with direct3d(8|9)
2014-09-21 16:27:58 +02:00
ShadowNinja
33f6656d33 Add compression API 2014-09-20 14:02:54 -04:00
Mikaela Suomalainen
5cad58915a .travis.yml: fix possible issues
* use `pool.sks-keyservers.net` as keyserver as it's often more reliable
than `keyserver.ubuntu.com` as you can see with Google.
* put script to multiple lines
    * build out-of-source
    * use two CPUs
        * make seems to fail if $(nproc) is used unlike WeeChat. ZNC has
          same issue.
* mark build as failed if one job fails immediately without waiting for
all builds to finish.
    * this doesn't stop jobs that didn't finish before build was marked
    failed.
2014-09-20 13:13:11 -04:00
Kahrl
14f43ab4b6 Revert "Small changes to French translation (Petites modifications mineures)"
This reverts commit 4432e982616cd871cf1ae5c5706da09e98077433.

Exception: "Nom / Mot de Passe" --> "Nom / Mot de passe"
2014-09-20 14:02:00 +02:00
kilbith
192d029c0c Fixed french vocabulary/grammar errors
Notes (in french) :

72 msgstr "Ok" : OK est un acronyme, pas un nom, donc majuscules.
193 msgstr "Feuilles transparentes" : quel type de feuilles ? Trop vague.
213 msgstr "Filtrage anisotropique" : oxymore.
229 msgstr "Précharger les visuels d'objets" : doit être écourté (dépasse trop la bordure grisée)
2014-09-20 12:17:54 +02:00
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