Florian Nücke
a647faeafd
Side check in getRenderType - this could cause a server crash in 1.7, can't hurt to have it in 1.6, too.
v1.2.7
2014-04-12 14:35:20 +02:00
Florian Nücke
44b69a4045
Allow placing item tier 1 memory (tier 1 and 1.5 RAM) into the upgrade slot of robots.
2014-04-10 00:28:20 +02:00
Florian Nücke
c01081e6fd
Localizing error messages in bluescreen, just to make sure (usually those are plain strings already anyway).
2014-04-09 15:18:23 +02:00
Florian Nücke
6b7edc5d2c
Make paper terminate recipe search for item costs.
2014-04-09 15:09:16 +02:00
Florian Nücke
db5882b667
Re-using sneak keybind for extended tooltip to avoid conflict.
...
Added bluescreens (show error on crash on installed GPUs' screen).
2014-04-09 15:05:28 +02:00
Florian Nücke
0d446cd1a8
Fixed config upgrading when coming directly from much older versions.
2014-04-09 13:00:34 +02:00
Florian Nücke
ff949f493e
Merge branch 'master' of github.com:MightyPirates/OpenComputers
2014-04-08 17:19:45 +02:00
Florian Nücke
1669580cef
Made extended tooltip, material cost and clipboard paste keys rebindable using MC keybinds.
...
This means pasting now is only one key (no ctrl+v, sorry), but hey, it's rebindable without having to touch the config! Middle mouse button also still works because why not.
Tooltips now also tell people which key to press for the material costs info.
Inserting the name of the actually bound key in the tooltips.
2014-04-08 17:19:31 +02:00
Florian Nücke
b38aa983a6
Merge pull request #203 from Vexatos/patch-3
...
Because German. And punctuations.
2014-04-08 13:46:08 +02:00
Vexatos
8604a58cf5
Because German. And punctuations.
...
Check Vanilla localization.
2014-04-08 13:42:57 +02:00
Florian Nücke
acff869e9a
cleanup
v1.2.6
2014-04-08 12:45:26 +02:00
Florian Nücke
17357fa6c3
Fixed the navigation upgrade forgetting its position.
2014-04-08 12:37:23 +02:00
Florian Nücke
58ea6ea94e
Added a setting whether /tmp should be erased on *soft* reboots (computer.shutdown(true)).
...
Beware: defaults to *false*, which is different from what it was up to now.
2014-04-07 18:19:06 +02:00
Florian Nücke
4fdf33a882
Fixed a bug in man.lua when help topic wasn't found.
...
Moved dig.lua to a loot disk.
Added loot disks to creative tab. Won't show in NEI, just classic creative tab, but I'm OK with that.
2014-04-07 18:07:39 +02:00
Florian Nücke
73cbe3127b
Fixed memory slot checks.
...
Added creative tier case with all max-tier slots, closes #171 . This case also generates an infinite amount of energy.
2014-04-07 17:20:26 +02:00
Florian Nücke
7c615026ac
Fixed bug in resolution.lua when setting to currently set resolution.
...
Allowing h x w resolutions as long as h <= maxWidth and the overall area is <= maxWidth * maxHeight.
2014-04-07 16:24:20 +02:00
Florian Nücke
7e19d2b8d7
Added tier 1.5 RAM. So many files touched, so little changed.
...
Using RAM T1.5 for robots' built-in ram sizes.
2014-04-07 03:16:20 +02:00
Florian Nücke
44c78504b9
Added hologram.copy, which is slightly more efficient than hologram.fill'ing the same area (for larger areas anyway).
...
Fixed something that wasn't really a bug since it would have happened for illegal arguments anyway.
2014-04-07 02:32:00 +02:00
Florian Nücke
0119aa1d46
Corrected documentation on MethodWhitelist (it goes into environments, not drivers).
...
Deprecated NamedBlock going into drivers, it should go into environments now (it being in drivers will no longer be supported in OC 1.3).
2014-04-06 19:17:18 +02:00
Florian Nücke
3a4d88f589
Fixed color of cases and screens not being synchronized to other clients when dyed.
...
Fixed some rendering glitches in robot renderer regarding equipped item.
2014-04-06 14:55:02 +02:00
Florian Nücke
41535f9481
Merge pull request #201 from Sodiet/patch-2
...
Update ru_RU.lang
2014-04-06 12:10:33 +02:00
Rostislav
30c069b95f
Update ru_RU.lang
...
Updated Russian translation.
--
Обновлен перевод.
2014-04-06 15:06:06 +06:00
Florian Nücke
aaf7bf7d79
Added texture and localization for angel upgrade.
...
Removed the 'canPlaceInAir' setting.
Also checking for angel upgrade in use().
Fixed tier color not being rendered on computer case and screen when items.
2014-04-05 21:19:31 +02:00
Florian Nücke
7ae92112c3
Merge pull request #200 from Keridos/master
...
Robot upgrade to place blocks in thin air.
2014-04-05 21:02:44 +02:00
Nico
6b0eeb66b9
renamed blockplacerairupgrade to angelUpgrade
2014-04-05 21:00:21 +02:00
Nico
0816f322ac
Merge remote-tracking branch 'origin/master'
2014-04-05 19:08:43 +02:00
Nico
dc9e22641a
fixed it aswell.
...
moved initialization down
2014-04-05 19:08:29 +02:00
Nico
5df9c98073
fixed it aswell.
2014-04-05 18:56:25 +02:00
Nico
930e97c884
added block placer upgrade, still does not work properly in all cases
2014-04-05 18:54:10 +02:00
Florian Nücke
39f83ae7c1
Added method whitelisting interface for drivers, to customize which methods should be shown for the blocks they support.
2014-04-05 18:44:03 +02:00
Florian Nücke
c0dd2fe113
Using OreDict for dyeing screens and cases.
2014-04-05 12:53:20 +02:00
Florian Nücke
7d9b50adad
Delaying connection of virtual screen and keyboard in servers used for remote terminal until at least one is actually bound to the server.
...
This makes it easier to use external screens / keyboards with them, like with normal computers (without needing a startup script that binds the GPU to the right screen, e.g.)
Resetting bound terminals when server is removed.
2014-04-05 12:52:02 +02:00
Florian Nücke
dfe05c1d26
Made computer cases and screens dyable.
...
Dye isn't consumed because ICBA to save that in the dropped blocks' NBT tag.
2014-04-04 22:42:40 +02:00
Florian Nücke
920c7d45ba
Merge branch 'master' of github.com:MightyPirates/OpenComputers
2014-04-04 20:42:11 +02:00
Florian Nücke
40de0cc312
Fixed changing bundled redstone output not causing a block update.
...
Bumped version number.
2014-04-04 20:41:48 +02:00
Florian Nücke
f384eadeca
Relaxed throttling of clipboard pasting a little and added audio feedback when pasting while on cooldown.
2014-04-04 20:30:19 +02:00
Florian Nücke
1ae3eb4c57
Replaced cobweb in internet card recipe, enchanting shears with silktouch was a little too silly after all.
2014-04-04 20:17:18 +02:00
Florian Nücke
530603a012
Merge pull request #196 from Sodiet/patch-1
...
Update ru_RU.lang
2014-04-03 16:52:28 +02:00
Rostislav
1b65182d29
Update ru_RU.lang
...
Translation updated, corrected and improved.
---
Перевод обновлен, уточнен и улучшен.
2014-04-03 19:12:15 +06:00
Florian Nücke
fca62946bf
Merge pull request #195 from infinikiller64/patch-1
...
Added :gsub("\\\n","\\n") to string serialization
v1.2.5
2014-04-03 11:52:35 +02:00
Florian Nücke
523b4c12d3
Suppressing use of the leash by robots, because that's horribly borked (due to the fake player entity only being server side and not being saved).
...
Fixed robot interaction with entities when Battlegear 2 is present (e.g. shears on sheep).
2014-04-03 11:51:16 +02:00
PixelToast
90648a90c1
Added :gsub("\\\n","\\n") to string serialization
...
this is because string.format("q","\n")=="\\\n"
which can break some database programs
2014-04-02 18:45:13 -04:00
Florian Nücke
a715a21226
Made blank screens not draw power.
...
This actually reduces the energy cost for screens, but realizing that computers and robots don't actually draw as fast as the config suggests (because they idle most of the time) this is for the better I think.
2014-04-02 20:15:04 +02:00
Florian Nücke
1acdd5f8ae
Adjusted package search path to search in working directory last. This is similar to the change that was made a while back to the PATH env variable. It's also like it is in standard Lua. Should mostly avoid issues like #191 .
2014-04-02 12:43:31 +02:00
Florian Nücke
3217c721c3
fixed a render glitch on cables probably noone would ever have noticed (slightly stretched on one face)
2014-04-01 20:36:27 +02:00
Florian Nücke
cac4cbd8f4
fixed invalid chars not being rendered as '?' but not at all
2014-04-01 20:14:28 +02:00
Florian Nücke
5cdb8a7e74
fixed ls dir color on tier 2 screens after the pack/unpack stabilization
...
fixed path resolver in shell for relative paths
2014-03-30 23:30:05 +02:00
Florian Nücke
f8194510b8
updated waila
2014-03-30 22:56:23 +02:00
Florian Nücke
38533cdc4a
fixed instability in table packing/unpacking as suggested in #184
2014-03-30 21:40:51 +02:00
Florian Nücke
fc0150b9cc
added cc 1.5 api back and added backwards compatibility so we now support cc 1.5 and 1.6
...
applying max packet size for packets sent through a switch or access point from cc
access point returns true for isWireless in the cc api now
2014-03-30 21:08:46 +02:00