136 Commits

Author SHA1 Message Date
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
SX
5e22da6fdb
Replace quotes for pull request job pr_body (#12) 2021-02-23 10:00:03 +02:00
SX
ffedb4ef83
Merge pull request #8 from mt-mods/upstream-rebased
Upstream rebased
2021-02-23 09:58:43 +02:00
cheapie
e421f0a5c0 Change control panel text color to black 2021-02-21 19:46:23 -06:00
cheapie
a38debb592 Add advanced touchscreen
Basically just lets you provide any formspec you want, which should resolve all of the "but the touchscreen can't do XYZ" issues :)
I don't believe this to be a security problem as arbitrary formspecs should do nothing unless you actually right-click the node (and you can always just... not), and if the client does crash in response to a bad formspec then this is probably a client bug anyway.
2021-02-21 18:46:55 -06:00
cheapie
b16d25c828 Convert game controller to use entity attachment instead of a physics override
This should make it get along better with other mods that affect physics overrides, and also prevent the "walking in place" when using it.
2021-02-21 18:36:09 -06:00
cheapie
9c0cb1104b Split documentation from README out into separate files 2021-02-21 21:45:15 +01:00
cheapie
a5ca8f19b7 Add "sendregion" command to GPU
This allows part of a buffer to be sent instead of the whole thing, meaning that driving digiscreen arrays can now be done with fewer commands and no temporary buffers.
This also greatly improves the speed of doing so, and I suppose also allows hardware-accelerated scrolling if your display is smaller than 64x64...
2021-02-21 14:45:08 -06:00
cheapie
2680da269b Add textures for movestone 2021-02-21 21:41:25 +01:00