aboutsummaryrefslogtreecommitdiff
path: root/src/porting.cpp
AgeCommit message (Expand)Author
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
2011-11-02Remove trailing / or \ in path_userdata (probably fixes world deletion on Win...Perttu Ahola
2011-10-16Fix map delete on windows (concatenate paths correctly with / or \ depending ...Perttu Ahola
2011-08-12fixed not finding data dir if installedConstantin Wenger
2011-08-02Fix data paths for FreeBSDDmitry Marakasov
2011-07-20Check the data path before usageGiuseppe Bilotta
2011-06-20moved the mac include in porting.cpp out of namespacePerttu Ahola
2011-06-18Hand-picked Mac OSX cursor and bundle path fixes from https://bitbucket.org/t...Perttu Ahola
2011-05-16Get rid of ignored return value warningCiaran Gultnieks
2011-02-23mainly work on object scripting apiPerttu Ahola
2011-02-16Debug stacks will now be printed on Ctrl-C. Also client properly quits on Ctr...Perttu Ahola
2011-02-15Fix for windowsPerttu Ahola
2011-02-15Ctrl+C handling on POSIX, some commands for server and other tweakingPerttu Ahola
2011-02-08bug-fixin'Perttu Ahola
2011-01-10fixed data path in porting.cpp for normal linux builds to get data from /bina...Perttu Ahola
2011-01-08CMake stuff works now on linux and windows... and should be possible to make ...Perttu Ahola
2011-01-07Added a more flexible path system (and fixed some minor stuff)Perttu Ahola