summaryrefslogtreecommitdiff
path: root/src/localplayer.h
Commit message (Expand)AuthorAge
...
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
* Don't send player position from client to server if the player hasn't movedMirceaKitsune2012-12-02
* RealBadAngel's patch which allows the lua api to read pressed player keys. Th...MirceaKitsune2012-11-25
* Update attachments at the ending of the addToScene function for parents. And ...MirceaKitsune2012-11-25
* Add disable_jump and fall_damage_add_percent node groupsPerttu Ahola2012-09-01
* Fix hovering after mining a block underneath you while sneakingMatthew I2012-07-21
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-05
* Add 'fly' and 'fast' privileges and the underlying privileges-to-client systemPerttu Ahola2012-03-31
"cmake_config_githash.h" #endif #ifndef VERSION_GITHASH #define VERSION_GITHASH VERSION_STRING #endif const char *g_version_string = VERSION_STRING; const char *g_version_hash = VERSION_GITHASH; const char *g_build_info = "BUILD_TYPE=" BUILD_TYPE "\n" "RUN_IN_PLACE=" STR(RUN_IN_PLACE) "\n" "USE_CURL=" STR(USE_CURL) "\n" #ifndef SERVER "USE_GETTEXT=" STR(USE_GETTEXT) "\n" "USE_SOUND=" STR(USE_SOUND) "\n" "USE_FREETYPE=" STR(USE_FREETYPE) "\n" #endif "STATIC_SHAREDIR=" STR(STATIC_SHAREDIR) #if USE_GETTEXT && defined(STATIC_LOCALEDIR) "\n" "STATIC_LOCALEDIR=" STR(STATIC_LOCALEDIR) #endif ;