Jonathan Coates
1f1b20c81e
Fix overflow in os.epoch
...
Closes #611
2021-05-16 00:10:49 +02:00
Jonathan Coates
20a9ff7a3f
Fix double URL decode
...
Closes #613
2021-05-16 00:10:40 +02:00
Jonathan Coates
58cd5e3df7
Fix copy-paste error in inventory docs
...
I'm a very silly squid.
2021-05-16 00:10:19 +02:00
Jonathan Coates
5922d7548c
Merge pull request #606 from TheWireLord/numpadenter-support
...
Added Numpad Enter Support - bios.lua
2021-05-16 00:06:13 +02:00
Merith
386e01364e
Merge Commits from Jummit/cc-restitched PR19
2021-05-15 06:53:14 -07:00
Jummit
70eff6aa63
Skip "Docs for energy and inventory methods"
2021-05-15 20:34:30 +02:00
SquidDev
45ac601946
Generate docs for generic peripherals
...
This was the easy bit. Now I've got to write them!
2021-05-15 20:21:15 +02:00
SquidDev
d6c5a5bd27
Some sanity checks for get{Direction,Orientation}
...
Silly bodge, but should fix #600 .
2021-05-15 20:18:04 +02:00
SquidDev
02c7903cb7
Remove a couple of todos
2021-05-15 20:06:21 +02:00
Jummit
37e856efdc
Skip 737b3cb5
...
Don't use capabilities for generic peripherals
2021-05-15 20:04:51 +02:00
Merith-TK
8a38097887
[Patchwork] fix github workflow
2021-05-15 06:46:23 -07:00
Merith
884b417ec2
Merge Commits from Jummit/cc-restitched
...
SquidDev-CC/CC-Tweaked@511eea3
SquidDev-CC/CC-Tweaked@826797c
SquidDev-CC/CC-Tweaked@24d3777
SquidDev-CC/CC-Tweaked@d83a68f
2021-05-14 06:16:56 -07:00
JackMacWindows
1d1d6227eb
Added improved help viewer ( #595 )
...
- Pagination, with (page) up/down, q(uit) and scrolling support.
- Render markdown style bullets ('-'/'*') using a '•' instead.
2021-05-14 21:36:08 +02:00
Jummit
d5eb82db60
Allow $private HTTP rule to block any private IP
...
This is a little magic compared with our previous approach of "list
every private IP range", but given then the sheer number we were
missing[1][2] this feels more reasonable.
Also refactor out some of the logic into separate classes, hopefully to
make things a little cleaner.
2021-05-14 21:31:03 +02:00
JackMacWindows
3575654d02
Added documentation for global functions ( #592 )
2021-05-14 19:37:54 +02:00
Jonathan Coates
79fcc7241b
Remove <!-- -->s in usages
...
We fixed the bug in illuaminate, so this should be redundant now.
2021-05-14 18:51:10 +02:00
Merith-TK
b203d3aa0a
Try to handle a turtle being broken while ticked
...
Hopefully fixes #585 . Hopefully.
2021-05-07 15:05:00 -07:00
Merith-TK
f1176af9d1
Make fs.combine accept multiple arguments
...
Means we can now do fs.combine("a", "b", "c"). Of course, one may just
write "a/b/c" in this case, but it's definitely useful elsewhere.
This is /technically/ a breaking change as fs.combine(a, b:gsub(...))
will no longer function (as gsub returns multiple arguments). However,
I've done a quick search through GH and my Pastebin archives and can't
find any programs which would break. Fingers crossed.
2021-05-07 13:27:04 -07:00
Merith-TK
717686d855
Allow strings or numbers in textutils.*tabulate
...
Allow strings or numbers in textutils.*tabulate
A little dubious, but apparently CC used to support it. This means we're
consistent with methods like io.write or string.len which accept strings
or numbers.
Fixes #591
2021-05-07 11:26:24 -07:00
Jummit
92811ca0bc
fix mouse_up events not being emitted
...
fixes #11
2021-04-24 19:03:35 +02:00
Merith-TK
f8a58dbcb1
Fixed length check on function name in expect
( #589 )
2021-04-22 11:54:56 -07:00
Merith-TK
98aabe2cfb
Remove extra space ( #586 )
2021-04-22 11:43:58 -07:00
Merith-TK
f938ed9779
Strict Globals ( #583 )
2021-04-22 11:35:15 -07:00
Merith-TK
03c9274b27
More examples
...
Yay!
2021-04-22 11:23:31 -07:00
Merith-TK
92c94ac039
Cleanup examples for the various modules
2021-04-21 19:32:03 -07:00
Merith-TK
5c6fd80b0c
Use term.blit on original paint render
...
This makes it super speedy, meaning an initial refresh doesn't take ages to load.
2021-04-21 08:57:32 -07:00
Merith-TK
f1ec59df15
Clear gets an option to reset the palette ( #582 )
...
Fixes #555 .
2021-04-21 08:32:34 -07:00
Merith-TK
624b23c7ac
Fix epoch documentation to use milliseconds ( #580 )
2021-04-09 20:45:59 -07:00
Merith-TK
9b77a4aaee
Update Readme with Known Issues
2021-04-09 20:03:14 -07:00
Merith-TK
d8b0037cfa
CC:R 1.94.1-beta
...
Update version info, re-brand from CC:Tweaked For Fabric, to CC:Restitched
v1.94.1-beta
2021-03-28 22:49:15 -07:00
Merith-TK
91a9e7fdf7
Update .gitignore
2021-03-27 16:40:59 -07:00
Merith-TK
2c3573719b
[Patchwork] Fix Network Config
...
Network config should now work in a stable mannor, the previous person did not port over the imports and thats why this broke in the first place, possibly required import did not exist for fabric at the time?
2021-03-27 15:19:09 -07:00
Devan-Kerman
46bc42d5a7
Update README.md
2021-03-04 19:23:36 -06:00
Devan-Kerman
1b9e93a80f
Merge pull request #31 from davidqueneau/fabric
...
Revert "Cable modems can be placed against all blocks, including ches…
2021-03-04 19:23:07 -06:00
Devan-Kerman
7b93f91ffa
Merge pull request #36 from Merith-TK/fabric
...
Update to Match CC:T version
2021-03-04 19:22:59 -06:00
Merith-TK
31a1027401
Clean up some examples a little bit
...
Would be good if they didn't crash and burn on entry :).
2021-03-02 23:12:53 -08:00
Merith-TK
e0fc994819
[TODO] Auto-generate monitor models
...
I didn't think it was worth it, and then I found myself needing to
update a dozen of them. The code isn't especially pretty, but it works,
so that's fine.
Also fixes several issues with us using the wrong texture (closes #572 ).
I've put together a wiki page[1] which describes each texture in a
little more detail.
[1] https://github.com/SquidDev-CC/CC-Tweaked/wiki/Monitor-texture-reference
2021-03-02 22:47:44 -08:00
Merith-TK
43408bf085
CC:R 1.94.0
v1.94.0
2021-03-02 19:21:12 -08:00
Merith-TK
d28f42e8b7
use arg[0] in all usage printouts ( #571 )
2021-03-02 18:22:26 -08:00
Merith-TK
ac452582c1
Use blit to draw boxes, add colors.toBlit ( #570 )
2021-02-22 18:49:39 -08:00
Merith-TK
7e65c6b25c
Fix JSON objects failing to pass
2021-02-22 18:11:27 -08:00
Merith-TK
457a863842
Dont fail when codecov is being finicky
2021-02-22 18:09:31 -08:00
Merith-TK
eef36e1358
Various SNBT parsing improvements
2021-02-22 17:45:44 -08:00
Merith-TK
feda08b915
Draw in-hand pocket computers with blending
2021-02-22 17:43:54 -08:00
Merith-TK
0240ce50ce
Bump cct-javadoc version
2021-02-22 17:34:20 -08:00
Merith-TK
592b83e784
[TODO] Fix players not getting advancements when they own turtles
2021-02-22 17:32:26 -08:00
Merith-TK
5d91491ec7
Remove superfluous imports
2021-02-22 12:25:13 -08:00
Merith-TK
7326d1110d
Make generic peripherals on by default
2021-02-22 12:17:03 -08:00
Merith-TK
0aa6ac05a0
Add function to get window visibility
2021-02-22 11:56:22 -08:00
Merith-TK
27a2c063b9
Update configuration to match latest illuaminate
2021-02-22 11:50:33 -08:00