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
Florian "Sangar" Nücke
ef2c70a77b
Merge pull request #1617 from gamax92/debug-playSoundAt
...
Added `playSoundAt` to debug card.
2016-01-31 13:53:12 +01:00
Aaron Gallagher
c1181babd6
Allow specifying AE2 CPU when crafting.
2016-01-24 09:12:37 -08:00
Landrash
0cbd75be0a
Mycroft Holmes
...
Suggestion to add Mycroft Holmes to the List of robot names.
From the book The Moon Is a Harsh Mistress.
Qoute from Wikipedia - https://en.wikipedia.org/wiki/The_Moon_Is_a_Harsh_Mistress
Mike, alias 'Adam Selene', alias 'Simon Jester', alias 'Mycroft Holmes', officially an augmented HOLMES IV system, is a supercomputer empowered to take control of Lunar society, who achieved self-awareness when his complement of "neuristors" exceeded the number of neurons in the human brain.
2016-01-19 17:55:01 +07:00
gamax92
457e18be64
Added playSoundAt
to debug card.
2016-01-15 15:00:56 -07:00
Florian "Sangar" Nücke
96ee1ec6e6
Merge pull request #1612 from magik6k/deps
...
Use coloredlightscore jenkins
2016-01-15 21:23:15 +01:00
Florian Nücke
0ba31b7be0
Less copy-pasta-y doc for viewport.
2016-01-15 21:09:54 +01:00
Łukasz Magiera
734a80875d
Use coloredlightscore jenkins
2016-01-14 15:36:00 +01:00
Florian "Sangar" Nücke
11606c7be6
Merge pull request #1603 from cyber01/RU_doc
...
Russian translation for Trading Upgrade/TIS-3D integration.
2016-01-12 19:25:57 +01:00
cyber01
9976b64100
Trading Upgrade/TIS3d
2016-01-06 19:47:57 +03:00
Florian Nücke
e7f0384666
Added Rack.indexOfMountable
.
2016-01-06 13:24:18 +01:00
Florian Nücke
fe99d6867c
Should fix #1589 .
2016-01-06 13:13:38 +01:00
Florian Nücke
bbedc984bb
Closes #1602 .
2016-01-06 12:52:11 +01:00
Florian Nücke
58899fb82e
Implemented gpu.setViewport.
2016-01-05 15:41:18 +01:00
Florian Nücke
c3e44af3f6
Take into account NBT when trying to extract item of specified stack type from inventory.
2016-01-04 18:44:52 +01:00
Florian Nücke
58de9015c3
Refactored a few things out of the trading upgrade into InventoryUtils, making things a little more consistent, added manual entry for trade upgrade, tweaked the texture for the trade upgrade a bit.
2016-01-04 18:41:40 +01:00
Florian Nücke
7af4b41b1e
Merge branch 'UpgradeTrading' of https://github.com/Inari-Whitebear/OpenComputers-TradingUpgrade into master-MC1.7.10
2016-01-04 15:03:47 +01:00
Florian Nücke
a95fa2049e
Moved hacky variable to SaveHandler, which totally makes it not a hack anymore.
...
Seriously though, the alternatives I see would not be better in the least, since passing that state along would be completely unnecessary in 99% of the cases, but would break *everything*. Literally. All. The. Things. So this one's here to stay.
2016-01-04 14:20:23 +01:00
Negi Springfield
e6a97f046a
Add trading upgrade icon
2016-01-03 17:30:03 +01:00
Inari
721bc9b9a2
Add trading card upgrade code, recipes, config options, and language names (for EN/DE)
2016-01-03 17:29:52 +01:00
Florian Nücke
db36d01032
Fixed all file system speeds being off by one, causing raid to be broken.
...
Fixed potential NPE while loading, leading to raids losing their contents e.g.
2016-01-03 12:22:24 +01:00
Florian Nücke
337fed7d9c
Even hackier hacky hack fix for same issue with machine state.
2016-01-02 16:16:14 +01:00
Florian Nücke
fb88a19e10
Hacky hack to avoid filesystems flushing to real HDD when sending client descriptor packets.
2016-01-02 15:44:40 +01:00
Florian Nücke
5ca28b2d92
Switched to Java built-in Deflater/Inflater.
2016-01-02 14:53:36 +01:00
Florian Nücke
844cd9d334
Don't send init to non-origin screens, should reduce screen init packet spam a good bit for multi-block screens.
2016-01-02 14:26:55 +01:00
Florian Nücke
ebb60e3213
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10
2016-01-02 14:19:54 +01:00
Florian Nücke
c958ae5387
GZIP compression fix from BTM16.
2016-01-02 14:19:41 +01:00
Florian Nücke
8d995a8e28
Patched Lua 5.3.2.
2016-01-02 14:19:14 +01:00
Florian "Sangar" Nücke
7b9d8c19f7
Merge pull request #1591 from magik6k/plan9k
...
Ninjafix unbootable plan9k floppy
2015-12-31 11:40:19 +01:00
Łukasz Magiera
81aedd6152
Ninjafix the ninjafix
2015-12-31 03:03:11 +01:00
Łukasz Magiera
7b69bf4cab
Ninjafix unbootable floppy
2015-12-31 02:48:44 +01:00
Florian "Sangar" Nücke
38ff08a242
Merge pull request #1590 from magik6k/plan9k
...
Update Plan9k
2015-12-30 19:06:45 +01:00
Łukasz Magiera
ceb79a5baf
Update Plan9k
2015-12-30 19:01:52 +01:00
Florian Nücke
98beb8e003
Forgot to save the node, ack!
2015-12-30 00:25:01 +01:00
Florian Nücke
9dff887a7f
Update to TIS-3D 0.7.1.
2015-12-30 00:25:01 +01:00
Florian Nücke
8af53583dd
Fix messing with TIS-3D manual, closes #1588 .
2015-12-30 00:25:01 +01:00
Florian Nücke
fd00e0dce6
Added oc_profileNetwork
or oc_pn
command to enable logging packets being sent by the server.
2015-12-29 17:15:57 +01:00