summaryrefslogtreecommitdiff
path: root/src/porting.cpp
Commit message (Expand)AuthorAge
* Replace deprecated WINAPI GetVersionInfoEx (#6496)adrido2018-06-03
* Clean up getTime helpersShadowNinja2017-04-28
* Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot2017-04-20
* Windows: Skip cmd for release builds (#5416)adrido2017-04-07
* Windows: Set window icon (#5486)adrido2017-03-30
* Fix build/warning on non X11 platformsest312016-10-03
* Fix android buildest312016-09-30
* Also support X11 icon for minetest copies installed via make install (#4407)est312016-08-20
* Porting: Fix endless loop if image format is not recognizedest312016-08-03
* Fix warning in porting::setXorgWindowIcon when building without X11 (#4288)Jay Arndt2016-07-07
* Finally set a window icon on X11est312016-07-05
* Fix & make linux conditionals uniform (#4278)Rogier-52016-07-04
* Also shut down when SIGTERM was receivedest312016-06-24
* Don't print locale directory error message when GetText is disabledShadowNinja2016-02-19
* Add MinSizeRel and RelWithDebInfo to MSVCBuildDir checkgregorycu2016-01-03
* Fix cache path with RUN_IN_PLACEShadowNinja2015-12-30
* Add seperate cache pathShadowNinja2015-12-07
* Add LuaSecureRandomest312015-11-08
* Use warningstream for log messages with WARNINGShadowNinja2015-10-14
* Improve locale directory detectionest312015-09-10
* Use CUSTOM_LOCALEDIR if specifiedShadowNinja2015-09-06
* Clean up threadingShadowNinja2015-08-23
* Fix code style from recent commits and add misc. optimizationskwolekr2015-07-02
* Revert the upper-case PROJECT_NAME nonsense that was part of #2402sfan52015-04-27
* Revert "Only lowercase project name at compile time"sfan52015-04-27
* Fix crash on startup (Windows)SmallJoker2015-04-22
* Only lowercase project name at compile timeShadowNinja2015-04-21
* Fix build on OS X (Thanks neoascetic)kwolekr2015-04-20
* Porting: Refactor initalizePaths()kwolekr2015-04-19
* Fix path detection with --std= parameterest312015-04-17
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-01
* Add Lua function get_video_modes() for main menuCraig Robbins2015-03-28
* Clean up and tweak build systemShadowNinja2015-03-27
* Standalone bundle for OSX (w/ dependencies!)Pavel Puchkin2015-03-17
* Fix RUN_IN_PLACE broken due to invalid usage of assertsapier2015-03-07
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-07
* Fix performance regressionCraig Robbins2015-02-05
* Fix some MSVC-specific warnings and add debug path as an MSVC directorykwolekr2015-02-02
* Reorganize supported video driver query mechanismskwolekr2015-01-18
* Fix andorid build errorsapier2015-01-07
* Implement X11 dpi autodetectionsapier2015-01-06
* Fix OSX packaging finallyPavel Puchkin2014-12-16
* Set WM_CLASS window hint for Xorgkwolekr2014-12-15
* Implement proper font handlingsapier2014-11-30
* Fix android build using hardcoded path for data instead of using the one fetc...sapier2014-10-01
* Add support for Android 2.3+sapier2014-06-29
* OS X compatibility fixesMartin Doege2014-06-29
* Revert "Add daemon support for linux like operating systems"sapier2014-06-01
* Revert "Redirect stdin/stderr/stdout to /dev/null in daemon mode"sapier2014-06-01
* Redirect stdin/stderr/stdout to /dev/null in daemon modesapier2014-06-01