aboutsummaryrefslogtreecommitdiff
path: root/src/porting.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Redirect stdin/stderr/stdout to /dev/null in daemon mode"sapier2014-06-011-4/+2
* Redirect stdin/stderr/stdout to /dev/null in daemon modesapier2014-06-011-2/+4
* Add daemon support for linux like operating systemssapier2014-05-311-7/+105
* Add support for dpi based HUD scalingsapier2014-04-271-2/+40
* Bunch of small fixes (coding style, very unlikely errors, warning messages)sapier2014-04-191-15/+15
* Fix problem with newer MinGW runtimesSfan52014-04-141-1/+2
* Include system info in the HTTP user agent on WindowsSfan52014-01-231-9/+44
* Portability fixes for OpenBSD (and possibly NetBSD and others).Aaron Suen2013-11-021-3/+8
* Tune queue limits, some other adjustmentskwolekr2013-02-251-17/+115
* Add multi-Emerge thread supportkwolekr2013-02-251-0/+23
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Fix assertion condition in initializePaths()kwolekr2013-02-061-1/+1
* Fix msvc buildIlya Zhuravlev2013-01-221-4/+1
* Proper RUN_IN_PLACE support for OSX and FreeBSDkwolekr2013-01-211-25/+66