Fix AE inventory handler, fix #1554 (commit: b7e4537) — Benedikt Ziemons / githubweb
Add classpaths to test source set (commit: 2b793cf) — Benedikt Ziemons / githubweb
Add auto-gen Kotlin imports code style (commit: e5add2b) — Benedikt Ziemons / githubweb
Markdown: Add Space as an InlineElement (commit: f655445) — Benedikt Ziemons / githubweb
Remove kotlin-reflect and some unwanted files (commit: 09d3851) — Benedikt Ziemons / githubweb
Fix running clean and build at the same time (commit: 3798217) — Benedikt Ziemons / githubweb
Remove dummy sub-project, add mc to api and dummy (commit: 3ae6ea9) — Benedikt Ziemons / githubweb
Update Gradle to 5.3.1, update Kotlin to 1.4 (commit: 4c0ec6e) — Benedikt Ziemons / githubweb
Fix mcmod.info, use shadowJar, finalize PR (commit: 431a357) — Benedikt Ziemons / githubweb
Move shadowed packages to logisticspipes.* (commit: f1da842) — Benedikt Ziemons / githubweb
Fix #1541 error in AsyncModule (commit: 0fd27ed) — Benedikt Ziemons / githubweb
Use type holder on the class level, fix #1540 (commit: 605487d) — Benedikt Ziemons / githubweb
Increase async module timeout; Fix #1536 (commit: 3394b58) — Benedikt Ziemons / githubweb
Fix: #1527 (commit: ecb5468) — davboecki / githubweb
Fix: #1524 (commit: 7579f6f) — davboecki / githubweb
Fix: Pipes visibly connecting wrong in certain situations when some optimization mods are installed (commit: 5ac3eab) — davboecki / githubweb
Fix: #1535 (commit: 86d57c5) — davboecki / githubweb
Add missing markDirty() in power junction. Hopefully Fixes: #1523 (commit: cd91d5b) — davboecki / githubweb
Thanks jetbrains.... (commit: 597e2ca) — davboecki / githubweb
Fix #1515 (commit: 1993fa3) — davboecki / githubweb
Fix CraftingModule not being able to rerequest items (commit: 8d2a4fe) — davboecki / githubweb
Remove IDeepStorageUnit dummy and inv handler (commit: 198878c) — thezorro266 / githubweb
Fix StackTraceUtil using scala Arrays (commit: c4a3f9b) — thezorro266 / githubweb
Fix #1500 (commit: 48dd42a) — thezorro266 / githubweb
Add comments to sloterator (commit: 2be3b02) — thezorro266 / githubweb
Remove unused logging package (commit: 2486fe7) — thezorro266 / githubweb
Remove ambitious list creation in rendering (commit: 311dd53) — thezorro266 / githubweb
Fix slot iteration in extractor module (commit: cb8f418) — thezorro266 / githubweb
Use acceptingRemainingCapacity for storage drawers (commit: 9723296) — thezorro266 / githubweb
Fix getHidingInventoryUtil, fix #1497 (commit: e1b4ad8) — thezorro266 / githubweb
Fix NPE with mod/creative item sink GUI (commit: 945a770) — thezorro266 / githubweb
Fix programmer as crafting ingredient (commit: b7b9cee) — thezorro266 / githubweb
Make router interests concurrency-safe (commit: 4b8b990) — thezorro266 / githubweb
Remove old StorageDrawers inventory handler (commit: 1c7edce) — thezorro266 / githubweb
Extract factory from special inventory handler (commit: 83f3fc8) — thezorro266 / githubweb
Change recipe for fuzzy crafting table, fix #1446 (commit: 98623cc) — thezorro266 / githubweb
Reduce duplicate code in crafting recipes (commit: 7c40447) — thezorro266 / githubweb
Fix some typos, add Nullables (commit: e98b5fc) — thezorro266 / githubweb
Add more information about null to inventory util (commit: 9d4ab84) — thezorro266 / githubweb
Re-implement storage drawers handler (commit: fc0bb26) — thezorro266 / githubweb
Convert IO wrapper tests to Kotlin (commit: 7f3ae46) — thezorro266 / githubweb
Remove sign rendering performance meter (commit: 605ddb2) — thezorro266 / githubweb
Give io wrapper tests descriptive names (commit: b03cbc8) — thezorro266 / githubweb
Add wip markdown parser with tests (commit: 78e3770) — thezorro266 / githubweb
Split text into one word elements in md parser (commit: fa413ff) — thezorro266 / githubweb
Replace JUnit assertions with kotlin.test (commit: 55ab633) — thezorro266 / githubweb
Add handling for double space + line break (commit: 24497a4) — thezorro266 / githubweb
Add maximum header level of 4 (commit: 1cfc193) — thezorro266 / githubweb
Add HTML break cases to markdown parsing (commit: 313202f) — thezorro266 / githubweb
Refactor bufferOrReturnLine, add comments (commit: 5a37c11) — thezorro266 / githubweb
Add handling for headers without spaces (commit: 38e0c87) — thezorro266 / githubweb
Add underscore headers and horizontal rules (commit: bfe2b2b) — thezorro266 / githubweb
Ignore damn scala (commit: a5446e9) — thezorro266 / githubweb
Split Text into Word and formatting (commit: 097aafb) — thezorro266 / githubweb
Fix #743 (commit: ea46dde) — thezorro266 / githubweb
Fix read/write in NEISetCraftingRecipe (commit: 950b305) — thezorro266 / githubweb
Update BuildCraft version (commit: 1c3df06) — thezorro266 / githubweb
Fix #1479 (commit: e6f59bb) — thezorro266 / githubweb
Fix #1480, add candidate to the correct list (commit: 47e536f) — thezorro266 / githubweb
Add ModAccessTransformerRemapper (commit: 3374e3d) — thezorro266 / githubweb
Add core mod loading in run configs (commit: 629bceb) — thezorro266 / githubweb
Add loading ATs from classpath (commit: 260379d) — thezorro266 / githubweb
Remove CodeChickenLib AT entries from LP (commit: 9a2d590) — thezorro266 / githubweb
Move get and set CC type to interface (commit: a098feb) — thezorro266 / githubweb
Delombok, remove compiler warnings (commit: c53a2d8) — thezorro266 / githubweb
Cleanup LPItems (commit: 206b1f4) — thezorro266 / githubweb
Replace static LPItems modules/upgrades maps (commit: affbdeb) — thezorro266 / githubweb
Fix #1475 (commit: d4e9453) — thezorro266 / githubweb
Fix #1476 (commit: 4ed806a) — thezorro266 / githubweb
Fix #1457 (commit: 64b915d) — thezorro266 / githubweb
Fix #1453 by its symptoms (commit: 5bc3157) — thezorro266 / githubweb
Refactor @Nonnull ItemStack usage, fix #1277 (commit: 77d4497) — thezorro266 / githubweb
Remove unused code and IRequestAPI (commit: 95e4831) — thezorro266 / githubweb
Fix #1473 (commit: c56d3d2) — thezorro266 / githubweb
Fix #1442 (commit: 28a7e21) — thezorro266 / githubweb
Fix #1469 (commit: a5286da) — thezorro266 / githubweb
Add base async computer quicksort class (commit: 3ebcebb) — thezorro266 / githubweb
Propagate service reg. in extension modules (commit: 9b2f66e) — thezorro266 / githubweb
Remove code of old CC based modules (commit: c2e917f) — thezorro266 / githubweb
Replace modules with async alternatives (commit: 86015c1) — thezorro266 / githubweb
Fix slot to inventory comparison in extractor (commit: f22b6bd) — thezorro266 / githubweb
Remove isServer within handleTileReachedServer (commit: 971f4c8) — thezorro266 / githubweb
Clean up in handleTileReachedServer (commit: 9e5f6cf) — thezorro266 / githubweb
Delombok for Kotlin! (commit: dce28ff) — thezorro266 / githubweb
Adding an async threshold config option (commit: 730e97c) — thezorro266 / githubweb
Make roomForItem method with ItemStack (commit: 0cb63d7) — thezorro266 / githubweb
Use new roomForItem method, remove depr. methods (commit: 574b121) — thezorro266 / githubweb
Add async advanced extractor module (commit: d6b4205) — thezorro266 / githubweb
Stay synchronous in async extractor, if possible (commit: f30bfc1) — thezorro266 / githubweb
Remove single entry abstractmodules package (commit: 98a8c31) — thezorro266 / githubweb
Move TickExecutor init before server start (commit: fec99ea) — thezorro266 / githubweb
Fix #1454 (commit: 9bb77b1) — thezorro266 / githubweb
Refactor AsyncQuicksortModule (commit: a52d38c) — thezorro266 / githubweb
Stay synchronous in async quick sort, if possible (commit: ab17a44) — thezorro266 / githubweb
Move updateRoutingTable to tickAsync (commit: e08f459) — thezorro266 / githubweb
Have allDestinations handle the routers to exclude (commit: 00682c8) — thezorro266 / githubweb
Rename and move AsyncLogisticsManager (commit: d010bf2) — thezorro266 / githubweb
Run filter before getDestination (commit: ea414a9) — thezorro266 / githubweb
Replace previous LogisticsManager hasDestination (commit: 13993df) — thezorro266 / githubweb
Empty dummy build.gradle (commit: bd638c1) — thezorro266 / githubweb
Add Kotlin compiler options (commit: db7f575) — thezorro266 / githubweb
Declare shared manifest attributes (commit: 5702354) — thezorro266 / githubweb
Add AsyncQuicksortModule (commit: 63b8660) — thezorro266 / githubweb
Fix skipping every second slot in async quick sort (commit: de94938) — thezorro266 / githubweb
Check work before channeling sequence (commit: f720679) — thezorro266 / githubweb
Require Forgelin 1.8.4 (commit: 0c5a448) — thezorro266 / githubweb
Reset upgrade count for extraction upgrades (commit: eafad26) — thezorro266 / githubweb
Add fast exit when attached inv has zero size (commit: bc44ac6) — thezorro266 / githubweb
Remove takeWhileServerNotOverloaded (commit: ed3aaa0) — thezorro266 / githubweb
Add toString to LogisticsModule (commit: 8474477) — thezorro266 / githubweb
Move all ticks to the end phase (commit: 68eb2f9) — thezorro266 / githubweb
Add timeout to async modules... (commit: 98bbc10) — thezorro266 / githubweb
Fix #1465 (commit: 6cde342) — thezorro266 / githubweb
Add runnable in module to chunk synchronous work (commit: af5b7b0) — thezorro266 / githubweb
Add sequencing and timeouts to async extractor (commit: 61cd29b) — thezorro266 / githubweb
Only check adjacent in server thread and refactor (commit: de95eb8) — thezorro266 / githubweb
Add resource copy script (commit: f06be4a) — thezorro266 / githubweb
Register world provider on chassis as well (commit: 79f4d88) — thezorro266 / githubweb
Create first async helpers (commit: df04a2e) — thezorro266 / githubweb
Add AsyncModule (commit: 2d1c019) — thezorro266 / githubweb
Cleanup and preparation for async modules (commit: 160467d) — thezorro266 / githubweb
Add asynchronous extractor module (in the code) (commit: b2a626f) — thezorro266 / githubweb
Refactor LogisticsModule, remove getX/Y/Z (commit: 8434adf) — thezorro266 / githubweb
Remove IntegerCoordinates and unused methods (commit: 000e71b) — thezorro266 / githubweb
Remove LogisticsGuiModule, add interface (commit: ab5ce29) — thezorro266 / githubweb
Pin versions, get rid of CoFH maven (commit: 2362e9c) — thezorro266 / githubweb
Add default implementation for getSubModule (commit: 0c54661) — thezorro266 / githubweb
Remove unused CrafterDefault packet (commit: b13cf56) — thezorro266 / githubweb
Move getSubModule to chassis pipe class (commit: 901b3ed) — thezorro266 / githubweb
Rename getTile to getTileAs, remove duplicate code (commit: 06dcf91) — thezorro266 / githubweb
Refactor sneaky modules, add SneakyDirection (commit: a00f8b9) — thezorro266 / githubweb
Remove LogisticsSimpleFilterModule (commit: ce2c647) — thezorro266 / githubweb
Move sneaky direction read/write to interface (commit: 7fbd4cb) — thezorro266 / githubweb
Make getGui methods static in SimpleFilter (commit: 77ea40d) — thezorro266 / githubweb
Annotate param for NBT read/write non-null (commit: acf7d7e) — thezorro266 / githubweb
Replace Nullable in SimpleFilterInventorySlot (commit: f1590f3) — thezorro266 / githubweb
Add a config option for the number of modules (commit: 931306f) — thezorro266 / githubweb
Rename chassis slots array, reword config (commit: 4a89588) — thezorro266 / githubweb
Refactor packets, extract getWorldTile (commit: dbd2bfc) — thezorro266 / githubweb
Add getWorld to isServer call (commit: 9368c04) — thezorro266 / githubweb
Replace null-check with isEmpty (commit: b799b0e) — thezorro266 / githubweb
Name slot parameter and add non-null annotations (commit: a30f236) — thezorro266 / githubweb
Mark chunk dirty on chassis gui close (commit: 07292eb) — thezorro266 / githubweb
Use Java 1.8 output for Kotlin compiler (commit: b66b313) — thezorro266 / githubweb
Refactor getRouterUnsafe -> getServerRouter (commit: 24bfa82) — thezorro266 / githubweb
Refactor getSpecificInterests to collector method (commit: 1560a81) — thezorro266 / githubweb
Remove duplicated code in ServerRouter (commit: 6c6a912) — thezorro266 / githubweb
Remove run configurations #1451 (commit: b91277b) — github / githubweb
Multiple GL11 flag resets. Fix #1441 (#1450) (commit: f6b6908) — github / githubweb
Show enabled log levels in pre-init (commit: 96813f8) — thezorro266 / githubweb
Reorder, refactor ServerRouter (commit: eef66be) — thezorro266 / githubweb
Remove (very) old SearchNode (commit: 7b9c6ca) — thezorro266 / githubweb
Change draws in StringBasedItemSink. Fix #1433 (#1437) (commit: 884d4ab) — github / githubweb
Re-add generated .name file (commit: b6dc8be) — thezorro266 / githubweb
Refactor IRouterManager.getOrCreateRouter (commit: e2e6b48) — thezorro266 / githubweb
Refactor nullability for various getRouter methods (commit: f22ded8) — thezorro266 / githubweb
Update jarRepositories.xml (commit: 524a528) — thezorro266 / githubweb
Restructure sourceSets (commit: 525301f) — thezorro266 / githubweb
Update BUILDING.md (commit: 1ae9b06) — thezorro266 / githubweb
Make LP build again (commit: 900144d) — thezorro266 / githubweb
Throw away dev env helper and include CCL AT (commit: 1780f1c) — thezorro266 / githubweb
Finalize jar by reobfJar for distribution (commit: 75ce693) — thezorro266 / githubweb
Revert using getter for tabLabel; Fix #1391 (commit: 5bc0649) — thezorro266 / githubweb
Re-add downloading languages (commit: 7503150) — thezorro266 / githubweb
Enable processResources without mcversion (commit: 72e67e0) — thezorro266 / githubweb
Modify CI configurations, remove setup (commit: 259cf03) — thezorro266 / githubweb
Configure all dependencies compileOnly (commit: c9edc28) — thezorro266 / githubweb
Use the manifest for build variables (commit: 216c127) — thezorro266 / githubweb
Generate sources jar with classifier (commit: 5c92b94) — thezorro266 / githubweb
固定版本,弃用CoFH maven(commit:2362e9c)— Benedikt Ziemons / githubweb
删除未使用的CrafterDefault数据包(commit:b13cf56)— Benedikt Ziemons / githubweb
将getSubModule移至底盘管道类(提交:901b3ed)— Benedikt Ziemons / githubweb
将getTile重命名为getTileAs,删除重复的代码(提交:06dcf91)— Benedikt Ziemons / githubweb
重构选择连接的模块,添加SneakyDirection(commit:a00f8b9)— Benedikt Ziemons / githubweb
删除LogisticsSimpleFilterModule(commit:ce2c647)— Benedikt Ziemons / githubweb
移动选择连接的方向读/写到接口(提交:7fbd4cb)— Benedikt Ziemons / githubweb
使getGui方法在SimpleFilter中保持静态(提交:77ea40d)— Benedikt Ziemons / githubweb
NBT读/写非空的注释参数(提交:acf7d7e)— Benedikt Ziemons / githubweb
在SimpleFilterInventorySlot中替换Nullable(提交:f1590f3)— Benedikt Ziemons / githubweb
为模块数量添加配置选项(提交:931306f)— Benedikt Ziemons / githubweb
重命名机箱插槽阵列,重新设置配置(提交:4a89588)— Benedikt Ziemons / githubweb
重构数据包,提取getWorldTile(commit:dbd2bfc)— Benedikt Ziemons / githubweb
将getWorld添加到isServer调用中(提交:9368c04)— Benedikt Ziemons / githubweb
将空检查替换为isEmpty(commit:b799b0e)— Benedikt Ziemons / githubweb
命名槽参数并添加非空注释(提交:a30f236)— Benedikt Ziemons / githubweb
在机箱gui close 上将标记大块标记为脏(提交:07292eb)— Benedikt Ziemons / githubweb
将Java 1.8输出用于Kotlin编译器(提交:b66b313)— Benedikt Ziemons / githubweb
重构getRouterUnsafe-> getServerRouter(commit:24bfa82)— Benedikt Ziemons / githubweb
将getSpecificInterests重构为收集器方法(提交:1560a81)— Benedikt Ziemons / githubweb
删除ServerRouter中重复的代码(提交:6c6a912)— Benedikt Ziemons / githubweb
删除运行配置#1451(commit:b91277b)— github / githubweb
多个GL11标志复位。修复#1441(#1450)(提交:f6b6908)— github / githubweb
在预初始化中显示已启用的日志级别(提交:96813f8)— Benedikt Ziemons / githubweb
重新排序,重构ServerRouter(提交:eef66be)— Benedikt Ziemons / githubweb
删除(非常)旧的SearchNode(提交:7b9c6ca)— Benedikt Ziemons / githubweb
更改绘制在StringBasedItemSink中。修复#1433(#1437)(提交:884d4ab)— github / githubweb
重新添加生成的.name文件(提交:b6dc8be)— Benedikt Ziemons / githubweb
重构IRouterManager.getOrCreateRouter(提交:e2e6b48)— Benedikt Ziemons / githubweb
重构各种getRouter方法的可空性(提交:f22ded8)— Benedikt Ziemons / githubweb
更新jarRepositories.xml(提交:524a528)— Benedikt Ziemons / githubweb
重组sourceSets(commit:525301f)— Benedikt Ziemons / githubweb
更新BUILDING.md(commit:1ae9b06)— Benedikt Ziemons / githubweb
重新进行 LP构建(提交:900144d)— Benedikt Ziemons / githubweb
丢弃开发环境助手,并包括CCL AT(commit:1780f1c)— Benedikt Ziemons / githubweb
通过reobfJar最终确定jar以进行分发(提交:75ce693)— Benedikt Ziemons / githubweb
使用tabter的getter还原;修复#1391(commit:5bc0649)— Benedikt Ziemons / githubweb
重新添加下载语言(提交:7503150)— Benedikt Ziemons / githubweb
启用不带mcversion的processResources(提交:72e67e0)— Benedikt Ziemons / githubweb
修改CI配置,删除设置(提交:259cf03)— Benedikt Ziemons / githubweb
配置所有依赖项compileOnly(commit:c9edc28)— Benedikt Ziemons / githubweb
将清单用于构建变量(提交:216c127)— Benedikt Ziemons / githubweb
使用分类器生成源jar(提交:5c92b94)— Benedikt Ziemons / githubweb
更新Jenkins链接,添加Matrix链接(commit:193a806)— noreply@github.com / githubweb
Infinite input cleaning = energy drain (commit: 27629fd) — evg_pub / githubweb
render crash. Closes #1345 (commit: 8cec97c) — evg_pub / githubweb
Improve rendering. (commit: a2f4257cf62c585436acfd381423f8866443ec8c) — davboecki / githubweb
fix bc gate triggers (#999) (commit: e1eea9abd25e5e6445a64eea9d96321869ca8bd2) — davboecki / githubweb
Make DebugGUI loadable. (commit: 59e48b20313d687f801b07c182f8138bd94ba52d) — davboecki / githubweb
Add name based id support to computer integration. (commit: 5df73926cd78f3f9b8674acfd15a41663b3f6bc6) — davboecki / githubweb
Adjust sign.dir (commit: 89567fb250940336fcebdbeb1acb45ede424033d) — theZorro266 / githubweb
Workaround for #985 (commit: 1418ed2c64540c11feb314f1454a3776d4f0713b) — davboecki / githubweb
Fix #987 (commit: 5734282637ea9c6f1e73cc0e31a70d18fefc6779) — davboecki / githubweb
Fix #975 (commit: 3b52d2d182afd9b3f8ced3a6b617a2b634cbe6ac) — davboecki / githubweb
Fix #976 (commit: bf12a2a84afb69ee94927a74aced9075a16ff038) — davboecki / githubweb
Compile against new Forestry API version (commit: dfbcc48a3969b791126e016a57a6f5daf2260483) — davboecki / githubweb
Add "Most likely" button to recipe import ore dict selection (commit: 76c12a7b261b9645d330dd3133762add93ff7d35) — davboecki / githubweb
Add SideOnly(Side.CLIENT) annotations (commit: 80a412174b8fc7fd5681747ce02c4f7d96bd1609) — davboecki / githubweb
Fix InvSysCon not respecting pipe connection status (commit: 5841b5e09d023dff0a5a47a940030cd53499ddbb) — davboecki / githubweb
Fix ClientSide only class on Server (commit: c20a217f43d66ed2a3a93bcbc439237447e75e77) — davboecki / githubweb
Fix Tesseracts with LP. Thanks to Obbi89 (commit: c0f331643c2dca5551de8ab29dbee3fd904ee3fa) — davboecki / githubweb
Add tooltips to the NEI Proxy to fix Waila tooltips (commit: 10af17d5dec0353aa59d5129b9cc34cced627aa5) — davboecki / githubweb
Fix Extra removing. (commit: 1bfa9eda1509770bb57c3bfdbcd6e2c7321fe296) — davboecki / githubweb
Support crafting monitoring for list requests as well. (commit: 18e641005f9029a7496f815d9386a8d0a6241167) — davboecki / githubweb
Remove leftover debug messages. (commit: 756efb9bd583043b405ac0c03bdc9fd6914a546c) — davboecki / githubweb
Implement way to handle extras before other crafting tasks are complete (commit: fa06994445e4e90659ddc74192e4b89cc0ec4c44) — davboecki / githubweb
Fix #889 (commit: ea6a08a7b0a9604f963ff4bdc1c821d20edcc95b) — davboecki / githubweb
Fix #944. (commit: 098029dd83e4e9db99bdbe99e8676ece7af21af7) — davboecki / githubweb
Fix IllegalArgumentException: zero count needed, promises not needed. (commit: ce7e4d7e0a03e03f9a527371f70d2d55764df339) — davboecki / githubweb
Update to BC 7.1.16 (commit: 9840006c11b4e520f00349242a4dd623b5496c3e) — davboecki / githubweb
Move Pipe Sign content into render lists. (commit: 75a6c196db66e4b8e320d568b8b0a17ea620eeba) — davboecki / githubweb
Add StorageDrawers workaround for Void upgrades. (commit: f098b67f4e86c96a827da37d8626470c530e9603) — davboecki / githubweb
Fix leftover import. (commit: edb2926f0a15c1c8c0bf8a87c9bfbbb708f5f11f) — davboecki / githubweb
Fix #935. (commit: da71f4dbfdc7c671c4b49e737ed79afe4b60f3a8) — davboecki / githubweb
Fix missing pipe item textures after moving item initiation. (commit: 71299d156e884503110d472499f88bd30724b63a) — davboecki / githubweb
Remove unused method. (commit: b0fbfd31c88abb4dd4ecfc6e6437d61ee3d7053d) — davboecki / githubweb
Fix #932 (commit: 5482ed0356a2494c321705e486d104b193a8fa51) — davboecki / githubweb
Add markDirty calls to the InventoryUtil. (commit: b6427f291a9cbb3f5b6015d7ac6c96768a676c4c) — davboecki / githubweb
Fix OpenComputer integration. (commit: 2494d9050659cb488bb94b486eeaeee548ca7b03) — davboecki / githubweb
Fix #926 (commit: 93f57ea87050594e37f1536d9fa8e6ac225d793e) — davboecki / githubweb
Add missing hash foe TD compatibility. (commit: 3ac5287d24fc5812d659eeb34827e1d77e490802) — davboecki / githubweb
Fix #930. (commit: 724b165c4d4df23cbf05702d8cacdf02ed59acd9) — davboecki / githubweb
Allow LP with newer versions of Thermal Dynamics. (commit: ca7c551f9c13d2287dca8e67902d06fe7655e91b) — davboecki / githubweb
Improve packet sending BitSet. (commit: 63431d7d7d15126c7af9466af69de0cd139f3c6d) — davboecki / githubweb
Rework Pipe Model. (commit: 34572821e6cf36b1cbbfd91f0a0ec390ebc6d127) — davboecki / githubweb
Fix several modules inside one slot. (commit: 8914bdb35b0dc651cd20e93206e0e325793f462c) — davboecki / githubweb
Reduce getStackInSlot calls. (commit: 055cc18b5f77cb7c44cbd3fcf297994499d9ecef) — davboecki / githubweb
Update Storage Drawers integration to use ISmartGroup when available (commit: 5463255c7ae154735307fc69308aef4a0cbdb969) — jaquadro / githubweb
Include new Storage Drawers APIs (commit: e7885c31d8914ddc8cd8e05145bb11c6020784d7) — jaquadro / githubweb
Update minimum Storage Drawers version (commit: 809b4cf50df89c343a8420f17e63e8eaa54e00e7) — jaquadro / githubweb
Fix oredict output on standard inventories. (commit: 251003218603b1fd1e46dabbe4c2b2a6dd603df6) — davboecki / githubweb
Fix module switching and module shift clicking. (commit: 72736719278c8f481e6a20a82888cb862ac7e1ab) — davboecki / githubweb
Fix #922. (commit: 50c4339c3728e3e208694987149ed4d9a4186395) — davboecki / githubweb
Fix crafting module GUI closing completely. (commit: e7f0b06cdfa58c5e5fbf3a05d0dced17aefd691c) — davboecki / githubweb
Fix Crafting module GUI. (commit: a113e41aae05d0fc8de05cfbe7d2e87729bd03e4) — davboecki / githubweb
Allow crafting pipe output to be fuzzy. (commit: 3ffe956dbd1ab0263ecf0d1e8fe7383f5231532e) — davboecki / githubweb
Cleanup sysout. (commit: 913ab2cbf375818cb9792b8ca368656024402e94) — davboecki / githubweb
Limit re-requests to 100 and spread the re-request load. (commit: 27d823e02ee319980795b65b689d010d845bf110) — davboecki / githubweb
Fix Crafting Module Satellite id handling. (commit: f7619011bd4c9ed54395db48566839344685a16f) — davboecki / githubweb
Update Classes loaded at start for ASM check sums. (commit: f0b84bd8adbadec1fa74f42028bffdeadf454778) — davboecki / githubweb
Move item and recipe initiation. (commit: 7a80dd41c0e893a7c5690c127f9d512ab8dcae87) — davboecki / githubweb
Add BuildCraft Robotics to the dependency list. (commit: bf9df3e0b8b5b19b6a31fe4df8e95900a1d70b7a) — davboecki / githubweb
#906: LP and FORESTRY (commit: 58899a808b842b4674c7470bdb52871f5deb07fe) — ACNaybab2u / githubweb
Fixed Buildcraft-Style Recipe for T1 Crafting Module (commit: db83d5c9469417cf895829f5fb1b4da16b13f1ee) — simon.wienecke94 / githubweb
Issue #909: Fix for ClassNotFoundException in ForestryProxy (commit: 5110bc961becbc193d0f93f226653445618a9645) — Justin Card / githubweb
Possible fix for RS485/LogisticsPipes/issues/802 (commit: a76a717ecdd276092c5ca36e8994426e3b9bb9e1) — joshuavillwo / githubweb
Improve Storage Drawers Integration- Polymorphic (commit: 112fb418b18ec1e70caa00915b4e2aa3fb1ca9c4) — joshua / githubweb
Prevent null when getItems has something getItemsAndCount doesn't (commit: a0a617161ff36f595865c1a949842e09e59ec837) — joshuavillwo / githubweb
Fixed Beta-Items appearing if Disabled Fixed Beta-Items having 2x the (commit: 7bdf0283abdb4b296f667e1ce094d169a6875985) — simon.wienecke94 /githubweb
Improve Storage Drawers Integration (commit: 7a0caeb0407352846602cfaea4cb7f21269fd18e) — joshuavillwo / githubweb
Fix #821. (commit: 24d814c32be7865a48f0866f068eacfb4a1ff21b) — davboecki / githubweb
Prevent #810. (commit: d90346218e31de17db045fb0c9b4d4d664fa1a3f) — davboecki / githubweb
Fixed #824. (commit: 1fa7c07e6a87313e918bec808288e304d4520dfc) — davboecki / githubweb
Fixes #831. (commit: 4a0b22db4193d0b32061ac1ce55c0ac5c2d1e13d) — davboecki / githubweb
Fix dev jar. (commit: 0ae3df6842df818a68ef7a6bd17ebcf27bb06315) — davboecki / githubweb
Add compatibility for EnderIO versions 509 and higher. (commit: c6cf698ae4e9d9a7866089444f521799e5ddee12) — davboecki / githubweb
Fix EnderIO compatibility for versions 508 and earlier. (commit: 9ade78724d9a16e71cb3fbe01092ba5f566f026e) — davboecki / githubweb
Disable Network lasers until they are fixed. (commit: da887e94b84e20234e10df052fb9cf1d01504e18) — davboecki / githubweb
Remove last ASM code for BC. (commit: 7418135517ab705b74bfc1c73b87353bfa77afa5) — davboecki / githubweb
Fixes #823. (commit: 9c8903e5359a08bc0f41f3cbda287f297f77eeb3) — davboecki / githubweb
Hide Disk button after NEI was open. (commit: d8450f77f76a458dccfd9d1bc3436b232f337eb5) — davboecki / githubweb
Second fix for #824. (commit: 72bba38b8ff7c2cc2960be1cc82dfb1c580dd274) — davboecki / githubweb
Fixes #824. (commit: 6bc324039e4073de3d841f207ef9cee314ac07d1) — davboecki / githubweb
Add clear crafting grid and request missing items buttons to request (commit: 2d49c8e81745e60106190fa2b26c8dbd84e65944) — davboecki / githubweb
Fix curse upload. (commit: 1418b1abb6989e573d9b8e2d8d939c4924dafb12) — davboecki / githubweb
Fix BC robots. (commit: 708cc56c46b2cd9cf451bfe1e04144900ae2b784) — davboecki / githubweb
Build against BC 7.1.5 (commit: 6471ea6b0a29cd1f74fa7f699a36ca612306a23c) — davboecki / githubweb
Fixes #812. (commit: 4a1b2ed1899d515fac7e54d7da7ddbd9397fd568) — davboecki / githubweb
Improve performance for already used ItemStacks, Fluids and FluidStacks. (commit: bef980e766b8f6de227da4f9e13f7c0be621c497) — davboecki / githubweb
Fix #781. (commit: 5d796b6ff04e78984b920d38cc5109648af78e3b) — davboecki / githubweb
Workaround for LookingGlass compatibility. (commit: db9a750c4a043203645e050bac32429bffb324b4) — davboecki / githubweb
Fix Damage WildCard handling in special cases. (commit: c0c24946d31788fdf41a25635a55a3e6702986ea) — davboecki / githubweb
Improve popup lighting. (commit: 697feeba6e8e423b0e30fcd1c178f09dca2078e7) — davboecki / githubweb
Add progressProvider for enderIO/endercore (commit: baa4d0c739eff262ae0ce8654fc4943374799550) — davboecki / githubweb
Fix #798. (commit: cfd36c020cba5b7bfbe0148bfd5e12cec6e07730) — davboecki / githubweb
Fix route detection over TD item ducts and unrouted pipes. (commit: 64a828167f0ec5157e4ad8fbbb69c8d9290f9dd8) — davboecki / githubweb
Fix #794. (commit: 465213331c7c7c6cf6d6501286c70c5397d74164) — davboecki / githubweb
Additional null checks. (commit: 5326a79db32dbca10af57a147bc8a3755bb174b8) — davboecki / githubweb
Give the pipe block a name. (commit: 47b4f0229ff310e7b72c73e0b7427b9edd46a79e) — davboecki / githubweb
Add missing null check. (commit: eeb90171e32fd95f8aa7f97539dd8df03d433387) — davboecki / githubweb
Fix #773. (commit: 4b20afff740e210e8e7d1342f63d6d857708dda1) — davboecki / githubweb
Fix #774. (commit: 7839450ba5a95b93f214cfda5078a33cf84645d0) — davboecki / githubweb
Fix performance issue with amount signs. #787. (commit: dba913d723e67d503d426dee88506c276e57f8b7) — davboecki / githubweb
Fix #793 (commit: d743bc326eb938fd9f629907c227adb1b15414ca) — davboecki / githubweb
Rework the Debug GUI into external library. (commit: 527b8fcd573ce47e45acd98936e1e5c998488d89) — davboecki / githubweb
Use Locale.US in all toLowerCase (commit: 0ebb5df1a011d031443b77bb8ef8c064a61d30fd) — theZorro266 / githubweb
Fixes #772, let the pipe actually initialize (commit: 327116f246233b2bd44a69150290e993421d590e) — theZorro266 / githubweb
Position items correctly in the item frames (commit: 56558c61407f5e1c7989a1a6326479b9ae7cd990) — theZorro266 / githubweb
Fix messaging, when there is no new version available (commit: 71b33f86783246c94617317f70d3ec3c3feaade9) — theZorro266 / githubweb
Do not message, if the VersionChecker mod is active (commit: 1343ad8e6add12e3a390a3edde3ba787d31900c6) — theZorro266 / githubweb
Cleanup checks and add checks, (commit: 93e35de44678c37699a1f9a4aa2d49f03faea286) — theZorro266 / githubweb
Alter ItemStackRenderer (commit: 75e6b66993029ff52bd9cc5c0aa4ff3853ce63a5) — theZorro266 / githubweb
Fixes #721 (commit: c77da20ec1d46d37c21c22abb5e01e174873b9d1) — theZorro266 / githubweb
Update dependencies. (commit: a649846091121fbd9102b2b3f9ab67735ce1e325) — theZorro266 / githubweb
Make some dev env routines work for idea (commit: c66b3a43e44f0bdf9cfaaf9d811d6f74bdf7df0d) — theZorro266 / githubweb
Fix RoutingTableUpdateThread accessing OneList (commit: 24bd5f44ba63d42a83d9d7cf418c4940693f323c) — theZorro266 / githubweb
Enhance version checking, Fixes #679 (commit: b6f3b88176f71e9c62ab4ffa86cae13a1e7bf1ff) — theZorro266 / githubweb
Rename a bit, fix typos (commit: 85801b590d4217a4c9e40acb7473dc151194ff1e) — theZorro266 / githubweb
Improve Fake player handling. Close #746. (commit: 272c6a414f402dc3e50b5129abdd83a19f5b6840) — theZorro266 / githubweb
Add missing isServer checks. (commit: 2bdecd9b2ad58c9b652c73ffc8499dc0b7f9e0e2) — theZorro266 / githubweb
Block Sign Creator usage on non routed pipes. Fix #705. (commit: aff9d1e61d7d5f90ede2fd2a53c845daa587805f) — theZorro266 / githubweb
Fix compilation in Java 6 (commit: 738b8a22ebcf733a86fce72a2e6c816e21790814) — theZorro266 / githubweb
Fix LP fluid pipes not showing fluid and not connection to BC pipes. (commit: 34cd6d533a92802a9a34aa5882e598c30f50fa81) — davboecki / githubweb
Block Sign Creator usage on non routed pipes. Fix #705. (commit: 5b4b1cb38e745a1ba1d48918450deebc23e430e3) — davboecki / githubweb
Add missing isServer checks. (commit: 116d3387ab3b085661316c05f749d5fbd3f0cc6c) — davboecki / githubweb
Improve Fake player handling. Close #746. (commit: ee2dbf50d25aed4bf02ddafa5979d3d9148086ae) — davboecki / githubweb
Add class to help debug crashes. (commit: 79223eb1be8a892355636035e578ff6f70408704) — davboecki / githubweb
Fix satellite pipe ignoring disconnection upgrades. (commit: 7315291768d73b2cac9f3520ace5be2b2aafd8b9) — davboecki / githubweb
Update dependencies. (commit: aa7974b59e8905ead503e88ccf1888f37559674d) — davboecki / githubweb
Fix texture and dropping of the unrouted pipe. (commit: abf67cf3b34538cde062a5c96cb63aa0438d5bba) — davboecki / githubweb
Fix unrouted pipe ignoring disconnection upgrade. Close #742 (commit: 8b4820f805a9a4cb24b97c30dadae004afd1b11b) — davboecki / githubweb
Close #731 (commit: 61769ae5ecb17346a17f02976694c559c40deb18) — davboecki / githubweb
Fix building locally without curse api key (commit: b8e296a682645490572d458f84eea1449e45db67) — theZorro266 / githubweb
Remove old proxy directories from .gitignore (commit: c921492dfda61f6a417cd4469e1c2ad71ead0828) — theZorro266 / githubweb
Fix #726 NPE (commit: e2111489f76e3f7384b9eb75c00a6ba87370e556) — theZorro266 / githubweb
Fix reset recipe for unrouted pipes. (commit: aca20088a2dc4591b115e0c5a7cdba9b4c7accf9) — davboecki / githubweb
Fix #735. (commit: 7e8d2c3eccb1efb1d158eb1fe8f6d57913df3594) — davboecki / githubweb
Add auto upload to CurseForge. (commit: 51ec358223831d95ab6a0f5ac1c501aa5fd7a14f) — davboecki / githubweb
Add display name to curse. (commit: 758c2f9b75382e5b41b2f2cfa5efba1c4f2f62fd) — davboecki / githubweb
Remove invalid game version. (commit: a485a1bf6560ff57d2e9be8cbd3e663a826a608a) — davboecki / githubweb
Correct display name. (commit: c9f05d8dc3c982d828322217a32a8758f322c4b4) — davboecki / githubweb
Next attempt to fix the name. (commit: 729cfb05f534f9c022d17ccb032632722571763d) — davboecki / githubweb
Change curse name to BC7 and change version to 0.9.2 for BC7 (commit: ae470a983a327890c7eb2249d56179f20421c824) — davboecki / githubweb
Remove CrowdIn link and add the language repo (commit: b88b94190453ec43f68d9c0ea84b989d4d129823) — root / githubweb
Update forestry proxy to newest api version. (commit: 1ff3fef0a54e3983b868e78e08b13be8a50cd3d8) — davboecki / githubweb
Update to new recommended Forge version. (commit: 55a671da71792f086c178f8326812a5156c62b93) — davboecki / githubweb
@davboecki forgot the api subpackage :boom: (commit: 8378679c1402ab1a6ddc92a622e3f83aae647669) — theZorro266 / githubweb
Fix crash caused by disabled BC proxy. (commit: 9cb5f4845ff6bda480a1467a672e33f95d4fc12e) — davboecki / githubweb
Fix #684. (commit: 33c8030baea205d510c438367fa13cdd12ac0a44) — davboecki / githubweb
Fix #678. (commit: 42ff6f4b116ff91ca52b69a16347db663273e752) — davboecki / githubweb
Fix #680. (commit: ffe51a322379b8875c8c9d5cd014aea432983a1d) — davboecki / githubweb
Fix for crashes (commit: cc1315105019222534326fde72c118c9a5402a9f) — theZorro266 / githubweb
Add SideOnly, fix #698 (commit: 3c372678aa48f3409ab466e39461b819116c9f3f) — theZorro266 / githubweb
Fix wrapping object arrays (commit: 16db0f82923ba77f063d9179c78ad52a4c6b38a1) — theZorro266 / githubweb
Remove hard-dependency of CodeChickenLib. Try to use the CoFHCore version as well. (commit: 1b06a9f09fdd74fde593aead1cb3418e184212c0) —davboecki / githubweb
Update to BC 7.0.6 (commit: d2d3b884b249d85423730625bb9c754e597fdc64) — theZorro266 / githubweb
Use Locale.US in all toLowerCase (commit: 0ebb5df1a011d031443b77bb8ef8c064a61d30fd) — theZorro266 / githubweb
Fixes #772, let the pipe actually initialize (commit: 327116f246233b2bd44a69150290e993421d590e) — theZorro266 / githubweb
Position items correctly in the item frames (commit: 56558c61407f5e1c7989a1a6326479b9ae7cd990) — theZorro266 / githubweb
Fix messaging, when there is no new version available (commit: 71b33f86783246c94617317f70d3ec3c3feaade9) — theZorro266 / githubweb
Do not message, if the VersionChecker mod is active (commit: 1343ad8e6add12e3a390a3edde3ba787d31900c6) — theZorro266 / githubweb
Cleanup checks and add checks, (commit: 93e35de44678c37699a1f9a4aa2d49f03faea286) — theZorro266 / githubweb
Alter ItemStackRenderer (commit: 75e6b66993029ff52bd9cc5c0aa4ff3853ce63a5) — theZorro266 / githubweb
Fixes #721 (commit: c77da20ec1d46d37c21c22abb5e01e174873b9d1) — theZorro266 / githubweb
Fix compilation in Java 6 (commit: 738b8a22ebcf733a86fce72a2e6c816e21790814) — theZorro266 / githubweb
Improve Fake player handling. Close #746. (commit: 272c6a414f402dc3e50b5129abdd83a19f5b6840) — theZorro266 / githubweb
Add missing isServer checks. (commit: 2bdecd9b2ad58c9b652c73ffc8499dc0b7f9e0e2) — theZorro266 / githubweb
Block Sign Creator usage on non routed pipes. Fix #705. (commit: aff9d1e61d7d5f90ede2fd2a53c845daa587805f) — theZorro266 / githubweb
Rename a bit, fix typos (commit: 85801b590d4217a4c9e40acb7473dc151194ff1e) — theZorro266 / githubweb
Enhance version checking, Fixes #679 (commit: b6f3b88176f71e9c62ab4ffa86cae13a1e7bf1ff) — theZorro266 / githubweb
Make some dev env routines work for idea (commit: c66b3a43e44f0bdf9cfaaf9d811d6f74bdf7df0d) — theZorro266 / githubweb
Fix RoutingTableUpdateThread accessing OneList (commit: 24bd5f44ba63d42a83d9d7cf418c4940693f323c) — theZorro266 / githubweb
Update dependencies. (commit: a649846091121fbd9102b2b3f9ab67735ce1e325) — theZorro266 / githubweb
Fix building locally without curse api key (commit: b8e296a682645490572d458f84eea1449e45db67) — theZorro266 / githubweb
Remove old proxy directories from .gitignore (commit: c921492dfda61f6a417cd4469e1c2ad71ead0828) — theZorro266 / githubweb
Fix #726 NPE (commit: e2111489f76e3f7384b9eb75c00a6ba87370e556) — theZorro266 / githubweb
Fix #735. (commit: 7e8d2c3eccb1efb1d158eb1fe8f6d57913df3594) — davboecki / githubweb
Fix reset recipe for unrouted pipes. (commit: aca20088a2dc4591b115e0c5a7cdba9b4c7accf9) — davboecki / githubweb
Next attempt to fix the name. (commit: 729cfb05f534f9c022d17ccb032632722571763d) — davboecki / githubweb
Next attempt to fix the name. (commit: fb569f74e05c8c1cb641ff4dc3d8857482707d00) — davboecki / githubweb
Correct display name. (commit: c9f05d8dc3c982d828322217a32a8758f322c4b4) — davboecki / githubweb
Remove invalid game version. (commit: a485a1bf6560ff57d2e9be8cbd3e663a826a608a) — davboecki / githubweb
Add display name to curse. (commit: 758c2f9b75382e5b41b2f2cfa5efba1c4f2f62fd) — davboecki / githubweb
Add auto upload to CurseForge. (commit: 51ec358223831d95ab6a0f5ac1c501aa5fd7a14f) — davboecki / githubweb
Update to new recommended Forge version. (commit: 55a671da71792f086c178f8326812a5156c62b93) — davboecki / githubweb
Update forestry proxy to newest api version. (commit: 1ff3fef0a54e3983b868e78e08b13be8a50cd3d8) — davboecki / githubweb
Remove CrowdIn link and add the language repo (commit: b88b94190453ec43f68d9c0ea84b989d4d129823) — root / githubweb
Fix #680. (commit: ffe51a322379b8875c8c9d5cd014aea432983a1d) — davboecki / githubweb
Fix #678. (commit: 42ff6f4b116ff91ca52b69a16347db663273e752) — davboecki / githubweb
Fix #684. (commit: 33c8030baea205d510c438367fa13cdd12ac0a44) — davboecki / githubweb
Fix crash caused by disabled BC proxy. (commit: 9cb5f4845ff6bda480a1467a672e33f95d4fc12e) — davboecki / githubweb
@davboecki forgot the api subpackage :boom: (commit: 8378679c1402ab1a6ddc92a622e3f83aae647669) — theZorro266 / githubweb
Fix wrapping object arrays (commit: 16db0f82923ba77f063d9179c78ad52a4c6b38a1) — theZorro266 / githubweb
Fix for crashes (commit: cc1315105019222534326fde72c118c9a5402a9f) — theZorro266 / githubweb
Add SideOnly, fix #698 (commit: 3c372678aa48f3409ab466e39461b819116c9f3f) — theZorro266 / githubweb
Remove hard-dependency of CodeChickenLib. Try to use the CoFHCore version as well. (commit: 1b06a9f09fdd74fde593aead1cb3418e184212c0) —davboecki / githubweb
Use language repository as language source. (commit: d5b98f154ba77cb5a85110021066543344438ce5) — davboecki / githubweb
Code cleanup. (commit: 1d75d19f4c135f2daa712597f868b1d3fd203654) — davboecki / githubweb
Remove GregTech DigitalChest compatibility (commit: 614fb15df2197a7791f3bf29a34d82d77a3003b5) — root / githubweb
Revert "Start Tube implementation." (commit: ac303f9c95910ea601138bfd0a90b798a26bf2ef) — davboecki / githubweb
Add Style-OFF markers. (commit: f7ed9c6f05f8364ff9cbc4b417c6f53339278048) — davboecki / githubweb
Update Style files. (commit: a9af3598288cd06af252accded3cc4fc6e2ad318) — davboecki / githubweb
Remove debug code in LogisticsHUDRenderer (commit: 720074f58d4e8ea95f07dce2aab3bd9b9e212fc1) — root / githubweb
Add asserts for the ItemStackRenderer (commit: 0c01d88ea6a353f4c2ac77f6465dc0d0db8ae2b5) — theZorro266 / githubweb
Use ItemStackRenderer directly, when possible (commit: eafaef894cb2e9866264a385fb6ae376a4b2054c) — theZorro266 / githubweb
Add FramebufferUtils (commit: 92b076e8f350072c3be5cfce7f7775567f9c8a2e) — theZorro266 / githubweb
Created ItemStackRenderer (commit: 4e003f9d46cdba196161fe0d2492a324e6399b5b) — theZorro266 / githubweb
Fix rendering the durability bar in HUDs (commit: 812a0c9028af7e38f3847562159b4122701d449a) — theZorro266 / githubweb
Fix rendering of chests in the HUD a bit (commit: c3ef5d8c41039675ef6007890530dcde9950bfd7) — theZorro266 / githubweb
Fix build (commit: 105e7e71b9ced0c8e99b777014129fa44c37b68d) — theZorro266 / githubweb
Fix shift-ed rendering of items in Chassis HUD (commit: acf926e77541e6e39d0e025d0fd63991c59816d3) — theZorro266 / githubweb
Fix HUD item display (commit: ff8b7a0d1396f44e60c2e2cdc950b14b0a079fb6) — theZorro266 / githubweb
Remove unused render functions (commit: 798417f518a9299602326866253fe54b9ad44295) — theZorro266 / githubweb
Start Tube implementation. (commit: 299a296a0f55f56f8fdd95c0ec17896c2626888b) — davboecki / githubweb
Fix effect rendering for items (commit: 4dbc8c18be0496b2b8eb3c7b406a2be3e63a818a) — theZorro266 / githubweb
Fix pipe light flickering in hot bar for new model (commit: 80ae331269abe01bb9389a2d451fa4e8a12cfd44) — theZorro266 / githubweb
Added renderItemStack function into BasicGuiHelper (commit: 870404e105151d89257ed4978a442006919ad09d) — theZorro266 / githubweb
Added OpenGL Debugger with IntelliJ Form (will change) (commit: 0b2c496243826b4c6e73578533a7b20556d208bf) — theZorro266 / githubweb
Added all possible OGL boolean values for now (commit: 4f0f50933e72ed6b27f805db3727e8990bbfbebe) — theZorro266 / githubweb
Removed unneccessary unconventional Exception code (commit: 171181e0d24db22c8a5c0b3e44e5468fa1c9c8ed) — theZorro266 / githubweb
Rename HUDChassiePipe to HudChassisPipe (commit: 00f5a315a0ac7e56e0a97e70fcc64f43a1e5b580) — theZorro266 / githubweb
Cleanup code and remove IntelliJ Form (commit: 196417b068cbe091fb07d619af53e1edc1d80003) — root / githubweb
Fix background item rendering in crafting table (commit: 80f35ffa288884c3b113a0974e60f3819c99774d) — theZorro266 / githubweb
Expanded OpenGLDebugger (commit: e61547c896cbbb1f9716e66e71e87de29bb4f541) — theZorro266 / githubweb
Fix rendering of ItemButtons (commit: 9ef86a8e6c17e00082ed33719490b5f1723f8174) — theZorro266 / githubweb
Correct depth test when rendering items in HUDs (commit: 3ca40642f8bcbc815a91740f7579afb3f029bf0d) — theZorro266 / githubweb
Remove drawRect from FluidContainerRenderer (commit: 40e0b2d936b66824319c7ccda2994db6fba8dd1f) — theZorro266 / githubweb
Remove drawGradientRect (commit: dc7bf4aeb3b67f991f320b8f0e1f9f18137b1e7b) — theZorro266 / githubweb
Replaced drawGradientRect with our version (commit: b75cdcbbaa96d357cece6b629f2980f98fc09fbc) — theZorro266 / githubweb
Added drawGradientRect version with Color (commit: 6d4d180ace3a20027326013c7c1822207647f2b1) — theZorro266 / githubweb
Correct javadoc in terms of linking methods (commit: d91a28171275726751a36cef69d73400013eb40e) — theZorro266 / githubweb
Add Color enum versions for draw line (commit: d2d02d5eaedb25bcbe64202efbb793e38a98df9f) — theZorro266 / githubweb
Clean up some color mess (commit: d79fb66946f0b5504acd09774001928a8add4425) — theZorro266 / githubweb
Added 101 shades of grey (commit: 93acaf20100d24fc61e76b75dce5438fcb19297d) — theZorro266 / githubweb
Add Color enum version for drawRectNoBlend (commit: 0cfcd8669489ca2570fe982042d3076ef4ed4c93) — theZorro266 / githubweb
Fix renderItemIdentifierStackListIntoGui (commit: 32144dd574942de4d544b7803ef2846e8452202f) — theZorro266 / githubweb
Move renderForestryBeeAt to GuiApiaristSink (commit: ee1c5d16cc8531b79917776824f7926056840358) — theZorro266 / githubweb
Move GUI-related functions (commit: 162ec58c28ac8aff83920c511cfea6f2c645ae62) — theZorro266 / githubweb
Clean up some code in GuiGraphics (commit: 67b3c2cbfd58b42fd071812bd0c7dafc93896df2) — theZorro266 / githubweb
Rename utils Colors class to MinecraftColor (commit: 23abc5f6d40c8257d68d0689be5973b3defcf8ac) — theZorro266 / githubweb
Moved Color enum and let it use int values (commit: e2c2047d69bbf0fdd8c6d24a1e1ed3d48371423c) — theZorro266 / githubweb
Remove BasicGuiHelper (commit: 1015fa5bfb6f183fb3dc9140ed56a37a33626928) — theZorro266 / githubweb
Use Color's static functions for rgba (commit: 9e5a5784b60329ee02ce97b1bcd3dbc7701fae78) — theZorro266 / githubweb
Moved GUI-related ResourceLocations to GuiGraphics (commit: 605f95d8e015e0d7ac13c6aa631093d5a3f102b8) — theZorro266 / githubweb
Renamed HUDGraphics to HudGraphics (commit: c2f01edc7b95be90c863f770b5c3993acc5f2911) — theZorro266 / githubweb
Remove unused drawCenteredString (commit: ea052a12894e2b47203c7656dd4d6f4cb8d9e620) — theZorro266 / githubweb
Move string-related functions to StringUtil (commit: 5ad5969ec9a04fec0ee8017a9acb7d9fbdbb9ef4) — theZorro266 / githubweb
Rename string utils class to StringUtils (commit: 4ff597d7a703cec0e5b4e869731950fd36b2b42c) — theZorro266 / githubweb
Rename insert3rdSpace function from StringUtils (commit: b8fe39b85d663e97a1f00f724c36cc4898fb4413) — theZorro266 / githubweb
Add GUIGraphics (commit: dcb2eea7fb6c0133a301ded382578ac34e280d54) — theZorro266 / githubweb
Add HUDGraphics (commit: 105c7dd0b304f7c612df13b8c62431a276b10a75) — theZorro266 / githubweb
Added drawTexturedModalRect to SimpleGraphics (commit: f3473180de75626f76ec544bf2d7843813f87ba2) — theZorro266 / githubweb
Added zLevel to drawRectNoBlend (commit: 914157b84d048bd88aad6bcea8079a42c8380817) — theZorro266 / githubweb
Add drawStringWithTranslatedShadow (commit: f5df6605fdef7bd2f36c5b9568e3d440b6847d3a) — theZorro266 / githubweb
Added @see clause to docs in SimpleGraphics (commit: 7bbe156c60538c3b3e034c1b442bc40bed9dd0bf) — theZorro266 / githubweb
Added drawGradientRect to SimpleGraphics (commit: 3cfe4df65342f7e5c169b39fb487a7646ddd2dbd) — theZorro266 / githubweb
Added drawRectNoBlend to SimpleGraphics (commit: 9ff7b8b6f0792b629628a918a822aca59adc9766) — theZorro266 / githubweb
Added documentation and copyright to SimpleGraphics (commit: c772d9bda8b1f7d5d1c6be0cc5ee840a76e69a9f) — root / githubweb
Export drawHorizontalLine and drawVerticalLine (commit: 523a78e99dfb2ea89f9dce5aa0b9bc6fedeacbe7) — root / githubweb
Rename to match content and fix crash with Settings GUI (commit: c9202d0f408910762299030489be0afcc683e620) — theZorro266 / githubweb
Enable the Pipe controller to show the Orders a pipe still has to fulfill. (commit: 3359abe2a8db724dccb2cc8a3f17c836a98413ee) — davboecki / githubweb
Add import button for ItemSink. (commit: e4cb0b0d50e80ff220773ace8b05f1a9ea706134) — davboecki / githubweb
Update checkstyle configuration file (commit: bb4a7270e2ee026cc2880c14145bacd11abd8564) — theZorro266 / githubweb
Rename style files (commit: 3a44cfa39c27a057453663c8a0cd3a09de9bd578) — theZorro266 / githubweb
Nicer method for checking sums (commit: 1a9b1b347fceeeab0f9d386e337eb7d25a8734d7) — theZorro266 / githubweb
Improve Adjacent checks performance and increase allowed routed pipes on an unrouted network to 32. (commit: 56aff51c0796b751185e123d051a5b456148db6d) — davboecki / githubweb
Tweaked Beta Recipes for Power Upgrades (commit: 14839d09428e7055f38de45483de47635d7b6789) — simon.wienecke94 / githubweb
Fix #667 (commit: 8f1079a3b1755e6e172dd4b10f67410ebc219fc6) — davboecki / githubweb
Limit routed connections over unrouted pipes to 16 per side. (commit: ea822ae81e67df0f467d6a564f6df378836d01ca) — davboecki / githubweb
Add Creative Tab Based ItemSink (commit: f0c2f6e85b8f12ba5ca149626407414fb634914a) — davboecki / githubweb
Don't use an additional Thread to clear the cache. (commit: c4e94dcadbcea92a2399f6dc7eb5fa6e962c68c3) — davboecki / githubweb
Add #654 (commit: ce12de3ea41997afa863bc5ac14cb0f6d3d671c8) — davboecki / githubweb
Fix fluid crash in newest forge (commit: 2eddaa86c265bd05cc75f4169da0aee3ca70f40a) — dcseee-github / githubweb
Improve RequestTreeNode to accept different type of Resources for Input and output. (commit: 4d4848d1be26cbf5524f331151622bf36c8e3507) — davboecki /githubweb
Add caches to improve performance and fix bug inside the fuzzy crafting compare code. (commit: 2eb4753a4dd9a5306feaefd87ad00efc0b0dac3d) —davboecki / githubweb
Fix symptom of #656. (commit: 2e0c487c73810a2d606b8f8b6da9a6410ad97ae0) — davboecki / githubweb
Added support for IntelliJ and documentation (commit: 448643b52ed780d7095f1b558e6ef3222240711e) — root / githubweb
Remove unnecessary copying of EnumSets in ServerRouter (commit: bb8a57665c4f80a76fc1911d77ae39153783fdc3) — thelonewolfling / githubweb
Expand pipe model to touch chests and tanks. (commit: 48f0e6958c0aa5103774047fcd134b68c09cc84b) — davboecki / githubweb
Fix Pipes not connecting caused by not updated routing tables. (commit: 23d10c47c4a7df283318eadd84ea07f47a3ba3fe) — davboecki / githubweb
Fix Sec Card Not disappearing when deauthorizing. (commit: f45c62060511e87c36d4406454678e1cf38a86df) — davboecki / githubweb
Remove unnecessary copying of EnumSets in ServerRouter (commit: e733c4254ec9d2ac1da1f631e4ba25781171da99) — root / githubweb
Added support for IntelliJ and documentation (commit: 6fd15df1100ef6cea9408f6cf3cd10131977058f) — root / githubweb
Move the item insertion into it's own API. (commit: a2d8dceba8063f5e76e4f1447338ff1760db3ef4) — davboecki / githubweb
Improve Robot routing. LP Robots now respect zones. (commit: 88e4f25e75a89dd7cf3d7bd4df547a5d2ca85423) — davboecki / githubweb
Remove Damage value limitation. (commit: 2a945c4166ad82ddbf3bfff406539e98ab89e097) — artforz / githubweb
Fixed AOB Exception in ItemIdentifier (commit: a5567ad9e5b2f31dedd589bdb30681f4c1aeeca8) — artforz / githubweb
Actually fix the AOBD (commit: c46fdf648c76452db1e580873916baab065d40e3) — artforz / githubweb
Fix off-by-1 in copying old to new array introduced by "Actually fix the AOBD" (commit: ca989fa17ecd6cb01739a86fd3da2bb02751f6f9) — artforz / githubweb
Small rendering performance improvement. (commit: 3daedf6c222f6f9ac185f44f9025b0a2e197e576) — davboecki / githubweb
Fix performance when using robots to route LP items. (commit: 495f9b8c6dd29fb8c9b38908f67c6b6c5e3ba747) — davboecki / githubweb
Allow Routing over Robots. (commit: da457b36b80e6e17302827a4ca2ddea6d84ddfed) — davboecki / githubweb
Change LP to detection block changes to avoid constantly scanning for block changes. [Tested but Experimental] (commit: bbdd55e324e56ee54ea20e0335ac5322689c87c8) — davboecki / githubweb
Fix Storage Drawers support. (commit: c3bfa36a66e3dfe4297655f911ebd781add18c33) — jaquadro / githubweb
Update Storage Drawers handler per review. (commit: b923b85a71a532de35a0d7e5e430f2ff40fa0eec) — jaquadro / githubweb
Second round of feedback changes on Storage Drawers support. (commit: 32cef2e01ea9f78e2907c3a1a34db796ec964a30) — jaquadro / githubweb
Close #575. (commit: c633f1924fa63a74e21efd7fe7697a78220b7860) — davboecki / githubweb
Close #538. (commit: 4c49e7ac920ac9dc6b6a434d91222381f946c3d1) — davboecki / githubweb
Add support for Storage Drawers. Close #525 . (commit: bb01458507910571ffee30c55022b47bac5aef06) — davboecki / githubweb
Fix fix #611. (commit: 56e22c8e1bd044dd91639f39e37a9ca3d2c6252f) — davboecki / githubweb
Close #611. (commit: 14c19a8d652da79caf375e9b4cfac4cc74ee55c6) — davboecki / githubweb
Start working on module upgrades. (commit: 5c4cf452dccdf59565c568672b7004587091d9f1) — davboecki / githubweb
Add Upgrade Module Upgrade. (commit: 9d0a8e875b929eb382a99051707cdef11d73d016) — davboecki / githubweb
Allow LP to deal with recipe overlapping. (commit: c64bcba36a3b6261c457235050aac6099b4843bb) — davboecki / githubweb
Remove debug code. (commit: 9a23d6e7ca564fea2125b7b481cfbd31d06db421) — davboecki / githubweb
Update version number. (commit: 188e9e5608db20ac58d9cc73c2562758f36a4dd8) — davboecki / githubweb
A Satellite pipe module doesn't need Target information. (Fix NPE) (commit: 35afd8859538c592e53649fa8a5cd6fec9af5871) — davboecki / githubweb
Fix #458 (commit: 7dd8a6d45d5270f881a4a9617a1c251f7ca172d5) — davboecki / githubweb
Improve NEI compatibility. (commit: cdcf8c606eb139d8f54ec21c9637ff05a897226f) — davboecki / githubweb
Add Lang to new GUIs. (commit: 320aad8ce3953b7f466f6cf30c0dfa1ea250fa1e) — davboecki / githubweb
Add LP NEI import support for WILDCARD_VALUEs. (commit: b5c46da8c9046f29f38a397845deeb5cf7e01c04) — davboecki / githubweb
Add ToolTips to NEI import GUIs. (commit: 2b17d6bfb614637da08c65a1bbba04e250dc072a) — davboecki / githubweb
Add PopUp for Fluid Selection. Use the middle mouse button to access it. (commit: bf7a19f6cc3141e38456ac5e18c229c42cd9be2d) — davboecki / githubweb
Make fluid selection PopUp default behavior. (commit: 151f86aa77c236a3b6a289e06805792ca3ecb896) — davboecki / githubweb
Fix wrong scala Arrays import, again. (commit: 3010a26414e9dd821abe4f438a793c47697d1291) — davboecki / githubweb
first pass, make provider able to extract also (commit: 78c8df8b37daec080db9ceb3a09fb05b0d185b33) — davboecki / githubweb
Implement Logistics Statistics Table. (commit: ebeda7636cbea48cde04ae0f22e313f3fb51225c) — davboecki / githubweb
Add some computer functions to the LP solid blocks. (commit: c49dc82100c11a83b33e50b62016de33b406c64a) — davboecki / githubweb
Start working on new pipe model. (commit: 6a5911e95b594f410ffdee9097799fa62c79829d) — davboecki / githubweb
Make LP compile again. (commit: 45169724bb3aceda8f16b430a69ea7a06f201d17) — davboecki / githubweb
don't build packets that are not going to be sent (commit: 5271598b1a2d3e96ff3676828f2973f378e7bf2b) — davboecki / githubweb
More work on the new pipe model. (commit: 0b91da13c22f2eb94fcff1746805bad210f31fa2) — davboecki / githubweb
Fix scala references. (commit: 2ca29fb5c32ec25d733ced18b710884911286d9b) — davboecki / githubweb
Correct fluid rendering coordinates. (commit: 3a1a7d72dfe264895d21fcb93725a176de651555) — davboecki / githubweb
Fix fluid transparency. (commit: 0542202baf5e6a6a23d777d3a2bf416b99e5450e) — davboecki / githubweb
Retexture and put pngs in RGB mode (commit: 580b9789918d8565ce9078ec42745d94dfc477bf) — davboecki / githubweb
Set glBlendFunc to standard values, because problems (commit: f53319b698d43da234939ef6c1634c923bc3482b) — davboecki / githubweb
Fix backwards compatibility. (commit: d074130190507294bcd5a1eafc11e66aa3c43968) — davboecki / githubweb
Fix NPE. (commit: 03ed04774ab85f5d168b0267db0793a64739ccd3) — davboecki / githubweb
Start adding basic unrouted Pipe. (commit: ffee427451ba5cd0868b249bbc4fb7c8c3d9ef23) — davboecki / githubweb
Make Provider Module default to passive mode. (commit: c52f8588500a4333c66d950afaf21c9584eae466) — davboecki / githubweb
Fix rebase conflicts. (commit: 42ad35f23919f797431e9e8e520969c3b95dc439) — davboecki / githubweb
Fix Solid Block not getting the orientation client side. (commit: fad7c6405a6edc06e581819e65297fd57ec87495) — davboecki / githubweb
Revert provider module to old behavior for now. (commit: 50c1c6282a88d166dc3ae629d1d138705bc2d7e8) — davboecki / githubweb
Start Logistics Settings GUI (click pipe controller anywhere). (commit: d5221f0184169d4e28bbe2898570242cfaaf01a8) — davboecki / githubweb
Fix #486. (commit: 843f36660eae6fd827724ba944694c6b9fb41df1) — davboecki / githubweb
Fix Rebase and close #505. (commit: c3f792ca0594d0fe2646a92209ae9627c9a98762) — davboecki / githubweb
Add special connection for new EnderIO's Dimensional Transceiver (commit: 630c468dc7b4393bdf027757f82d0a432debf726) — davboecki / githubweb
Fix #510 (commit: 923a5881d65e04a6772f432773e28a254e29b4eb) — davboecki / githubweb
Fix Rebase. (commit: 2d812f29ea330a732b3a81f54c265ee30b1e3bf0) — davboecki / githubweb
Remove Damage value limitation. (commit: 4d47cbfed9e34060ce2c011cb9b75df4e6a87da3) — davboecki / githubweb
Add basic OreDict support for the request table. (commit: a8b0d95054eb919045e6d3b0239d9679835844e4) — davboecki / githubweb
Update to OpenComputers 1.4 API. Close #519. (commit: 96b84ec9da3d2095d37e72df80b8477589c2db4d) — davboecki / githubweb
Fix #478. (commit: 1cd57489e7c3ad98ad9057a76a3ee159e60729b3) — davboecki / githubweb
Update to BC 6.3 (commit: 868d5eb322d1b2af2ca51b0398a65dc5a5865dbd) — davboecki / githubweb
Clear old unused GLLists. (commit: 0c98a6c0701411921612dd7c055d2ff49a820bd3) — davboecki / githubweb
Fix Rebase. (commit: ef9cfdc63d7e88132cca05c50b27798518384d89) — davboecki / githubweb
Fixed AOB Exception in ItemIdentifier (commit: 702e93b56b7a8675764c328979c56edf41b50ba3) — davboecki / githubweb
Actually fix the AOBD (commit: 69232beac5f60e7471e95c225f60ac0b2c7f6526) — davboecki / githubweb
Add support for TD ItemDucts. (commit: a6ba8da9ac34417f6fc1ee830ce877c99e6ce657) — davboecki / githubweb
Fix Compiling issues. (commit: ab1b1463769b7e9c117208fb4a917502cc6ea884) — davboecki / githubweb
Update Checksums to match with the obfuscated TD version. (commit: 288b3c1e6be2a6fe8716b051723f752b461e3b38) — davboecki / githubweb
Fix #601 (commit: ed0929d3fabf0b18c8497523417ab38af0586337) — davboecki / githubweb
Implement Fuzzy Upgrade for ItemSink/Basic-Pipe. (commit: 41504a4667ef9f2e8fc6a58bf184ba6f4d921924) — davboecki / githubweb
Add new Solid Block model and textures. (commit: dc576bf71305052e327a99c948802ba60edee78c) — davboecki / githubweb
Update to newest TD version. (commit: b2fc25044931ac08d7c13c95116033cb3cf9ecaa) — davboecki / githubweb
Added New parts designed for Standalone Crafting (commit: 8c805c3824125a0d12e0042c286000b431ded9cc) — davboecki / githubweb
Updated Structural Pipe Frame Texture (commit: bc3163077ef0811cebade5b9da549eb410021e5b) — davboecki / githubweb
Added new Config Option "ENABLE_BETA_RECIPES": (commit: f627df787fc5db4fea6039634f256e9bcbeb7181) — davboecki / githubweb
Updated en_US.lang to match new Items (commit: 606416f8d517eefe32fe2372a69b798c14402707) — davboecki / githubweb
Made new Items not require a FML Querry on Config Change (commit: a33af95419be01493abb14ce497a6ae9631521aa) — davboecki / githubweb
Fixed a Nasty Dupe bug! (commit: 77595fc4b5134767f2fd5770f6a1849a9ebf3422) — davboecki / githubweb
Fixed another insertItem related bug (commit: c69fbf6a4716c557318f9c8b14615b92e4d26f1c) — davboecki / githubweb
Fixed drawing of Inventory mode text on ProviderGUI (commit: a11c6f1059ad87699898f48d0eaa3a3aeba1116a) — davboecki / githubweb
Update to newest TD (commit: 409663628399000da2e8462339cf4b77fafe042e) — davboecki / githubweb
Prevent #615. (commit: 4998abce9683be70ad8d8040bd99625791580578) — davboecki / githubweb
Fix possible OOB exception. (commit: 39af22b8e212373ec2770c56829c23d573f91856) — davboecki / githubweb
Fix #618. (commit: 7eb2aaf94abe0a1e8c2d055f96c6e9e8ffc17392) — davboecki / githubweb
Fix #618. (commit: d0b7f092e6cfee4e11d00dbb03609a2dad17ac7e) — davboecki / githubweb
Restore sink Functionality. (commit: ffe49b5eaacbecd667171187f9e89524903698ab) — davboecki / githubweb
Start working on module upgrades. (commit: a8e23aecfd05b8226cea9d1978ea096c6a6ed3b0) — davboecki / githubweb
Add Upgrade Module Upgrade. (commit: bf34f76c72b906b7019d96435c62276d8ecf5328) — davboecki / githubweb
Allow LP to deal with recipe overlapping. (commit: 8ba7335b6a4f975af878aed74e38e0054ed93d03) — davboecki / githubweb
Remove debug code. (commit: 1ab9f24825532afb78fc2c12504b614001a7d570) — davboecki / githubweb
Update version number. (commit: b091d1b0baf7fb81af6c1470431a4b8c5062882c) — davboecki / githubweb
A Satellite pipe module doesn't need Target information. (Fix NPE) (commit: f34e69e95ff11c73185bfe91690dcb7199ecd4b9) — davboecki / githubweb
Fix #458 (commit: ac30782c6a6f6d96f9b99f5e6116051e8cce3fae) — davboecki / githubweb
Improve NEI compatibility. (commit: 1db906d0cd97e8592f747cda7f2bee670523867a) — davboecki / githubweb
Add Lang to new GUIs. (commit: 35f0ee940ad37e91c0efefbcd984b4379bdff613) — davboecki / githubweb
Add LP NEI import support for WILDCARD_VALUEs. (commit: a7810664e122f17af04403779be9dfc9b2990e51) — davboecki / githubweb
Add ToolTips to NEI import GUIs. (commit: 493fe7f6be59bcd59aa1d9a10496c15ee2affbad) — davboecki / githubweb
Add PopUp for Fluid Selection. Use the middle mouse button to access it. (commit: 63381b29f9ee19d887345e558311ba1921a87288) — davboecki / githubweb
Make fluid selection PopUp default behavior. (commit: dc399790b3b161eab340725b7d03b8af3d0d947d) — davboecki / githubweb
Fix wrong scala Arrays import, again. (commit: 3d760b3e45611fdfe71df711758fbfe7450ac19e) — davboecki / githubweb
first pass, make provider able to extract also (commit: 1198ed72deb81aa3aac550f7d564d9a2f9ab6d67) — davboecki / githubweb
Implement Logistics Statistics Table. (commit: 1bf45a36f3037d2f451b3e1e2a6909bc7f786b39) — davboecki / githubweb
Add some computer functions to the LP solid blocks. (commit: 58d1dc5c0991f514f0e4da442239c5b828ef3b66) — davboecki / githubweb
Start working on new pipe model. (commit: 2f50b2193fea2d360b2d839c4e8cd14c14f7bc93) — davboecki / githubweb
Make LP compile again. (commit: 0ece76c151790205103b33ab628b35431b7d456a) — davboecki / githubweb
don't build packets that are not going to be sent (commit: 33555e54145fe558c049f01329c9eda8733c3967) — davboecki / githubweb
More work on the new pipe model. (commit: 9ce97454a5014a8645f661f146989ff411a1c7a5) — davboecki / githubweb
Fix scala references. (commit: 57d5afcb551009f660c9734332fe7aa455d7fd91) — davboecki / githubweb
Correct fluid rendering coordinates. (commit: 0e800398d77b1fc48619bb6688910977761d989d) — davboecki / githubweb
Fix fluid transparency. (commit: 7e2a765cf861fbca2864d0e01b6754d5dcf481fd) — davboecki / githubweb
Retexture and put pngs in RGB mode (commit: e216067889c1b2dd76c6fc77c5ec547ce8ed6e0c) — davboecki / githubweb
Set glBlendFunc to standard values, because problems (commit: 86c74bcc0ef34c8a5c59af64486a4eb3f72535e8) — davboecki / githubweb
Fix backwards compatibility. (commit: d25355904ad6bbe89016be97c02038b1ba93b1eb) — davboecki / githubweb
Fix NPE. (commit: 67883e7755721e164ba4a7a8b2f0008422e1be03) — davboecki / githubweb
Start adding basic unrouted Pipe. (commit: 1d13df1661c500de1f9abf30f8df33863c1e3b63) — davboecki / githubweb
Make Provider Module default to passive mode. (commit: 1b9a8c35fd0aeac076971fdb2156e65c0fb24ccb) — davboecki / githubweb
Fix rebase conflicts. (commit: c0ece2eec89a5028735985312e03f0627441d86e) — davboecki / githubweb
Fix Solid Block not getting the orientation client side. (commit: c263bc8e5b12b62bfffd17eacf751a5ace02172c) — davboecki / githubweb
Revert provider module to old behavior for now. (commit: 3bcc639d46e0a85a265b8fce5a1820e4e958944f) — davboecki / githubweb
Start Logistics Settings GUI (click pipe controller anywhere). (commit: 817834b8260b2bf88493aaf84048728dccc6dc48) — davboecki / githubweb
Fix #486. (commit: aed83ee22f06d047589189f82a023374336e03b5) — davboecki / githubweb
Fix Rebase and close #505. (commit: f3fdaedece41e82ca7e94012c354197550fcc56d) — davboecki / githubweb
Add special connection for new EnderIO's Dimensional Transceiver (commit: 2f1355c771ff5f24258d05bce424cc8f10bdbdc5) — davboecki / githubweb
Fix #510 (commit: e273f334761f458d045eb53c16c32694be82e22b) — davboecki / githubweb
Fix Rebase. (commit: 4c23b133714139c085813a071f883af392fa9c17) — davboecki / githubweb
Remove Damage value limitation. (commit: 5fb8ee9a0dc64280ad0525db0313aef7ebe355d6) — davboecki / githubweb
Add basic OreDict support for the request table. (commit: 0e27b2fd9c1a6e241530cca360ec6431a4eeb5bc) — davboecki / githubweb
Update to OpenComputers 1.4 API. Close #519. (commit: 489520f0ecb39a1ef2331103ee15b91fbb398594) — davboecki / githubweb
Fix #478. (commit: 45ecfdf24015953d6a94d0b291f1832891b03f31) — davboecki / githubweb
Update to BC 6.3 (commit: d7e804e0152edc67ed54373e6d00ac4d669caead) — davboecki / githubweb
Clear old unused GLLists. (commit: 3648a76694e94d4b6bb1c36e007fcf34dbc30e74) — davboecki / githubweb
Fix Rebase. (commit: 0becf668faea9e3ae4ed31f905646a929a2c0ea9) — davboecki / githubweb
Fixed AOB Exception in ItemIdentifier (commit: 73736647a443d64ef32341a86a57bdfa6748e1de) — davboecki / githubweb
Actually fix the AOBD (commit: 35d4af70ccb84049564d930e098ee15d9037882e) — davboecki / githubweb
Add support for TD ItemDucts. (commit: 350e2d03d0336d48df3de611f7be2d62fe171026) — davboecki / githubweb
Fix Compiling issues. (commit: b66ec5f7f6366de750e7850675c6a08d82fd08da) — davboecki / githubweb
Update Checksums to match with the obfuscated TD version. (commit: 9b01adf6f7b89f342a7e98f0fce4a5493cc41336) — davboecki / githubweb
Fix #601 (commit: 95507240507c099a766c073c2762a75700084ad7) — davboecki / githubweb
Implement Fuzzy Upgrade for ItemSink/Basic-Pipe. (commit: 9428e289d96c2397ebb269c0a364c7ca0f4146e8) — davboecki / githubweb
Add new Solid Block model and textures. (commit: 3334aa5d243578f265669e36757192c6b2c15c4b) — davboecki / githubweb
Update to newest TD version. (commit: aa618a0631627cb04012613388d2b836e9ec93f8) — davboecki / githubweb
Added New parts designed for Standalone Crafting (commit: 4bd3413f1bec07205ca7c23fbfa32625d832249a) — davboecki / githubweb
Updated Structural Pipe Frame Texture (commit: 453aa9bab22cf144d48864f4cfe3f40db8419c9d) — davboecki / githubweb
Added new Config Option "ENABLE_BETA_RECIPES": (commit: 54dd0b084f7708d688608d221c0aad9679d873d7) — davboecki / githubweb
Updated en_US.lang to match new Items (commit: 3a07c9801f969b37d84c6dedb9dfcc90dd6493ca) — davboecki / githubweb
Made new Items not require a FML Querry on Config Change (commit: df1fb4f48d86ac3512f2db0d2cdb2119c82c117d) — davboecki / githubweb
Fixed a Nasty Dupe bug! (commit: 33fbc719ecc83a38855df54ab069fb8cdb726b50) — davboecki / githubweb
Fixed another insertItem related bug (commit: 9157b43e22af5b0644eb2c361ab78ee407a25b88) — davboecki / githubweb
Fixed drawing of Inventory mode text on ProviderGUI (commit: 69e32b11f2f153586868daf403d9f13a207bd7ce) — davboecki / githubweb
Update to newest TD (commit: 33e3e08add5bb5a98e5a37727d2da5a26ac22100) — davboecki / githubweb
Prevent #615. (commit: 2bdc5c11821418fa645450634031c9553974f4dc) — davboecki / githubweb
Fix possible OOB exception. (commit: 2a9c42ac385451a6bea99cc57a044daa3bd2dfd7) — davboecki / githubweb
Remove GregTech DigitalChest compatibility (commit: 614fb15df2197a7791f3bf29a34d82d77a3003b5) — root / githubweb
Added renderItemStack function into BasicGuiHelper (commit: 870404e105151d89257ed4978a442006919ad09d) — theZorro266 / githubweb
Added OpenGL Debugger with IntelliJ Form (will change) (commit: 0b2c496243826b4c6e73578533a7b20556d208bf) — theZorro266 / githubweb
Added all possible OGL boolean values for now (commit: 4f0f50933e72ed6b27f805db3727e8990bbfbebe) — theZorro266 / githubweb
Cleanup code and remove IntelliJ Form (commit: 196417b068cbe091fb07d619af53e1edc1d80003) — root / githubweb
Nicer method for checking sums (commit: 1a9b1b347fceeeab0f9d386e337eb7d25a8734d7) — theZorro266 / githubweb
Update checkstyle configuration file (commit: bb4a7270e2ee026cc2880c14145bacd11abd8564) — theZorro266 / githubweb
Rename style files (commit: 3a44cfa39c27a057453663c8a0cd3a09de9bd578) — theZorro266 / githubweb
Fix #667 (commit: 8f1079a3b1755e6e172dd4b10f67410ebc219fc6) — davboecki / githubweb
Fix fluid crash in newest forge (commit: 2eddaa86c265bd05cc75f4169da0aee3ca70f40a) — dcseee-github / githubweb
Fix Sec Card Not disappearing when deauthorizing. (commit: f45c62060511e87c36d4406454678e1cf38a86df) — davboecki / githubweb
Remove unnecessary copying of EnumSets in ServerRouter (commit: bb8a57665c4f80a76fc1911d77ae39153783fdc3) — thelonewolfling / githubweb
Added support for IntelliJ and documentation (commit: 448643b52ed780d7095f1b558e6ef3222240711e) — root / githubweb
Remove Damage value limitation. (commit: 2a945c4166ad82ddbf3bfff406539e98ab89e097) — artforz / githubweb
Fixed AOB Exception in ItemIdentifier (commit: a5567ad9e5b2f31dedd589bdb30681f4c1aeeca8) — artforz / githubweb
Actually fix the AOBD (commit: c46fdf648c76452db1e580873916baab065d40e3) — artforz / githubweb
Fix off-by-1 in copying old to new array introduced by "Actually fix the AOBD" (commit: ca989fa17ecd6cb01739a86fd3da2bb02751f6f9) — artforz / githubweb
Close #611. (commit: 14c19a8d652da79caf375e9b4cfac4cc74ee55c6) — davboecki / githubweb
Fix fix #611. (commit: 56e22c8e1bd044dd91639f39e37a9ca3d2c6252f) — davboecki / githubweb
Restore sink Functionality. (commit: ffe49b5eaacbecd667171187f9e89524903698ab) — davboecki / githubweb
Check the CorePlugin and not the ClassTransformer. (commit: df3dc0783d534581d678688c9ac045d9e1a9f72d) — davboecki / githubweb
Multiple fixes for crafting pipes/modules and item miscalculation. (commit: 57c5bdd3e31ee63dce83832df5635ae665ad7b05) — davboecki / githubweb
Update to build against BC 6.4. (commit: 0838f9ff461af68320c954437d88b657f6e97cec) — davboecki / githubweb
Fix Facades not rendering correctly. Fix #576. (commit: e2ef4453860b2543f0a98459cf4c8838a22f8069) — davboecki / githubweb
Fix #586. (commit: 50a96d759924cade58dcec2ee6a13fbdc9d81178) — davboecki / githubweb
Update forge build version. (commit: 1d6e08898d47f9cd6640310ecf8355b1943e6068) — davboecki / githubweb
Include a BON based runtime deobfuscation into the DevEnvHelper. Update LP to look for CC 1.7 and not 1.6. (commit: 06cbaaf45b350a78e5855c488bd76ceae062de9b) — davboecki / githubweb
Fix Disabled CoFHPowerProxy causing a crash inside the RFPowerProvider. (commit: 83b483bf0c8120fd3dbc09ec98287ef3aa89f2d5) — davboecki /githubweb
Fix forestryProxy recipe crash. (commit: ffdb42822ebd70a5d802a727108d85ef4f8598c8) — davboecki / githubweb
Update to new ThermalExpansion. (commit: 5282619c1bd968b83890105818c5fcc1b5807d23) — davboecki / githubweb
Fixed LP using Legacy Honey for Foretry Recipes (commit: 6ace9dd05c6da298be0394282de75bd5d24dbeb2) — simon.wienecke94 / githubweb
DERP! That went Backwards (commit: 2d412ad2bc44e12e22ed13fd74a8612e6bfb68e7) — simon.wienecke94 / githubweb
Allow LP to work with BC 6.4 as well. (commit: f11bd037d38df00352e0bf041c2e0fd93596054d) — davboecki / githubweb
Fixed not being able to switch between (non)Carpenter Recipes for forestry related Modules (commit: 47bb5b9c102ef45a1b548c899ba852e03d3863eb) —simon.wienecke94 / githubweb
Fix dependency on ThermalExpansion for power input. Fixed energy output for new versions of CoFHAPI|energy. (commit: cebfb757bae196b65cc293ce66ee253bcb6b230a) — davboecki / githubweb
Fix Pipes not connecting when the BC proxy is disabled. (commit: e63242f27d8a33a92cf0a74ee346db39279bbb7f) — davboecki / githubweb
Fix bug when clicking on BC gates on LP pipes. (commit: 364b785eeff9137b23bf9ca40bff2ec2743313f2) — davboecki / githubweb
Fixed #562 (commit: c0fe9e340c794f274f000f93b3d9120b63523faf) — drummermods / githubweb
Work on AE Fluid Support (commit: 54df8b80d49fdf98e549b4710ca62e0340b6a5f0) — drummermods / githubweb
Added EC Api (commit: e9dc736f41ba7e35e66e8803271310c19608d01c) — drummermods / githubweb
work on AETankHandler (commit: 0f8a02ab29b1a212c3921740c2b36718b4dee1e3) — drummermods / githubweb
Fix abstract method exception. (commit: 69963a8c5aac1923d3bffc98b322711bfe4a23ca) — davboecki / githubweb
Add way to check if the pipe has been initialised completely before processing a packet. (commit: 05863cb6a3424f5a192c31268978daea34bd4a55) —davboecki / githubweb
Fix wrong world used for Tesseract connection. (commit: 190f8b3b17c018963914b4c161fb25a61af2e442) — davboecki / githubweb
Fix wrong import. (commit: 23435b9e6f975a87a6f1d49df592b107fd9175ed) — davboecki / githubweb
Fix possible bug. (commit: 34eb2fcd295cc95c9a66e05fa2441070471cfe85) — davboecki / githubweb
Fix Render Update overload. (commit: dd8bd94fbfd6f41a0ee4115baa08a2674312c234) — davboecki / githubweb
Fix #555 . (commit: 02578b41d453925f2b74a6c02b22f4f03f53b274) — davboecki / githubweb
Update to BC 6.3. [Waiting on BC PR] (commit: 267db38e86774ca105c72c037f2f00d351a6b327) — davboecki / githubweb
Update to BC 6.3.2 (commit: 8d7fb96212f36f7fb6fed328cdba0a27707f0812) — davboecki / githubweb
Add more checks to prevent NPEs in the AE inventory handler. (commit: 95eeb9fb3e6a11cca8137a33098755bd1fabe3f6) — davboecki / githubweb
Add null checks to fix #521. (commit: 07c0b8837615c66e2f88f0a8c7d64a389a6245f9) — davboecki / githubweb
Prevent #523 from crashing. (commit: e0b3b58ed6c0b43ad46d1a41b9d1e700d8756ade) — davboecki / githubweb
Fix #464 and #535 (commit: e47242e1d4a926cd1847ad46074233d20a528bd4) — davboecki / githubweb
Fix #531. (commit: aa6fea7b77ae0044eab0c9fc8002ee9c1ae8b706) — davboecki / githubweb
Fix 522. (commit: 58b9eca9f154a95b7af096091039ac4b4aa11ed0) — davboecki / githubweb
Update to BC 6.2.0 (commit: 3e0cc029a348a44b6b4eeb62fbb2981c3f690a7b) — davboecki / githubweb
Fix #507. (commit: 4c30ca0e99fdce18c91ac7706d859ed03427aff4) — davboecki / githubweb
Fix #495. (commit: 1a6110e562a3091e18ddfc9a49192d410fe6ecc7) — davboecki / githubweb
Use the correct Inventory side when checking for Specific Interest. (commit: 409f1b4d004e82faed7980250e23e156a67e6eab) — davboecki / githubweb
Fix #481. (commit: bb5421e47e6eedacdd8a580d6e75d44bb874799b) — davboecki / githubweb
Add more null and FluidID 0 checking to users of getTankInfo (commit: 33adb29127a10cbb47ae28a4ab0ee4971c5e1692) — artforz / githubweb
Make LP work with old ASM versions again. (commit: f1dd9a2ba030a6500d07ce8c404ac3ff8970bc85) — davboecki / githubweb
Update to BC 6.1.5. Remove BC 6.0.x support. (commit: 4a31106941381f0a7a2e5502ea734af406d39a74) — davboecki / githubweb
Un-asterisks-ize (commit: fa3b0763d437df9410ad86dc314f7f318c8df630) — theZorro266 / githubweb
Added check for unknown direction and cleanup (commit: aa385803b8a4acb3b6a80b9ad8f1bf8892b0a8b1) — theZorro266 / githubweb
Rename LP Formeter.xml to LP_Formatter.xml (commit: df44d85400b842c7007dedb77f7f0a7972191975) — root / githubweb
Add Crowdin for lang handling. (commit: 35107e05b1ab29b1e7b2eb7ac99145b5f28ae9e1) — davboecki / githubweb
Fix items not drawing in the crafting table GUI (commit: f59062cfd77290c7f83b778d70b59a804dbc29e9) — theZorro266 / githubweb
Fix possible NPE. (commit: 911026e6f6c2f053a1d2d596f22b4b5931943b5b) — davboecki / githubweb
Add support for BC6.1.1 parallel to BC6.0.17/6.0.18 support. (commit: a42124f00a0c2e844776cd10be23612e2e6c19a4) — davboecki / githubweb
Add BC6.1.1 LP build file. (commit: 4409983a5a81628e81ee8829d82004eadacfcc23) — davboecki / githubweb
Use included gradlew. (commit: 8571e104992c335f843dbaa2eac207f45102770b) — davboecki / githubweb
Fix hasGate function. (commit: a16f275d1ef5683e9f6beb4acee70d05935aed05) — davboecki / githubweb
Please don't send the packet for unwatched changes (commit: 49c75b694d6de3c95c10eb0a1ee16a4cd467dfa6) — davboecki / githubweb
overloads caused by lots of 1 item shouldn't lag (commit: 7f797afdc98b3478758acf309d667c20936bcbca) — davboecki / githubweb
don't use a triplet, store the actual ItemRoutingInformation (commit: 43647e63630cc354c089fe576a90d9e726b94844) — davboecki / githubweb
stack "might" be null if you've sent it (commit: 93901f6ef7b4443c908142dc477087d2618202f2) — davboecki / githubweb
handle partial insert into a full InvSysConnecter (commit: 030b815916a07d2192b6fa5b0094a4d1505f5add) — davboecki / githubweb
now with code fixes so it actually compiles (commit: ec7d01b9bf5b630fc7d9444d8f7cf1d0bb4744bc) — davboecki / githubweb
typo fixes (commit: 12d3d1149b1af741fe98e1d038cf962b4162df0e) — davboecki / githubweb
Please don't send the packet for unwatched changes (commit: c28ec8fc561ec8228fb0be2fd559722e1c5335ba) — andy.t.roo / githubweb
overloads caused by lots of 1 item shouldn't lag (commit: cef1781bb15cc5873e4508e201819c8cad60859a) — andy.t.roo / githubweb
don't use a triplet, store the actual ItemRoutingInformation (commit: 5ef7b26602ebfe37986ad4b178d5c8357d3f64ad) — andy.t.roo / githubweb
stack "might" be null if you've sent it (commit: 33e8623f160ad7639e826c6ea1342e6554630e1c) — andy.t.roo / githubweb
handle partial insert into a full InvSysConnecter (commit: 04cdf63cb8fd97b507c85df010327c817bfeead0) — andy.t.roo / githubweb
now with code fixes so it actually compiles (commit: df6f9c0cbab4620665fd72ce5aef91b14c62a6f0) — andy.t.roo / githubweb
typo fixes (commit: c3a67eb1fead3ad13e3d4e20cb77c8456bbb1b57) — andy.t.roo / githubweb
Fix LP Computer Interaction performance. (commit: c145d5627e4868c6aaaa9cafe3dc6bd803414859) — davboecki / githubweb
Fix crash caused by notifying other blocks of the pipe placement to early. (commit: 17bfb63aded765e1d697d18e223b6a44b595383e) — davboecki / githubweb
Fix possible NPE. (commit: 9427ccda4caaafd7cbedaaa91f70459bd85d267d) — davboecki / githubweb
Update to compatibility with Forge 1217. (commit: 5321b002500f7c063f5b6eb363e4039661bea13c) — davboecki / githubweb
Make log calls DEBUG only. Close #445. (commit: e07773c92c139e9a242d225dbfbac041c641a94e) — davboecki / githubweb
Fix #453. (commit: d395e40253b7b366562c33e9b217cd03cf478d5a) — davboecki / githubweb
Fix NPE. Close #454. (commit: 2e789b796c658e3a03d06e4ee7c8c04e1c1f6498) — davboecki / githubweb
Fix NPE when connecting with Tesseracts. (commit: 4ff8bfc4664046a5843d7e20bd3db103a84c2840) — davboecki / githubweb
Fix switched arguments. Fix TE machines with crafting pipes. (commit: 691f88d7ed5ce3299737ad8e6682d9c25807fc48) — davboecki / githubweb
Fix possible dupe bug. (commit: 598856dc9b17cc755b9aec1a249bf7cd9da0be99) — davboecki / githubweb
Update BetterStorage integration. (commit: 6d5786ce854cd672cfd694fcd1e014b918e50305) — davboecki / githubweb
Allow BC version 6.0.18 as well. (commit: 9daf6d19e6de201512a67f4b0981b138015443d5) — davboecki / githubweb
Fix issue #423. (commit: 7ab0daed10b40f86636df585e669813aa9e3ef8b) — davboecki / githubweb
Fix issue #436. (commit: 28f11f2b560c0c2469fda532b314fe9e00406696) — davboecki / githubweb
Add API to access the pipe inside our TGP. (commit: d7a975e48425a640a7e5e61e59fb2cce485b3443) — davboecki / githubweb
Remove unused imports (commit: 101550be79dc4dfed0172dbe0cfe77e8d9876e7c) — artforz / githubweb
Don't add empty strings to the oreList, remove impossible null check (commit: d61d672e9634f9abc008b2ddd0b42792f7b17fa4) — artforz / githubweb
Add multi-name support to OreDictSink GUI (commit: 42c13079d8172372b30802510be746f5d9e29310) — artforz / githubweb
Start implementation of the logic control system. (commit: 4969d18f8eee2805c777734e6ec2df4561a87e4c) — davboecki / githubweb
Create zh_TW.lang (commit: ced6ad14eebe052e27aacea7d2e3430e077c43b6) — verybigbro / githubweb
Fix #430. (commit: 66d23fd4ef1f80d63e5f56b8814a6676d5184f6a) — davboecki / githubweb
Fix AE2 Inventory access. (commit: 857ab55538efaf94a8d1c2a20145053422ce045c) — davboecki / githubweb
Load the AE2 Integration when AE2 is installed. the integration currently doesn't work. (commit: 120b25800acabef73eae817ade2fc0281f4c0437) — davboecki /githubweb
Remove unneeded constants from LogisticsPipes.java (commit: b3bc17ab375f23e5a2a4046e99cb451ae6ed71ed) — davboecki / githubweb
Add proposal style settings. (commit: 1ae0b38a6e7d3acb6844d3676a52faf24f571378) — davboecki / githubweb
Fix NPE. Close #428. (commit: 925d0ca567db6b2e145e7a64f5db36255bb19ba6) — davboecki / githubweb
Fix pipes not connecting ofter an power upgrade was inserted. (commit: fbd6cdf26c62fac56a87c51627664256da0cf145) — davboecki / githubweb
Fix BC pipes sometimes not connecting to LP pipes visually. (commit: a029d5835cc265d103aef83d7310de521737b70c) — davboecki / githubweb
Add Minimum amount to the fluid supplier pipe mk2. (commit: ca61d1c031727c9ab8a05e35244f07060d4382f5) — davboecki / githubweb
Add description to CCSinkResponder. (commit: e19d971d1715028b03ab9aea2ba0e13b6a5eee42) — davboecki / githubweb
Remove BetterSigns Proxy. (commit: e1b785627efafa2973edf5a0e1c53d7b62801947) — davboecki / githubweb
Find constructor by arguments. Fix #426. (commit: 38dedb2340f2cb7dad2d2eebf2fa1548cb6411eb) — davboecki / githubweb
Move more BC integration into proxy classes/package. (commit: c906a74d0f097185c9d09d0ae3964a3581c5a3a3) — davboecki / githubweb
Render buffered items inside the pipe to show what is stuck inside the pipe. (commit: 7ff59722010873cc6abc336df4cc412b371564c8) — davboecki /githubweb
Use connection override instead of ASM to force BC pipes to connect to LP pipes visually. (commit: 6c53d421154aa8edbc16c11ef522825069796d5d) —davboecki / githubweb
Prevent NPE. Close #425. (commit: 2019fcb66007acc718abc8c2deeee2e0eb95d450) — davboecki / githubweb
Add previously ignored files. (commit: c4c8119e89d831960cb2d260fed082042c287b8b) — davboecki / githubweb
Fix forestry proxy item detection. (commit: 4be55ad9523d62b4b59c4ed0183c4f850ae74f17) — davboecki / githubweb
Update TE integration. (commit: 4ae9cd5bee49fef36964b82b98a67cb535535ab5) — davboecki / githubweb
Fix LP server class loading issues. Close #424. (commit: 96a365f53e46165b63ed2207eb092e69ef0310a2) — davboecki / githubweb
Actually add the item. Don't only simulate it. (commit: b5ebd69dca8041249a788666d3e0941f8c413196) — davboecki / githubweb
Move Constants for LogisticsPipes to LPConstants. (commit: 507fca0691746ac4c988e7b45a7b05e584ec617d) — davboecki / githubweb
Only inside deobf. env. (commit: 212f40fd7e820cc6fdc9e23b3e2f8b71f67a65ff) — davboecki / githubweb
Use correct ClassLoader. (commit: 04746f7c4d6e744994d1aedc34d95759a385195a) — davboecki / githubweb
Fix travis. (commit: 49de8aa604b9bf940acedad44f8ae2204d9b254e) — davboecki / githubweb
Let Security Station list all online players. (commit: 9a3f834ebe9ca7d2cd5a70ee6772999563521dc4) — davboecki / githubweb
Update Recipes to use the proxy class. (commit: 2b5143bdc191a3f63a8c48d81853f2284e50fcac) — davboecki / githubweb
Import organization. (commit: 0143fa2ecc61cba37ba171109e711acfc289f962) — davboecki / githubweb
Remove missed debug code. (commit: b02aeda5a6751c8fb51c6bd63b6bd01b4035d615) — davboecki / githubweb
Fix Security Station pipe break prevention. (commit: 075eb1a7b0d568dbcd65c0802f1a736cd5e98c4a) — davboecki / githubweb
Removed missed debug code. (commit: a0bff855a6f49bb1892d776fa510b12e0340c025) — davboecki / githubweb
Fix LPs BC gate trigger and actions. (commit: 8e5959d5ffa44f61f46d0634e878d0a911e5d8a7) — davboecki / githubweb
Mark classes modified by LP's ASM by modifying the file source. (commit: c87bad4d3076c485687ad94c16f8536d0e6d83da) — davboecki / githubweb
Remove Network monitor and Upgrade manager. (And small recipe tweak) (commit: c01a28f097480b060e392125f3a1ce3f46bd41b8) — davboecki / githubweb
Remove unused mod integration. (commit: 08d718b9405cedb0da9e26683029e496e0b586ee) — davboecki / githubweb
Update to some of the mod integrations. (commit: 6b5d6755cbba63d9c71d387888fee98e0976e6fa) — davboecki / githubweb
IItemConduit -> IItemDuct (commit: 1cc2f548790ac37366cba7311a07f3259cc2899b) — w00tc0d3 / githubweb
Fix possible NPE. (commit: 879d8c97c4f7b89626ef0aafc4e021bad4aeac92) — davboecki / githubweb
Update to 1.7.10. (commit: f4c7ca345a93d45567a2e4108830f517956521a7) — davboecki / githubweb
Adapt BC power supplier to work with the new BC power system as well. (commit: e82d8431854d2d4bf7f0919f8640c8e55016bd70) — davboecki / githubweb
Fix Gates on LP pipes not detecting redstone signal. (commit: 7cbfd7940716346bf2b0f7774601736ffd443ddb) — davboecki / githubweb
Clean up BC references. (commit: fbece7bea0ef172224ededc437da882579cb1a41) — davboecki / githubweb
Move Soldering Station to LP power system. (commit: 1036cc9946f079d81ceb306e9939a216b02bf2e5) — davboecki / githubweb
Fix mcmod.info (commit: 015de82001d0da8d0b0802d3a313b955d895dc54) — davboecki / githubweb
Make Crafter and Supplier module available in normal builds. (commit: 894e6a0b86bb3e2da7b3854bf4cde9f57af774ee) — davboecki / githubweb
0.7.4.dev.209
Fix provider pipe not respecting canExtract correctly.
0.7.4.dev.208
Ad recipe and language entry for opaque upgrade
0.7.4.dev.207
Fix Power textures for chassi pipes.
0.7.4.dev.206
Fix BC pipes exploding again when there are too many LP items.
Removed debug message.
Improve clientSide item positioning.
Add opaque upgrade and config option.
0.7.4.dev.205
无更新
0.7.4.dev.204
Use fineName and equals method to identify power texture.
0.7.4.dev.203
更新中文汉化文件zh_CN.lang
0.7.4.dev.202
Add Save button to Tree View, to save the tree as an Image.
0.7.4.dev.201
Fix possible NPE
0.7.4.dev.200
Generalize the CraftingSignCreator to PipeSignCreator. Add ItemAmountPipeSign mode.
0.7.4.dev.199
Limit cache clear to Main and Server Thread.
0.7.4.dev.198
Fix possible NPE.
0.7.4.dev.197
Fix SMP tick handling.
Fix Pipe connections.
0.7.4.dev.196
Fix Wrapped VersionNotSupported Exception.
0.7.4.dev.195
Attempt at fixing Jenkins builds.
0.7.4.dev.194
Rewrote internal Item handling inside LP pipes.