1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-26 15:32:17 +00:00

2363 Commits

Author SHA1 Message Date
Merith
d2c5e20a34 fix bug_report.md v1.18.x-1.100.2-ccr 2022-03-02 04:43:02 +00:00
Merith
345cce9fa6 update gradlew, and overhaul textures 2022-03-02 04:35:49 +00:00
Merith
be842f2a33
Update bug_report.md
Update to actually tell people to send latest.log
2022-02-21 11:45:30 -08:00
Toad-Dev
8ea1742135 Give FakeNetworkManager a nonnull channel.
Another mod was using mixins to access this private field without any
null checking. I got the idea to use an EmbeddedChannel from Carpet,
which was having the same issue with this mod.

Fixes #53.
2022-02-07 23:16:41 -08:00
Toad-Dev
31a3b975d3 Clean up FakePlayer
Not sure why we had two fake implementations of
ServerGamePacketListenerImpl and Connection. One set wasn't actually
being used and was in bad shape.
2022-02-07 23:11:46 -08:00
Toad-Dev
87bb49337f Fix monitor max dimensions syncing.
- We were transposing width and height values on client.
- Made width/height order consistent in constructor too just because.
2022-01-29 13:02:15 -08:00
Toad-Dev
8c930d20b5 Bump version -> 1.100.1 v1.18.x-1.100.1-ccr 2022-01-24 15:19:46 -08:00
Toad-Dev
344453735a Fix mouse_up events not firing.
- deja vu
2022-01-24 14:38:52 -08:00
Toad-Dev
8d37f4804c Merge remote-tracking branch 'CC-Tweaked/mc-1.18.x' into mc-1.18.x/stable 2022-01-20 15:44:23 -08:00
Toad-Dev
fc57d0a7e5 Fix z-fighting on bold printout borders.
- Changed page background to render as one quad, instead of two halves.
- Set page background to a z-offset that is between zeroth (potentially
bold border) and subsequent background pages. Bold borders were at the
same z-offset before.
2022-01-20 15:36:46 -08:00
Cloud Chagnon
883ac717d8 Center printout rendering, fix printout gui not responding to page turning inputs.
Fixes:
- Printouts being drawn slightly offset to the left in all cases, noticeable mainly when in item frames.
- Printout text two pixels off center within the background.
- Printout GUI not responding to left/right arrows. Scrolling seemed to work but same fix was added there for consistency.
2022-01-20 15:30:19 -08:00
Cloud Chagnon
b81ef83d68
Fix #16, clients now use server configured terminal dimensions. (#55)
Adds `TerminalDimensionsClientMessage` that:
- is sent to each player on server join.
- syncs computer, pocket, and maximum monitor sizes.
2022-01-20 12:06:14 -08:00
Jonathan Coates
9edce36efd
Merge branch 'mc-1.17.x' into mc-1.18.x v1.18.1-1.100.2 2022-01-14 23:01:12 +00:00
Jonathan Coates
e05588c662
Merge branch 'mc-1.16.x' into mc-1.17.x v1.17.1-1.100.2 2022-01-14 23:00:17 +00:00
Jonathan Coates
9cf70b10ef
Bump version v1.16.5-1.100.2 2022-01-14 22:58:19 +00:00
Jonathan Coates
9ac8f3aeea
Fix wired modems having incorrect blockstate
Fixes #1010
2022-01-14 15:37:49 +00:00
Jonathan Coates
e191b08eb5
Use Guava instead of commons-codec for hex encoding
The latter was removed in 1.18 on the server side.

Fixes #1011.
2022-01-14 15:35:58 +00:00
Jonathan Coates
a1221b99e1
Remove debugging log line
Fixes #1014
2022-01-14 14:45:55 +00:00
Jonathan Coates
85bced6b1d
Merge pull request #1015 from Paspartout/patch-1
speaker_audio.md: Fix missing add/sum typo
2022-01-14 10:55:08 +00:00
Paspartout
fc4569e0cc
speaker_audio.md: Fix missing add/sum typo 2022-01-13 17:36:26 +01:00
Toad-Dev
872b64692f Bump version to 1.100.0 v1.18.x-1.100.0-ccr 2022-01-04 23:07:47 -08:00
Merith
69af1de979 Update gitpod dockerfile with java 17 default
mc 1.18 requires java 17, as does fabric api, best make sure the remote dev env can do its duty
v1.16.5-1.96.2-ccr
2022-01-04 22:58:26 -08:00
E. Kim
1dd6c8d75c Update ko_kr.json 2022-01-04 22:55:12 -08:00
Toad-Dev
32b856f77e Update lang files.
Some of these keys aren't used in the versions that our 1.16 and 1.17
branches are based on, but they will be there in case we ever do a
feature update for those branches.
2022-01-04 22:41:52 -08:00
Toad-Dev
43101773bb Revert "Remove CC: Tweaked doc files."
Never mind, we needed them for linting the lua doc :)
2022-01-04 18:08:40 -08:00
Toad-Dev
af863469e6 Remove CC: Tweaked doc files.
Must've included these in a merge on accident. No reason for us to have
them right now.
2022-01-04 17:49:35 -08:00
Weblate
e7f08313d9 Translations for Danish
Co-authored-by: Christian L.W <christianlw@hotmail.dk>
Co-authored-by: Christian L.W. <christianlw@hotmail.dk>
2022-01-02 23:29:24 +00:00
Toad-Dev
9c00124d38 Merge remote-tracking branch 'CC-Tweaked/mc-1.18.x' into mc-1.18.x/dev 2022-01-01 20:04:09 -08:00
Toad-Dev
f62811cb44 Fix: register missing data pack reload listener.
Fixes "ComputerCraft may be installed incorrectly" and "File not found"
errors that sometimes happened after switching single player worlds or
running /reload.
2022-01-01 19:46:27 -08:00
Jonathan Coates
79366bf2f5
Merge branch 'mc-1.17.x' into mc-1.18.x v1.18.1-1.100.1 2022-01-01 15:41:24 +00:00
Jonathan Coates
413fa5bcc8
Merge branch 'mc-1.16.x' into mc-1.17.x v1.17.1-1.100.1 2022-01-01 15:41:05 +00:00
Jonathan Coates
79fc8237b6
Bump version to 1.100.1
My new years resolution is to make no more CC:T commits.
v1.16.5-1.100.1
2022-01-01 15:36:03 +00:00
Jonathan Coates
9d50d6414c
Happy new year
Should be the last time I'll have to do this!
2022-01-01 00:09:34 +00:00
Jonathan Coates
16df86224b
Fix pocket speakers incorrectly detaching computers
- Fix UpgradeSpeakerPeripheral not calling super.detach (so old
   computers were never cleaned up)
 - Correctly lock computer accesses inside SpeakerPeripheral

