Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Clean up threading | ShadowNinja | 2015-08-23 |
| | | | | | | | | | | | | | | | | | | | | * 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. | ||
* | Fix wrong android versionName | est31 | 2015-08-21 |
| | | | | Before, android versionName was set to "...13", which made the f-droid build fail. | ||
* | Continue with 0.4.13-dev | est31 | 2015-08-20 |
| | |||
* | Bump version to 0.4.13 | est31 | 2015-08-20 |
| | |||
* | tileable flags are needed also without shaders because of filters | RealBadAngel | 2015-08-20 |
| | |||
* | Remove use of engine sent texture tiling flags - theyre no longer needed | RealBadAngel | 2015-08-20 |
| | |||
* | Remove some emails from credits tab | kwolekr | 2015-08-19 |
| | |||
* | Update credits tab | kwolekr | 2015-08-19 |
| | |||
* | Fix indianred and indigo of color-string | Rui | 2015-08-19 |
| | |||
* | Add Japanese translation of desktop file | Rui | 2015-08-19 |
| | |||
* | Client: disable mmdb modstore | est31 | 2015-08-19 |
| | | | | | The service isn't online, and on the long term, mmdb will likekly be replaced with other services from the modding community. | ||
* | Android: bypass broken wide_to_utf8 with wide_to_narrow (again) | est31 | 2015-08-19 |
| | | | | | | | | | 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). | ||
* | Fix inventory replace bug | est31 | 2015-08-19 |
| | |||
* | SAPI: Disable unlockable time profiling | kwolekr | 2015-08-18 |
| | |||
* | SEnv: Remove static_exists from ActiveObjects in deleted blocks | kwolekr | 2015-08-16 |
| | |||
* | Remove unused functions. | onkrot | 2015-08-16 |
| | |||
* | Defaultsettings: Increase client_mapblock_limit to 5000 | paramat | 2015-08-15 |
| | |||
* | Rollback: Fail on bad precondition instead of causing assertion error | kwolekr | 2015-08-15 |
| | |||
* | Fix sneaking (fixes #665 and #3045) | BlockMen | 2015-08-15 |
| | |||
* | Remove unused function from connection.{cpp,h} | nerzhul | 2015-08-15 |
| | |||
* | Don't do formspec escaping twice for loading description | est31 | 2015-08-14 |
| | |||
* | minimap: Add ability to disable from server | kwolekr | 2015-08-13 |
| | |||
* | game.cpp: Update cached settings | est31 | 2015-08-13 |
| | |||
* | Fix segfault caused by a8e238ed06ee8285ed4459e9deda3117419837f6 | Perttu Ahola | 2015-08-13 |
| | |||
* | Add count based unload limit for mapblocks | est31 | 2015-08-13 |
| | |||
* | SAPI: Track last executed mod and include in error messages | kwolekr | 2015-08-12 |
| | |||
* | Fix Lua PcgRandom | est31 | 2015-08-12 |
| | | | | | | | | | | | | | | | | Before, this lua code led to a crash: local pcg = PcgRandom(42) local value = pcg:next() This was because if you called s32 PcgRandom::range(min, max) with the minimum and maximum possible values for s32 integers (which the lua binding code did), u32 PcgRandom::range(bound) got called with 0 as the bound. The bound however is one above the maximum value, so 0 is a "special" value to pass to this function. This commit fixes the lua crash by assigning the RNG's full range to the bound 0, which is also fits to the "maximum is bound - 1" principle, as (u32)-1 is the maximum value in the u32 range. | ||
* | Treegen: Rename pine tree mapgen alias | paramat | 2015-08-10 |
| | |||
* | Fix intlGUIEditBox leak and uninitialized value in Mapper (reported by valgrind) | Kahrl | 2015-08-10 |
| | |||
* | Make NetworkPacket respect serialized string size limits | kwolekr | 2015-08-10 |
| | |||
* | Display Lua memory usage at the time of Out-of-Memory error | kwolekr | 2015-08-10 |
| | | | | Also misc. minor cleanups | ||
* | Fix segfaults caused by the Environment not being initialized yet | rubenwardy | 2015-08-09 |
| | |||
* | Translated using Weblate (German) | sfan5 | 2015-08-09 |
| | | | | Currently translated at 100.0% (270 of 270 strings) | ||
* | Update Spanish translation. | Diego Martinez | 2015-08-09 |
| | |||
* | Remove unused file | Loic Blot | 2015-08-09 |
| | |||
* | Translated using Weblate (Hungarian) | Kisbenedek Márton | 2015-08-09 |
| | | | | Currently translated at 91.1% (246 of 270 strings) | ||
* | Translated using Weblate (Russian) | Andrey K | 2015-08-09 |
| | | | | Currently translated at 100.0% (270 of 270 strings) | ||
* | Translated using Weblate (German) | est31 | 2015-08-09 |
| | | | | Currently translated at 100.0% (270 of 270 strings) | ||
* | Translated using Weblate (German) | Jackie Coe | 2015-08-09 |
| | | | | Currently translated at 100.0% (270 of 270 strings) | ||
* | Translated using Weblate (German) | Jackie Coe | 2015-08-09 |
| | | | | Currently translated at 100.0% (270 of 270 strings) | ||
* | Translated using Weblate (Japanese) | Rui | 2015-08-09 |
| | | | | Currently translated at 100.0% (270 of 270 strings) | ||
* | Translated using Weblate (German) | est31 | 2015-08-09 |
| | | | | Currently translated at 99.6% (269 of 270 strings) | ||
* | Translated using Weblate (French) | Jean-Patrick G | 2015-08-09 |
| | | | | Currently translated at 96.2% (260 of 270 strings) | ||
* | Translated using Weblate (Japanese) | Rui | 2015-08-09 |
| | | | | Currently translated at 96.2% (260 of 270 strings) | ||
* | Translated using Weblate (German) | est31 | 2015-08-09 |
| | | | | Currently translated at 99.6% (269 of 270 strings) | ||
* | Translated using Weblate (French) | Jean-Patrick G | 2015-08-09 |
| | | | | Currently translated at 96.2% (260 of 270 strings) | ||
* | Fix camera updates being toggled by N key in release mode (#2762) | Kahrl | 2015-08-07 |
| | |||
* | Fix detection of sneaking node | gregorycu | 2015-08-06 |
| | | | | This fixes bug 1551 | ||
* | Fix BufferedPacket race condition (fixes #2983) | kwolekr | 2015-08-06 |
| | | | | | This was caused by the use the non-threadsafe SharedBuffer in a threaded context. | ||
* | Fix critical vulnerabilities and bugs with NetworkPacket | kwolekr | 2015-08-06 |
| |