1
0
mirror of https://github.com/minetest/minetest.git synced 2025-07-11 12:20:18 +02:00
Commit Graph

7229 Commits

Author SHA1 Message Date
b37bff72f1 Fix android build using hardcoded path for data instead of using the one fetched by android api on init.
Fix android missing version information
2014-10-01 22:18:29 +02:00
47abe25fe7 updatepo.sh: Find all files 2014-09-30 13:25:26 -04:00
db5aff832b Use round if falling node is misplaced
Fixes: http://i.imgur.com/arAWw1i.png (middle-right)
2014-09-28 13:33:39 +02:00
61ed56f916 Standardize tooltip row detection 2014-09-28 10:10:43 +02:00
b75e7148c2 Fix multilined description in tooltips (fixes #1688) 2014-09-28 08:44:05 +02:00
121e8cc2a1 Fix totally messed up 3d modes interlaced/topbottom/sidebyside 2014-09-25 20:37:06 +02:00
15c7460eda Fix chat lines not word wrapped correct 2014-09-25 19:54:02 +02:00
5ca5630a11 Fix command line parsing
Broken by 6bc4cad0ed, e.g.
  minetest --worldname world
would be parsed as
  minetest --worldname --worldname
2014-09-22 11:02:26 +02:00
56195dc2e4 Fix build with redis
Broken by 6bc4cad0ed because database-redis.h
depended on settings.h to include filesys.h.
2014-09-21 21:02:49 -04:00
9a685a4f2e Add firelike drawtype 2014-09-21 15:50:27 -04:00
b5a6bf2068 Update default of preload_item_visuals in minetest.conf.example 2014-09-21 15:50:27 -04:00
3e7e65885a 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
fb35cfb2dc Fix GCC reorder warning
Caused by a020d1b653.
2014-09-21 15:23:36 -04:00
f6321e277b Add inventory right click drag and drop 2014-09-21 15:23:27 -04:00
2c16a11527 Update ja/minetest.po 2014-09-21 15:07:22 -04:00
d790acaaa7 Revert the icon name in minetest.desktop
This reverts commit 7993696fc4, which broke the
icon on most distributions.
2014-09-21 14:39:36 -04:00
c061bdd37f Fix locking bugs and make inventory deserialization errors more specific 2014-09-21 14:39:36 -04:00
6bc4cad0ed Split settings into seperate source and header files
This also cleans up settings a bit
2014-09-21 14:39:35 -04:00
2ae5d3f3ab Fix Settings locking 2014-09-21 14:39:35 -04:00
cd64a92a8c Use const references for Settings methods
Also check for (this == &other) before locking mutexes.
2014-09-21 14:39:35 -04:00
b97c9c6577 Make getters of the Settings class const
Also removed 2 unused functions.
2014-09-21 14:39:35 -04:00
a020d1b653 Allow taking screenshots of formspecs and move message to chat 2014-09-21 19:15:48 +02:00
2b7a1ca572 Update .mailmap 2014-09-21 19:01:43 +02:00
44a1d0c192 Fix wrong video_driver setting when changing in mainmenu
Fixes issue with direct3d(8|9)
2014-09-21 16:27:58 +02:00
406ed5efac Add compression API 2014-09-20 14:02:54 -04:00
d6e28c19b5 .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
e9d62950e3 Revert "Small changes to French translation (Petites modifications mineures)"
This reverts commit 4432e98261.

Exception: "Nom / Mot de Passe" --> "Nom / Mot de passe"
2014-09-20 14:02:00 +02:00
821b26884a 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
4432e98261 Small changes to French translation (Petites modifications mineures) 2014-09-20 12:15:13 +02:00
adfba207a6 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
c9cab6bcab Make config compatible with C++11 2014-09-20 11:20:13 +02:00
8da3136183 Change default halo.png for better visibility. 2014-09-19 17:47:19 +02:00
8852333eb3 Use configured bind_address for HTTPFetch 2014-09-18 21:54:23 -04:00
86a3c8ce56 Reduce indentation of HTTPFetchOngoing
Also clean up some related things.
2014-09-18 21:54:22 -04:00
18bfa1c785 Added configurable selectionbox width. Min width = 1, Max = 5 2014-09-19 03:28:46 +02:00
86a0f5603b Bugfix: don't highlight air nodes. 2014-09-18 09:56:27 +02:00
58e6d25e03 Node highlighting. 2014-09-17 22:06:13 +02:00
206f076422 Fix typo in comment in chat.cpp 2014-09-14 15:37:27 +02:00
2f170a63c6 Simplify and optimize schematic replacements 2014-09-11 22:25:06 -04:00
b8ba6318d6 Fix another typo in example configuration 2014-09-11 20:21:03 -04:00
0791eac2cc Fix typo in default configuration file 2014-09-11 20:16:19 -04:00
62ea342ad1 Log unhandled exceptions in connectionthreads to errorstream 2014-09-06 18:22:27 +02:00
944e79d7a6 Fix access to invalid data on reception of packet with size 0 2014-09-06 17:42:34 +02:00
8948907431 Change screenshot colorformat properly 2014-09-03 19:41:29 +02:00
b2102bfe49 Don't save alpha channel in screenshots (fixes #1451) 2014-09-03 11:39:29 +02:00
f3eefeb794 Add LuaVoxelManip methods: get_node_at() and set_node_at() 2014-09-01 17:33:21 -04:00
9e4e7072da Update Mapgen VoxelManipulator on buffer invalidation 2014-09-01 15:12:22 -04:00
3fa4f782d9 Save previously generated blocks on Mapgen blitback 2014-09-01 14:58:05 -04:00
e5b4748bb4 Fix only one texture being updated on window resize breaking sidebyside and topbottom 3d modes 2014-08-29 01:35:35 +02:00
fb2183b61d Fix interlaced 3d mode second image being flipped on compiling against irrlicht >= 1.8 2014-08-29 00:54:46 +02:00