- 7fc04b4 slots in computer cases are now tiered, closing #72. by Florian Nücke · 11 years ago
- 641d743 made cards actually use the card part in their recipe, instead of a pcb... by Florian Nücke · 11 years ago
- 5a52c69 added comment for graphics card driver bugfix to avoid reverting the change in the future when nobody remembers that it was a fix... by Florian Nücke · 11 years ago
- 993e67a manual background rendering for screens instead of using the tessellator since that seems to have caused crashes on certain graphics cards with certain drivers (see #31) by Florian Nücke · 11 years ago
- 8594a3e registering items in ore dictionary if they aren't already there that aren't in it by default (hi gregtech), fixes #67 by Florian Nücke · 11 years ago
- 4cefeb2 fixed an out of index error in the crafting handler; moved dependency stuff to mcmod.info by Florian Nücke · 11 years ago
- 93db93a removed a sided function from robot logic (annotations above comments == evil); suppressing LimitReachedException in computer callback logging by Florian Nücke · 11 years ago
- 2dd8da2 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. by Florian Nücke · 11 years ago
- 3b59b53 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 by Florian Nücke · 11 years ago
- e266ccb added checks for invalid coordinates when fetching tile entities for neighbors, fixes #63 by Florian Nücke · 11 years ago
- 0f7718d fixed side of redstone_changed event not being translated to computer case's local side, closes #60 by Florian Nücke · 11 years ago
- 4b4a592 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. by Florian Nücke · 11 years ago
- bd57550 fixed touch coordinates on certain multiblock screen formats in combination with certain resolutions, closes #57 by Florian Nücke · 11 years ago
- d026b61 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 by Florian Nücke · 11 years ago
- 1161d6b 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) by Florian Nücke · 11 years ago
- e67764e fixed mouse clicks being off on scaled down screen gui (e.g. tier 3 gpu+screen on low game resolution) by Florian Nücke · 11 years ago
- 74a30f9 added getter for maximum packet size to network card by Florian Nücke · 11 years ago
- dbc3af2 crashing on start to show a warning when doDaylightCycle is false (since sleeps will never elapse in that mode computers won't start up) by Florian Nücke · 11 years ago
- 4821725 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) by Florian Nücke · 11 years ago
- b515484 configurable paste shortcut, very rudimentary but better than nothing. closes #54 by Florian Nücke · 11 years ago
- 969181a 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 by Florian Nücke · 11 years ago
- 666df3e added support for tables as arguments to lua callbacks (will have to double check I didn't assume anywhere that this wouldn't happen...) by Florian Nücke · 11 years ago
- 28e0e0e fixed project red bundled cable support requiring another bundled redstone mod to be present by Florian Nücke · 11 years ago
- 8e5bb6f showing information on disk in disk drive if analyzer is used on it, closes #49 by Florian Nücke · 11 years ago
- 940e839 actually implemented http request timeout... by Florian Nücke · 11 years ago
- 8abc285 also cleaning up multi-block screens onChunkUnload (not just in invalidate()), may solve the screen issue mentioned in #45 by Florian Nücke · 11 years ago
- f448b4e added support for project red bundled redwire, closes #2 by Florian Nücke · 11 years ago
- ad4359f making `term.read` check for changes to the term's cursor position between events, to make it less problematic to display text via `print` or `term.write` when there's a read active (e.g. because we're in the shell or so but we want to print something from an event listener, such as a timer) by Florian Nücke · 11 years ago
- 77d3c1b saving/loading http response queue. seems broken, no idea why (byte array gets saved to output stream, but when reading back it is shorter for some magical reason -.-) by Florian Nücke · 11 years ago
- 7c8e1dc added setting to control timeout of http requests; pushing http request results directly as binary chunks now (of length misc.maxNetworkPacketSize), closes #21 and fixes #33 by Florian Nücke · 11 years ago
- b6053b2 refactored examples into "prefabs", skeleton implementations of some interfaces that can be extended and take care of some of the repetitive work by Florian Nücke · 11 years ago
- 15139af example block by Johannes Lohrer · 11 years ago
- 107abb0 Example Component by Johannes Lohrer · 11 years ago
- 2aba89c bumping version number by Florian Nücke · 11 years ago
- 14024a8 fixed/reworked a couple of the gt recipes by Florian Nücke · 11 years ago
- 954f357 Merge branch '1.1' of cil.li:oc into 1.1 by Florian Nücke · 11 years ago
- aa68275 getRange callback for navigation upgrade to query area the upgrade works in; extended API for block drivers to allow querying for item stacks, used in adapter block to only allow adding filter for supported blocks by Florian Nücke · 11 years ago
- 55d34d1 added assembly recipes by Johannes Lohrer · 11 years ago
- f79194c completed recipes by Johannes Lohrer · 11 years ago
- 4d1f568 Merge branch '1.1' of cil.li:oc into 1.1 by Florian Nücke · 11 years ago
- 53ae809 more gt recipes by Johannes Lohrer · 11 years ago
- fbb1fd7 mentioning expected recipe type in error messages (makes it easier figuring out issues when overwriting recipes that had a non-default = shaped type) by Florian Nücke · 11 years ago
- 34f06ce Merge branch 'robot_components' of cil.li:oc into 1.1 by Johannes Lohrer · 11 years ago
- ee7e1ec fixed oredict names by Johannes Lohrer · 11 years ago
- 1c0a03a allowing subID value 'any' as wildcard (instead of the actual number that is the wildcard) by Florian Nücke · 11 years ago
- d1cbe2c just some minor cleanup by Florian Nücke · 11 years ago
- 5c5ddd1 Merge branch 'robot_components' of cil.li:oc into recipes by Johannes Lohrer · 11 years ago
- 28bf54a changed ore dict entries for oc by Johannes Lohrer · 11 years ago
- 95b0b21 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into 1.1 by Florian Nücke · 11 years ago
- 11a7c92 added a bunch of validation and checks when restoring data from nbt, closes #30 by Florian Nücke · 11 years ago
- 13124a7 fixes ignorePower setting being ignored when turning on computers by Florian Nücke · 11 years ago
- da65e7f Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into 1.1 by Florian Nücke · 11 years ago
- e96a167 bumping version to 1.0.5 for release by Florian Nücke · 11 years ago
- ca52ec3 option for clients to select whether text on screens should be anti-aliased or not by Florian Nücke · 11 years ago
- 55524c4 catching error when creating lua state due to missing libraries in factory and logging it right there, to allow printing error to chat the first time, too; different name the lib is saved to the tmp folder to reduce the chance of collisions; explicit message for windows users reminding them to install the vc2012 runtimes on library load errors by Florian Nücke · 11 years ago
- fb6f0a8 moved scheduling of robot afterimage removal into added callback of afterimage block, to be on the safe(r) side by Florian Nücke · 11 years ago
- ccc2d6e also checking vanilla redstone wire in neighboring blocks even if doesn't connect directly (basically what BlockRedstoneLogic does) by Florian Nücke · 11 years ago
- 934e579 added safety check to not trigger a new move while moving. shouldn't really happen, due to the execution delay / pause being applied when moving, but to be on the safe side... by Florian Nücke · 11 years ago
- 0d620a6 immediately printing error message to chat log of the player that tried to start the computer if it happens during startup; also printing message if there's no ram; immediately checking power when starting computer (otherwise it'd be first checked in the next update) by Florian Nücke · 11 years ago
- fefcb44 Merge branch 'robot_components' into 1.1 by Florian Nücke · 11 years ago
- 79c163b organized imports by Florian Nücke · 11 years ago
- 11fc109 adapter gui string; not clearing when trying to insert invalid item in adapter by Florian Nücke · 11 years ago
- 593fb61 some changes to allow reusing existing inventory implementation with zero size item stacks; added adapter container and gui logic for phantom slot (i.e. inserting an item will just copy the stack info, but will actually store a stack with size zero) by Florian Nücke · 11 years ago
- 69d64d2 added filtering to adapter block, not configurable yet by Florian Nücke · 11 years ago
- 7f07967 moved computercraft interaction to router, i.e. the router block now acts as a modem peripheral for cc and forwards network messages, which seems more sensible and makes the adapter block less overloaded by Florian Nücke · 11 years ago
- c37d360 custom includer to make .recipes extension work by Florian Nücke · 11 years ago
- 57a5dd3 renamed custom.recipes to user.recipes by Florian Nücke · 11 years ago
- 98832e1 inlined getOreNameOrItemStackFromName by Florian Nücke · 11 years ago
- 76cec04 changed file extension of recipes to '.recipes'; removed fallback when parsing recipes to allow disabling recipes by Florian Nücke · 11 years ago
- 37976c4 more massive clean up; some refactoring to remove redundancies; reordered stuff to make it easier to spot missing recipes; re-added missing transistor recipe by Florian Nücke · 11 years ago
- b76a897 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into robot_components by Florian Nücke · 11 years ago
- 1226180 bump version number for 1.0.4 by Florian Nücke · 11 years ago
- 52592c5 cleaned up recipes class a bit by Florian Nücke · 11 years ago
- 30434a9 made craftinghandler for navigation upgrade non-sided so that the retrieved map properly shows up in client's inventory immediately; moved adding of old map to inventory to after the loop, to avoid it being reused in certain scenarios by Florian Nücke · 11 years ago
- f8329df Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into robot_components by Florian Nücke · 11 years ago
- cc1c262 organized imports by Florian Nücke · 11 years ago
- b78bdef no longer using client side method for cable neighbor checking on server, fixes #23 by Florian Nücke · 11 years ago
- 22bcc57 moved example whitelist entries to comment so we default to using the blacklist as suggested in #19; better message when http api fails parsing binary data (see #21) by Florian Nücke · 11 years ago
- ba46bd5 little bit of refactoring, renaming the new upgrades by Florian Nücke · 11 years ago
- 8fbbd92 general clean up and formatting; removed gt api import; returning y position together with x and y in nav upgrade by Florian Nücke · 11 years ago
- 28c504d added `sneaky` parameter to robot.swing, as discussed in #13 by Florian Nücke · 11 years ago
- b699a37 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into recipes by Johannes Lohrer · 11 years ago
- f6ab7e4 tried recrafting of map by Johannes Lohrer · 11 years ago
- 4a46e0f added recipes for locator,solargenerator and reader by Johannes Lohrer · 11 years ago
- c0adb97 making sure robot upgrade is properly sent to client on load in case TE is sent before first update (player triggered load) by sending it again in the first update by Florian Nücke · 11 years ago
- 0a29aad added basic recipes by Johannes Lohrer · 11 years ago
- e56cab7 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into recipes by Johannes Lohrer · 11 years ago
- 73999ff avoiding errors for upgrades that don't have a component and possibly timing issues (sending to client before it was initialized) by Florian Nücke · 11 years ago
- fbf6809 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into recipes by Johannes Lohrer · 11 years ago
- 9976658 made shapeless and shaped recipes configurable in a config file. Recipes not yet done, just methods for parsing by Johannes Lohrer · 11 years ago
- c260ac0 bump version number to 1.0.3; forgot to push before drafting the Github release - this is the actual version of the released ZIP file. by Florian Nücke · 11 years ago
- 31cb37b added rendering for crafting upgrade by Florian Nücke · 11 years ago
- 8a6b1e7 sending fewer syncs to client from generator upgrade by Florian Nücke · 11 years ago
- 5dae4cd added callback to robot context that allows forcing an upgrade to be saved and resent to clients, to allow upgrades to manually synchronize their data with clients for state specific rendering; using this to transmit generator state (running or not) and show a different texture accordingly; fixed a bug where remaining runtime wasn't saved for generators when no more items were in their internal inventory; implementing contexts in their respective tile entities, too, to allow external components to refer to their owners via the context interfaces by Florian Nücke · 11 years ago
- 26b5d05 synchronizing the upgrade installed on robots to clients and checking it in renderer, if present use the item's item renderer to render it in its "equipped" state, which for robot upgrades should take of rendering the upgrade appropriately on its robot; basic generator renderer, still needs syncing of whether its currently active or not to show the appropriate texture by Florian Nücke · 11 years ago
- 60431cf fixed copy-paste error (grrr) that made wireless broadcasts skip the first passed parameter, fixes #16 by Florian Nücke · 11 years ago
- a10d4fd updated typesafe config (I should probably make this a sub-repo eventually) by Florian Nücke · 11 years ago
- 3a87ecd fixed default config failing to load on some systems (reported on Minecraft Forums, could not reproduce but this change reportedly did the trick) by Florian Nücke · 11 years ago
- eb28209 fixed invalid placement orientations for computer case and disk drive introduced in 30d9cc8 (why do I always find this stuff shortly *after* pushing a release?) by Florian Nücke · 11 years ago
- cb647e3 bump version for 1.0.2 hotfix by Florian Nücke · 11 years ago