- Sep 14, 2015
-
-
est31 authored
The documentation file contains not just information about the map itself, but also about further files inside the world's directory. Documentation didn't reflect recent SRP addition, now it does.
-
- Sep 13, 2015
-
-
kwolekr authored
Modders are now able to select the range of ore column height, and the midpoint at which they 'grow' starting from. This commit adds three new parameters for the 'sheet' ore type: column_height_min, column_height_max, and column_midpoint_factor. clust_size is now deprecated for this ore type.
-
- Sep 12, 2015
-
-
est31 authored
After this, it should hopefully not record line numbers anymore, so the diffs of updatepo.sh runs are smaller. Well, this is theory, lets see how it will turn out to be in practice.
-
Tim authored
Currently translated at 100.0% (270 of 270 strings)
-
Kisbenedek Márton authored
Currently translated at 91.1% (246 of 270 strings)
-
Alex “XShell” Schekoldin authored
Currently translated at 100.0% (270 of 270 strings)
-
Alex “XShell” Schekoldin authored
Currently translated at 100.0% (270 of 270 strings)
-
srfqi authored
Currently translated at 98.1% (265 of 270 strings) Penerjemahan
-
E. Kastelijn authored
Currently translated at 97.0% (262 of 270 strings)
-
srfqi authored
Currently translated at 97.7% (264 of 270 strings) This is a combination of 9 consecutive commits by the same author. Their messages in chronological order are: Translated using Weblate (Indonesian) Currently translated at 79.2% (214 of 270 strings) Translated using Weblate (Indonesian) Currently translated at 80.0% (216 of 270 strings) Ini merupakan istilah dan tidak perlu diterjemahkan Translated using Weblate (Indonesian) Currently translated at 89.6% (242 of 270 strings) Penerjemahan Translated using Weblate (Indonesian) Currently translated at 94.8% (256 of 270 strings) Penerjemahan Translated using Weblate (Indonesian) Currently translated at 95.9% (259 of 270 strings) Mencari persamaan makna Translated using Weblate (Indonesian) Currently translated at 96.2% (260 of 270 strings) Penerjemahan Translated using Weblate (Indonesian) Currently translated at 96.6% (261 of 270 strings) Mencari persamaan makna Translated using Weblate (Indonesian) Currently translated at 97.0% (262 of 270 strings) Penerjemahan Translated using Weblate (Indonesian) Currently translated at 97.7% (264 of 270 strings) Istilah tidak diterjemahkan
-
Tim authored
Currently translated at 73.7% (199 of 270 strings)
-
E. Kastelijn authored
Currently translated at 90.7% (245 of 270 strings)
-
Tim authored
Currently translated at 100.0% (270 of 270 strings)
-
Tim authored
Currently translated at 44.8% (121 of 270 strings)
-
Tim authored
Currently translated at 100% (0 of 0 strings) Created new translation.
-
Jakub Vaněk authored
Currently translated at 100.0% (270 of 270 strings)
-
shadowninja authored
Currently translated at 100.0% (270 of 270 strings)
-
shadowninja authored
Currently translated at 100.0% (270 of 270 strings)
-
Jakub Vaněk authored
Currently translated at 100.0% (270 of 270 strings)
-
Jakub Vaněk authored
Currently translated at 95.5% (258 of 270 strings)
-
betacentury authored
Currently translated at 82.9% (224 of 270 strings)
-
betacentury authored
Currently translated at 80.7% (218 of 270 strings)
-
Wuzzy authored
Currently translated at 38.5% (104 of 270 strings)
-
Wuzzy authored
Currently translated at 100.0% (270 of 270 strings)
-
Wuzzy authored
Currently translated at 100% (0 of 0 strings) Created new translation.
-
Rui authored
Currently translated at 100.0% (270 of 270 strings)
-
Rui authored
Currently translated at 100.0% (270 of 270 strings)
-
Rui authored
Currently translated at 100.0% (270 of 270 strings)
-
hahoyer authored
Currently translated at 100.0% (270 of 270 strings)
-
- Sep 10, 2015
-
-
est31 authored
Its obvious that "u16 command" is inside every packet, therefore this commit removes all mentions of the command, if non-array like notation is used. We already didn't add "u16 command" to new packets or removed it at packet changes, so now we remove it from existing packets.
-
est31 authored
Use in-place locale directory if that exists, and static one (RUN_IN_PLACE or CUSTOM_LOCALEDIR) doesn't exist. Report to errorstream if neither static nor in-place locale dirs exist, and report successfully found paths to infostreem. Fixes two bugs: -> Regression of commit [1] where if we use RUN_IN_PLACE=false, but don't make install, locales aren't found. One might think this is no regression, as its no bug, but all other paths (mainmenu, etc.) are detected properly. -> Regression of commit [1] where locales don't work on windows. References: [1]: Commit 645e2086 "Use CUSTOM_LOCALEDIR if specified" by @ShadowNinja
-
- Sep 08, 2015
-
-
est31 authored
Google code was shut down, project moved to github.
-
Loïc Blot authored
As indicated in its name, m_client_event_queue should be a queue. Change std::list to std::queue to improve the queue's performance.
-
Robert Zenz authored
-
- Sep 07, 2015
- Sep 06, 2015
-
-
ShadowNinja authored
-
est31 authored
We require sudo right now, tell this travis, so that they don't try to run it on their container based infrastructure.
-
Pavel Puchkin authored
Commit e4bff8be - Clean up threading by @ShadowNinja has broken the OSX build. Including things inside a namespace isn't good. Also fixes #3124.
-
- Sep 03, 2015
-
-
Rui914 authored
-