summaryrefslogtreecommitdiff
path: root/src/porting.cpp
AgeCommit message (Collapse)Author
2011-11-29Scripting WIPPerttu Ahola
2011-11-29Move images to data/textures and fix some path stuff; hope that installation ↵Perttu Ahola
still works
2011-11-06Command-line signal handling for WindowsConstantin Wenger
2011-11-02Remove trailing / or \ in path_userdata (probably fixes world deletion on ↵Perttu Ahola
Windows)
2011-10-16Fix map delete on windows (concatenate paths correctly with / or \ depending ↵Perttu Ahola
on OS)
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
When not running in place, check if the assumed data path in ../share/APPNAME exists. If it doesn't exist, fall back to ../data instead. This allows the program to run successfully from the checkout directory even without the run-in-place flag active.
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 ↵Perttu Ahola
https://bitbucket.org/toabi/minetest-mac
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 ↵Perttu Ahola
Ctrl-C.
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 ↵Perttu Ahola
/binary/dir/../share/APPNAME
2011-01-08CMake stuff works now on linux and windows... and should be possible to make ↵Perttu Ahola
to work on OS X.
2011-01-07Added a more flexible path system (and fixed some minor stuff)Perttu Ahola