Unknown
7a567a8722
Added transporter containment and scanner (wip)
...
Refactored MovingEntity to support transporter
Added ITransporterCore API
2018-04-11 11:00:07 +02:00
Unknown
07b23d9de7
Code cleanup
2018-04-01 18:57:51 +02:00
Unknown
647dd82f77
Fixed uncloak LUA script for OC
2018-03-08 22:55:55 +01:00
Unknown
4960c996bb
Integrating transporter (wip)
2018-03-06 02:59:51 +01:00
Unknown
6e456f5efc
Added OpenComputers 1.7.0 to test environement
2018-03-05 03:52:42 +01:00
Unknown
1307824dea
Improved assert tolerance for air spreading at y limits
2018-03-05 03:52:21 +01:00
Unknown
56061493fa
Improved jammed effect so we can see the block involved
2018-03-05 03:51:16 +01:00
Unknown
8e283e70d3
Updated transporter block textures to 1.10+ naming scheme
2018-03-05 03:50:37 +01:00
Unknown
80616c2f77
Added transporter FX in source & destination areas (wip)
2018-03-05 03:26:23 +01:00
Unknown
50812ff0d8
Code cleanup
2018-03-05 03:25:01 +01:00
Unknown
3f23a398f2
Fixed air propagation above/below world limits
2018-03-03 11:32:00 +01:00
Unknown
6bbe69b631
Code cleanup
2018-03-03 11:31:09 +01:00
Unknown
0e22c03d27
Added Malisis doors to anchors
...
The mod fails to register its block properly, causing random NPEs during jump
2018-03-03 11:30:15 +01:00
Unknown
ea506af4f2
Removed upgrade items in favor of component items
2018-02-22 23:22:12 +01:00
Unknown
d835480ac5
Added transporter (redesign with fresh reimplementation) wip
2018-02-22 23:22:12 +01:00
Unknown
0180bdd40b
Fixed #265 OC needs restart on chunkloading
...
This upgrade might break OC1.6 support
2018-02-22 23:22:12 +01:00
Unknown
859c01ca02
Fixed OC LUA script for radar showing status offscreen
2018-02-22 23:22:11 +01:00
Unknown
23f3c638a6
Fixed CC LUA scripts crashing on error
...
Fixed code review findings in CC and OC common library
Refactored CC and OC LUA scripts for radar
2018-02-22 23:22:11 +01:00
Unknown
6c7a0e4207
Refactored entity movement
2018-02-19 02:31:43 +01:00
Unknown
e0cbb632f7
Code cleanup
2018-02-19 02:31:43 +01:00
Unknown
484eecf299
Improved transporter status message
2018-02-19 02:31:42 +01:00
Unknown
6a281e66ca
Refactored status messages
2018-02-19 02:31:42 +01:00
Unknown
50c3275210
Added filter for redundant tooltips
2018-02-17 15:27:00 +01:00
Unknown
de8fd21c2b
Fixed force field projector support for MFSUs
2018-02-17 15:26:36 +01:00
Unknown
66e291b1f7
Improved jump logs during sequencer creation
2018-02-12 03:12:24 +01:00
Unknown
9add0db905
Improved console log when enan reactor explosion triggers
2018-02-12 03:11:41 +01:00
Unknown
e510372679
Integrated chunkloader rendering
2018-02-12 02:44:45 +01:00
Unknown
63a8cb02c3
Code cleanup
2018-02-05 23:44:27 +01:00
Unknown
e2b780eecd
Added stairs as air sealer since vanilla reports a slab bounding box
2018-02-05 23:43:59 +01:00
Unknown
8f03d7c6f8
Reimplemented chunk loader from scratch
...
- removed ticket count bypass
- added guide message (wip)
- added configuration
- added upgrades (fixing #277 )
2018-02-05 03:43:27 +01:00
Unknown
8621d2911a
Code cleanup
2018-02-05 02:19:08 +01:00
Unknown
535da4c617
Code cleanup
2018-02-04 17:08:11 +01:00
Unknown
b0e3183d11
Merge remote-tracking branch 'origin/MC1.7' into MC1.7
2018-02-04 11:30:59 +01:00
Unknown
7d2c9873e4
Code cleanup
2018-02-04 11:30:38 +01:00
Unknown
b5062b0485
Code cleanup
2018-02-04 02:52:58 +01:00
Unknown
dd2abbb3d2
Fixed missing echos in radar LUA scan scripts for OC & CC
2018-02-04 02:20:23 +01:00
Unknown
6b95572fcd
Updated energy textures to lower case
2018-02-04 00:04:40 +01:00
Unknown
0e63bb6867
Fixed missing echos in radar LUA scan scripts for OC & CC
2018-02-03 22:08:23 +01:00
Unknown
a51b884f44
Fixed enantiomorphic reactor memory leak & bad multithreading
...
Removed LUA dependencies from control loop (CC & OC are too unstable)
2018-02-03 21:38:09 +01:00
Unknown
00a35640db
Code cleanup
2018-02-03 16:02:43 +01:00
Unknown
7b821977d7
Added investigation log for forcefield computation issue at boot
2018-02-01 00:12:11 +01:00
Unknown
dd8a333fe3
Code cleanup
2018-02-01 00:09:42 +01:00
Unknown
75df9fbb6a
Version bump to 1.3.36
2018-01-30 20:52:00 +01:00
Unknown
747291e265
Fixed LUA crash when disconnecting a CC monitor
...
Added exception recovery in Enantiomorphic reactor scripts
2018-01-30 02:53:36 +01:00
Unknown
f617420e8d
Updated IC2 reactor laser cooler texture to hint at direction
...
Fixed initial state
2018-01-30 02:47:22 +01:00
Unknown
f48e034371
Reimplemented IC2 reactor laser cooler
...
- only support 1 reactor (not used, and simpler to update to 1.10+)
- fixed heat balance between 2 connected focus (formula was invalid)
- added max rates for reactor, component, balance and cooling
- integrated with other laser setup (powering through a laser medium)
2018-01-29 03:39:33 +01:00
Unknown
4efd20e323
Fixed LUA support for laser machines
...
- OC was missing the laserMediumCount() method
- energy method was doing bad multithreading
Code cleanup
2018-01-29 03:02:58 +01:00
Unknown
d75bbcf269
Fixed enantiormophic reactor explosion with CC
...
ComputerCraft scripts are booting while world is still loading, probably some bad multithreading
2018-01-27 22:01:05 +01:00
Unknown
005f6ec94b
Fixed default dictionary entry for bedrock glass
2018-01-24 01:46:53 +01:00
Unknown
e75179ce53
Improved world name and coordinates usage in logs (minor)
...
note: worldObj.getWorldInfo().getWorldName() and worldObj.provider.getDimensionName() are still ambiguous
2018-01-24 01:46:20 +01:00