4997 Commits

Author SHA1 Message Date
Florian Nücke
4cfbf128e0 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 2016-03-09 20:17:29 +01:00
Florian "Sangar" Nücke
2e4e337f78 Merge pull request #1680 from cyber01/RU_doc
Updated hoverBoots description
2016-03-09 20:14:33 +01:00
payonel
c7715382fd term crash guard for writes before binding, and resize support 2016-03-08 14:46:22 -08:00
payonel
cfe97d8327 fix term ctrl key (regression), fix grep display 2016-03-03 15:47:33 -08:00
cyber01
c89246a8ad Updated hoverBoots description 2016-03-03 00:15:46 +03:00
payonel
a4dc3e3517 fix click cursor, add ctrl+move to jump words, and fix 1st tab 2016-03-02 08:06:31 -08:00
Florian Nücke
add0b6f936 More stable network merging of networks containing nodes with duplicate addresses.
Specifically when the duplicate node being re-addressed was a "bridge" node.
2016-03-01 22:18:52 +01:00
Florian Nücke
c7931a76ab Merge branch 'next-term' of https://github.com/payonel/OpenComputers into master-MC1.7.10 2016-03-01 20:23:05 +01:00
payonel
02531670d9 new term library, faster, light-weight, better widechars 2016-02-29 17:43:26 -08:00
Florian Nücke
22495b9e50 Make adapter use new SidedBlock drivers. Updated some more JDoc. 2016-02-27 19:30:59 +01:00
Florian Nücke
4780e86b96 Call Architecture.onSignal outside all locks. Closes #1672. 2016-02-27 19:24:21 +01:00
Florian Nücke
44e771cb75 Limit max number of items crafted in one command to one stack, closes #1651.
Prevents semi-infinite loops for identity-crafting (i.e. input == output).
2016-02-27 11:33:12 +01:00
Florian Nücke
13cff88dc1 Fixed recipe sorting. 2016-02-27 11:29:57 +01:00
Florian Nücke
df269a5bbe Added driver.SidedBlock interface, deprecated old driver.Block interface, closes #1650.
Made CompoundBlockDriver support both kinds.
2016-02-27 11:23:11 +01:00
Florian Nücke
0613237fc6 Cleanup. 2016-02-24 20:22:19 +01:00
Florian Nücke
49a0f8560c Say no to sideonly fields! 2016-02-24 20:21:36 +01:00
Florian Nücke
f85c441a1a Merge branch 'master-MC1.7.10' of https://github.com/tim4242/OpenComputers into master-MC1.7.10 2016-02-24 20:13:19 +01:00
Florian Nücke
593ae97a6f Merge branch 'cp-x' of https://github.com/payonel/OpenComputers into master-MC1.7.10 2016-02-24 20:07:34 +01:00
Florian Nücke
6c050032a3 Organize imports. 2016-02-24 19:59:35 +01:00
Florian Nücke
bb3b9fd4cd Merge branch 'dyeable-hoverboots' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10 2016-02-24 19:30:30 +01:00
Florian Nücke
94721f03ea Super minor cleanup. 2016-02-24 19:30:04 +01:00
Vexatos
b2105d9963 Added information on dyeing to the manual. 2016-02-22 22:44:08 +01:00
Vexatos
1f13395dcc Made hover boots lose their colour when tossed into a cauldron. 2016-02-22 22:14:36 +01:00
Vexatos
726ceae91f Made Hover Boots dyeable. 2016-02-22 14:36:03 +01:00
tim4242
f5d347e2e2 Modernized PetRenderer
- Made player checking UUID based
- Made in inventory detection better
2016-02-20 17:51:04 +01:00
DrummerMC
f76f2448c7 Disable ThaumicEnergistics by default 2016-02-14 13:06:24 +01:00
DrummerMC
590ecebc33 Add ThaumicEnergistics support 2016-02-14 00:07:40 +01:00
payonel
d9bd0096be fixing cp -x 2016-02-11 23:52:30 -08:00
Florian Nücke
54de3fe89d Merge branch 'text-split-perf' of https://github.com/payonel/OpenComputers into master-MC1.7.10 2016-02-11 14:55:27 +01:00
payonel
c3a391d558 fix cp one file system option
one file system check allows recursive copy where the path is the parent of the destination but said paths are on different file systems
2016-02-10 20:05:46 -08:00
payonel
a59859b225 severe text split inefficiency found and fixed 2016-02-10 13:01:46 -08:00
Florian Nücke
c7f959d4ec Merge branch 'openos-upgrade-merge' of https://github.com/payonel/OpenComputers into master-MC1.7.10 2016-02-07 12:47:21 +01:00
Florian Nücke
2d28a6e000 Remove __gc from pipes and rename table in guid lib to match lib name. 2016-02-07 12:47:00 +01:00
Florian Nücke
181ddc2019 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 2016-02-07 12:46:27 +01:00
Florian Nücke
55b9809493 Oredictify diamonds in recipes. Closes #1637. 2016-02-07 12:46:04 +01:00
Florian "Sangar" Nücke
ab0587b216 Merge pull request #1640 from ItsTheKais/master-MC1.7.10
Mystcraft converters look for correct NBT tag for book name
2016-02-07 12:27:07 +01:00
payonel
7555a9598d fix cp one file system option and fix no args to time command 2016-02-05 20:36:24 -08:00
ItsTheKais
be45ceda34 Fixes Mystcraft integration looking for wrong name tag 2016-02-05 21:20:18 -07:00
payonel
c414f7428d openos 1.6 upgrade: new bin utils, memory optimizations, and bug fixes 2016-02-02 00:19:42 -08:00
Florian Nücke
55dd320b2a Merge branch 'patch-2' of https://github.com/SoniEx2/OpenComputers into master-MC1.7.10 2016-01-31 17:58:48 +01:00
Florian Nücke
c1749efb2d Log restored chunk loader ticket locations, closes #1616. 2016-01-31 17:58:13 +01:00
Florian Nücke
6ef92b9ef5 Better screen fixery. I hope. 2016-01-31 17:56:37 +01:00
Soni L
07f452125c Fix __gc and use raw metatable when it's disabled
This fixes a small __gc abuse I found, and also uses the raw metatable in a safe way when __gc is disabled. Both were tested.
2016-01-31 14:46:52 -02:00
Florian Nücke
ac64edd1c7 Properly send viewport size in text buffer init, should fix #1609. 2016-01-31 17:13:35 +01:00
Florian Nücke
969e6ebf94 Fixed (harmless) occasional warnings in sound system when computer errored when powering on. Closes #1558. 2016-01-31 16:58:52 +01:00
Florian Nücke
c7621294d3 Get rid of usages of __gc. Closes #1606.
Wrapping file handles with userdata that has a `dispose` closing the handle.
Internet card already closed via userdata, so nothing to do there.
Removed cleanup logic from term, deal with it.
Added setting to re-enable it, if you really really need it.
2016-01-31 15:58:40 +01:00
Florian Nücke
3b0082303e Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 2016-01-31 14:46:11 +01:00
Florian Nücke
45d8a20118 Fix potentially unexpected behavior when using custom __pairs for metatables. Closes #1625. 2016-01-31 14:45:48 +01:00
Florian "Sangar" Nücke
a14c7cf973 Merge pull request #1628 from habnabit/ae2-cpu-selection
Allow specifying AE2 CPU when crafting
2016-01-31 14:09:23 +01:00
Florian "Sangar" Nücke
bc100426bc Merge pull request #1622 from Landrash/patch-1
Mycroft Holmes
2016-01-31 13:57:21 +01:00