Florian Nücke
8e91a49313
Disallow screen and keyboard in upgrade containers, since that's illogical and derpy.
...
Made assembler send progress more often to make progress bar move more smoothly.
2014-05-24 03:23:58 +02:00
Florian Nücke
e77b6e5b24
Added capacitor upgrade.
...
No longer autoflushing connector buffer on disconnect, only done for tile entities (allows capacitor upgrade to save its charge).
2014-05-24 00:35:39 +02:00
Florian Nücke
ddd8e18aef
Fixed robot energy storage somewhat.
...
Improved picking of robots (avoid duplicate component ids).
2014-05-23 18:55:19 +02:00
Florian Nücke
e443205eac
Fixed component reorganization on inventory resize.
2014-05-23 15:49:53 +02:00
Florian Nücke
7ccf3ef645
Revert "Made simple components default to neighbor visibility, added extended interface to additional control over visibility (while keeping it simple)."
...
This reverts commit 299860e1ab1b7bc2932bb9aade2964eb8212041a.
2014-05-23 14:31:16 +02:00
Florian Nücke
7580289af0
Calling update method on items in robot inventory. This allows stuff like autorepair on tinker tools to work, for example.
...
Added damage handler for tinker tools.
2014-05-23 14:24:17 +02:00
Florian Nücke
fae12c980f
Shift-rightclicking screen with keyboard will trigger a touch signal instead of doing nothing.
2014-05-23 13:41:28 +02:00
Florian Nücke
0c6584411f
Progress info (percent + remaining time) as progress bar tooltip in robot assembler.
2014-05-23 13:28:26 +02:00
Florian Nücke
68b9cc17c4
Inventory scrolling robot GUI.
...
Limiting maximum inventory space in robots (regardless of number of upgrades) to 64.
2014-05-23 04:17:19 +02:00
Florian Nücke
dd28370487
Merge branch 'master' of github.com:MightyPirates/OpenComputers into one-three
2014-05-22 22:51:48 +02:00
Florian Nücke
3913cf3fdc
Fixed filesystem module misbehaving when no fs is mounted at root level.
v1.2.11
2014-05-22 22:43:36 +02:00
Florian Nücke
c9938d9d8d
Merge branch 'master' of github.com:MightyPirates/OpenComputers into one-three
...
Conflicts:
build.properties
src/main/scala/li/cil/oc/client/renderer/tileentity/ScreenRenderer.scala
src/main/scala/li/cil/oc/common/tileentity/Screen.scala
2014-05-22 22:42:02 +02:00
Florian Nücke
5fb147e58c
Version bump.
...
Added Photoshop files with block and item textures (mostly as backup, but some people might find them useful as a basis for their own textures or for re-texturing OC).
2014-05-22 21:15:29 +02:00
Florian Nücke
31ed1efb31
Checking for actual contents when computing screen fill rate and using it to determine whether to even try to render the screen contents or not.
2014-05-22 18:33:28 +02:00
Florian Nücke
8c6af2f8d5
Corrected a trait name in class transformer (yay refactoring).
...
Keyboards behave the same visually as logically. Leads to ugly cable rendering nearby (connecting to thin air) but avoids movement glitches. Closes #264 .
2014-05-22 17:45:53 +02:00
Florian Nücke
0218929bc1
Adjusted chunkloader upgrade texture.
2014-05-22 17:41:05 +02:00
Florian Nücke
2630b32474
Merge branch 'master' of github.com:MightyPirates/OpenComputers into one-three
2014-05-21 14:22:47 +02:00
Florian Nücke
c2b7ce740c
Added check to ensure methods that have to be added by the class transformer are not made final in a superclass.
2014-05-21 12:40:52 +02:00
Florian Nücke
4023942d5d
Less magic numbers.
...
Basic chunk loader upgrade implementation, still needs testing.
2014-05-21 06:41:42 +02:00
Florian Nücke
bff2da757b
Added op command to enable/disable wireless r-tree rendering for debugging.
...
Using robot move command to update wireless network cards in r-tree instead of polling position in update.
2014-05-20 18:07:15 +02:00
Florian Nücke
4e9efca258
Minor cleanup.
2014-05-20 16:24:59 +02:00
Florian Nücke
9225d8b01e
Increased likelyhood to find dig program.
2014-05-20 16:09:01 +02:00
Florian Nücke
d7143f5ff7
Cleaned up inventory util class some.
...
Added upgrade to allow choosing slot robot drops into / sucks from and change its equipped tool.
Fixed formatting bug in tooltip code, realized most of the code was unneeded because the font renderer can do it -.-
2014-05-20 16:00:04 +02:00
Florian Nücke
c28cfa69fc
Disassembler won't return buckets in recipes anymore.
2014-05-20 00:46:14 +02:00
Florian Nücke
e22cec01e6
Allow specifying a texture font's char size in the text file defining the characters in the texture. Also loading said text file via MC's resource system which should make it replaceable using resource packs. Probably.
2014-05-20 00:12:55 +02:00
Florian Nücke
299860e1ab
Made simple components default to neighbor visibility, added extended interface to additional control over visibility (while keeping it simple).
...
Adapter now acts as a ... booster for simple components with visibility == neighbors.
2014-05-19 18:29:25 +02:00
Florian Nücke
02bdcce0f6
Fixed NPE in disassembler.
2014-05-19 11:25:25 +02:00
Florian Nücke
3c355c21ea
Disassembler now works for navigation upgrade, too.
2014-05-19 10:54:31 +02:00
Florian Nücke
5f5a55357d
More work on disassembler.
2014-05-19 10:10:15 +02:00
Florian Nücke
9cd5518d9a
General underpery and started work on disassembler.
2014-05-18 19:53:34 +02:00
Florian Nücke
c3bdbefc46
Make sure to register oredict entries after item registration, confuses some mods otherwise.
2014-05-18 01:06:48 +02:00
Florian Nücke
28a3f54f89
Made angel upgrade use an event.
...
Added missing recomputation trigger for RAM and component counts.
2014-05-17 19:06:39 +02:00
Florian Nücke
34c2fef670
Made OpenOS loot disk a separate item to avoid confusing NEI and item costs.
...
Made loot disks to show up in NEI.
Validate inventory before starting assembly.
2014-05-17 17:50:21 +02:00
Florian Nücke
5c5e858c3d
Some localization.
...
Removed robot recipes.
Some fixes here and there.
2014-05-17 15:11:22 +02:00
Florian Nücke
a5a8833288
Fixed glitchiness when starting robot assembly.
2014-05-17 12:37:03 +02:00
Florian Nücke
c938aa47ef
Fixed tier derp, adjusted slot count and in robots.
...
Switched upgrade icons back.
2014-05-17 03:00:54 +02:00
Florian Nücke
50ea74ddee
Robot assembler textures and renderer.
2014-05-17 02:35:24 +02:00
Florian Nücke
452bda0a9c
Merge branch 'master' of github.com:MightyPirates/OpenComputers into one-three
...
Conflicts:
src/main/scala/li/cil/oc/CraftingHandler.scala
src/main/scala/li/cil/oc/client/gui/Robot.scala
2014-05-16 14:37:43 +02:00
Florian Nücke
0bdcea8e3c
Fixed potential NPE.
...
Bump version.
v1.2.10
2014-05-16 14:17:04 +02:00
Florian Nücke
a579a3792f
Removed the bucket consumption in acid/grog crafting and bucket retrieval in PCB crafting. Kind of meh because the grog now is in a magical container that disappears instead of the bucket, logically speaking, but it avoids issues - in particular this closes #194 .
2014-05-16 00:48:51 +02:00
Florian Nücke
2e649a3f44
Workaround for TMI screwing with the GuiContainer class. Should fix #251 .
2014-05-16 00:42:24 +02:00
Florian Nücke
365475e2c5
Properly handling conversion of tables with null keys or values. Closes #254 .
2014-05-16 00:03:29 +02:00
Florian Nücke
48b50c9d27
Progress bar for robot assembly, blocking slot in assembler while assembling.
...
Some checks for robot inventory slots in GUI if there are fewer than 16 inventory slots.
Not showing item costs prompt for uncraftable items and blocks.
Some tier icon related rendering fixes.
Fixed analyzer costs not showing in tooltip.
2014-05-15 23:46:15 +02:00
Florian Nücke
43566955a2
Better shift-click transfer logic for inventories (slot based, not inventory based).
...
Force initializing components before sending them to the client.
2014-05-15 15:10:31 +02:00
Florian Nücke
86c41ef69a
More work on robot assembly and modularity.
2014-05-15 13:02:44 +02:00
Florian Nücke
6f580eaf0a
Merge pull request #255 from JoshTheEnder/patch-1
...
Standardized usage message in irc.lua.
2014-05-15 12:49:05 +02:00
Josh
7f877d63e1
Updated irc.lua; change the output of required....
...
args to make the fact that you need a nickname more prominent
2014-05-14 13:46:02 +01:00
Florian Nücke
15354b2dd5
Finished ROM removal, looking for bootable device now.
...
Moved OpenOS to loot disk, made it craftable.
2014-05-12 17:21:34 +02:00
Florian Nücke
7c689f1351
Clearing slots in robot assembler when case is removed / other case is inserted that doesn't support the item in the slot.
...
Added localizations for new items.
2014-05-12 13:52:07 +02:00
Florian Nücke
33e680d197
Card and upgrade container upgrade items.
2014-05-12 02:32:01 +02:00