aboutsummaryrefslogtreecommitdiff
path: root/src/porting.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Treat empty XDG_CACHE_HOME same as unsetShadowNinja2022-04-081-1/+1
* Request execution on dedicated GPU on Windowssfan52022-01-271-0/+9
* Enable high-res timers on Windowssfan52022-01-271-0/+4
* Add open user data button to main menu (#10579)rubenwardy2020-12-191-8/+27
* Complete Haiku platform support. (#10311)David CARLIER2020-08-231-0/+10
* Define environ variable on OpenBSD (#10302)Sebastien Marie2020-08-201-1/+1
* Fix build on FreeBSD, broken since open_urlrubenwardy2020-05-241-0/+1
* MacOS: Fix environ not being foundSmallJoker2020-05-221-1/+7
* Add core.open_url() to main menu API (#8592)rubenwardy2020-05-171-1/+29
* Fix detection of in-place path_locale when RUN_IN_PLACE=0sfan52020-04-271-10/+10
* porting.cpp: better minetest support on BSDLoïc Blot2018-12-111-1/+1
* Windows: Cpack wix installer (#6153)adrido2018-10-261-4/+16
* Add a MSVC / Windows compatible snprintf function (#7353)nOOb31672018-07-221-0/+24
* Print error when HOME is not set (#7376)Midgard2018-05-281-3/+18
* Replace deprecated WINAPI GetVersionInfoEx (#6496)adrido2017-10-071-13/+23
* Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282)Loïc Blot2017-08-191-4/+4
* Dont search for locale folders if gettext is disabled (#6133)adrido2017-07-141-1/+1
* Isolate irrlicht references and use a singleton (#6041)Loïc Blot2017-06-261-306/+0
* DragonflyBSD & NetBSD build fixLoic Blot2017-06-061-1/+1
* Clean up getTime helpersShadowNinja2017-04-281-0/+13
* Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot2017-04-201-1/+1
* Windows: Skip cmd for release builds (#5416)adrido2017-04-071-0/+14
* Windows: Set window icon (#5486)adrido2017-03-301-2/+32
* Fix build/warning on non X11 platformsest312016-10-031-0/+1
* Fix android buildest312016-09-301-2/+5
* Also support X11 icon for minetest copies installed via make install (#4407)est312016-08-201-1/+18
* Porting: Fix endless loop if image format is not recognizedest312016-08-031-1/+2
* Fix warning in porting::setXorgWindowIcon when building without X11 (#4288)Jay Arndt2016-07-071-1/+1
* Finally set a window icon on X11est312016-07-051-0/+87
* Fix & make linux conditionals uniform (#4278)Rogier-52016-07-041-2/+2
* Also shut down when SIGTERM was receivedest312016-06-241-5/+11
* Don't print locale directory error message when GetText is disabledShadowNinja2016-02-191-4/+6
* Add MinSizeRel and RelWithDebInfo to MSVCBuildDir checkgregorycu2016-01-031-0/+2
* Fix cache path with RUN_IN_PLACEShadowNinja2015-12-301-7/+8
* Add seperate cache pathShadowNinja2015-12-071-1/+37
* Add LuaSecureRandomest312015-11-081-1/+42
* Use warningstream for log messages with WARNINGShadowNinja2015-10-141-10/+10
* Improve locale directory detectionest312015-09-101-3/+24
* Use CUSTOM_LOCALEDIR if specifiedShadowNinja2015-09-061-1/+7
* Clean up threadingShadowNinja2015-08-231-124/+0
* Fix code style from recent commits and add misc. optimizationskwolekr2015-07-021-13/+11
* Revert the upper-case PROJECT_NAME nonsense that was part of #2402sfan52015-04-271-4/+4
* Revert "Only lowercase project name at compile time"sfan52015-04-271-7/+8
* Fix crash on startup (Windows)SmallJoker2015-04-221-9/+6
* Only lowercase project name at compile timeShadowNinja2015-04-211-8/+7
* Fix build on OS X (Thanks neoascetic)kwolekr2015-04-201-1/+2
* Porting: Refactor initalizePaths()kwolekr2015-04-191-181/+285
* Fix path detection with --std= parameterest312015-04-171-2/+2
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-1/+0
* Add Lua function get_video_modes() for main menuCraig Robbins2015-03-281-2/+8