aboutsummaryrefslogtreecommitdiff
path: root/src/porting.cpp
AgeCommit message (Expand)Author
2018-12-11porting.cpp: better minetest support on BSDLoïc Blot
2018-10-26Windows: Cpack wix installer (#6153)adrido
2018-07-22Add a MSVC / Windows compatible snprintf function (#7353)nOOb3167
2018-05-28Print error when HOME is not set (#7376)Midgard
2017-10-07Replace deprecated WINAPI GetVersionInfoEx (#6496)adrido
2017-08-19Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282)Loïc Blot
2017-07-14Dont search for locale folders if gettext is disabled (#6133)adrido
2017-06-26Isolate irrlicht references and use a singleton (#6041)Loïc Blot
2017-06-06DragonflyBSD & NetBSD build fixLoic Blot
2017-04-28Clean up getTime helpersShadowNinja
2017-04-20Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot
2017-04-07Windows: Skip cmd for release builds (#5416)adrido
2017-03-30Windows: Set window icon (#5486)adrido
2016-10-03Fix build/warning on non X11 platformsest31
2016-09-30Fix android buildest31
2016-08-20Also support X11 icon for minetest copies installed via make install (#4407)est31
2016-08-03Porting: Fix endless loop if image format is not recognizedest31
2016-07-07Fix warning in porting::setXorgWindowIcon when building without X11 (#4288)Jay Arndt
2016-07-05Finally set a window icon on X11est31
2016-07-04Fix & make linux conditionals uniform (#4278)Rogier-5
2016-06-24Also shut down when SIGTERM was receivedest31
2016-02-19Don't print locale directory error message when GetText is disabledShadowNinja
2016-01-03Add MinSizeRel and RelWithDebInfo to MSVCBuildDir checkgregorycu
2015-12-30Fix cache path with RUN_IN_PLACEShadowNinja
2015-12-07Add seperate cache pathShadowNinja
2015-11-08Add LuaSecureRandomest31
2015-10-14Use warningstream for log messages with WARNINGShadowNinja
2015-09-10Improve locale directory detectionest31
2015-09-06Use CUSTOM_LOCALEDIR if specifiedShadowNinja
2015-08-23Clean up threadingShadowNinja
2015-07-02Fix code style from recent commits and add misc. optimizationskwolekr
2015-04-27Revert the upper-case PROJECT_NAME nonsense that was part of #2402sfan5
2015-04-27Revert "Only lowercase project name at compile time"sfan5
2015-04-22Fix crash on startup (Windows)SmallJoker
2015-04-21Only lowercase project name at compile timeShadowNinja
2015-04-20Fix build on OS X (Thanks neoascetic)kwolekr
2015-04-19Porting: Refactor initalizePaths()kwolekr
2015-04-17Fix path detection with --std= parameterest31
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2015-03-28Add Lua function get_video_modes() for main menuCraig Robbins
2015-03-27Clean up and tweak build systemShadowNinja
2015-03-17Standalone bundle for OSX (w/ dependencies!)Pavel Puchkin
2015-03-07Fix RUN_IN_PLACE broken due to invalid usage of assertsapier
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2015-02-05Fix performance regressionCraig Robbins
2015-02-02Fix some MSVC-specific warnings and add debug path as an MSVC directorykwolekr
2015-01-18Reorganize supported video driver query mechanismskwolekr
2015-01-07Fix andorid build errorsapier
2015-01-06Implement X11 dpi autodetectionsapier
2014-12-16Fix OSX packaging finallyPavel Puchkin