payonel
b203bf6b44
try append mode to open wget output file first in case download fails
2016-04-06 21:26:16 -07:00
Florian Nücke
db332dbf38
Merge branch 'improved-lua-tab' of https://github.com/payonel/OpenComputers into master-MC1.7.10
2016-04-06 20:21:38 +02:00
Florian Nücke
61a6cc7fe5
Merge branch 'term-wrapping-fixes' of https://github.com/payonel/OpenComputers into master-MC1.7.10
2016-04-06 20:21:21 +02:00
Florian Nücke
ce940696cb
Fixed mountables not being in a network yet screwing with the racks reconnect logic, closes #1757 .
2016-04-06 20:20:00 +02:00
payonel
8adc7716f8
fix hint cache sometimes being lost during tab completion
...
The issue fixed is that the hint cache was being cleared far too often, including for key-up events. The fix is to only clear the cache on related events such as clipboard and key-down (but restore cache for tab keydown).
2016-04-05 21:53:45 -07:00
payonel
17ca9d5249
fix filter for term.read, dobreak via options, and onTouch for floating windows
2016-04-05 21:01:29 -07:00
payonel
a547319860
don't crash on number keys of tables in tab complete in lua prompt
2016-04-05 21:01:28 -07:00
payonel
a9233e5bfc
term wrapping and sh tab completion fixes
...
term wrapping fixes
Backspacing or deleting during vertical wrap would not update the current end of line correctly what the text was being pulled from the next line
horizontal wrapping deletion was not using dx,dy and instead was removing text from absolute positions on the screen
horizontal wrapping was pushing spaces beyond the windowed areas
2016-04-05 21:01:28 -07:00
Florian Nücke
9535cad412
Made max mem configurable.
2016-04-05 22:23:49 +02:00
Florian Nücke
a69c09e4be
Merge branch 'architecture-memory-fix' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10
2016-04-05 20:57:19 +02:00
payonel
0dd3421d4a
Continue tab complete on single hit results into result children
...
Tab complete in the lua prompt shows . on tables, but can give the wrong impression that there are no keys. Consider that the user types =filesyste[tab] and then sees =filesystem. and presses tab again. The hint table has only one entry, "=filesystem." and is cycling through that one entry and not reconsidering children of filesystem .. which is what the prompt makes the user think. This change injects a metamethod lookup in the 2nd index of a single result to repop the hint list with new children.
2016-04-04 22:05:21 -07:00
gamax92
5a43bfd4cb
Update LuaJ, closes #1735 .
2016-04-04 21:45:16 +02:00
payonel
b6326e87e8
delay load, term, and grep fixed
...
Delayload is lighter weight now. Improving method reuse and reducing boot costs about about 1.5k
term had some crashes and improper behavior. This fixed tab complete for 5.3 lua archs, term palette use, and missing tab complete hints. Term blinking now also supports setCursorBlink(false).
grep had a bug where patterns looking for start-of-line text would find in-line matches as well.
2016-04-02 13:07:03 -07:00
Vexatos
eb8bd31b42
Improved rotation of computer spawning command.
2016-04-02 20:50:13 +02:00
Vexatos
8e54d5ef77
Made memory calculation a lot less hardcoded, finally allowing addons to define custom memory types.
2016-04-02 20:25:43 +02:00
Florian Nücke
876279aefb
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10
2016-04-02 16:28:56 +02:00
Florian Nücke
88f3412f0c
Backport switch achievement fix.
2016-04-02 16:28:43 +02:00
Florian "Sangar" Nücke
641800f79c
Merge pull request #1729 from new-sashok724/patch-1
...
Typo in WirelessNetworkCard.setStrength?
2016-04-01 09:42:17 +02:00
sashok724
fcf1c09b62
Typo in WirelessNetworkCard.setStrength?
2016-04-01 03:54:35 +00:00
Florian Nücke
2cba7bc182
Merge branch 'RU_doc' of https://github.com/cyber01/OpenComputers into master-MC1.7.10
2016-03-27 12:24:09 +02:00
Florian Nücke
91e8b461ef
Merge branch 'about-time' of https://github.com/payonel/OpenComputers into master-MC1.7.10
2016-03-27 12:09:15 +02:00
payonel
cbf676435c
give /bin/time much better output using uptime, big thanks to gamax92
2016-03-26 21:05:26 -07:00
payonel
53d97fd21f
make coroutine wrap create tracked coroutines, needed for process data
2016-03-26 19:54:05 -07:00
cyber01
cfa513088e
Updates for 1.6
2016-03-26 23:06:45 +03:00
Florian Nücke
8087d6523a
Hardened unbuffered filesystems. Closes #1707 .
2016-03-26 14:00:04 +01:00
Florian Nücke
0c0880d836
Properly erroring on ".." as path to FS methods. Closes #1708 .
2016-03-26 13:28:25 +01:00
Urey.X
9bb3fae8d3
Update zh_CN.lang
2016-03-24 13:48:55 -04:00
Florian Nücke
93db1e1855
Updated LuaJ and passing along raw bytes from LuaJ strings for checkByteArray, leaving utf8 decoding to checkString.
2016-03-23 21:02:42 +01:00
Florian Nücke
399e0f44e6
This is now a one-way street.
2016-03-20 19:22:07 +01:00
Florian Nücke
7c8b886527
Sided!
2016-03-20 18:04:21 +01:00
Florian Nücke
be17da8365
Merge branch 'master-MC1.7.10' of https://github.com/gdude2002/OpenComputers into master-MC1.7.10
2016-03-20 18:02:16 +01:00
Gareth Coles
c102f35ce0
Remove setEnabled as a block update will override it
2016-03-20 17:02:19 +00:00
Florian Nücke
e98465441f
Colors remember their color when in item form now. This also means that dye is consumed when dyeing cables. They can also be recolored while in item form by crafting them with a dye. Closes #1529 .
2016-03-20 17:54:39 +01:00
Gareth Coles
504d1394d2
Add integration with the IC2 redstone port
2016-03-20 16:45:45 +00:00
Florian Nücke
9099729c46
Wording.
2016-03-20 16:42:25 +01:00
Florian Nücke
fb7aa123ef
Added setting to allow disabling nanomachine particle effects client side for people running MC on a toaster. Closes #1550 .
2016-03-20 16:42:05 +01:00
Florian Nücke
72d8a13a8a
Reworked some recipes in an attempt to reduce tedium by adjusting costs and introducing more multi-output (e.g. getting multiple raw circuit boards from one crafting operation).
...
Also introduced a diamond chip item to reduce the massive ramp in cost for tier three stuff. The diamond prices were a little insane. Better late than never, right? Right!?
People yelling at me for the recipes being too cheap now in 3, 2, ... (hardmode hasn't changed!)
2016-03-20 16:31:29 +01:00
Florian Nücke
8a5cdada39
Update manual for 1.6 changes, closes #1694 .
2016-03-20 14:59:38 +01:00
Florian Nücke
f2d0ad409b
Blacklist fake endstone from manual.
2016-03-20 14:58:38 +01:00
gamax92
72903f731d
Updated LuaJ to 3.0.1, closes #1699 .
2016-03-20 10:50:34 +01:00
Florian Nücke
5deb8083c2
Added support for RotaryCraft power, closes #1695 .
...
Also fixed power conversion for a couple of other mods >_>
2016-03-20 10:36:26 +01:00
Florian Nücke
e5439df28d
Hide access point and switch in NEI b/c they're deprecated.
2016-03-19 21:53:50 +01:00
Florian Nücke
d5468bfa93
Switch *ALL THE THINGS* to SidedBlock .-. Closes #1674 . Also added new prefabs and deprecated Block using ones, closes #1691 .
2016-03-19 21:09:10 +01:00
Florian Nücke
755a77d6e4
Made cowfs in p9k not depend on handles being numbers, closes #1696 .
2016-03-19 15:01:00 +01:00
Florian Nücke
cc02d69320
Fixed tostring on userdata in LuaJ.
2016-03-19 14:41:13 +01:00
Florian Nücke
8d0db7b629
Fixed userdata in LuaJ, closes #1692 .
2016-03-19 14:13:37 +01:00
Florian Nücke
6b073bfa36
Trying to prevent #1684 , #1685 .
2016-03-12 13:34:22 +01:00
Florian Nücke
c3b5741cea
Wording.
2016-03-09 22:28:19 +01:00
Florian Nücke
166df967ac
OK, OK, I'll stop being lazy already.
2016-03-09 21:08:45 +01:00
Florian Nücke
0bdf3afc94
Goodbye unifont, hello unscii (thanks to @asiekierka).
2016-03-09 20:55:37 +01:00