Commit Graph

74 Commits (master)

Author SHA1 Message Date
OgelGames 5edebccdb0 fix digilines "get" command not working 2022-01-11 19:07:36 +11:00
OgelGames 85388696c7 add nil check for `pointed_thing`
fixes #11
2021-11-16 21:41:43 +11:00
OgelGames 31f76337a9
Merge pull request #10 from mt-mods/rewrite
Rewrite and improvement
2021-06-22 16:17:47 +10:00
OgelGames 6a11ad28a6 update readme and add screenshot and digilines docs 2021-06-22 16:15:18 +10:00
OgelGames a14ef57b1b optimize textures and remove source file 2021-06-22 16:14:24 +10:00
OgelGames 7cf9bd29d4 big rewrite commit 2021-06-22 16:13:50 +10:00
OgelGames 05bbd3c4e3 replace depends.txt with mod.conf 2021-06-15 13:11:59 +10:00
OgelGames 26355f1c88 update luacheck and add badge 2021-01-05 17:46:44 +11:00
OgelGames d4775afca0 digilines rename cmd -> command
also remove some unnecessary code
2020-07-01 20:36:56 +10:00
Omikhleia 997637783e
Change default channel, accept table commands (#9)
* Change default channel, accept table commands

* Fix digiline command parsing and signal
2020-07-01 00:37:32 +03:00
BuckarooBanzay 518f361868 execute luacheck on PR's 2020-06-28 19:24:06 +02:00
BuckarooBanzay ab12ed38de fix luacheck errors and use `digilines.receptor_send` 2020-06-28 19:23:21 +02:00
Omikhleia 6ff1b3dc34 Add digilines support 2020-06-28 19:20:10 +02:00
BuckarooBanzay 5cdebc16f1 disable shift+build on beacons (workaround for place()-recursion)
fixes https://github.com/pandorabox-io/pandorabox.io/issues/439
2020-02-10 10:49:56 +01:00
BuckarooBanzay dcc46a9c6b luacheck and fixes 2020-02-10 10:47:36 +01:00
OgelGames f0dbeb255d fix some extenders not being counted
fixes pandorabox-io/pandorabox.io#411
2020-01-13 22:21:20 +11:00
OgelGames 564138ab3d fix extender colors 2020-01-13 21:44:12 +11:00
OgelGames 8c8266d48c small fixes
* prevent teleport spamming
* correct node placing
2020-01-12 21:53:34 +11:00
Thomas Rudin e5739954a1
Merge pull request #4 from coil0/no-standing
Remove ability to teleport by standing
2020-01-12 10:36:41 +01:00
coil 4e8ed94d41
Remove ability to teleport by standing 2020-01-11 17:50:43 -05:00
NatureFreshMilk 7bc29c68f8 fix import path issue 2019-08-30 09:55:33 +02:00
NatureFreshMilk 15afc9b5b3 document rightclick setting 2019-08-26 10:59:55 +02:00
NatureFreshMilk 9f745e4e48 Merge https://github.com/tacotexmex/telemosaic 2019-08-26 10:58:41 +02:00
Thomas Rudin a10bc7bb8b
Merge pull request #3 from OgelGames/master
Fix right-click teleportation bugs
2019-08-25 20:08:41 +02:00
OgelGames a422b5c807 Fix right-click teleportation bugs 2019-08-25 23:36:49 +10:00
Thomas Rudin 0c1164daab fix https://github.com/pandorabox-io/pandorabox.io/issues/299 (thanks @OgelGames) 2019-08-25 12:11:35 +02:00
Thomas Rudin 21f99608c9 particles 2019-08-24 23:14:27 +02:00
Thomas Rudin 3564e1cf73 code fixes 2019-08-24 23:14:22 +02:00
Thomas Rudin 1840efeb3e split into modules / allow stand- and rightclick-teleport 2019-08-24 18:18:15 +02:00
Thomas Rudin 5ff1dd655a
Merge pull request #2 from OgelGames/right-click-teleport
Right click teleportation no longer requires standing on beacon
2019-08-24 17:02:16 +02:00
OgelGames 577202f5cc Right click teleportation no longer requires standing on beacon 2019-08-24 20:26:50 +10:00
Thomas Rudin a056353ce7
Merge pull request #1 from OgelGames/right-click-teleport
Add ability to teleport on right-click
2019-08-21 15:06:07 +02:00
OgelGames 9b001161a9 Add ability to teleport on right-click 2019-08-21 22:22:38 +10:00
NatureFreshMilk 2a7e32b3a8 add telemosaic.travel_allowed(player, src, dest) 2019-07-01 12:59:56 +02:00
Thomas Rudin 94b1600335 Protected beacon (#7)
* remove duplicate definition of beacon_off

* protected textures and nodes

* string testing and helper functions for _protected beacons

* working protected beacons with is_protected (protector-mod compatible: player-allowed list)

* add crafting recipe for protected beacon
2019-06-03 01:10:21 +02:00
Thomas Rudin 83ac470860 remove duplicate definition of beacon_off (#6) 2019-05-10 18:52:24 +02:00
Thomas Rudin 02344325b4 add crafting recipe for protected beacon 2018-11-02 15:54:01 +01:00
Thomas Rudin 3585a87c8b working protected beacons with is_protected (protector-mod compatible: player-allowed list) 2018-11-02 15:51:22 +01:00
Thomas Rudin ac8096bdb0 string testing and helper functions for _protected beacons 2018-11-02 15:39:41 +01:00
Thomas Rudin 75c004b64c protected textures and nodes 2018-11-02 15:15:34 +01:00
Thomas Rudin 773294bcc5 remove duplicate definition of beacon_off 2018-11-02 15:00:17 +01:00
texmex e0152fc98a Replace deprecated settings method 2017-06-18 21:14:29 +02:00
tacotexmex 9dbbc31558 Settingtypes 2017-04-24 19:44:01 +02:00
tacotexmex caacd3e7ef Settingtypes 2017-04-24 19:43:43 +02:00
tacotexmex 535d645fcd Sound, particles 2017-04-16 19:31:52 +02:00
texmex 2368c02ed7 Merge pull request #1 from oleastre/master
Report the number of missing extensions
2017-04-03 04:29:52 +02:00
Olivier Samyn d1c1863f51 Report the number of missing extensions 2015-11-28 00:16:20 +01:00
Ben Deutsch b5e429b6ab Version 0.5.0 2015-10-22 23:16:21 +02:00
Ben Deutsch 39a1c50c7a Colored versions of the extenders, for nicer patterns 2015-10-22 23:13:13 +02:00
Ben Deutsch 9fb7dded49 Version 0.4.1 2015-10-16 23:28:18 +02:00