| Commit message (Expand) | Author | Age |
* | Clean up getTime helpers | ShadowNinja | 2017-04-28 |
* | Fix various copy instead of const ref reported by cppcheck (part 3) (#5616) | Loïc Blot | 2017-04-20 |
* | Windows: Skip cmd for release builds (#5416) | adrido | 2017-04-07 |
* | Windows: Set window icon (#5486) | adrido | 2017-03-30 |
* | Fix build/warning on non X11 platforms | est31 | 2016-10-03 |
* | Fix android build | est31 | 2016-09-30 |
* | Also support X11 icon for minetest copies installed via make install (#4407) | est31 | 2016-08-20 |
* | Porting: Fix endless loop if image format is not recognized | est31 | 2016-08-03 |
* | Fix warning in porting::setXorgWindowIcon when building without X11 (#4288) | Jay Arndt | 2016-07-07 |
* | Finally set a window icon on X11 | est31 | 2016-07-05 |
* | Fix & make linux conditionals uniform (#4278) | Rogier-5 | 2016-07-04 |
* | Also shut down when SIGTERM was received | est31 | 2016-06-24 |
* | Don't print locale directory error message when GetText is disabled | ShadowNinja | 2016-02-19 |
* | Add MinSizeRel and RelWithDebInfo to MSVCBuildDir check | gregorycu | 2016-01-03 |
* | Fix cache path with RUN_IN_PLACE | ShadowNinja | 2015-12-30 |
* | Add seperate cache path | ShadowNinja | 2015-12-07 |
* | Add LuaSecureRandom | est31 | 2015-11-08 |
* | Use warningstream for log messages with WARNING | ShadowNinja | 2015-10-14 |
* | Improve locale directory detection | est31 | 2015-09-10 |
* | Use CUSTOM_LOCALEDIR if specified | ShadowNinja | 2015-09-06 |
* | Clean up threading | ShadowNinja | 2015-08-23 |
* | Fix code style from recent commits and add misc. optimizations | kwolekr | 2015-07-02 |
* | Revert the upper-case PROJECT_NAME nonsense that was part of #2402 | sfan5 | 2015-04-27 |
* | Revert "Only lowercase project name at compile time" | sfan5 | 2015-04-27 |
* | Fix crash on startup (Windows) | SmallJoker | 2015-04-22 |
* | Only lowercase project name at compile time | ShadowNinja | 2015-04-21 |
* | Fix build on OS X (Thanks neoascetic) | kwolekr | 2015-04-20 |
* | Porting: Refactor initalizePaths() | kwolekr | 2015-04-19 |
* | Fix path detection with --std= parameter | est31 | 2015-04-17 |
* | Move globals from main.cpp to more sane locations | Craig Robbins | 2015-04-01 |
* | Add Lua function get_video_modes() for main menu | Craig Robbins | 2015-03-28 |
* | Clean up and tweak build system | ShadowNinja | 2015-03-27 |
* | Standalone bundle for OSX (w/ dependencies!) | Pavel Puchkin | 2015-03-17 |
* | Fix RUN_IN_PLACE broken due to invalid usage of assert | sapier | 2015-03-07 |
* | For usages of assert() that are meant to persist in Release builds (when NDEB... | Craig Robbins | 2015-03-07 |
* | Fix performance regression | Craig Robbins | 2015-02-05 |
* | Fix some MSVC-specific warnings and add debug path as an MSVC directory | kwolekr | 2015-02-02 |
* | Reorganize supported video driver query mechanisms | kwolekr | 2015-01-18 |
* | Fix andorid build error | sapier | 2015-01-07 |
* | Implement X11 dpi autodetection | sapier | 2015-01-06 |
* | Fix OSX packaging finally | Pavel Puchkin | 2014-12-16 |
* | Set WM_CLASS window hint for Xorg | kwolekr | 2014-12-15 |
* | Implement proper font handling | sapier | 2014-11-30 |
* | Fix android build using hardcoded path for data instead of using the one fetc... | sapier | 2014-10-01 |
* | Add support for Android 2.3+ | sapier | 2014-06-29 |
* | OS X compatibility fixes | Martin Doege | 2014-06-29 |
* | Revert "Add daemon support for linux like operating systems" | sapier | 2014-06-01 |
* | Revert "Redirect stdin/stderr/stdout to /dev/null in daemon mode" | sapier | 2014-06-01 |
* | Redirect stdin/stderr/stdout to /dev/null in daemon mode | sapier | 2014-06-01 |
* | Add daemon support for linux like operating systems | sapier | 2014-05-31 |