SquidDev
c35707725f
More examples
...
Yay!
2020-11-20 21:59:17 +00:00
SquidDev
b0651082f4
Cleanup examples for the various modules
2020-11-20 19:36:28 +00:00
SquidDev
aab0cd34cd
Use term.blit on original paint render
...
This makes it super speedy, meaning an initial refresh doesn't take ages
to load.
2020-11-20 15:06:47 +00:00
Luca
d2a1a00dc4
Clear gets an option to reset the palette ( #582 )
...
Fixes #555 .
2020-11-17 12:53:20 +00:00
SquidDev
7f90f2f7ca
Clean up some examples a little bit
...
Would be good if they didn't crash and burn on entry :).
2020-11-12 19:40:18 +00:00
SquidDev
83df64e520
Merge branch 'mc-1.15.x' into mc-1.16.x
2020-11-07 12:46:10 +00:00
SquidDev
74ac5bb3d1
Bump to 1.94.0
2020-11-07 12:43:57 +00:00
Lupus590
d13bd2cce8
use arg[0] in all usage printouts ( #571 )
2020-11-04 14:03:08 +00:00
SquidDev
cc96e41d3e
Remove stray copy-paste error from changelog
2020-11-03 14:37:24 +00:00
Drew Lemmy
741adfa7bb
Use blit to draw boxes, add colors.toBlit ( #570 )
2020-11-01 19:28:18 +00:00
SquidDev
666e83cf4f
Fix JSON objects failing to pass
...
Maybe I should run the whole test suite, not just the things I think
matter? Nah....
2020-11-01 11:48:19 +00:00
SquidDev
c58441b29c
Various SNBT parsing improvements
...
Correctly handle:
- Typed arrays ([I; 1, 2, 3])
- All suffixed numbers (1.2d)
- Single-quoted strings
Fixes #559
2020-11-01 11:36:48 +00:00
SquidDev
c334423d42
Add function to get window visibility
...
Closes #562
Co-authored-by: devomaa <lmao@distruzione.org >
2020-10-31 09:54:38 +00:00
SquidDev
5bf367af9f
Merge branch 'mc-1.15.x' into mc-1.16.x
2020-10-23 17:45:11 +01:00
SquidDev
61fb4caaad
Bump to 1.93.1
2020-10-23 17:44:52 +01:00
Drew Lemmy
34a2c835d4
Add color table to docs ( #553 )
2020-10-11 21:37:56 +01:00
Jonathan Coates
30d35883b8
Fix my docs
...
Thanks @plt-hokusai. Kinda embarrassing this slipped through - I
evidently need to lint examples too.
2020-10-08 09:48:36 +01:00
SquidDev
0c6e7b5db5
Merge branch 'mc-1.15.x' into mc-1.16.x
2020-10-04 11:24:42 +01:00
SquidDev
334ca65482
Bump to 1.93.0
2020-10-04 11:19:43 +01:00
SquidDev
84036d97d9
Fix io.open documentation
...
Well, that was silly.
2020-10-02 21:21:53 +01:00
SquidDev
87393e8aef
Fix additional - in docs
...
Why isn't this automatically stripped! Bad squid.
2020-09-13 17:56:12 +01:00
SquidDev
86bf57e3cd
My inability to spell will be immortalsied in the changelog
2020-09-12 11:03:18 +01:00
SquidDev
d0a973fa46
Merge branch 'mc-1.15.x' into mc-1.16.x
2020-09-12 09:29:21 +01:00
SquidDev
748ebbe66b
Bump to 1.92.0
...
A tiny release, but there's new features so it's technically a minor
bump.
2020-09-12 09:27:47 +01:00
SquidDev
59de21eae2
Handle tabs when parsing JSON
...
Fixes #539
2020-09-11 18:02:23 +01:00
JackMacWindows
d5368d0719
Add date-specific MOTDs (like Minecraft) ( #533 )
2020-09-04 17:35:46 +01:00
SquidDev
26c12ac1a9
Bump version to 1.91.1
2020-09-04 17:29:35 +01:00
SquidDev
7809a2eddd
Merge branch 'mc-1.15.x' into mc-1.16.x
2020-08-23 15:46:17 +01:00
SquidDev
183b342071
Bump for 1.91.0
2020-08-23 15:35:58 +01:00
R93950X
d5de39ebd4
Fix time formatting ( #527 )
...
Fixes #525 .
Co-authored-by: R93950X <R93950X@users.noreply.github.com >
2020-08-22 15:17:12 +01:00
SquidDev
9f72448ecd
Properly deprecate colors.rgb8
2020-08-04 19:50:36 +01:00
SquidDev
29646a7f61
Bump version to 1.90.3
2020-07-27 19:07:06 +01:00
Jonathan Coates
cd879b067f
Merge pull request #508 from neumond/mc-1.15.x
...
Fix JSON serialization of strings
2020-07-25 17:51:46 +01:00
neumond
053cb1b53c
Fix JSON serialization of strings
...
Control characters become escaped as JSON requires
Non-ASCII characters get escaped as well for better interoperability
We assume here that lua strings represent only first 256 code points of unicode
2020-07-25 19:40:06 +03:00
SquidDev
6b102a8142
Merge branch 'mc-1.15.x' into mc-1.16.x
2020-07-25 12:08:33 +01:00
SquidDev
ac7979fb46
Bump for 1.90.2
2020-07-25 11:53:46 +01:00
SquidDev
a1dcd59d95
Update to latest Forge
...
Fixes #498
2020-07-18 15:11:57 +01:00
SquidDev
2f323f23d7
Update changelog for release
2020-07-18 12:23:36 +01:00
SquidDev
3f277a7a7b
Bump version to 1.90.0
...
Going to let this stew for a couple of days - there's probably something
else which'll break.
2020-07-06 15:38:09 +01:00
SquidDev
8f3a56dd32
Merge branch 'mc-1.14.x' into mc-1.15.x
2020-06-30 11:31:41 +01:00
SquidDev
113d5d982f
Merge branch 'master' into mc-1.14.x
2020-06-30 11:28:56 +01:00
JakobDev
b54519d0e6
Add functions for parsing and drawing nft ( #458 )
2020-06-25 09:08:35 +01:00
Jonathan Coates
9499654757
Add documentation for peripherals
...
No clue how we're going to do this for the dynamic peripheral system
if/when that ships, but this is a good first stage.
Like the Java APIs, this relies on stub files, so we can't link to the
implementation which is a bit of a shame. However, it's a good first
step.
2020-06-24 12:12:06 +01:00
SquidDev
1efabccd14
Merge branch 'mc-1.14.x' into mc-1.15.x
2020-06-21 12:09:28 +01:00
SquidDev
029374e9aa
Merge branch 'master' into mc-1.14.x
2020-06-21 12:08:30 +01:00
SquidDev
2b077554f7
Merge branch 'mc-1.14.x' into mc-1.15.x
...
# Conflicts:
# gradle.properties
# src/main/java/dan200/computercraft/client/render/MonitorTextureBufferShader.java
# src/main/java/dan200/computercraft/client/render/TileEntityMonitorRenderer.java
# src/main/java/dan200/computercraft/core/apis/handles/HandleGeneric.java
# src/main/java/dan200/computercraft/shared/Config.java
# src/main/java/dan200/computercraft/shared/network/NetworkHandler.java
# src/main/java/dan200/computercraft/shared/peripheral/monitor/TileMonitor.java
# src/main/java/dan200/computercraft/shared/turtle/apis/TurtleAPI.java
# src/main/resources/data/computercraft/lua/rom/help/changelog.txt
# src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt
2020-06-16 09:24:14 +01:00
SquidDev
9134f243c1
Merge branch 'master' into mc-1.14.x
2020-06-15 22:05:02 +01:00
SquidDev
c493d668c8
Bump version
2020-05-17 17:02:17 +01:00
SquidDev
d0deab3519
Update changelog to include some missing things
2020-05-15 10:48:31 +01:00
SquidDev
d5a8df753a
Merge branch 'mc-1.14.x' into mc-1.15.x
2020-05-15 10:36:23 +01:00