1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-03 02:47:56 +00:00

Commit Graph

  • 00b458c39a Revert "Cable modems can be placed against all blocks, including chests." David Queneau 2021-02-07 10:47:50 -08:00
  • 5e52429c23 Merge pull request #709 from SkyTheCodeMaster/patch-1 Jonathan Coates 2021-02-05 20:54:57 +00:00
  • 396cf15a1f Fix redstone.getBundledInput(side) returning the output of said side. SkyTheCodeMaster 2021-02-05 14:10:11 -05:00
  • 88722d484f Merge pull request #29 from davidqueneau/fabric Devan-Kerman 2021-02-03 10:44:02 -06:00
  • 6d103e2114 Item movement methods now respect inventory slot rules (i.e. no pickaxes in the fuel slot of a furnace). David Queneau 2021-02-01 23:21:25 -08:00
  • 42f23d56ae Double chest inventories are now handled correctly. David Queneau 2021-02-01 19:04:02 -08:00
  • 89d5211bd7 Fixed bad assumption about empty ItemStacks being reset to ItemStack.EMPTY. Items no longer transfer into an inventory as a different item than they began. David Queneau 2021-02-01 00:02:28 -08:00
  • 83e70377f7 Fixed off by one error. Commented not very nice inventory code. David Queneau 2021-01-31 20:13:59 -08:00
  • f6a26f75c3 Reverted change to how GenericPeripherals report type. Instead, added generic lua function that returns the name of Nameable targets. Might not be at home in InventoryMethods since it could apply to other types of targets. David Queneau 2021-01-30 20:45:08 -08:00
  • 664df62d5d Cable modems can be placed against all blocks, including chests. David Queneau 2021-01-30 17:12:09 -08:00
  • 1348ee0588 Ported the generic peripheral feature from upstream forge version along with initial implementation of generic inventory peripherals. David Queneau 2021-01-30 15:28:11 -08:00
  • 7514cf7320 Mark as compatible with 1.16.{4,5} Jonathan Coates 2021-01-24 21:23:29 +00:00
  • 1316d6a3c9 Migrate all examples to use tweaked.cc Jonathan Coates 2021-01-23 14:58:08 +00:00
  • 145dce7653 Merge pull request #27 from techninja1008/fix-http-config Jacob Farley 2021-01-21 20:09:23 -06:00
  • 7f2651c23e Merge pull request #28 from techninja1008/fix-turtle-breaking-computer Jacob Farley 2021-01-20 15:06:17 -06:00
  • 05464107a8 Update ComputerCraft.httpRules on config sync. Danny Wensley 2021-01-20 19:55:15 +00:00
  • 86705787f0 Change turtle block breaking to call onBreak Danny Wensley 2021-01-20 14:29:36 +00:00
  • e1cbbe3628 Haven't been hoisted by this petard for a while Jonathan Coates 2021-01-19 21:33:05 +00:00
  • 6d367e08a3 ./gradlew checkstyleMain Jonathan Coates 2021-01-19 21:15:18 +00:00
  • eaa7359c8c Add a whole bunch of tests Jonathan Coates 2021-01-19 20:02:45 +00:00
  • 657ceda3af Switch back to reobfuscated name in RecordMedia SquidDev 2021-01-19 13:43:49 +00:00
  • a934e42219 Finish the rest of the event documentation (#683) JackMacWindows 2021-01-19 04:20:52 -05:00
  • 1544749282 Defer sending monitor updates until tick end Jonathan Coates 2021-01-18 22:20:48 +00:00
  • 763bab80fa Serialise sparse arrays into JSON (#685) FensieRenaud 2021-01-18 17:44:39 +01:00
  • 417fda3019 Serialise sparse arrays into JSON (#685) FensieRenaud 2021-01-18 17:44:39 +01:00
  • 444830cf2d Remove Grgit/jgit usage in build.gradle Jonathan Coates 2021-01-16 15:40:42 +00:00
  • 23bf33c454 Use mixins to construct the TestFunctionInfo class v1.16.4-1.95.2 Jonathan Coates 2021-01-16 12:40:00 +00:00
  • 0be030c497 Merge branch 'mc-1.15.x' into mc-1.16.x Jonathan Coates 2021-01-16 11:38:59 +00:00
  • ee27d8f081 Bump version to 1.95.2 v1.15.2-1.95.2 Jonathan Coates 2021-01-16 11:18:59 +00:00
  • a3a9684505 Widen version range to include 1.16.5 Jonathan Coates 2021-01-15 23:23:51 +00:00
  • 1381325813 Expand CONTRIBUTING a little Jonathan Coates 2021-01-15 23:16:58 +00:00
  • 52b112fae6 Bump several action versions Jonathan Coates 2021-01-15 19:39:12 +00:00
  • c83eeb16a8 id.lua now handles more disk types (#677) Wojbie 2021-01-15 20:30:21 +01:00
  • 9d1ee6f61d Remove m_ (#658) Jonathan Coates 2021-01-15 16:35:49 +00:00
  • b90611b4b4 Preserve registration order of upgrades Jonathan Coates 2021-01-15 15:32:11 +00:00
  • 27770a3172 Split git checks out into a separate command Jonathan Coates 2021-01-15 10:18:22 +00:00
  • e1e7ef59c6 Measure code coverage from in-game tests Jonathan Coates 2021-01-15 09:54:38 +00:00
  • 9ae0f4a993 Add some initial documentation for events SquidDev 2021-01-14 18:19:22 +00:00
  • fd262a7995 Clarify the cc.strings.wrap docs a little Jonathan Coates 2021-01-14 09:11:08 +00:00
  • 58054ad2d1 Reformat src/main/java Jonathan Coates 2021-01-14 09:09:02 +00:00
  • 1255bd00fd Fix mounts being usable after a disk is ejected Jonathan Coates 2021-01-13 22:10:44 +00:00
  • 1f84480a80 Make rightAlt only close menu, never open it. (#672) Wojbie 2021-01-11 22:59:29 +01:00
  • 0b67b66a5d Rename the tool Jonathan Coates 2021-01-09 21:41:39 +00:00
  • b838efedd2 Retry the prepare step one time Jonathan Coates 2021-01-09 20:17:32 +00:00
  • f78e24f9a0 Use UnsafeHacks to construct the test function info Jonathan Coates 2021-01-09 20:12:13 +00:00
  • 88f5b20353 Fix checkstyle and licence checks Jonathan Coates 2021-01-09 20:00:15 +00:00
  • 331031be45 Run integration tests in-game Jonathan Coates 2021-01-09 19:50:27 +00:00
  • c5694ea966 Merge branch 'mc-1.15.x' into mc-1.16.x Jonathan Coates 2021-01-09 19:25:33 +00:00
  • 34b5ede326 Switch to Mojang mappings Jonathan Coates 2021-01-09 19:22:58 +00:00
  • 7b476cb24b Remove usage of deprecated event constructor Jonathan Coates 2021-01-09 18:49:40 +00:00
  • 7ca261d763 Merge branch 'mc-1.15.x' into mc-1.16.x Jonathan Coates 2021-01-09 18:32:40 +00:00
  • c864576619 Fix impostor recipes for disks Jonathan Coates 2021-01-09 18:30:07 +00:00
  • 10d2ea6fba Add some utilities to automate CC:T releases Jonathan Coates 2021-01-09 18:25:24 +00:00
  • 247c05305d Fix problem with RepeatArgumentType Jonathan Coates 2021-01-08 17:49:31 +00:00
  • 2232f025b8 Make CC:T work as a non-root project Jonathan Coates 2021-01-08 16:16:56 +00:00
  • b2e5401486 Added Numpad Enter Support in rom lua programs. (#657) Wojbie 2021-01-07 22:41:04 +01:00
  • 41226371f3 Add isReadOnly to fs.attributes (#639) Lupus590 2021-01-07 16:36:25 +00:00
  • 1edb7288b9 Merge branch 'mc-1.15.x' into mc-1.16.x v1.16.4-1.95.1 Jonathan Coates 2021-01-06 22:39:54 +00:00
  • cc5e972cfc Bump version to 1.95.1 v1.15.2-1.95.1 Jonathan Coates 2021-01-06 22:39:26 +00:00
  • 92be0126df Fix disk recipes Jonathan Coates 2021-01-06 21:17:26 +00:00
  • dd6f97622e Prevent reflection errors crashing the game Jonathan Coates 2021-01-06 18:21:03 +00:00
  • 2c9f51db89 Don't fatally error if CraftTweaker items have NBT Jonathan Coates 2021-01-06 18:08:19 +00:00
  • 72340defe4 Update illuaminate Jonathan Coates 2021-01-06 17:42:13 +00:00
  • 542b66c79a Add back command computer block drops Jonathan Coates 2021-01-06 17:27:52 +00:00
  • e4b0a5b3ce 2020 -> 2021 Jonathan Coates 2021-01-06 17:13:40 +00:00
  • b34d8387d9 Update README.md Devan-Kerman 2020-12-29 15:17:00 -06:00
  • f7e3e72a6e Update illuaminate again SquidDev 2020-12-28 18:20:13 +00:00
  • 8b17ec76a8 Fixed missing argument names in file handle docs (#632) JackMacWindows 2020-12-28 02:02:37 -05:00
  • b8d5a89446 Add explicit @module annotation Jonathan Coates 2020-12-25 17:42:53 +00:00
  • 4af5bcc0b0 Fix serveral 1.15 -> 1.16 issues v1.16.4-1.95.0 Jonathan Coates 2020-12-25 16:59:09 +00:00
  • 96c577482d Merge branch 'mc-1.15.x' into mc-1.16.x Jonathan Coates 2020-12-25 16:43:32 +00:00
  • 7f9a707f75 Bump version to 1.95.0 v1.15.2-1.95.0 Jonathan Coates 2020-12-25 16:40:50 +00:00
  • ed3913c1f4 Manually wrap strings for help (#602) Jonathan Coates 2020-12-23 16:33:58 +00:00
  • 16d74dd2e8 Add functions to wrap text Lupus590 2020-12-23 16:19:54 +00:00
  • 24bb92007a Fix licence issues Jonathan Coates 2020-12-23 15:58:40 +00:00
  • 2f0cae0bc1 Make upgrade recipe requirements a little more lax Jonathan Coates 2020-12-23 15:52:33 +00:00
  • e3a672099c Fix JEI integration with turtle/pocket upgrades Jonathan Coates 2020-12-23 15:46:27 +00:00
  • abf425dfb5 Fix overflow in os.epoch Jonathan Coates 2020-12-23 12:33:47 +00:00
  • 663859d2e5 Fix double URL decode Jonathan Coates 2020-12-20 19:57:31 +00:00
  • f5eb6ce03e Fix copy-paste error in inventory docs Jonathan Coates 2020-12-15 09:31:12 +00:00
  • 4ae370b9db Merge pull request #606 from TheWireLord/numpadenter-support Jonathan Coates 2020-12-12 21:51:07 +00:00
  • b97e950d86 Added Numpad Enter Support - bios.lua TheWireLord 2020-12-12 16:45:02 -05:00
  • 5865e9c41a Not sure what irritates me more SquidDev 2020-12-11 21:41:29 +00:00
  • 85cf2d5ff1 Docs for energy and inventory methods SquidDev 2020-12-11 21:26:36 +00:00
  • 61f8e97f6b Force the monitor depth blocker to be flushed SquidDev 2020-12-11 13:08:45 +00:00
  • c92f06cfd9 Bump deps to 1.16.4 SquidDev 2020-12-11 13:08:24 +00:00
  • 05c3c8ad32 Generate docs for generic peripherals SquidDev 2020-12-10 22:16:49 +00:00
  • bb8f4c624b Some sanity checks for get{Direction,Orientation} SquidDev 2020-12-10 19:13:49 +00:00
  • ea3a160367 Remove a couple of todos SquidDev 2020-12-10 19:05:31 +00:00
  • 737b3cb576 Don't use capabilities for generic peripherals SquidDev 2020-12-10 19:02:08 +00:00
  • d83a68f3ff Allow $private HTTP rule to block any private IP SquidDev 2020-12-05 11:32:00 +00:00
  • 24d3777722 Added improved help viewer (#595) JackMacWindows 2020-12-02 14:22:12 -05:00
  • 826797cbd5 Added documentation for global functions (#592) JackMacWindows 2020-11-29 06:24:18 -05:00
  • 511eea39a1 Remove <!-- -->s in usages Jonathan Coates 2020-11-28 17:53:07 +00:00
  • 24af36743d Try to handle a turtle being broken while ticked SquidDev 2020-11-28 13:13:35 +00:00
  • e2761bb315 Woops SquidDev 2020-11-28 12:13:43 +00:00
  • 6734a0e112 Also generate computer models SquidDev 2020-11-28 12:06:25 +00:00
  • d4199064ae Make fs.combine accept multiple arguments SquidDev 2020-11-28 11:41:03 +00:00
  • 04f9644ae7 Allow strings or numbers in textutils.*tabulate SquidDev 2020-11-27 21:29:11 +00:00
  • 486f41f082 Fixed length check on function name in expect (#589) JackMacWindows 2020-11-26 14:46:03 -05:00