index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
porting.cpp
Age
Commit message (
Expand
)
Author
2011-11-29
Scripting WIP
Perttu Ahola
2011-11-29
Move images to data/textures and fix some path stuff; hope that installation ...
Perttu Ahola
2011-11-06
Command-line signal handling for Windows
Constantin Wenger
2011-11-02
Remove trailing / or \ in path_userdata (probably fixes world deletion on Win...
Perttu Ahola
2011-10-16
Fix map delete on windows (concatenate paths correctly with / or \ depending ...
Perttu Ahola
2011-08-12
fixed not finding data dir if installed
Constantin Wenger
2011-08-02
Fix data paths for FreeBSD
Dmitry Marakasov
2011-07-20
Check the data path before usage
Giuseppe Bilotta
2011-06-20
moved the mac include in porting.cpp out of namespace
Perttu Ahola
2011-06-18
Hand-picked Mac OSX cursor and bundle path fixes from https://bitbucket.org/t...
Perttu Ahola
2011-05-16
Get rid of ignored return value warning
Ciaran Gultnieks
2011-02-23
mainly work on object scripting api
Perttu Ahola
2011-02-16
Debug stacks will now be printed on Ctrl-C. Also client properly quits on Ctr...
Perttu Ahola
2011-02-15
Fix for windows
Perttu Ahola
2011-02-15
Ctrl+C handling on POSIX, some commands for server and other tweaking
Perttu Ahola
2011-02-08
bug-fixin'
Perttu Ahola
2011-01-10
fixed data path in porting.cpp for normal linux builds to get data from /bina...
Perttu Ahola
2011-01-08
CMake stuff works now on linux and windows... and should be possible to make ...
Perttu Ahola
2011-01-07
Added a more flexible path system (and fixed some minor stuff)
Perttu Ahola