144 Commits

Author SHA1 Message Date
Luke aka SwissalpS
26e88ca6a7
Game controller cleanup with actual [jumpdrive] support (#66)
Some checks failed
luacheck / luacheck (push) Has been cancelled
mineunit / build (push) Has been cancelled
2024-12-31 21:58:52 +01:00
Luke aka SwissalpS
422dfdb2cd
Game controller [jumpdrive] compat (#64) 2024-12-31 19:43:11 +01:00
Luke aka SwissalpS
4763cb9805
Rework GPU (#58) 2024-12-19 17:11:55 +01:00
Buckaroo Banzai
c1e6c4c711
Add more noteblock wave samples (#62)
Co-authored-by: cheapie <no-email-for-you@example.com>
2024-09-19 06:02:30 -04:00
Luke aka SwissalpS
4b4dc62d0e
Permit empty channels with channel copier tool (#61) 2024-07-03 15:47:11 +10:00
OgelGames
2871211ca6
Add camera and detector visualizations (#59) 2024-05-20 00:41:36 +10:00
Luke aka SwissalpS
54c0f66ae9
not ground content (#53) 2024-03-02 23:34:37 -05:00
Luke aka SwissalpS
4bcb7f043a
Set is_ground_content = false on nodes (#52) 2024-02-28 14:21:52 +11:00
OgelGames
4081006ae0 movestone maxstack minimum value 1 not 0
fixes #49
2024-02-20 15:07:06 +11:00
Makefile-dot-in
71b606c865
Fix movestones receiving a single message on the same channel being broken (#47) 2024-02-02 18:20:08 -05:00
Lminus
20820811e4
Allow movestone to relmove in negative directions (#43) 2024-01-04 19:52:41 +11:00
OgelGames
0b76475719 fix greedy pattern in touchscreen modify command 2024-01-01 01:37:59 +11:00
Infi-power
68ad7b4fcf
Rework touchscreen insert command and add delete command (#40)
Co-authored-by: OgelGames <olliverdc28@gmail.com>
2023-11-24 19:40:29 +11:00
OgelGames
80bbcc6739
correct job name and faster luacheck action 2023-08-01 17:02:25 +10:00
OgelGames
5e22546aa2
fix typo in example command in gpu docs 2023-07-20 21:42:14 +10:00
OgelGames
c8c95a39a8
fix lua api link in touchscreen docs 2023-07-02 14:23:01 +10:00
OgelGames
fb358c7cb0
Touchscreen updates (#39) 2023-06-13 16:42:18 +10:00
OgelGames
98a9dd8c96 update touchscreen docs about combining commands 2022-11-08 16:00:19 +11:00
OgelGames
e7ca53ac04 fix compatibility with old item_button field
reverts commit 9af65439c052923f4f1043cbfa860f9da2fa13cd, returning to the name matching the lua_api.txt, and adding a separate check for the old name instead

see also https://github.com/mt-mods/digistuff/issues/33
2022-11-05 22:58:48 +11:00
OgelGames
ba78dae4cd fix touchscreen item_grid name modifying table value
thanks Huhhila :)
2022-03-08 15:21:54 +11:00
OgelGames
a6084cb2bd remove redundant call mesecon.mvps_process_stack
see c9dd323207
2022-02-16 13:48:06 +11:00
OgelGames
9af65439c0 replace "texture_name" with "image" in formspec elements
fixes #33
2022-01-31 13:20:57 +11:00
Luke aka SwissalpS
25460a7c12
Use standard key names for channel copier (#31) 2022-01-27 17:14:09 +11:00
OgelGames
a49e4ddeaf
Improve digistuff:detector and digistuff:camera (#29) 2022-01-25 20:09:35 +11:00
OgelGames
813a64be1a Update touchscreen.md 2022-01-22 17:42:03 +11:00
OgelGames
80682a9623 fix wrong name in dropdown formspec element 2022-01-22 13:55:04 +11:00
OgelGames
b60d9b3f09 set digistuff:eeprom formspec on construct
and also don't set already empty meta values to empty...
2022-01-18 15:04:22 +11:00
OgelGames
b6ead5bdb6 remove advtouchscreen texture
no longer used as of 260f5b3
2022-01-18 14:49:09 +11:00
OgelGames
260f5b3706
Touchscreen rewrite (#25) 2022-01-17 15:25:42 +11:00
nixnoxus
e07e9ee68e
fix warning when qos is not enabled (#26) 2022-01-11 11:59:38 +01:00
OgelGames
7e9fe081aa
Merge from upstream (#23) 2021-12-26 16:41:38 +11:00
cheapie
144c61533c Add support for fading and cutting noteblock sounds
Also add a 1kHz sine wave sample, intended for use with this
2021-12-23 20:46:24 -06:00
cheapie
47a32ff26e Allow other mods to register noteblock sounds 2021-12-04 15:55:56 -06:00
Buckaroo Banzai
126aa826bf
Add nic format option for json response (#17)
* add nic option config for json response and headers

* remove header stuff

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
2021-06-06 17:21:31 +10:00
OgelGames
ce8f33033e fix deprecated use of use_texture_alpha 2021-04-05 00:49:05 +10:00
SX
56f72f2194
Also fix for digiline.rules 2021-03-08 03:12:30 +02:00
SX
e6f5f9dcf9
Fix GPU digiline API calls 2021-03-08 03:07:32 +02:00
SX
459ead4bd6
Merge pull request #19 from mt-mods/upstream
Pulling upstream into master
2021-03-08 02:57:52 +02:00
SX
54f623819d
Merge pull request #18 from mt-mods/nic-qos
add QoS mod and wrap http variable
2021-03-08 02:56:38 +02:00
cheapie
4a3c741fb3 Add "sendpacked" and "loadpacked" commands to GPU
These allow converting images to/from string representations that are much easier and faster for Luacontrollers to store and handle.
2021-03-05 17:09:39 -06:00
BuckarooBanzay
b8ab7c98d2 set QoS priority to 3, lowest 2021-03-05 14:28:57 +01:00
BuckarooBanzay
b788f70ee9 add QoS mod and wrap http variable 2021-03-04 17:39:41 +01:00
SX
680c9c1ac2
Add mineunit pass/fail badge 2021-03-03 21:27:26 +02:00
SX
7a1c62c0d0
Merge pull request #16 from mt-mods/upstream
Pulling upstream into master
2021-03-03 21:17:45 +02:00
cheapie
7446451b1b Add "drawline" command to GPU 2021-02-26 22:58:58 -06:00
SX
72b9d32785
Merge pull request #14 from mt-mods/upstream-merge
Upstream merge
2021-02-23 14:17:20 +02:00
SX
ccc26a5d80
Add simple initialization test (#15)
* Add simple initialization test

* Exclude spec from luacheck

Co-authored-by: SX <sx@minetest>
2021-02-23 14:10:13 +02:00
OgelGames
b2369b3e81 fix luacheck warnings and remove stray print() 2021-02-23 11:20:39 +02:00
SX
60ae65df47 Revert "Add craft recipe for movestone"
This reverts commit 904f6d7309c2ee7f4f552d91f1d18f9dbb63e605.
2021-02-23 11:16:03 +02:00
SX
0e59f66d39 Merge branch 'master' of github.com:mt-mods/digistuff into upstream-merge 2021-02-23 11:14:11 +02:00