Florian Nücke
|
e5277b9b41
|
Merge branch 'master' of https://github.com/MightyPirates/OpenComputers
|
2014-01-07 12:18:01 +01:00 |
|
Florian Nücke
|
43e91991cf
|
Merge pull request #71 from Pyrolusite/master
Create fr_FR.lang
|
2014-01-07 03:17:33 -08:00 |
|
Pyrolusite
|
2e27c4aa52
|
Create fr_FR.lang
May need some feedback from fellow French speakers, but this should be fine imo.
|
2014-01-07 11:52:22 +01:00 |
|
Florian Nücke
|
6f3475a353
|
avoid error when edit is trying to check readonly-ness of virtual folders
|
2014-01-07 00:28:41 +01:00 |
|
Florian Nücke
|
8594a3e2c7
|
registering items in ore dictionary if they aren't already there that aren't in it by default (hi gregtech), fixes #67
|
2014-01-06 23:49:04 +01:00 |
|
Florian Nücke
|
4cefeb24b5
|
fixed an out of index error in the crafting handler; moved dependency stuff to mcmod.info
v1.1.0pre4a
|
2014-01-06 21:59:15 +01:00 |
|
Florian Nücke
|
93db93ae39
|
removed a sided function from robot logic (annotations above comments == evil); suppressing LimitReachedException in computer callback logging
|
2014-01-06 21:14:42 +01:00 |
|
Florian Nücke
|
6c1a7c595e
|
Merge branch 'master' of https://github.com/MightyPirates/OpenComputers
|
2014-01-06 18:27:07 +01:00 |
|
Florian Nücke
|
18ef03965c
|
added project red mod license info; added rough build instructions for the native library
|
2014-01-06 18:26:34 +01:00 |
|
Florian Nücke
|
8aaace5f31
|
Merge pull request #66 from LordFokas/master
Added pt_PT translation
|
2014-01-06 08:59:20 -08:00 |
|
LordFokas
|
a3b7fae5ff
|
Added pt_PT translation
|
2014-01-06 16:55:53 +00:00 |
|
Florian Nücke
|
2dd8da26fc
|
grabbing screen touch coordinates on the client side and sending them as a click to the server to avoid loss of accuracy (block activation events only have a resolution of 16x16 apparently). closes #57. again.
v1.1.0pre4
|
2014-01-06 17:32:42 +01:00 |
|
Florian Nücke
|
3b59b53d5c
|
added setting to allow logging of tracebacks for exceptions that occurred in Lua callbacks (disabled per default to avoid spamming the log with InvalidArgumentExceptions and the like); moved argument parsing and result pushing to extended lua state and added capability to push maps as tables, meaning callbacks can now return maps, too
|
2014-01-06 17:19:04 +01:00 |
|
Florian Nücke
|
9478907a58
|
Merge branch 'master' of https://github.com/MightyPirates/OpenComputers (more generic bounds check. also: yay for lack of coordination :P)
Conflicts:
li/cil/oc/common/block/Cable.scala
|
2014-01-06 01:10:22 +01:00 |
|
Johannes Lohrer
|
f4d8f8c51f
|
cable only checks neighbor blocks if y >= 0 , Fixes #63
|
2014-01-06 01:00:52 +01:00 |
|
Florian Nücke
|
e266ccbcc3
|
added checks for invalid coordinates when fetching tile entities for neighbors, fixes #63
|
2014-01-06 01:00:51 +01:00 |
|
Florian Nücke
|
a08ccbe7d0
|
Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into sgt
Conflicts:
li/cil/oc/common/tileentity/Router.scala
|
2014-01-05 23:04:35 +01:00 |
|
Florian Nücke
|
c1e283ca87
|
fixed bug in term.write() that caused issues with writing long strings. could have sworn I tested this and it worked once... was probably before I added word wrapping. anyway, closes #61
|
2014-01-05 19:12:28 +01:00 |
|
Florian Nücke
|
0f7718dcb0
|
fixed side of redstone_changed event not being translated to computer case's local side, closes #60
|
2014-01-05 18:18:14 +01:00 |
|
Florian Nücke
|
4b4a59258f
|
added a null check that may avoid #37, although I can't reproduce it and can't see how it could come to that. possibly mcpc+ related.
v1.1.0pre3
|
2014-01-05 14:49:34 +01:00 |
|
Florian Nücke
|
bd57550bd2
|
fixed touch coordinates on certain multiblock screen formats in combination with certain resolutions, closes #57
|
2014-01-05 13:54:10 +01:00 |
|
Florian Nücke
|
d026b61295
|
added setting to allow enabling bytecode loading. use this at your own risk, and only if you're aware just how exploitable this can be... closes #58 for now
|
2014-01-05 13:27:33 +01:00 |
|
Florian Nücke
|
2b50e0b956
|
Merge branch 'master' of https://github.com/MightyPirates/OpenComputers
|
2014-01-05 13:09:09 +01:00 |
|
Florian Nücke
|
1161d6b80a
|
marked passive tile entities and manually triggering an update for their blocks on chunk/world load to connect them to the component update, since this apparently could fail when scheduling the update (see issue #46)
|
2014-01-05 13:08:05 +01:00 |
|
Florian Nücke
|
2524f97029
|
Merge pull request #56 from crafteverywhere/patch-1
Update zh_CN.lang
|
2014-01-04 12:04:38 -08:00 |
|
Florian Nücke
|
e67764eca3
|
fixed mouse clicks being off on scaled down screen gui (e.g. tier 3 gpu+screen on low game resolution)
|
2014-01-04 21:02:59 +01:00 |
|
crafteverywhere
|
21d4510fb8
|
Update zh_CN.lang
|
2014-01-04 22:53:37 +08:00 |
|
Florian Nücke
|
f217556d90
|
fixed ghost characters in edit when inserting a newline (pressing enter) when the cursor blink was currently visible
|
2014-01-04 04:00:08 +01:00 |
|
Florian Nücke
|
852a475714
|
fixed config comment
|
2014-01-04 03:46:06 +01:00 |
|
Florian Nücke
|
74a30f92c3
|
added getter for maximum packet size to network card
|
2014-01-04 03:21:02 +01:00 |
|
Florian Nücke
|
dbc3af26d2
|
crashing on start to show a warning when doDaylightCycle is false (since sleeps will never elapse in that mode computers won't start up)
|
2014-01-04 03:15:31 +01:00 |
|
Florian Nücke
|
48217254b8
|
fixed screen clear on multi-block rearrange (client sync); clearing screen when computer stops (where possible, i.e. where a computer.stopped message is sent by the computer)
|
2014-01-04 03:00:54 +01:00 |
|
Florian Nücke
|
88cd9bdad3
|
adjusted gregtech recipes as discussed on forum
|
2014-01-04 01:26:07 +01:00 |
|
Florian Nücke
|
b5154843a9
|
configurable paste shortcut, very rudimentary but better than nothing. closes #54
|
2014-01-04 01:12:49 +01:00 |
|
Florian Nücke
|
27316ff8c2
|
fixed shell.setPath(), closes #53
|
2014-01-04 00:20:40 +01:00 |
|
Florian Nücke
|
33edaf4786
|
not showing abstract bus card in item list (creative tab) if StargateTech2 isn't available
|
2014-01-04 00:10:38 +01:00 |
|
Florian Nücke
|
b2dedc24d4
|
properly synchronizing abstract bus availability of cases now for proper cable rendering; cleanup packet sender class a bit, getting rid of old, no longer used stuff
|
2014-01-04 00:06:22 +01:00 |
|
Florian Nücke
|
ad288ac5fd
|
avoid defaulting abstract bus cards to disabling when loading before they were saved at least once
|
2014-01-03 23:33:58 +01:00 |
|
Florian Nücke
|
038baea1ac
|
added empty "base" mod that acts as the owner of the api to avoid cyclic dependencies
|
2014-01-03 23:26:40 +01:00 |
|
Florian Nücke
|
4c622bb9ba
|
Merge branch 'master' into sgt
|
2014-01-03 23:24:02 +01:00 |
|
Florian Nücke
|
969181a286
|
rethrowing errors encountered in autorun files so they are logged to the event log; allowing pure string tables (i.e. Map<String, String>) in signals. may extend this to further types at some point, but for now that'll have to do
|
2014-01-03 23:13:59 +01:00 |
|
Florian Nücke
|
288c059599
|
fixed wrong matching of components
|
2014-01-03 23:03:17 +01:00 |
|
Florian Nücke
|
e584af09e3
|
updated sgt api
|
2014-01-03 21:57:35 +01:00 |
|
Florian Nücke
|
ab1c4abc92
|
abstract card localizations; triggering events to add/remove from abstract bus network; some cleanup
|
2014-01-03 19:03:18 +01:00 |
|
Florian Nücke
|
88600dc25c
|
texture for abstract bus card
|
2014-01-03 17:56:05 +01:00 |
|
Florian Nücke
|
5fbf3b88a3
|
immediately flushing abstract bus packets now, avoids having to save the queue and issues that brings with it (remove card, insert somewhere else, continues working through remaining queue...)
|
2014-01-03 17:47:13 +01:00 |
|
Florian Nücke
|
8c3e21928d
|
abstract bus packet queue serialization
|
2014-01-03 17:30:19 +01:00 |
|
Florian Nücke
|
f0e055ba77
|
more abstract bus bootstrapping, added item
|
2014-01-03 16:47:16 +01:00 |
|
Florian Nücke
|
f194b4a438
|
Merge branch 'master' into sgt
|
2014-01-03 15:20:21 +01:00 |
|
Florian Nücke
|
666df3e74b
|
added support for tables as arguments to lua callbacks (will have to double check I didn't assume anywhere that this wouldn't happen...)
|
2014-01-03 15:16:53 +01:00 |
|