summaryrefslogtreecommitdiff
path: root/src/porting.cpp
Commit message (Expand)AuthorAge
* Revert the upper-case PROJECT_NAME nonsense that was part of #2402sfan52015-04-27
* Revert "Only lowercase project name at compile time"sfan52015-04-27
* Fix crash on startup (Windows)SmallJoker2015-04-22
* Only lowercase project name at compile timeShadowNinja2015-04-21
* Fix build on OS X (Thanks neoascetic)kwolekr2015-04-20
* Porting: Refactor initalizePaths()kwolekr2015-04-19
* Fix path detection with --std= parameterest312015-04-17
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-01
* Add Lua function get_video_modes() for main menuCraig Robbins2015-03-28
* Clean up and tweak build systemShadowNinja2015-03-27
* Standalone bundle for OSX (w/ dependencies!)Pavel Puchkin2015-03-17
* Fix RUN_IN_PLACE broken due to invalid usage of assertsapier2015-03-07
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-07
* Fix performance regressionCraig Robbins2015-02-05
* Fix some MSVC-specific warnings and add debug path as an MSVC directorykwolekr2015-02-02
* Reorganize supported video driver query mechanismskwolekr2015-01-18
* Fix andorid build errorsapier2015-01-07
* Implement X11 dpi autodetectionsapier2015-01-06
* Fix OSX packaging finallyPavel Puchkin2014-12-16
* Set WM_CLASS window hint for Xorgkwolekr2014-12-15
* Implement proper font handlingsapier2014-11-30
* Fix android build using hardcoded path for data instead of using the one fetc...sapier2014-10-01
* Add support for Android 2.3+sapier2014-06-29
* OS X compatibility fixesMartin Doege2014-06-29
* Revert "Add daemon support for linux like operating systems"sapier2014-06-01
* Revert "Redirect stdin/stderr/stdout to /dev/null in daemon mode"sapier2014-06-01
* Redirect stdin/stderr/stdout to /dev/null in daemon modesapier2014-06-01
* Add daemon support for linux like operating systemssapier2014-05-31
* Add support for dpi based HUD scalingsapier2014-04-27
* Bunch of small fixes (coding style, very unlikely errors, warning messages)sapier2014-04-19
* Fix problem with newer MinGW runtimesSfan52014-04-14
* Include system info in the HTTP user agent on WindowsSfan52014-01-23
* Portability fixes for OpenBSD (and possibly NetBSD and others).Aaron Suen2013-11-02
* Tune queue limits, some other adjustmentskwolekr2013-02-25
* Add multi-Emerge thread supportkwolekr2013-02-25
* Update Copyright YearsSfan52013-02-24
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
* Fix assertion condition in initializePaths()kwolekr2013-02-06
* Fix msvc buildIlya Zhuravlev2013-01-22
* Proper RUN_IN_PLACE support for OSX and FreeBSDkwolekr2013-01-21
* Improve build configuration optionsPerttu Ahola2012-07-23
* Initially split utility.h to multiple files in util/Perttu Ahola2012-06-17
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-05
* MSVC build directory autodetection at startupPerttu Ahola2012-03-25
* Flatten share/ and user/ in the source and for the RUN_IN_PLACE buildPerttu Ahola2012-03-20
* Attempt to fix RUN_IN_PLACE autodetection on LinuxPerttu Ahola2012-03-13
* Remove useless debug output (log at info level)Perttu Ahola2012-03-11
* Clean up log messages everywherePerttu Ahola2012-03-11
* Initial directory structure reworkPerttu Ahola2012-03-10
* Scripting WIPPerttu Ahola2011-11-29