Commit graph

1761 commits

Author SHA1 Message Date
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
Unknown
527fc2a87c Fixed tooltip configuration mixup 2018-01-20 19:13:46 +01:00
Unknown
95072df7ee Fixed regression in ship restoration command used by server admins 2018-01-20 19:13:03 +01:00
Unknown
28a9359e38 Improved sequencer movement logs spam 2018-01-20 14:23:02 +01:00
Unknown
6286a6b304 Removed rotation message from ship builder 2018-01-19 01:12:49 +01:00
Unknown
58f974abe9 Fixed crash when propagating air updates in non-loaded chunks 2018-01-18 01:49:14 +01:00
Unknown
a421a81b55 Removed captain assignment from LUA ship deployment
Only ship tokens will assign a captain
2018-01-15 22:19:54 +01:00
Unknown
ce7e0b8313 Fixed ship scanner unable to re-deploy at same position 2018-01-15 22:19:15 +01:00
Unknown
a7dab6b24e Improved logs when forcefield calculation thread fails 2018-01-15 11:07:18 +01:00
Unknown
24724798bd Version bump to 1.3.35 2018-01-09 22:01:06 +01:00
Unknown
f9bdfb3156 Improved default celestial objects configuration
- increased overworld size
- fixed parent reference to use only id
- improved wording
- fixed a few typos
2018-01-09 22:01:06 +01:00
Unknown
b144aad494 Added blocks and items tooltips 2018-01-07 23:14:10 +01:00
Unknown
0266a0b0a2 Added direct crafting recipes for Air shields 2018-01-07 19:38:07 +01:00
Unknown
7f8a2750f7 Added IC2 Classic and GregTech6 recipes 2018-01-07 19:37:37 +01:00
Unknown
f0909c5b4a Fixed ship jumping to overworld when landing on virtual objects 2017-12-28 13:38:22 +01:00
Unknown
3c6a33da25 Added Draconic Evolution to test environment 2017-12-23 14:25:07 +01:00
Unknown
a98706b544 Improved failed jump message formatting 2017-12-23 14:24:42 +01:00
Unknown
bcdf7974b2 Code cleanup 2017-12-23 14:23:45 +01:00
Unknown
2731b139c6 Added Draconic Evolution support, fixed #302 2017-12-23 14:22:17 +01:00
Unknown
42ad9a04c3 Fixed large ship deployment
Fixed deployment failure messages not received by player
2017-12-21 15:36:53 +01:00
Unknown
4fe1a85545 Fixed forcefields and cameras not rendering in inventory 2017-12-10 13:02:55 +01:00
Unknown
83358340f7 Fixed NEI showing Air and Forcefield blocks 2017-12-10 13:02:55 +01:00
Unknown
fb3e05c790 Added NotEnoughItems API 2017-12-10 13:02:54 +01:00
Unknown
990529fb65 Fixed #297 alternating world save folders
Forge bypasses the dimension setter in Client side, unlike Server side. This is causing inconsistent behavior in SSP. We're now delaying retrieval of the celestial object to work around it.
2017-12-10 13:02:48 +01:00
Unknown
028b85c43a Code cleanup 2017-12-09 14:26:59 +01:00
Unknown
30ae87d0f3 Fixed world loading when falling from space 2017-12-09 14:26:44 +01:00
Unknown
d58498a32c Added MmmMmmMmmMmm to test environment 2017-12-09 14:26:05 +01:00
LemADEC
e3dcd26b06 Added electromagnetic cell unstability when dropped in the world
Fixed radiation damage to scale more realisticaly with distance
2017-11-13 02:23:07 +01:00
LemADEC
6938e1030d Improved laser tree farm accessibility
Players are tempted to place the farming block below soil while it
should be level with it.
To address that, the machine will be 'jammed' with some particles when
misplaced.
2017-11-10 01:19:08 +01:00
LemADEC
e92839ab02 Code cleanup 2017-11-09 23:34:10 +01:00
LemADEC
56c1e8b014 Fixed #300 Ship builder dropping IC2 reactor content
Added ship jump trails effect
Added ship core and subspace capacitor refilling when building from a
ship token
2017-11-09 23:33:58 +01:00
LemADEC
7bf7166e4d Added workaround for forge loading chunk prior to generating them 2017-11-09 23:13:47 +01:00
LemADEC
f1e1c29d4a Fixed texture transparency glitch by Hisaya 2017-11-09 23:09:01 +01:00
LemADEC
3cab938906 Fixed console spam with unusual EMP blasts 2017-11-08 01:21:41 +01:00
LemADEC
b4adeb704d Updated OpenComputers API to 1.7.0 2017-11-01 15:53:54 +01:00
LemADEC
7ca6bfcdbb Code cleanup 2017-11-01 15:53:31 +01:00
LemADEC
c895d9aeb0 Fixed NPE crash when an LHC has no injector 2017-11-01 15:49:33 +01:00