Commit Graph

  • 36d1f6f573 Images instead of ASCII diagrams in Book of Portals Treer 2020-02-01 16:51:58 +11:00
  • 0618325710 API exposes the registered portal count, and frame nodes Treer 2020-02-01 13:35:59 +11:00
  • 8f29a35175 use minetest.get_modpath("mesecon") instead of checking mesecon ~= nil Treer 2020-01-12 17:07:09 +11:00
  • e3ac1ade79 blasts extinguish portals Treer 2020-01-12 16:47:05 +11:00
  • 363872c760 Avoid storing the playerRef Treer 2020-01-12 15:46:37 +11:00
  • 40913ee841 text changes Treer 2020-01-09 23:01:17 +11:00
  • e765f5f504 text/docs/formatting changes Treer 2020-01-09 00:27:43 +11:00
  • 58da96549a Trim trailing spaces Treer 2020-01-08 21:37:31 +11:00
  • d0ce9dd633 Update .luacheckrc and fix warnings Treer 2020-01-08 21:31:10 +11:00
  • 1d19546345 Update copyrights & require Minetest v0.4.16 or greater Treer 2020-01-08 20:06:00 +11:00
  • 3945467152 Add more mesecon support Treer 2020-01-07 00:08:27 +11:00
  • 478684062d Add Minetest 0.4 support Treer 2020-01-06 22:21:15 +11:00
  • 4ebdf7f25f Handle edge-case when player quits the game while teleporting Treer 2020-01-05 20:14:30 +11:00
  • 4985e199b1 check for portal frames on the surface Treer 2020-01-05 13:19:46 +11:00
  • 48cbd87b59 Move wormhole_node_is_horizontal into the shape definition Treer 2020-01-05 01:33:56 +11:00
  • 43f1f24d53 Add settingtypes.txt settings Treer 2020-01-04 21:06:06 +11:00
  • a971e0359e Finish example portals Treer 2020-01-04 15:38:13 +11:00
  • 6752964c96 Add PortalShape_Platform Treer 2020-01-02 23:42:20 +11:00
  • b9e85582f9 Add Surface-following portal using Moore curves Treer 2020-01-02 23:35:48 +11:00
  • 11a818212a Standardize files as LF without CR, and UTF-8 without BOM Treer 2019-08-07 07:23:06 +10:00
  • 58eb65c0c8 documentation Treer 2019-07-28 13:51:16 +10:00
  • 6e0cadb1ec Check no other mod is already using a portal definition Treer 2019-07-28 13:15:51 +10:00
  • 9bfbb64e96 Add portal_examples.lua Treer 2019-07-27 20:33:19 +10:00
  • b8ec09f402 Add animated particle support Treer 2019-07-27 19:50:59 +10:00
  • 0f3f42e5c0 Add portal sounds Treer 2019-07-27 17:43:51 +10:00
  • d5a551b4cf Add example alternative shape PortalShape_Circular Treer 2019-07-24 20:08:04 +10:00
  • 31cf6a9bc3 Place_Schematic uses correct frame and wormhole nodes Treer 2019-07-23 19:58:46 +10:00
  • 7cff6b8cc2 Add portal ignition sparks Treer 2019-07-22 22:55:13 +10:00
  • 27a660b731 Unroll 32affba6 (stairs) (#9) Treer 2019-07-20 16:56:32 +10:00
  • dd6c19d005 Keep portal type in metadata for non-traditional portals Treer 2019-07-21 17:08:42 +10:00
  • 835ad9686d rearrange code Treer 2019-07-21 14:45:10 +10:00
  • e2666146ca Implement sound and events in API Treer 2019-07-21 13:06:04 +10:00
  • 0c7a6e95c5 Fix edge case Treer 2019-07-20 17:55:51 +10:00
  • 52b20925d5 Unlinks target portal if it's linked to a different portal Treer 2019-07-17 23:07:05 +10:00
  • 6401052f92 fix bugs Treer 2019-07-16 21:39:16 +10:00
  • c106b88e98 only perform remote_portal_checkup if portal schematic was placed Treer 2019-07-14 21:37:53 +10:00
  • 1a6d15def3 Portals connect to nearby targets Treer 2019-07-13 17:22:17 +10:00
  • 43b37e96b2 Add Book of Portals Treer 2019-07-13 14:09:23 +10:00
  • b6e2a3335a provide Portal API Treer 2019-07-05 23:22:22 +10:00
  • 3126d067a1 Dynamic/hardware portal colouring Treer 2019-07-04 23:58:37 +10:00
  • 83c9ad574f Allow two or more portal types to be made with the same frame material Treer 2019-07-04 21:44:30 +10:00
  • f38211e55d Prevent portals from sharing frame nodes with other portals Treer 2019-07-03 01:26:49 +10:00
  • 2113d332f8 Spawn portals on the surface, when possible Treer 2019-07-03 00:53:47 +10:00
  • 9a4c7ed875 Fix call to node timer stop() Treer 2019-07-03 00:49:17 +10:00
  • 59275bb242 tidy up some code Treer 2019-07-01 21:55:48 +10:00
  • c7d83eceb7 Prevent concurrent mapgen from removing freshly placed portals Treer 2019-06-30 21:29:23 +10:00
  • edf961907e Allow reignition of portals in player-built areas Treer 2019-06-30 13:55:38 +10:00
  • 7a4d9ebf01 Issue #6 Replace ABM with single node timer Treer 2019-06-30 13:38:56 +10:00
  • a085e194fa Add mesecons support Treer 2019-06-29 23:08:31 +10:00
  • 614a3f91a7 Separate portal shape code from portal behavior code, and refactor Treer 2019-06-29 13:18:18 +10:00
  • b49f4ce73d Fix error caused by teleporting offline players (#12) ㄗㄠˋ ㄑㄧˊ 2020-01-09 01:56:49 +08:00
  • 6551f5c120 Convert UTF-8 + BOM to UTF-8. Fixes crash on some systems SmallJoker 2019-08-01 18:25:25 +02:00
  • b8dab52e41 Unroll 32affba6 (stairs) (#9) Treer 2019-07-20 16:56:32 +10:00
  • bf145d4c11 Fix portal particle spawners Treer 2019-06-26 19:18:03 +10:00
  • 2d94d74d97 Fix #1. v1 Auke Kok 2017-12-20 20:52:57 -08:00
  • 57b2d30b9e Override mese crystal fragment, use new settings API. Auke Kok 2017-12-19 21:39:29 -08:00
  • 0b6925f4b1 Fixes old bug id #21 Auke Kok 2017-12-19 21:35:05 -08:00
  • 7a0e52da46 Luacheck cleanups. Auke Kok 2017-12-19 21:31:53 -08:00
  • 509cfefd69 This code is not trivial, and really needs a .luacheckrc. Auke Kok 2017-12-19 21:31:34 -08:00
  • 8008b8cbdc Fix sound passing for stairs. Auke Kok 2017-12-19 21:17:14 -08:00
  • 3f2c30ec2e Relicense to ISC. Auke Kok 2017-12-19 21:03:58 -08:00
  • 483cbe916d Remove debug code. Auke Kok 2017-12-19 21:00:16 -08:00
  • 32affba608 Add slabs and stairs for nether bricks, using "stairs" mod. Auke Kok 2015-11-17 16:21:05 -08:00
  • bc2ccfbaea Use voxelmanip data buffer memory optimisation paramat 2016-12-28 23:03:33 +00:00
  • 7cf89b2889 Make textures brighter, retaining contrast. (#20) Auke Kok 2016-06-30 22:55:31 -07:00
  • 589f305d08 StairsPlus support for nether bricks. (#19) Luka Vandervelden 2016-06-12 01:52:48 +02:00
  • e230813af8 Place portal as schematic. Avoid portal griefing paramat 2016-05-31 19:13:56 +01:00
  • 47d39871d2 Caverns. Fix node defs/crafting. Smaller emerge. Find cavern floor (#17) Paramat 2016-05-30 20:55:04 +01:00
  • c35f6a2d03 Clean up trailing whitespace. Auke Kok 2016-05-25 22:29:25 -07:00
  • 20c0275ddd Init.lua: Organise, improve code style paramat 2016-05-25 07:59:47 +01:00
  • d6d388b1c7 Move luavoxelmanip generation to master branch paramat 2016-05-25 04:42:32 +01:00
  • e748976f83 Add crafting recipes for bricks, fences. Auke Kok 2016-04-16 23:05:44 -07:00
  • b5a626e02a Force emerge the target area. Auke Kok 2016-04-16 20:38:03 -07:00
  • 21bf447cd0 Add standard mod files. Auke Kok 2016-04-16 20:16:43 -07:00
  • a313b4201b Remove minetest.env:* usage. Auke Kok 2016-04-16 20:11:25 -07:00
  • b2e259e2df Update and rename README.txt to README.md Ryan 2016-04-16 20:09:53 -07:00
  • 53f4548684 Fix height_min/max usage. Auke Kok 2015-11-27 01:10:43 -08:00
  • 06b281c1ba Add nether brick fence Alexey Smirnoff 2015-11-23 13:08:46 +06:00
  • 9b4d1f8ff7 Add slabs and stairs for nether bricks, using "stairs" mod. Auke Kok 2015-11-17 16:21:05 -08:00
  • bad0d53bdb Hinder BlockMen from hacking again PilzAdam 2013-05-02 22:20:06 +02:00
  • 8ed9c444db Add BlockMen as texture author to the README PilzAdam 2013-04-30 16:23:25 +02:00
  • 86ed01e379 New netherrack texture; rename netherrack and -sand texture PilzAdam 2013-04-30 15:26:03 +02:00
  • 0ae4839912 Only drop netherrack with a chance of 1/3 PilzAdam 2013-04-30 13:28:51 +02:00
  • faaf073794 Add air bubbles PilzAdam 2013-04-30 01:13:59 +02:00
  • 3c3be9b32c Add level=2 to brick PilzAdam 2013-04-30 00:18:07 +02:00
  • 1456ca9af5 Add netherbrick and nether dungeons; fix replace names for rack adn sand PilzAdam 2013-04-29 23:36:45 +02:00
  • da48d679f7 Fix dissappearing portals and stone; renamce nethersand and -rack PilzAdam 2013-04-29 23:26:12 +02:00
  • d054a4e58a Initial commit PilzAdam 2013-04-29 20:33:09 +02:00