5572 Commits

Author SHA1 Message Date
Adrian Siekierka
3916eedc7a fix Database upgrade documentation not showing in NEI usage 2023-06-04 14:20:15 +02:00
Adrian Siekierka
418792b29a update changelog, minor tweaks to anchor driver 2023-06-04 14:16:50 +02:00
repo_alt
c7ebcca083 Railcraft anchors driver
API:
    "getFuel():int -- Get remaining anchor time in ticks."
    "getOwner():string -- Get the  anchor owner name."
    "getType():string -- Get the anchor type."
    "getFuelSlotContents():table -- Get the anchor input slot contents."
    "isDisabled():boolean -- If the anchor is disabled with redstone."

https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8994
2023-06-04 14:07:21 +02:00
Adrian Siekierka
a4a3b774cb fix gpu bitblt() sync 2023-06-04 13:57:06 +02:00
Adrian Siekierka
d56b964cac update c_wcwidth() port 2023-06-04 12:29:58 +02:00
Adrian Siekierka
ec4e408671 filter out NaNs in ArgumentsImpl, at least 2023-06-04 10:02:17 +02:00
Adrian Siekierka
1ef216c9ee update font data to Unifont 15.0.05 2023-06-04 09:55:22 +02:00
Adrian Siekierka
87d57cad8f update changelog, networking sync rework 2023-06-04 09:28:36 +02:00
Adrian Siekierka
34e1f1f131 OpenOS: fix ls -l on Lua 5.4 2023-06-04 09:28:36 +02:00
Adrian Siekierka
9c95f10879 update changelog, add empty table check to ConverterFluidContainerItem 2023-06-04 09:28:36 +02:00
sanmofe
39739b7003
Added spanish translation. (#3408)
* Added spanish translation.

* Probando algo

* Delete build.yml
2023-06-03 22:41:20 +02:00
Adrian Siekierka
d0d83ed699 fix string.gmatch for Lua 5.4 2023-06-03 21:59:17 +02:00
Adrian Siekierka
711a12bea2 update font data to Unifont 15.0.04 2023-06-03 20:33:21 +02:00
Adrian Siekierka
93740773cc add fluid container item, close #3533 2023-06-03 20:13:11 +02:00
Adrian Siekierka
365e096592 hotfix previous commit 2023-06-03 19:54:45 +02:00
Adrian Siekierka
97a1d11db8 fix inconsistencies in Network NBT serialization 2023-06-03 19:41:25 +02:00
Adrian Siekierka
fe89946fdc more ArgumentsImpl fixes 2023-06-03 19:33:12 +02:00
Adrian Siekierka
9b44e0a0ec use Guava caches instead of ConcurrentHashMap for fix 2023-06-03 16:51:37 +02:00
Adrian Siekierka
1b070f4e2a fix #3013 2023-06-03 16:38:47 +02:00
Adrian Siekierka
9335ba9a72 update changelog, be even more lenient with number passing in Arguments 2023-06-03 16:15:00 +02:00
Possseidon
3831a8696e Removed all trailing whitespaces from OpenOS. 2023-06-03 15:54:47 +02:00
Possseidon
c053c0f531 Fixed OpenOS diagnostics in the vscode Lua plugin. 2023-06-03 15:54:39 +02:00
Adrian Siekierka
66bd036ed9 somewhat mimic Lua 5.3+ conversion logic for numbers in API arguments, fix #3620 2023-06-03 15:37:49 +02:00
Adrian Siekierka
c71c1479dd Lua 5.3+ fixes 1.7.10-forge/1.8.1 2023-05-30 21:12:53 +02:00
Adrian Siekierka
1c163dd701 un-revert application.conf comment fixes 2023-05-30 20:30:26 +02:00
Adrian Siekierka
555ae0e695 Revert "Migrate Internet Card to Apache HTTPClient, fix #3364"
This reverts commit 9f1d521e4a6f4d75ce7460a7ef4ccd6bd29fbf45.
2023-05-30 20:28:43 +02:00
Adrian Siekierka
4cbe57d250 start work on 1.8.1 2023-05-11 15:28:39 +02:00
boubou19
5096a3141c
Merge pull request #99 from asiekierka/gtnh-oc-1.8.0
Update mainline to 1.8.0 stable
2023-05-07 12:45:47 +02:00
Adrian Siekierka
bee0788bb9 Merge branch 'master-MC1.7.10' into HEAD 2023-05-07 11:21:31 +02:00
Adrian Siekierka
8fb006a666 fix #3596 1.7.10-forge/1.8.0 2023-05-07 11:01:29 +02:00
Adrian Siekierka
dc6a57940f
Merge pull request #3597 from deVDem/master-MC1.7.10
Update ru_RU.lang
2023-05-07 10:12:00 +02:00
Adrian Siekierka
cf07d3e06a
Merge pull request #3585 from 5kuper/patch-3
Add Roboheart from OMORI to robot names
2023-05-07 10:11:56 +02:00
Adrian Siekierka
3e3e64460d add Nano to robot names 2023-05-07 10:07:19 +02:00
Adrian Siekierka
c7c9601475 fix #3603 2023-05-07 10:04:41 +02:00
Adrian Siekierka
d3d887f22f fix #3609 2023-05-07 09:57:02 +02:00
Adrian Siekierka
f8cb77e441 fix #3591, possibly 2023-05-07 09:54:37 +02:00
Adrian Siekierka
25773cc5eb fix #3588 2023-05-07 09:54:37 +02:00
Martin Robertz
564a8b85bb
Merge pull request #98 from GTNewHorizons/MFUrange
Increase MFU range from 3 to 16 blocks
2023-05-01 11:29:21 +02:00
Sampsa
8f959fc0dc Increase MFU range from 3 to 16 blocks 2023-05-01 12:14:50 +03:00
Martin Robertz
681cfa2f67
Merge pull request #97 from GTNewHorizons/feature/dependency-gt
Make GT dependency optional
2023-04-28 22:26:40 +02:00
repo_alt
fbcfc73eb9 untangle AE2 dependency 2023-04-28 23:16:55 +03:00
repo_alt
30903fecdc Make GT dependency optional 2023-04-28 17:16:14 +03:00
Martin Robertz
9028d243c2
Merge pull request #96 from GTNewHorizons/dep
update Dependencies
2023-04-27 20:05:12 +02:00
Martin Robertz
d616e32b2c
update bs 2023-04-27 19:55:26 +02:00
Martin Robertz
137e8dd2bb
update bs 2023-04-27 19:54:18 +02:00
Martin Robertz
94d2989da1
update dep file 2023-04-27 19:52:41 +02:00
Martin Robertz
32bf5674d9
Merge pull request #95 from GTNewHorizons/feature/resetRedstone
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/12990
2023-04-16 21:23:38 +02:00
repo_alt
d03178618e https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/12990
Opencomputers can break Wireless Redstone channels
2023-04-16 21:24:21 +03:00
Martin Robertz
dd29222e08
Merge pull request #94 from GTNewHorizons/fix-pattern
Fix patterns count
2023-03-19 10:31:52 +01:00
LewisSaber
4d878025d4 Remove unneded input 2023-03-19 00:50:51 +02:00