Commit Graph

  • da34a2b33e Replace instances of std::map<std::string, std::string> with StringMap master kwolekr 2015-05-19 02:24:14 -04:00
  • 603297cc35 Add texture overriding rubenwardy 2015-03-30 11:55:29 +01:00
  • 43702ec6ac Fix build with libstdc++ kwolekr 2015-05-19 02:38:48 -04:00
  • 6c5a6967ec Split ObjDef/ObjDefManager out to objdef.cpp kwolekr 2015-05-18 22:30:25 -04:00
  • 497299afd6 Lower log level for unexpected behaviour est31 2015-05-19 00:55:58 +02:00
  • d2ca662569 Enforce hiding nametag est31 2015-05-18 22:41:22 +02:00
  • 5b03857c62 Add more swp files to gitignore est31 2015-05-18 21:24:57 +02:00
  • 23984ef7f0 Make nametags white again est31 2015-05-18 21:01:57 +02:00
  • 20aa78cffb Fix null dereference when loading schematic from definition without a NodeDefManager kwolekr 2015-05-17 22:32:35 -04:00
  • 46684beec1 Record MapBlock modification reasons as flags instead of strings kwolekr 2015-05-17 22:14:26 -04:00
  • 4c9a8a91c4 SAPI/Noise: Add PerlinNoiseMap:getMapSlice() function kwolekr 2015-05-17 03:38:39 -04:00
  • c0edb8e313 Mapgen v5/v7: Detect sandstone, enable sandstone brick dungeons paramat 2015-05-13 00:33:41 +01:00
  • 3ffb5f5761 Add optional buffer param for bulk data array writes in Lua kwolekr 2015-05-17 00:07:45 -04:00
  • 28b2476b11 Noise: Fix interpolation at negative coordinates kwolekr 2015-05-17 00:04:51 -04:00
  • c00b6812b1 Fix current mod name change missed during rebase ShadowNinja 2015-05-16 19:09:53 -04:00
  • 11a96e4901 Add -Wsign-compare for Clang builds and fix some signed/unsigned compiler warnings kwolekr 2015-05-16 19:59:53 -04:00
  • fb36c471d7 SAPI: Accept either ARGB8 table or ColorString to specify colors kwolekr 2015-05-16 12:26:57 -04:00
  • 8f9af57314 Add core.get_dir_list ShadowNinja 2015-05-04 14:59:13 -04:00
  • 6c06330daf Add core.request_insecure_environment() ShadowNinja 2014-09-09 21:52:07 -04:00
  • 05ab9973f9 Add core.mkdir ShadowNinja 2014-09-09 15:17:01 -04:00
  • 3a8c788880 Add mod security ShadowNinja 2014-09-05 20:08:51 -04:00
  • f26421228b Added hour:minute format to time command LeMagnesium 2015-05-16 14:54:53 +02:00
  • c297a75a7d Fix build since last commit est31 2015-05-16 22:14:15 +02:00
  • 8dbf683313 Finalize init packets and enable protocol v25 est31 2015-05-16 01:19:43 +02:00
  • 19cbb6b37b Add push_ARGB8 to script/common/c_converter TeTpaAka 2015-05-15 22:16:39 +02:00
  • 18c2f16c13 Generalize core.get/set_nametag_color into core.get/set_nametag_attributes TeTpaAka 2015-05-15 21:46:56 +02:00
  • 5d1d7c17ea Noise: Make buffer size parameters unsigned kwolekr 2015-05-15 13:21:23 -04:00
  • eaef678e0b Schematics: Fix probability values for .mts version 1 kwolekr 2015-05-15 13:20:12 -04:00
  • c5b4e54174 Add minetest.register_on_punchplayer Brandon 2014-05-16 23:47:12 -05:00
  • 86a963caca Add get and set functions for the nametag color TeTpaAka 2015-05-14 15:54:54 +02:00
  • 99cf53c908 ANDROID: Do not limit situations where fast is enabled Craig Robbins 2015-05-15 13:20:53 +10:00
  • 33a633a631 Fix libgmp for Android est31 2015-05-15 05:02:19 +02:00
  • be18bd6a8c Don't crash if an item gets dropped into unloaded space tenplus1 2015-05-14 11:35:24 +01:00
  • 178f536f08 Item entity merging refactor est31 2015-05-15 00:03:19 +02:00
  • b70e67df8c Fix compiler warning about sign comparison est31 2015-05-13 00:04:30 +02:00
  • ecc514f11b Build and link gmp correctly on MSVC SmallJoker 2015-05-12 20:38:56 +02:00
  • 75622c30be Add code to support raillike group names Novatux 2015-05-12 11:19:52 +02:00
  • b4c3ff6eab is_player() is no player-only function est31 2015-05-12 05:49:14 +02:00
  • 02805af36e Mapgen v5/6/7: Cleanup node resolver and aliases paramat 2015-05-12 02:20:18 +01:00
  • 82e35edff5 Make early protocol auth mechanism generic, and add SRP est31 2015-04-12 04:49:13 +02:00
  • 181f7baa45 Add LibGMP est31 2015-04-12 06:18:48 +02:00
  • 58eae43322 Replaced libjpeg dependency on apt-get, it should be libjpeg-dev instead of libjpeg8-dev. Megaf 2015-05-02 22:06:54 +01:00
  • 5a1975a4e3 Change lower limit of display_gamma to 1.0 (linear light) Craig Robbins 2015-05-11 02:03:09 +10:00
  • 2b99d904f6 Schematics: Add per-node force placement option kwolekr 2015-05-09 01:38:20 -04:00
  • d59e6ad004 Fix typo in WieldMesh::setItem() kwolekr 2015-05-08 23:30:56 -04:00
  • ff740a4179 Ensure that Map::findNodesWithMetadata() reports nodes strictly within the node-granular area kwolekr 2015-05-08 13:31:03 -04:00
  • f1ccfd3c3d Replace Wieldmesh::setItem assertion that could be triggered by the server with an error kwolekr 2015-05-08 13:26:01 -04:00
  • 0310123bc9 Fix release build warning est31 2015-05-08 07:23:06 +02:00
  • f091bbd563 Fix compilation for non-client builds, and fix signed comparison warning kwolekr 2015-05-08 01:21:23 -04:00
  • 2dba29ebf2 Tests: Add schematic unittests kwolekr 2015-05-08 00:05:08 -04:00
  • 33c11415bf Gracefully handle PacketErrors est31 2015-05-08 06:51:03 +02:00
  • 0e64fc45b9 Fix missing Y component assignment in check_v3f kwolekr 2015-05-08 00:03:41 -04:00
  • 77e4a467f0 Conf.example: Update recommended maximum cloud radius to 26 paramat 2015-05-08 00:53:12 +01:00
  • e17c6ba2cd Remove duplicate lua_getfield() in c_converter.cpp Kevin Ott 2015-05-07 02:50:22 -04:00
  • b246812455 Schematics: Add indent-with-space option for schematic Lua table serialization kwolekr 2015-05-07 02:54:30 -04:00
  • 656575b59d NodeResolver: Remove NodeResolveMethod kwolekr 2015-05-07 02:34:15 -04:00
  • d720fd5644 Fix connection speed unit names ShadowNinja 2015-05-06 15:41:37 -04:00
  • 3a8e7341ec Fix error messages for type-checking Lua reading functions ShadowNinja 2015-05-06 15:33:36 -04:00
  • 3f5c2dea4d Improve Redis error messages ShadowNinja 2015-05-06 15:04:14 -04:00
  • 2b44e75442 Fix build on Debian broken by b45df9d (missing include, somehow?) kwolekr 2015-05-05 20:40:18 -04:00
  • 633af58a05 NodeDefManager: Improve const-correctness of interfaces kwolekr 2015-05-05 16:52:06 -04:00
  • b785577f03 Add core.find_nodes_with_meta() script API kwolekr 2015-05-05 14:30:46 -04:00
  • b45df9d6a7 Tests: Add NodeResolver unittests kwolekr 2015-05-05 11:36:40 -04:00
  • 1be2d32fd5 Make Git version detection use VERSION_STRING instead of tags ShadowNinja 2015-05-04 18:46:49 -04:00
  • dfd790930c Fix GCC compiler warning ShadowNinja 2015-05-04 19:59:36 -04:00
  • 2923eafaca Stop NetworkPacket methods from producing bloated packets Jay Arndt 2015-05-04 04:53:41 -05:00
  • 3ee854cf25 Update Turkish Language Mahmut Elmas 2015-03-23 00:20:05 +02:00
  • 4b0f5fcbf5 Cache enable_3d_clouds flag est31 2015-05-04 22:50:04 +02:00
  • 9345ba7b6a Clouds: Make cloud area radius settable in .conf paramat 2015-05-04 18:53:58 +01:00
  • 5fa4fed097 Add a check for animation when getting an extruded mesh Kevin Ott 2015-05-03 22:32:29 -04:00
  • 9af7f38e3f Fix pathfinder to produce more useful paths obneq 2015-04-25 15:16:44 +02:00
  • 8f38f8255c Tests: Add ObjDef unittests kwolekr 2015-05-03 22:19:15 -04:00
  • 5b237b4d94 ObjDefManager: Set replacement object's handle info after calling set() kwolekr 2015-05-03 22:05:24 -04:00
  • 5704fb36d2 Better version detection for shallow clones est31 2015-05-01 11:48:59 +02:00
  • 9e1e4b6284 RotateAlongYAxis: For facedir case, return if param2 >= 4 paramat 2015-05-03 02:44:58 +01:00
  • aef1b41b02 Add .patch files to gitignore est31 2015-05-01 07:42:08 +02:00
  • 6626a3f72f Fix several MSVC issues numeric.h SmallJoker 2015-04-29 19:28:25 +02:00
  • 37ca3212ee Fix MSVC compatibility kwolekr 2015-04-29 13:20:01 -04:00
  • b6475f5448 Tests: Add random unittests kwolekr 2015-04-29 04:07:24 -04:00
  • 9179081776 Add Russian comment translation to minetest.desktop mich1 2015-04-17 15:57:06 +03:00
  • 4ea5a96fff Revert the upper-case PROJECT_NAME nonsense that was part of #2402 sfan5 2015-04-27 16:17:10 +02:00
  • 558d715bf6 Revert "Only lowercase project name at compile time" sfan5 2015-04-26 22:24:48 +02:00
  • 415167b228 Noise: Fix PcgRandom::randNormalDist() when range contains negative numbers kwolekr 2015-04-27 04:05:25 -04:00
  • cd1d625ab2 Replace PRNG assertions with PrngException kwolekr 2015-04-27 01:24:37 -04:00
  • 732eb72a0c Fix minetest.clear_* creating new LOCAL table instead of clearing the existing one. Tomas Brod 2015-04-17 00:38:28 +02:00
  • 068d561a3c Update .gitignore kwolekr 2015-04-26 15:40:19 -04:00
  • 27e3a353d8 Remove craftdef serialisation est31 2015-04-21 22:24:45 +02:00
  • 4f851faa91 Craftdef refactor est31 2015-04-21 22:24:23 +02:00
  • 7220ca906d Tests: Modularize unit testing kwolekr 2015-04-26 01:24:19 -04:00
  • 45a77c8bf1 Update chinese translation fishyWET 2015-04-19 02:03:03 +08:00
  • 1fb3d1156c Fix fast leaves with texture_clean_transparent enabled. Aaron Suen 2015-04-01 08:26:57 -04:00
  • 400c6087b6 Fix player pitch and yaw not being set properly Kevin Ott 2015-04-25 02:18:26 -04:00
  • 1c7c349264 Remove fly mode in simple main menu Muhammad Rifqi Priyo Susanto 2015-04-25 10:11:12 +07:00
  • e3764410d3 German translation: shorter setting name est31 2015-04-24 20:25:33 +02:00
  • ab04b7fe94 Remove unused variable Client::m_active_blocks nerzhul 2015-04-24 15:33:47 +02:00
  • ac6efa2539 DecoSchematic: Fix missing trees in rough terrain paramat 2015-04-21 12:09:32 +01:00
  • ccc09abc2d Protocol 25: wstring -> string for custom access denial reasons est31 2015-04-22 14:10:39 +02:00
  • eec01bc2fa Re-apply 972d17baea81ffe6d508b291ef97207a4822e1da... but not rename the container. Approved-By est31 nerzhul 2015-04-22 11:47:22 +02:00
  • 17a173f474 Fix crash on startup (Windows) SmallJoker 2015-04-21 19:54:14 +02:00
  • 3be9787e64 Only lowercase project name at compile time ShadowNinja 2015-04-21 11:09:44 -04:00