aboutsummaryrefslogtreecommitdiff
path: root/src/porting.cpp
AgeCommit message (Expand)Author
2023-01-23Implement --debugger option to improve UX when debugging crashes (#13157)sfan5
2022-11-09Fix typos and en_US/en_GB inconsistency in various files (#12902)Abdou-31
2022-09-16Add support for MINETEST_USERDATA environment variable (#12639)William Breathitt Gray
2022-04-08Treat empty XDG_CACHE_HOME same as unsetShadowNinja
2022-01-27Request execution on dedicated GPU on Windowssfan5
2022-01-27Enable high-res timers on Windowssfan5
2020-12-19Add open user data button to main menu (#10579)rubenwardy
2020-08-23Complete Haiku platform support. (#10311)David CARLIER
2020-08-20Define environ variable on OpenBSD (#10302)Sebastien Marie
2020-05-24Fix build on FreeBSD, broken since open_urlrubenwardy
2020-05-22MacOS: Fix environ not being foundSmallJoker
2020-05-17Add core.open_url() to main menu API (#8592)rubenwardy
2020-04-27Fix detection of in-place path_locale when RUN_IN_PLACE=0sfan5
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