aboutsummaryrefslogtreecommitdiff
path: root/src/porting.cpp
AgeCommit message (Expand)Author
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
2015-04-17Fix path detection with --std= parameterest31
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2015-03-28Add Lua function get_video_modes() for main menuCraig Robbins
2015-03-27Clean up and tweak build systemShadowNinja
2015-03-17Standalone bundle for OSX (w/ dependencies!)Pavel Puchkin
2015-03-07Fix RUN_IN_PLACE broken due to invalid usage of assertsapier
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2015-02-05Fix performance regressionCraig Robbins
2015-02-02Fix some MSVC-specific warnings and add debug path as an MSVC directorykwolekr
2015-01-18Reorganize supported video driver query mechanismskwolekr
2015-01-07Fix andorid build errorsapier
2015-01-06Implement X11 dpi autodetectionsapier
2014-12-16Fix OSX packaging finallyPavel Puchkin
2014-12-15Set WM_CLASS window hint for Xorgkwolekr
2014-11-30Implement proper font handlingsapier
2014-10-01Fix android build using hardcoded path for data instead of using the one fetc...sapier
2014-06-29Add support for Android 2.3+sapier
2014-06-29OS X compatibility fixesMartin Doege
2014-06-01Revert "Add daemon support for linux like operating systems"sapier
2014-06-01Revert "Redirect stdin/stderr/stdout to /dev/null in daemon mode"sapier
2014-06-01Redirect stdin/stderr/stdout to /dev/null in daemon modesapier
2014-05-31Add daemon support for linux like operating systemssapier
2014-04-27Add support for dpi based HUD scalingsapier
2014-04-19Bunch of small fixes (coding style, very unlikely errors, warning messages)sapier
2014-04-14Fix problem with newer MinGW runtimesSfan5
2014-01-23Include system info in the HTTP user agent on WindowsSfan5
2013-11-02Portability fixes for OpenBSD (and possibly NetBSD and others).Aaron Suen
2013-02-25Tune queue limits, some other adjustmentskwolekr
2013-02-25Add multi-Emerge thread supportkwolekr
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-02-06Fix assertion condition in initializePaths()kwolekr
2013-01-22Fix msvc buildIlya Zhuravlev
2013-01-21Proper RUN_IN_PLACE support for OSX and FreeBSDkwolekr
2012-07-23Improve build configuration optionsPerttu Ahola
2012-06-17Initially split utility.h to multiple files in util/Perttu Ahola
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola
2012-03-25MSVC build directory autodetection at startupPerttu Ahola
2012-03-20Flatten share/ and user/ in the source and for the RUN_IN_PLACE buildPerttu Ahola
2012-03-13Attempt to fix RUN_IN_PLACE autodetection on LinuxPerttu Ahola
2012-03-11Remove useless debug output (log at info level)Perttu Ahola
2012-03-11Clean up log messages everywherePerttu Ahola
2012-03-10Initial directory structure reworkPerttu Ahola
2011-11-29Scripting WIPPerttu Ahola
2011-11-29Move images to data/textures and fix some path stuff; hope that installation ...Perttu Ahola
2011-11-06Command-line signal handling for WindowsConstantin Wenger