Commit Graph

  • 31ec14afe2 Add check to avoid usage of broken LuaJIT < 2.0.0beta8 sapier 2014-02-08 15:45:09 +0100
  • ded5f8b1a6 Fix possible missing unlock of env_lock sapier 2014-02-12 19:47:27 +0100
  • 89f7dc1efd ServerEnvironment: Remove direct dependency on EmergeManager kwolekr 2014-02-09 16:36:30 -0500
  • a0683b811c Define strlcpy on platforms that do not have it kwolekr 2014-02-09 13:12:28 -0500
  • 2a01050a0c Add capability to read table flag fields from Lua API kwolekr 2014-02-09 12:38:50 -0500
  • 57710520dc Tune block emerge and sending parameters to more aggressive values kwolekr 2014-02-08 18:32:12 -0500
  • 83bafbe08b Make flag strings clear specified flag with 'no' prefix kwolekr 2014-02-08 17:50:26 -0500
  • f4f98c9550 Remove lots of dead code Add check for datatype overflows use native datatype indices instead of fixed 16bit/32bit ones sapier 2014-02-05 00:17:57 +0100
  • 3670f5a37b Fix invalid check for fread error on extracting zip sapier 2014-02-07 21:29:31 +0100
  • 6715c422ae Fix memory leak in database migration Selat 2014-02-05 19:52:59 +0200
  • bc0bbffa14 Add missing header BlockMen 2014-02-06 21:55:12 +0100
  • 85fe75d1cb Add the option to bind to a specific address ShadowNinja 2014-02-05 21:24:46 +0100
  • 7f743178db Remove blank default values for emergequeue_limit_* settings kwolekr 2014-02-05 00:17:53 -0500
  • c6c5edd73a Revert "Fix settings to honor numeric conversion errors" kwolekr 2014-02-05 00:05:58 -0500
  • 7859e57f6c Fix another heap-use-after-free in pause menu. Ilya Zhuravlev 2014-01-16 16:54:50 +0400
  • 2d16ebf57c Fix unexpected preprocessor directive in gettext.cpp Ilya Zhuravlev 2014-02-02 16:22:33 +0400
  • 3f376a092e Fix settings to honor numeric conversion errors Rename try* non exceptioning functions to *NoEx sapier 2014-02-05 01:35:40 +0100
  • 2927a327ca Update minetest.conf.example kwolekr 2014-02-03 22:47:29 -0500
  • 5a34f40d80 Huge overhaul of the entire MapgenParams system kwolekr 2014-02-03 22:42:10 -0500
  • a439343844 Settings: Add no-exception variants of each get method kwolekr 2014-02-03 22:40:57 -0500
  • 458045d49f Fix crash when a error occurs in a globalstep callback ShadowNinja 2014-02-03 18:15:03 -0500
  • fbef701bcd Escape texture pack names ShadowNinja 2014-02-03 17:57:19 -0500
  • 857a49e081 Add minetest.kick_player(name, reason) sapier 2014-01-26 18:40:25 +0100
  • ea0def381d Remove noisy error messages, prepend "pathfinder: " to pathfinder messages sapier 2014-02-03 20:13:31 +0100
  • 284fc0b885 Add missing "-" to list of allowed chars in media filenames sapier 2014-02-02 15:34:33 +0100
  • e7c2e61b19 Add additional check to avoid broadcasting private messages in error conditions sapier 2014-02-02 01:55:24 +0100
  • 6a3fa9df12 Add player:override_day_night_ratio() for arbitrarily controlling sunlight brightness Perttu Ahola 2013-10-18 11:53:19 +0300
  • 86a6cca3cf Add player:set_sky() with simple skybox support Perttu Ahola 2013-05-02 23:52:50 +0300
  • e258675eab Add propper client initialization -add client states to avoid server sending data to uninitialized clients -don't show uninitialized clients to other players -propper client disconnect handling Minor comment fixes in server Minor bugfixes in connection -improved peer id calculation -honor NDEBUG flag -improved disconnect handling -increased initial send window Remove some dead code sapier 2014-01-31 00:24:00 +0100
  • 21f1bec724 New HUD element - waypoint. RealBadAngel 2014-01-26 21:31:59 +0100
  • 3f0ee5d680 Fix bug only half of unreliable queue handled per step in worst case sapier 2014-01-26 16:59:36 +0100
  • 9b978db0c2 Fix use of previously deallocated EmergeManager kwolekr 2014-01-26 01:12:18 -0500
  • 6e352e3cbf Fix error on mod download failure ShadowNinja 2014-01-24 15:22:22 -0500
  • 76d4396fa1 Pass pointed_thing to on_punch and minetest.register_on_punchnode callbacks ShadowNinja 2014-01-23 19:21:01 -0500
  • cd7e8372f3 Include system info in the HTTP user agent on Windows Sfan5 2014-01-19 14:32:03 +0100
  • 1b5b6fe692 Add pointed_thing to minetest.register_on_placenode ShadowNinja 2014-01-21 22:05:29 -0500
  • 057858ddda Connection: Stop processing malformed packet when encountered kwolekr 2014-01-21 09:33:33 -0500
  • 3875a77bf8 Fix curl dll not getting installed when sound is disabled Sfan5 2014-01-21 13:35:26 +0100
  • 4585e855a7 Fix minetest.rotate_and_place() calling on_rightclick() with nil/random param for node PilzAdam 2014-01-19 23:16:22 +0100
  • 1146db9956 Update lua_api.txt documentation kwolekr 2014-01-19 03:00:47 -0500
  • bafc4ac6a1 LuaVoxelManip: Add get_param2_data and set_param2_data kwolekr 2014-01-19 02:55:34 -0500
  • 21c96249fa Schematic: Read slice probability table from schematic descriptors kwolekr 2014-01-19 02:44:22 -0500
  • 66b24cc9ff Fixed mainmenu lua errors because of changes in get_textlist_index Dániel Varga 2014-01-16 22:16:43 +0100
  • b11b48ec07 Deindent HTTPFetchRequest::HTTPFetchRequest() ShadowNinja 2014-01-16 19:33:02 -0500
  • 64c0e40605 Prevent player jumping into nodes from below BlockMen 2014-01-15 14:49:13 +0100
  • 1b4908bf56 Prevent placing node when player would be inside new node BlockMen 2014-01-15 21:26:54 +0100
  • 4896d4b829 Fix win32 reading semaphore count not working (broke all queues) sapier 2014-01-14 22:21:15 +0100
  • f42f01758c Make default User-agent follow RFC 2616 ShadowNinja 2014-01-15 11:58:28 -0500
  • a5287b6777 Fix building with MinGW Sfan5 2014-01-15 17:35:00 +0100
  • 84bbe1ec6e Fix building under MSVC BlockMen 2014-01-14 16:14:56 +0100
  • 5434d87da2 Fix spelling of "attempt" ShadowNinja 2014-01-13 22:11:31 -0500
  • 574ed6a363 Add minetest.override_item ShadowNinja 2014-01-13 19:28:55 -0500
  • 8966c16ad2 Add formspec table Kahrl 2013-08-23 12:24:11 +0200
  • 2b1eff7725 Allow vertical axis particle rotation constraint khonkhortisan 2013-04-22 11:35:10 -0700
  • a4c5f10ecf Fix some errors reported by clang static analyzer. Ilya Zhuravlev 2014-01-12 22:07:35 +0400
  • a358c040f2 Mapgen V6: Add flag to stop mud flow kwolekr 2014-01-12 18:20:53 -0500
  • 676f34a02b Fix doc and forceloading crash. Novatux 2014-01-12 13:53:10 +0100
  • a3586cd18d Add maximum recursion depth to read_json_value ShadowNinja 2014-01-11 14:08:02 -0500
  • a9df87ede0 Rename get_json_value to read_json_value ShadowNinja 2014-01-11 13:47:59 -0500
  • bd8ddf1a52 Add InvRef::get/set_lists() ShadowNinja 2014-01-04 19:07:30 -0500
  • 6f6f289db4 Compare values instead of pointers in Inventory::operator== Kahrl 2014-01-11 11:17:15 +0100
  • 51e6feb17c Add operator!= to Inventory(List), make operator== a const method Kahrl 2014-01-11 19:46:37 +0100
  • 84b94eb198 Add forceloading Novatux 2014-01-11 17:54:00 +0100
  • e21b29f422 Deepcopy pointed_thing for after_place_node, give it to on_rightclick too. Novatux 2014-01-11 17:23:28 +0100
  • 3bbd280336 Fix check for max_fd == -1 should actually be max_fd != -1 sapier 2014-01-10 19:19:16 +0100
  • 9edb91da57 Fixed minetest reliable udp implementation (compatible to old clients) sapier 2014-01-06 20:05:28 +0100
  • 8b0b857eaa Make MutexQueue use jsemaphore for signaling sapier 2014-01-06 12:45:42 +0100
  • 10fdbf7375 Set locale properly when built without gettext support Perttu Ahola 2013-01-09 15:37:00 +0300
  • c3eb7fe316 Document "wielditem" visual ShadowNinja 2014-01-08 17:09:23 -0500
  • 6f661f77a6 Don't lookup node texts in a endless recursion loop sapier 2014-01-07 11:15:24 +0100
  • 0fd5c61c00 Revert "Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settings" ShadowNinja 2014-01-06 21:17:19 -0500
  • c46574f30f Pass pointed_thing to after_place_node ShadowNinja 2014-01-06 21:15:44 -0500
  • 9551f651cb Add protection support to auto-rotated nodes ShadowNinja 2014-01-06 20:40:59 -0500
  • 811ea6cfc0 Prevent auto-rotated nodes replacing the nodes they are placed on ShadowNinja 2014-01-06 20:31:49 -0500
  • 78f7f9eca8 Fix wrong named masterserver announce variable proller 2014-01-07 03:11:18 +0400
  • c62bab010f Send long announce as POST, show OS in useragent Add lag reporting to masterserver (average dtime) StyledWriter -> FastWriter in masterserver announce proller 2014-01-07 02:50:45 +0400
  • 3e728e722a Escape error messages in error dialog PilzAdam 2014-01-06 18:59:14 +0100
  • 92aa38bdfc Actually pause singleplayer game in pause menu and use lower maximum FPS in it Perttu Ahola 2014-01-06 17:37:23 +0200
  • 6833e04bc5 Add function to deregister a profiler from profiler list sapier 2014-01-06 15:21:22 +0100
  • d76957ee22 Create new instance of mesh every time it's required (Solves #703) Perttu Ahola 2014-01-06 13:24:06 +0200
  • 86c616a545 Fix main menu error message dialog: Now multi-line messages aren't cut at half of second line Perttu Ahola 2014-01-06 02:37:36 +0200
  • 10eea107ed BUILD: fix cmake list parsing hasufell 2014-01-03 16:15:14 +0100
  • cb7bb736c7 BUILD: prefer pkg-config for freetype2 detection hasufell 2013-12-08 21:05:25 +0100
  • 160e2b7b7d Add option to link to OpenGL ES, fixes #1051 Sfan5 2014-01-03 10:17:01 +0100
  • b8c3221d55 Fix absence of images when compiled with RUN_IN_PLACE=0. Ilya Zhuravlev 2013-12-13 20:35:57 +0400
  • 4d22977509 Reenable -dev suffix Kahrl 2014-01-03 04:36:13 +0100
  • 91923806a9 Fix objects being selected behind a node Novatux 2014-01-02 14:26:21 +0100
  • 1ad81c1ce3 Bump version to 0.4.9 kwolekr 2014-01-01 16:54:28 -0500
  • 25b1cca415 Fix exception caused by destroying sockets on Server shutdown kwolekr 2013-12-24 23:50:49 -0500
  • 767b2e7b17 Fix enum element name in Lua HUD code (position vs. pos) kaeza 2013-12-21 01:37:14 -0200
  • 2902a29c2d Initialize world before creating BanManager and RollbackManager ShadowNinja 2013-12-30 14:29:33 -0500
  • 829426c714 Fix InventoryList reading order ShadowNinja 2013-12-30 14:00:05 -0500
  • 8e1d78e9de Revert "Fix minetest.facedir_to_dir when param2 is 5 or 7." Novatux 2013-12-30 18:45:34 +0100
  • 4b31a38ae9 Remove FPS from window title This doubles performance on some window managers (WTF?!) PilzAdam 2013-12-25 03:52:42 +0100
  • bf9f50bc0e Make SHA1::addBytes(..., 0) a no-op instead of an assertion failure Kahrl 2013-12-25 00:29:00 +0100
  • 3aa28bc7a2 Use sleep_ms instead of select in httpfetch when max_fd == -1, fixes WSAEINVAL Kahrl 2013-12-24 19:28:09 +0100
  • a5377251e2 Fix particle code ignoring return value of std::vector::erase(). Wat. Kahrl 2013-12-23 15:11:53 +0100
  • a58b47d0f6 Fix wrong names for parallax settings in config example. RealBadAngel 2013-12-22 00:30:17 +0100
  • 7ae0b90ff7 Bugfix to get_all_craft_recipes. Indexes for empty slots shall not be skipped. RealBadAngel 2013-12-21 23:03:51 +0100
  • a50db0e824 Check for denied access in itemdef/nodedef/media fetch loop Kahrl 2013-12-19 21:47:08 +0100