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
Florian Nücke
bfab896a28
Added TIS-3D integration.
2015-12-29 15:04:19 +01:00
Florian Nücke
2c672c497b
Fixed GT recipes, closes #1542 .
2015-12-27 15:00:23 +01:00
Florian Nücke
326bafca1d
Lowercase errors masterrace.
2015-12-27 14:54:34 +01:00
Florian Nücke
7c2a0541e4
Merge branch 'request-headers' of https://github.com/invliD/OpenComputers into master-MC1.7.10
2015-12-27 14:52:34 +01:00
Florian Nücke
19144d2dc7
Don't disable grog in GT recipe set since it's needed for removing nanomachines now. Closes #1577 .
2015-12-27 13:30:45 +01:00
Florian Nücke
9b45cf894a
Handle disabled command blocks more gracefully in driver, closes #1575 .
2015-12-27 13:25:10 +01:00
Florian Nücke
43d2fba5bf
Also grant achievements when picking up related item, not just when assembling/crafting it, closes #1578 .
2015-12-27 13:13:14 +01:00
Florian Nücke
178e0c026b
Should fix #1574 .
2015-12-27 13:04:16 +01:00
Sebastian Brückner
c2e379a757
Added support for HTTP request headers.
2015-12-25 21:14:14 +01:00
Florian Nücke
e1494e9224
Fixed rack internal connectable <-> connectable comms.
2015-12-25 20:28:03 +01:00
Florian Nücke
1bc4695933
Updated native Lua 5.3 to 5.3.2.
2015-12-25 16:09:05 +01:00
Florian Nücke
a3f2e5e31c
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10
2015-12-24 14:54:50 +01:00
Florian Nücke
ff87273670
Merge branch 'RU_doc' of https://github.com/cyber01/OpenComputers into master-MC1.7.10
...
Conflicts:
src/main/resources/assets/opencomputers/lang/ru_RU.lang
2015-12-24 14:54:35 +01:00
Florian "Sangar" Nücke
03aab465e9
Merge pull request #1582 from PotatoTrumpet/patch-1
...
Add 2 Robot Names
2015-12-24 14:53:42 +01:00
Florian Nücke
6a6c5f6843
Fixed the \0 replacement.
2015-12-24 14:51:50 +01:00
Florian Nücke
6330ab928e
Merge branch 'master-MC1.7.10' of https://github.com/mpmxyz/OpenComputers into master-MC1.7.10
2015-12-24 14:39:13 +01:00
mpmxyz
29c49e0cf7
Added term windows and multiscreen support to OpenOS. (no multithreading though)
...
Also added wide character support to edit.lua
2015-12-24 14:34:06 +01:00
Potato
67cc14cc36
Add two new names
...
BB-8 : Star Wars: The Force Awakens
Codsworth : Fallout 4
2015-12-23 23:49:11 -06:00
Florian Nücke
1fc9e8f294
Fixed setPaletteColor using hardcoded 2 for all tiers.
2015-12-23 23:28:31 +01:00
Florian Nücke
b96411c40b
Don't create node / remove node in SimpleComponents when getComponentName returns null or an empty string.
...
Merry Christmas, Vic.
2015-12-23 21:27:17 +01:00
cyber01
7d0204d609
Added rack disk drive
2015-12-23 05:23:47 +03:00
Florian Nücke
c83434c533
Fix server eth leds always being on.
2015-12-22 23:59:31 +01:00
Florian "Sangar" Nücke
56035ddf0c
Merge pull request #1576 from magik6k/plan9k
...
Update Plan9k
2015-12-20 23:35:33 +01:00
Łukasz Magiera
8271ede0f8
Update Plan9k
2015-12-20 23:02:02 +01:00
Florian "Sangar" Nücke
117219fb0a
Merge pull request #1573 from magik6k/patch-embedslot
...
Fixed embedSlot in GuiType
2015-12-19 11:33:57 +01:00
Łukasz Magiera
c58b8f5fe3
Fixed embedSlot in GuiType
2015-12-18 15:05:38 +01:00
Florian "Sangar" Nücke
16ef4a28c3
Merge pull request #1570 from Pwootage/master-MC1.7.10
...
Add filename to FileNotFoundExceptions thrown in various filesystem implementations
2015-12-18 10:18:06 +01:00
Pwootage
dbdc813fad
Add filename to FileNotFoundExceptions thrown in various filesystem implementations
2015-12-17 15:34:50 -07:00
Florian "Sangar" Nücke
99baeabdf7
Merge pull request #1572 from magik6k/patch-netcards
...
Network activity LED for servers.
2015-12-17 23:13:19 +01:00
Łukasz Magiera
ce2117dd6b
Network activity LED for servers
2015-12-17 23:03:49 +01:00