- Nov 11, 2015
-
-
paramat authored
-
- Oct 17, 2015
-
-
kwolekr authored
- Fix some incompatibilities with obscure platforms (AIX and WinCE) - Clean up Thread class interface - Add m_ prefix to private member variables - Simplify platform-dependent logic, reducing preprocessor conditional clauses and improving readibility - Add Thread class documentation
-
- Oct 14, 2015
-
-
ShadowNinja authored
These names are reserved for the compiler/library implementations.
-
ShadowNinja authored
-
- Oct 06, 2015
-
-
paramat authored
-
- Oct 04, 2015
- Sep 23, 2015
-
-
kwolekr authored
-
- Aug 24, 2015
-
-
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 02, 2015
-
-
Břetislav Štec authored
src/server.cpp src/emerge.cpp
-
- Apr 27, 2015
-
-
sfan5 authored
-
- Apr 01, 2015
-
-
Zeno- authored
Move debug streams to log.cpp|h Move GUI-related globals to clientlauncher Move g_settings and g_settings_path to settings.cpp|h Move g_menuclouds to clouds.cpp|h Move g_profiler to profiler.cpp|h
-
- Mar 27, 2015
-
-
ShadowNinja authored
* Combine client and server man pages. * Update unit test options and available databases in man page. * Add `--worldname` to man page. * Fix a bunch of places where `"Minetest"` was used directly instead of `PROJECT_NAME`. * Disable server build by default on all operating systems. * Make `ENABLE_FREETYPE` not fail if FreeType isn't found. * Enable LevelDB, Redis, and FreeType detection by default. * Remove the `VERSION_PATCH_ORIG` hack. * Add option to search for and use system JSONCPP. * Remove broken LuaJIT version detection. * Rename `DISABLE_LUAJIT` to `ENABLE_LUAJIT`. * Rename `minetest_*` variables in `version.{h,cpp}` to `g_*`. * Clean up style of CMake files.
-
- Mar 07, 2015
-
-
ngosang authored
-
- Feb 18, 2015
-
-
fz72 authored
-
- Feb 01, 2015
-
-
kwolekr authored
-
- Jan 28, 2015
-
-
kwolekr authored
-
- Jan 07, 2015
-
-
sapier authored
-
- Dec 30, 2014
- Dec 29, 2014
-
-
kwolekr authored
Add minetest.get_mapgen_params() Deprecate minetest.register_on_mapgen_init()
-
- Dec 09, 2014
-
-
kwolekr authored
-
- Dec 06, 2014
-
-
kwolekr authored
Add support for notify-on-decoration Clean up mapgen constructors Clean up mapgen.cpp code style somewhat Remove trailing whitespace from some files
-
- Nov 13, 2014
-
-
kwolekr authored
Add BiomeManager, OreManager, DecorationManager, and SchematicManager
-
- Nov 08, 2014
-
-
paramat authored
-
- Nov 02, 2014
-
-
Kahrl authored
-
- Nov 01, 2014
-
-
kwolekr authored
-
- Oct 27, 2014
-
-
kwolekr authored
-
- Sep 21, 2014
-
-
ShadowNinja authored
This also cleans up settings a bit
-
- Jul 12, 2014
- Jul 06, 2014
-
-
PilzAdam authored
-
- Apr 15, 2014
-
-
sfan5 authored
-
- Apr 09, 2014
-
-
sapier authored
-
- Feb 16, 2014
-
-
kwolekr authored
-
- Feb 08, 2014
-
-
kwolekr authored
Remove flagmask field from set_mapgen_params table Add small bits of needed documentation
-
- Feb 05, 2014
-
-
kwolekr authored
Add checks for invalid user input for important settings Rename Settings::tryGet* to Settings::get*NoEx for consistency
-