Commit graph

1963 commits

Author SHA1 Message Date
Unknown
be8943e8d6 Merge 1.7.10 on 1.10 2018-01-31 22:37:45 +01:00
Unknown
330ae961bc Fixed CoFHCore modid 2018-01-30 23:23:55 +01:00
Unknown
d434c59281 Code cleanup 2018-01-30 23:23:01 +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
ce408968e6 Code cleanup 2018-01-27 21:55:23 +01:00
Unknown
998c74cc62 Updated subspace capacitor to 1.10 (item rendering) 2018-01-27 21:53:58 +01:00
Unknown
8bdc82201a Fixed chat prefix formatting
Fixed duplicated energy status in chat messages
2018-01-26 00:46:20 +01:00
Unknown
6fc4d01d51 Code cleanup 2018-01-25 23:55:56 +01:00
Unknown
8e7b6d235c Fixed off hand handling in block activation 2018-01-25 23:55:40 +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
f74e99c926 Updated subspace capacitor to 1.10 (rendering pass) 2018-01-22 01:01:57 +01:00
Unknown
03b913a823 Updated dictionary defaults to 1.10 2018-01-22 01:01:17 +01:00
Unknown
21a7d0fb4a Fixed inconsistent tier name normal -> basic 2018-01-22 00:48:38 +01:00
Unknown
bb65ccca8f Improved model bake beyond camouflage 2018-01-22 00:47:35 +01:00
Unknown
4b2f3adfc6 Code cleanup 2018-01-21 15:17:13 +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
f911304c6e Code cleanup 2017-12-02 13:36:58 +01:00
LemADEC
b37e453ac4 Updated forcefield camouflage to 1.10 (first pass) 2017-12-02 13:36:53 +01:00
LemADEC
d54e16fa8f Added CoFHCore for 1.10 2017-12-02 13:05:53 +01:00