Fixes #1003.

Fingers crossed this is the last bug. Then I can bump the year and push
a new release tomorrow.
2021-12-31 18:24:54 +00:00
Jonathan Coates
a9519f68a1
Clarify term_resize event
Closes #1000, fixes #999.

Co-authored-by: Wojbie <Wojbie@gmail.com>
2021-12-31 18:16:36 +00:00
Jonathan Coates
f1a08a3362
Merge pull request #1002 from Toad-Dev/issue-1001
Fix hasTypeRemote not working with additional types. (#1001)
2021-12-31 18:14:14 +00:00
Toad-Dev
802949d888 Fix hasTypeRemote not working with additional peripheral types.
Fixes #1001. Looks like the culprit was a simple typo.
2021-12-26 21:18:40 -08:00
Toad-Dev
330ab058d3 Bump version for next release (1.100.0-rc.1). v1.18.x-1.100.0-rc.1-ccr 2021-12-26 13:56:53 -08:00
Toad-Dev
654c7571c1 Separate custom client and server events. 2021-12-26 13:53:46 -08:00
Toad-Dev
7a50bf3979 Merge branch 'mc-1.18.x/stable' into mc-1.18.x/dev 2021-12-26 12:42:34 -08:00
Toad-Dev
1153910dc0 Merge remote-tracking branch 'CC-Tweaked/mc-1.18.x' into mc-1.18.x/dev 2021-12-26 12:39:51 -08:00
Toad-Dev
af6a240c09 Fix two bugs with monitors on dedicated server (#45).
- ClientMonitors were being created on the server. This caused a crash
when TileMonitors unload and attempt to clean up their client side
buffers because the method to do that only exists on the client. We
don't have the split semantics of load and handleUpdateTag that forge
has, so our TileMonitor#load method has to do double duty and check if
the level is client side before doing client side stuff.
- Monitor contents were never sent to clients connected to a dedicated
server because MonitorWatcher was never initialized on the dedicated
server! (My bad...) To fix, I moved its initialization to the common
setup.
2021-12-25 22:30:51 -08:00
Jonathan Coates
2b901f2d5e
Merge branch 'mc-1.17.x' into mc-1.18.x v1.18.1-1.100.0 2021-12-25 08:05:25 +00:00
Jonathan Coates
62f2cd5cb2
Merge branch 'mc-1.16.x' into mc-1.17.x v1.17.1-1.100.0 2021-12-25 08:05:25 +00:00
Jonathan Coates
e558b31b2b
Fix some typos in a dfpwm example v1.16.5-1.100.0 2021-12-21 22:25:16 +00:00
Jonathan Coates
afd82fbf1f
Add speaker support to the documentation website
Happy to pick a different piece of audio, but this seemed like a fun one
to me.
2021-12-21 22:20:57 +00:00
Jonathan Coates
901d8d4c3b
Merge branch 'mc-1.17.x' into mc-1.18.x 2021-12-21 15:15:53 +00:00
Jonathan Coates
f794ce42ab
Merge branch 'mc-1.16.x' into mc-1.17.x 2021-12-21 15:10:19 +00:00
Jonathan Coates
f470478a0f
Bump CC:T version to 1.100
We're still a few days away from release, but don't think anything else
is going to change. And I /really/ don't want to have to write this
changelog (and then merge into later versions) on the 25th.
2021-12-21 14:55:01 +00:00
Jonathan Coates
aa009df740
Improve fs API introduction
Again, not perfect, but better than a single sentence.
2021-12-21 14:39:08 +00:00