aboutsummaryrefslogtreecommitdiff
path: root/src/porting.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up and tweak build systemShadowNinja2015-03-271-5/+6
* Standalone bundle for OSX (w/ dependencies!)Pavel Puchkin2015-03-171-23/+14
* Fix RUN_IN_PLACE broken due to invalid usage of assertsapier2015-03-071-1/+1
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-071-6/+6
* Fix performance regressionCraig Robbins2015-02-051-2/+11
* Fix some MSVC-specific warnings and add debug path as an MSVC directorykwolekr2015-02-021-1/+5
* Reorganize supported video driver query mechanismskwolekr2015-01-181-3/+69
* Fix andorid build errorsapier2015-01-071-1/+1
* Implement X11 dpi autodetectionsapier2015-01-061-4/+35
* Fix OSX packaging finallyPavel Puchkin2014-12-161-1/+1
* Set WM_CLASS window hint for Xorgkwolekr2014-12-151-0/+24
* Implement proper font handlingsapier2014-11-301-10/+1
* Fix android build using hardcoded path for data instead of using the one fetc...sapier2014-10-011-3/+1
* Add support for Android 2.3+sapier2014-06-291-12/+27
* OS X compatibility fixesMartin Doege2014-06-291-4/+1
* Revert "Add daemon support for linux like operating systems"sapier2014-06-011-105/+7