4997 Commits

Author SHA1 Message Date
Vexatos
ec9b16d613 Update pastebin.lua 2014-01-26 20:53:58 +01:00
Florian Nücke
a85bf6c5e1 made internet card tier 2 2014-01-26 20:49:03 +01:00
Florian Nücke
9c023a7ec0 underped socket read, was doing what the buffer already does but worse 2014-01-26 20:35:00 +01:00
Florian Nücke
68d0955ae2 fixed flushing in internet api 2014-01-26 20:23:37 +01:00
Florian Nücke
fb4d28bdae allow passing ips for internet card tcp socket opening 2014-01-26 19:26:26 +01:00
Florian Nücke
b8a448687c Merge branch 'master' of https://github.com/MightyPirates/OpenComputers 2014-01-26 19:07:52 +01:00
Florian Nücke
2ffa9db7a5 fixed internet api; shell.execute defaults to current env if none is specified; fixed texture load errors in preloader 2014-01-26 19:07:11 +01:00
Florian Nücke
feab38f468 Merge pull request #100 from Vexatos/patch-1
CPU -> Hauptprozessor in de_DE.lang
2014-01-26 08:47:20 -08:00
Vexatos
a2d4eb87af Update de_DE.lang 2014-01-26 17:19:25 +01:00
Johannes Lohrer
6e27dc1803 changed PCB in gregtech recipe to use sulfuric acid instead of grog
don't display items with recipe output 0 in item list
2014-01-26 17:05:20 +01:00
Vexatos
322e60f571 Well, this is German grammar! (Updated de_DE.lang) 2014-01-26 16:04:45 +01:00
Florian Nücke
8df1fdf5eb Merge branch 'master' of https://github.com/MightyPirates/OpenComputers 2014-01-26 15:39:36 +01:00
Florian Nücke
94c3cc2286 localized computer error messages and added explicit message when no cpu is installed, closes #96; cleaned up internet card's http logic a bit (since it should only ever be used by one computer at a time anyway it can be simpler than it was), and trying to persist its state (i.e. http request gets restarted after load automatically if it was running) 2014-01-26 15:39:06 +01:00
Florian Nücke
486b5f484d Merge pull request #99 from Vexatos/patch-1
Update shell.lua
2014-01-26 05:33:41 -08:00
Vexatos
7c4a539cb6 Update shell.lua 2014-01-26 11:09:55 +01:00
Florian Nücke
31f373de80 fixed wrong status bar message when opening file in edit 2014-01-25 22:52:22 +01:00
Florian Nücke
fb9d76d6f2 fixed internet library's request function, now properly waiting for first response event to tell whether it was a success or not, and not throwing from within the actual iterator function 2014-01-25 22:49:52 +01:00
Florian Nücke
f4a9d3dcc0 typo in german localization; adjusted other localizations for new analyzer message format 2014-01-25 22:01:24 +01:00
Florian Nücke
543ce31db4 Merge pull request #97 from Vexatos/patch-1
Updated de_DE.lang
2014-01-25 12:59:01 -08:00
Vexatos
0c7c61f1ea Update en_US.lang 2014-01-25 21:49:17 +01:00
Vexatos
6aa07dd02b Update de_DE.lang 2014-01-25 21:49:02 +01:00
Vexatos
c15ab89bf4 Update de_DE.lang 2014-01-25 18:21:20 +01:00
Vexatos
e00aaa2d12 Update de_DE.lang 2014-01-25 18:20:47 +01:00
Vexatos
86632610ef Update en_US.lang 2014-01-25 18:19:19 +01:00
Florian Nücke
fcf9037559 localization for a couple more messages, reworked analyzer interface while at it (since that was the way it was because i didn't know ChatMessageComponent back then); fixed autorun 2014-01-25 18:12:02 +01:00
Florian Nücke
5063bc7ac3 nerfed iron and redstone costs, increased paper cost (which shouldn't be a problem since sugarcane is practically and infinite resource); "preloading" textures used in gui and font renderer in the hopes of getting rid of the weird issue that occasionally textures were plain wait which could only be solved by restarting minecraft 2014-01-25 17:02:30 +01:00
Florian Nücke
e5c6085f3e Merge pull request #95 from Vexatos/patch-1
More commas into de_DE.lang
2014-01-25 07:58:53 -08:00
Vexatos
c908e51699 More commas in de_DE.lang 2014-01-25 16:57:06 +01:00
Florian Nücke
85e17bb663 updated ue api; only showing ue is missing message when power isn't disabled anyway; fixed power converter tooltips 2014-01-25 13:12:49 +01:00
Florian Nücke
20462cc872 fixed some more bugs in text (out = value instead of s(value), some concatenations instead of returns) and lua (missing require) 2014-01-25 00:29:40 +01:00
Florian Nücke
f88cb8820b Merge branch 'master' of https://github.com/MightyPirates/OpenComputers 2014-01-25 00:15:29 +01:00
Florian Nücke
122deadbe1 switched to UE3, using its @UniversalClass to support other power systems now so got rid of those apis, closes #91; let's see what I borked in the process! 2014-01-25 00:09:55 +01:00
Florian Nücke
775558009d Merge pull request #93 from P-T-/master
serialize results in lua interpreter and change in event dispatch to allow listeners to kill themselves by returning false
2014-01-24 15:05:44 -08:00
PixelToast
e4d2d7a31b a 2014-01-24 13:02:22 -05:00
PixelToast
baa072940c moar fix 2014-01-24 12:52:01 -05:00
PixelToast
6a7dda6a54 feix 2014-01-24 12:43:38 -05:00
PixelToast
3448b80054 character limit 2014-01-24 12:40:06 -05:00
PixelToast
ad5d60cb45 moar tabbing 2014-01-24 12:28:55 -05:00
PixelToast
7653ba7ecf removed monsterous serializer
added parameter to text.serialize to make functions and recursive tables not error
fixed tabbing
2014-01-24 12:09:43 -05:00
PixelToast
af96c4fa66 easier method of removing a listener
when a listener returns false it will be ignored
2014-01-24 12:25:10 -05:00
PixelToast
19b95a80d3 forgot one 2014-01-24 12:08:03 -05:00
PixelToast
ff4ac9e27e re underped serializer
removed spaces in kw
fixed id pattern
2014-01-24 12:00:20 -05:00
PixelToast
8b73f05162 added serialization to lua
http://i.imgur.com/UKXoDWy.png
2014-01-24 11:57:25 -05:00
Florian Nücke
99cfc9776d underped text.serialize a bit 2014-01-24 03:05:46 +01:00
Florian Nücke
fa3387aa34 improved ingredient listing a bit 2014-01-24 01:16:55 +01:00
Florian Nücke
0d5a1af825 fixes disconnects when waila is installed on server and client 2014-01-23 22:46:41 +01:00
Florian Nücke
cc98b71884 started working on a little utility thingy to show overall item costs in tooltip for easier recipe checking/balancing 2014-01-23 21:18:00 +01:00
Florian Nücke
5bdae0af70 added crafting recipe for remote terminal and internet card; allowing automated interaction with upgrade slot from the back of robots now; fixed iron nugget recipe, closes #88; fixed sided robot inventory interaction, I think (first four slots probably weren't accessible via automation) 2014-01-23 16:28:58 +01:00
Florian Nücke
693149267a added info regarding built-in keyboard and screen components in server racks and how to bind remote terminals to servers to tooltips 2014-01-23 14:49:33 +01:00
Florian Nücke
1eba14d54f null check in power converter's writeToNBT to suppress waila warning 2014-01-23 14:38:48 +01:00