Commit Graph

  • f245dfdd9e Fix saving interval of stats mod (reported by ShadowNinja) master PilzAdam 2014-01-29 19:32:17 +0100
  • 25938d2233 Dont update player animations in singleplayer PilzAdam 2014-01-09 19:22:51 +0100
  • 7c3a03fbce Remove useless texture PilzAdam 2014-01-09 19:21:12 +0100
  • 8b5d775f3f Add armor overlays for models PilzAdam 2014-01-06 19:50:18 +0100
  • d2835bbdca Add crafted items to stats PilzAdam 2014-01-06 19:07:58 +0100
  • 586a68930e Lose armor on death PilzAdam 2014-01-06 19:05:00 +0100
  • ac673c4caa Add basic iron armor PilzAdam 2014-01-06 00:21:35 +0100
  • 6a63ab6f72 Fix crash in stats mod when non-players dig or place nodes PilzAdam 2014-01-01 21:47:08 +0100
  • 04c5881408 Add /stats to README PilzAdam 2013-12-31 00:50:40 +0100
  • 704e2257c8 Make buckets faster and last longer PilzAdam 2013-12-30 21:25:21 +0100
  • 7be97b8e05 Make liquids not buildable to PilzAdam 2013-12-30 21:24:28 +0100
  • 20fccf2fca Make cavegen not cut through ice PilzAdam 2013-12-30 21:23:50 +0100
  • 9941fbb25c Log and broadcast death PilzAdam 2013-12-30 03:04:45 +0100
  • 0bfb596021 Add stats mod It currently logs digged nodes, placed nodes, deaths, killed mobs, pumpkins eaten, trashed items in creative inv and items taken from the creative inv PilzAdam 2013-12-30 02:43:41 +0100
  • bd15260aa0 Dont regrow or remove grass PilzAdam 2013-12-30 00:15:13 +0100
  • 1934856b5e Make all tools faster and last longer PilzAdam 2013-12-29 16:21:14 +0100
  • 15cd4e1b9e Make snowy grass not diggable by hand PilzAdam 2013-12-29 16:04:41 +0100
  • 113c914ae1 Set stack_max to 256 PilzAdam 2013-12-29 16:04:13 +0100
  • 2051eb1d4b Use snow footstep sound for snow PilzAdam 2013-12-27 16:38:53 +0100
  • 279defce9c Move dug_glass to deco/sounds/ PilzAdam 2013-12-27 16:35:35 +0100
  • 4d51df009e Move player texture to textures/ PilzAdam 2013-12-27 16:30:56 +0100
  • f168238a62 New biomes (added snow, snowy grass, snowy leaves and ice) PilzAdam 2013-12-27 16:24:48 +0100
  • 146b8eaf4f Disable sneaking and use table format of set_physics_override() PilzAdam 2013-12-03 23:25:26 +0100
  • fae7a7c755 Fix damage_groups of mese and iron pick PilzAdam 2013-12-03 17:58:36 +0100
  • cb4766bbc8 Make jungles more rare PilzAdam 2013-12-01 17:04:13 +0100
  • 1a30332ad7 Fix typo PilzAdam 2013-12-01 16:55:49 +0100
  • b3bf136fcd Rename to Nodetopia PilzAdam 2013-12-01 16:01:33 +0100
  • b8a419d1aa Add enable_3d_models setting PilzAdam 2013-12-01 14:46:36 +0100
  • 927b1ca1d4 Rewrite furnace code and use minetest.swap_node() PilzAdam 2013-11-30 20:03:05 +0100
  • f0fb88bb18 Add is_ground_content flag to all nodes PilzAdam 2013-11-30 18:52:54 +0100
  • 606bab8e89 Update README and add my e-mail to copyright note PilzAdam 2013-11-24 16:55:34 +0100
  • 7773c0e75e Remove old README.txt from bones mod PilzAdam 2013-11-24 16:51:05 +0100
  • a4e3efadd4 Add spawn_mobs and update README.txt PilzAdam 2013-11-24 16:49:27 +0100
  • b7d7c9c224 Make mobs always look at the player they chase PilzAdam 2013-11-24 16:31:00 +0100
  • e385f8e5a1 Hopefully fix too many yaw changes when walking against a wall PilzAdam 2013-11-24 15:57:15 +0100
  • 1d6746c06d Add better debug output to mobs PilzAdam 2013-11-24 15:55:58 +0100
  • a27833f2b8 Add model and animation for stone monster PilzAdam 2013-11-23 17:19:31 +0100
  • cef600ffa0 Dont use dig_immediate=2 PilzAdam 2013-11-23 16:42:42 +0100
  • 641e516b9c Make dirt diggable by hand PilzAdam 2013-11-23 16:41:40 +0100
  • 6a43d50597 Set hotbar size to 6 PilzAdam 2013-11-23 16:38:45 +0100
  • 40e6d2c72c Update set_mapgen_params() and remove useless settings from minetest.conf PilzAdam 2013-11-23 15:53:49 +0100
  • fa41100691 pngcrush all textures PilzAdam 2013-11-23 15:28:20 +0100
  • b821280d26 Update header.png to use new grass block PilzAdam 2013-11-17 16:05:34 +0100
  • 784a413a1c New menu overlay.png with new grass block PilzAdam 2013-11-17 16:00:38 +0100
  • 944703f70d Replace base:dirt_with_grass with base:grass PilzAdam 2013-11-17 12:21:55 +0100
  • 7db8d52f0c Remove print() call in furnace ABM PilzAdam 2013-11-17 12:00:11 +0100
  • cf65eb6d7d Add license stuff PilzAdam 2013-11-17 00:15:29 +0100
  • a6a23b4f0d Dont remove grass under unloaded blocks PilzAdam 2013-11-16 22:02:47 +0100
  • 0e04658bc5 Fix UV map (again), make player 1px thick, tweak and compress skin PilzAdam 2013-11-16 20:25:57 +0100
  • a048826a85 Generate a lot more pumpkins PilzAdam 2013-11-16 16:36:45 +0100
  • 27dee058bb Update README PilzAdam 2013-11-16 12:15:42 +0100
  • 85c7e0398a Fix UV map PilzAdam 2013-11-16 12:12:18 +0100
  • 91f233bbe1 Adjust animation speed depending on hunger PilzAdam 2013-11-15 21:56:06 +0100
  • 261793c4d7 Add /hunger PilzAdam 2013-11-15 21:53:52 +0100
  • ad0a643137 Restore normal speed after sneaking PilzAdam 2013-11-15 21:24:22 +0100
  • 77d9ce6147 Add 3D models and animation for players PilzAdam 2013-11-10 23:35:25 +0100
  • 1a703bdaf6 Rename water_ and lava_source to water/lava and remove old textures PilzAdam 2013-11-09 22:31:48 +0100
  • d332fa155c Make the hand a little thicker PilzAdam 2013-11-08 21:56:05 +0100
  • 91012c6855 Make creative hand be able to dig liquids PilzAdam 2013-11-04 20:45:36 +0100
  • cd21f85fb4 Darken background in inv and make highlight color fit hotbar PilzAdam 2013-11-03 23:30:47 +0100
  • 944b943f12 Remove default formspec background and adjust slotcolor PilzAdam 2013-11-03 23:18:26 +0100
  • 8587de9026 Add author of sounds to README PilzAdam 2013-11-03 01:03:52 +0100
  • 394e4679a2 Fix viscosity for movement in liquids PilzAdam 2013-11-03 00:51:39 +0100
  • 4b7b2bf6e2 Fix liquids being renewable PilzAdam 2013-11-02 23:25:34 +0100
  • 4c188a8ec3 Fix possible bug in grass grow ABM PilzAdam 2013-11-02 16:00:24 +0100
  • a23024d754 Make liquids full nodes; they dont flow anymore PilzAdam 2013-09-09 17:59:58 +0200
  • 3a1830e976 Make lamps a bit brighter PilzAdam 2013-11-02 13:29:36 +0100
  • 991e9d63d5 Fix water and lava being not diggable PilzAdam 2013-11-02 13:28:44 +0100
  • c2f4d60c6a Add grass growing and removing ABMs PilzAdam 2013-11-02 13:28:26 +0100
  • a8bdd10b86 Tweak digging times PilzAdam 2013-11-02 12:39:18 +0100
  • c3af9cb2b0 Use automatic_face_movement_dir PilzAdam 2013-09-11 00:18:36 +0200
  • 3f16a85803 Tweak distance and damage PilzAdam 2013-09-10 14:21:16 +0200
  • f6d8c92497 Improve object handling * Remove mobs when they are loaded after unloading * Dont spawn them near players * Higher interval and lower chance for ABM to decrease server load PilzAdam 2013-09-09 17:09:21 +0200
  • 5441d17f9c Tweak punch interval PilzAdam 2013-09-01 16:03:01 +0200
  • 8e9f8ea16b Fix position offset PilzAdam 2013-09-01 15:57:03 +0200
  • 90de745050 Fix typo PilzAdam 2013-08-31 21:37:05 +0200
  • 086fd10140 Dont chase dead players and decrease range of stone_monster a bit PilzAdam 2013-08-31 02:29:58 +0200
  • 016f9a8625 Fix a bug that randomly occured PilzAdam 2013-08-31 02:20:29 +0200
  • e7b8348a89 Play a sound when hitting the stone monster PilzAdam 2013-08-30 16:29:41 +0200
  • 0160a8ae2c Add spawning of stone_monster PilzAdam 2013-08-30 00:29:12 +0200
  • c7230a75fb Basic stone monster PilzAdam 2013-08-29 23:52:48 +0200
  • e863ecf58a Override changed mapgen settings PilzAdam 2013-10-26 19:18:22 +0200
  • e97a520632 Tweak ore heights PilzAdam 2013-09-10 14:55:02 +0200
  • c36bbd91db Tweak formspec inventory overlays PilzAdam 2013-09-05 02:08:37 +0200
  • db0c1637bf Tweak all formspec textures PilzAdam 2013-09-05 01:59:26 +0200
  • 923a7198f7 Add formspec textures to creative PilzAdam 2013-09-05 01:52:42 +0200
  • 8126c8172f Add formspec textures for chest, furnace and bones PilzAdam 2013-09-05 01:40:02 +0200
  • 49a47057e3 Add formspec textures for inventory and backpack PilzAdam 2013-09-05 01:15:22 +0200
  • 003474a165 Tweak hand texture PilzAdam 2013-09-04 23:02:33 +0200
  • f16436afca Add hotbar images PilzAdam 2013-09-04 23:01:00 +0200
  • 9bf987871d New hand texture PilzAdam 2013-09-02 00:28:55 +0200
  • 37ed8e51b0 Get 4 lamps instead of 2 PilzAdam 2013-08-31 02:22:59 +0200
  • 9bc9e19e0a Make it possible to eat pumpkin with hunger 5 PilzAdam 2013-08-29 19:50:45 +0200
  • 45ba496bb6 New menu textures PilzAdam 2013-08-28 18:51:32 +0200
  • d3c6bd680c Make glass sunlight_propagates=true PilzAdam 2013-08-28 17:16:14 +0200
  • 56572f71bf Tweak soil ABMs PilzAdam 2013-08-28 15:28:51 +0200
  • 337fcc3eac Add firs PilzAdam 2013-08-27 17:28:53 +0200
  • b2a15804a6 Improve lamp texture PilzAdam 2013-08-27 01:52:39 +0200
  • 7cf22ff6db Make lamp choppy PilzAdam 2013-08-27 00:39:58 +0200
  • 3a89b372b1 Dont add backpack to creative inv PilzAdam 2013-08-27 00:28:35 +0200