- Sep 06, 2015
-
-
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
-
HEXcube authored
-Complies with the Linux standard freedesktop icon naming specs: http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html#guidelines -Ensures compatibility with icon themes -Edit minetest.desktop, CMakeLists.txt and README.md to reflect this change
-
est31 authored
Before, calling get_areas_in_area for an areastore with both include_borders and include_data would result in a lua error, if there was at least one area as result: attempt to index a number value in function 'get_areas_in_area'
-
Rui authored
-
- Sep 02, 2015
- Sep 01, 2015
-
-
ShadowNinja authored
-
ShadowNinja authored
-
Marcin authored
-
Rui authored
-
est31 authored
-
jh10001 authored
Also remove trailing whitespaces from the file
-
- Aug 31, 2015
- Aug 30, 2015
-
-
est31 authored
The commit 8f9af573 "Add core.get_dir_list" by @ShadowNinja has removed the implementation of the l_get_dirlist function and all its usages from the l_mainmenu.cpp file, but hasn't removed it from the header file. The reason why this hasn't been detected earlier is that C++ has this interesting feature to still make it possible to create instances of classes whose never used private methods are declared but not defined.
-
Gael-de-Sailly authored
-
- Aug 29, 2015
-
-
paramat authored
Preserves the rare unbroken protruding dungeons Fix random range for first room roomplace Fix checked volume for first room 'fits' bool and check for 'untouchable' flag instead of 'inside' Remove 'enable floating dungeons' setting
-
- Aug 27, 2015
- Aug 26, 2015
-
-
David Jones authored
-
- Aug 25, 2015
- Aug 24, 2015
-
-
ShadowNinja authored
-
onkrot authored
-
ShadowNinja authored
-
ShadowNinja authored
* Rename everything. * Strip J prefix. * Change UpperCamelCase functions to lowerCamelCase. * Remove global (!) semaphore count mutex on OSX. * Remove semaphore count getter (unused, unsafe, depended on internal API functions on Windows, and used a hack on OSX). * Add `Atomic<type>`. * Make `Thread` handle thread names. * Add support for C++11 multi-threading. * Combine pthread and win32 sources. * Remove `ThreadStarted` (unused, unneeded). * Move some includes from the headers to the sources. * Move all of `Event` into its header (allows inlining with no new includes). * Make `Event` use `Semaphore` (except on Windows). * Move some porting functions into `Thread`. * Integrate logging with `Thread`. * Add threading test.
-
- Aug 21, 2015
-
-
est31 authored
Before, android versionName was set to "...13", which made the f-droid build fail.
-
- Aug 20, 2015
-
-
est31 authored
-
est31 authored
-
RealBadAngel authored
-
RealBadAngel authored
-
- Aug 19, 2015
-
-
kwolekr authored
-
kwolekr authored
-
Rui authored
-
Rui authored
-
est31 authored
The service isn't online, and on the long term, mmdb will likekly be replaced with other services from the modding community.
-
est31 authored
This bypass had to be re-enabled as some users reported issues, even after the iconv build fix. While utf8_to_wide works well, wide_to_utf8 is quite broken on android, for some reason, and some devices (unrelated from build configuration).
-
est31 authored
-