| Commit message (Expand) | Author | Age |
... | |
* | Fix clang warning | ShadowNinja | 2015-10-31 |
* | Fix C++11 compatibility | kwolekr | 2015-10-31 |
* | minetest. to core. | Rui914 | 2015-10-31 |
* | WoW-style Autorun | Duane Robertson | 2015-10-29 |
* | findSpawnPos: Add setting for max height above water level | paramat | 2015-10-29 |
* | Mgfractal: Add filler depth noise | paramat | 2015-10-29 |
* | Add STATIC_ASSERT() macro and use it | kwolekr | 2015-10-27 |
* | Add DISABLE_CLASS_COPY macro (and use it) | kwolekr | 2015-10-27 |
* | Environment: Time of day fixes and add serverside getter | est31 | 2015-10-27 |
* | Fix missing #include | PilzAdam | 2015-10-27 |
* | Move basic, non-numeric macros from util/numeric.h to basicmacros.h | kwolekr | 2015-10-27 |
* | Fix jittering sounds on entities (fixes #2974) | BlockMen | 2015-10-26 |
* | Fix typo | BlockMen | 2015-10-26 |
* | SAPI: Fix seed parameter truncation for LuaPseudoRandom constructor | kwolekr | 2015-10-26 |
* | SAPI: Move core.get_us_time() to Util module | kwolekr | 2015-10-26 |
* | Remove some abort() calls | est31 | 2015-10-26 |
* | SAPI: Throw runtime error instead of if l_get_mapgen_object called in incorre... | kwolekr | 2015-10-25 |
* | SAPI: Mark all Lua API functions requiring envlock | kwolekr | 2015-10-25 |
* | Correct comment in l_util.cpp | est31 | 2015-10-26 |
* | Fix parameter passing to gettext call | PilzAdam | 2015-10-25 |
* | Check if hitter has inventory when punching item | BlockMen | 2015-10-25 |
* | Credits: Remove my name | Rui | 2015-10-25 |
* | Add option to disable backface culling for models | BlockMen | 2015-10-25 |
* | Escape " in generated settings_translation_file.cpp | PilzAdam | 2015-10-25 |
* | Fix out of bounds vector write in Logger::addOutput(ILogOutput *out) | est31 | 2015-10-25 |
* | Fix setting comments | PilzAdam | 2015-10-24 |
* | Don't allow games or mods to add secure. settings | PilzAdam | 2015-10-24 |
* | Mgfractal: Independent iterations and scale parameters | paramat | 2015-10-24 |
* | Android: statically load iconv library | est31 | 2015-10-24 |
* | Run updatepo.sh | est31 | 2015-10-24 |
* | Better gettext support for protocol version mismatch messages | est31 | 2015-10-24 |
* | Small logging refactor and additional options | est31 | 2015-10-24 |
* | Improve Lua settings menu | PilzAdam | 2015-10-24 |
* | Fix compilation under MSVC and remove unnecessary conditional function prototype | kwolekr | 2015-10-24 |
* | Fix on_rightclick() being called directly after placing node | BlockMen | 2015-10-24 |
* | Improve rollback database indexing | cheapie | 2015-10-24 |
* | Flush rollback log more often | est31 | 2015-10-24 |
* | Fix some threading things and add additional thread unittests | kwolekr | 2015-10-24 |
* | Decoration API: Add flag for placement on liquid surface | paramat | 2015-10-23 |
* | Add more ways to pass data to check_player_privs | Robert Zenz | 2015-10-22 |
* | Translated using Weblate (Portuguese (Brazil)) | Leonardo | 2015-10-22 |
* | Translated using Weblate (Japanese) | Rui | 2015-10-22 |
* | Translated using Weblate (German) | est31 | 2015-10-22 |
* | init_log_streams: check if log_filename is empty. | Jun Zhang | 2015-10-19 |
* | ABMs: Make catch-up behaviour optional | paramat | 2015-10-18 |
* | Settings tab: double click opens/closes trees | Kahrl | 2015-10-18 |
* | Settings tab: don't autoscroll when toggling "Show technical names" | Kahrl | 2015-10-18 |
* | Remove wstrgettext | est31 | 2015-10-18 |
* | Display sane output for empty descriptions | est31 | 2015-10-18 |
* | Fix GUITable selection issues with trees | Kahrl | 2015-10-17 |