aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-02-03Fix crash when a error occurs in a globalstep callbackShadowNinja
2014-02-03Add minetest.kick_player(name, reason)sapier
2014-02-03Remove noisy error messages, prepend "pathfinder: " to pathfinder messagessapier
2014-02-02Add missing "-" to list of allowed chars in media filenamessapier
2014-02-02Add additional check to avoid broadcasting private messages in error conditionssapier
2014-02-01Add player:override_day_night_ratio() for arbitrarily controlling sunlight br...Perttu Ahola
2014-02-01Add player:set_sky() with simple skybox supportPerttu Ahola
2014-01-31Add propper client initializationsapier
2014-01-26New HUD element - waypoint.RealBadAngel
2014-01-26Fix bug only half of unreliable queue handled per step in worst casesapier
2014-01-26Fix use of previously deallocated EmergeManagerkwolekr
2014-01-23Pass pointed_thing to on_punch and minetest.register_on_punchnode callbacksShadowNinja
2014-01-23Include system info in the HTTP user agent on WindowsSfan5
2014-01-21Connection: Stop processing malformed packet when encounteredkwolekr
2014-01-21Fix curl dll not getting installed when sound is disabledSfan5
2014-01-19LuaVoxelManip: Add get_param2_data and set_param2_datakwolekr
2014-01-19Schematic: Read slice probability table from schematic descriptorskwolekr
2014-01-16Deindent HTTPFetchRequest::HTTPFetchRequest()ShadowNinja
2014-01-16Prevent player jumping into nodes from belowBlockMen
2014-01-15Prevent placing node when player would be inside new nodeBlockMen
2014-01-15Fix win32 reading semaphore count not working (broke all queues)sapier
2014-01-15Make default User-agent follow RFC 2616ShadowNinja
2014-01-15Fix building with MinGWSfan5
2014-01-14Fix building under MSVCBlockMen
2014-01-13Add formspec tableKahrl
2014-01-13Allow vertical axis particle rotation constraintkhonkhortisan
2014-01-13Fix some errors reported by clang static analyzer.Ilya Zhuravlev
2014-01-12Mapgen V6: Add flag to stop mud flowkwolekr
2014-01-11Add maximum recursion depth to read_json_valueShadowNinja
2014-01-11Rename get_json_value to read_json_valueShadowNinja
2014-01-11Add InvRef::get/set_lists()ShadowNinja
2014-01-11Compare values instead of pointers in Inventory::operator==Kahrl
2014-01-11Add operator!= to Inventory(List), make operator== a const methodKahrl
2014-01-11Add forceloadingNovatux
2014-01-10Fix check for max_fd == -1 should actually be max_fd != -1sapier
2014-01-10Fixed minetest reliable udp implementation (compatible to old clients)sapier
2014-01-10Make MutexQueue use jsemaphore for signalingsapier
2014-01-09Set locale properly when built without gettext supportPerttu Ahola
2014-01-07Don't lookup node texts in a endless recursion loopsapier
2014-01-06Revert "Improve (re)spawn, add cache_block_before_spawn and max_spawn_height ...ShadowNinja
2014-01-07Fix wrong named masterserver announce variableproller
2014-01-07Send long announce as POST, show OS in useragentproller
2014-01-06Actually pause singleplayer game in pause menu and use lower maximum FPS in itPerttu Ahola
2014-01-06Add function to deregister a profiler from profiler listsapier
2014-01-06Create new instance of mesh every time it's required (Solves #703)Perttu Ahola
2014-01-05BUILD: fix cmake list parsinghasufell
2014-01-05BUILD: prefer pkg-config for freetype2 detectionhasufell
2014-01-05Add option to link to OpenGL ES, fixes #1051Sfan5
2014-01-05Fix absence of images when compiled with RUN_IN_PLACE=0.Ilya Zhuravlev
2014-01-02Fix objects being selected behind a nodeNovatux