Commit graph

2431 commits

Author SHA1 Message Date
Unknown
fa8e2430ad Fixed a potential sound glitch in siren
Code cleanup
2018-08-01 23:21:00 +02:00
Unknown
49194246ca Refactored Enantiomorphic Reactor for tiers & controller (wip)
- API simplification: instability -> getInstability, release -> outputMode, releaseRate -> outputMode, releaseAbove -> outputMode
- release above is now relative to generated energy
2018-08-01 23:20:59 +02:00
Unknown
be61742e91 Added experimental multi-block API (wip) 2018-08-01 23:20:54 +02:00
Unknown
25a22136a1 Updated cloaking core to use Diamond Crystal to upgrade tier
(this replace the previous tier() API)
2018-08-01 23:06:48 +02:00
Unknown
e1e43fd27a Applied refactors for tiers and tile entity to radar 2018-08-01 23:06:47 +02:00
Unknown
8c2c555a18 Refactored machine properties and related API
- all machines now have an enable state and a name
- all machines have a getEnergyRequired() API (wip)
- renamed & generalized events: reactorDeactivation -> disabled, reactorActivation -> enabled
- added confirmation flag to shipCore::command()
Improved ship schematic file name sanitation
2018-08-01 23:06:34 +02:00
Unknown
c0da9de4fa Refactored LUA API and updated general consistency
- renamed getters: interfaced -> isInterfaced, position -> getLocalPosition, version -> getVersion
- renamed & generalized getters: tier -> getTier, upgrades -> getUpgrades
- added getGlobalPosition
2018-07-25 12:54:17 +02:00
Unknown
f1ac449045 Added enantiomorphic reactor frames 2018-07-25 12:52:51 +02:00
Unknown
ddf84e92a3 Fixed hotbar transparency lost due to our overlay renderer 2018-07-25 12:52:50 +02:00
Unknown
c30c1831be Fixed bubble and lamp transparency 2018-07-25 12:52:50 +02:00
Unknown
948ae4429f Refactored ItemBlock naming 2018-07-25 12:52:49 +02:00
Unknown
60fa2c0c98 Fixed regression in force field tile entities 2018-07-25 12:52:49 +02:00
Unknown
0eda500a77 Improved energy handling (minor) 2018-07-25 12:52:49 +02:00
Unknown
111dbcd6b6 Fixed potential crash in capacitor related logs 2018-07-25 12:52:48 +02:00
Unknown
75f961cd98 Refactored ItemBlock rendering 2018-07-25 12:52:48 +02:00
Unknown
e99be5cee0 Integrated enantiomortphic reactor
- reduced computation and memory load for upcoming updates
- fixed rendering when placed
2018-07-25 12:52:47 +02:00
Unknown
5c9a1f2b45 Fixed regression in recipes with new tier system 2018-07-25 12:52:47 +02:00
Unknown
70ba90c411 Removed prefixes and tier numbers from registry names
Updated block rendering for atomic module, chunkloader, etc.
2018-07-25 12:52:46 +02:00
Unknown
c7c8765552 Improved console logs in case of invalid capacitor state 2018-07-25 12:52:43 +02:00
Unknown
e63aae9a1b Code cleanup 2018-07-25 12:52:38 +02:00
Unknown
5a2630d80b Integrated tile entities tiers in tooltips
Refactored TileEntities registration into the blocks registry event
2018-07-22 17:06:58 +02:00
Unknown
0f5c1ea9ed Updated forge to 14.23.4.2739 2018-07-22 17:06:57 +02:00
Unknown
6181c7762d Updated air tanks rendering to 1.12 2018-07-22 17:06:56 +02:00
Unknown
41fe9af457 Refactored model initialization for items using block learnings 2018-07-22 17:06:56 +02:00
Unknown
d2da012ce5 Fixed regression in tuning driver tooltip during 1.10+ port 2018-07-22 17:06:55 +02:00
Unknown
3f72e4a80b Improved language keys to use named tiers instead of numbers 2018-07-22 17:06:55 +02:00
Unknown
552534e0bb Improved warp isolation tooltip consistency 2018-07-22 17:06:54 +02:00
Unknown
91a12650e0 Removed abstraction layer in transporter beacon block states 2018-07-22 17:06:54 +02:00
Unknown
edd80d837a Fixed fall damage absorption with broken boots 2018-07-22 17:06:53 +02:00
Unknown
b69d3ed1c6 Fixed missing ancestor call in World Providers & generators constructors 2018-07-22 17:06:53 +02:00
Unknown
f20d2c20ac Code cleanup 2018-07-22 17:06:48 +02:00
Unknown
d075b6f1ef Removed legacy air 2018-07-20 21:46:38 +02:00
Unknown
f98ac2d516 Updated Siren & Subspace capacitor to use more blocks 2018-07-20 21:46:28 +02:00
Unknown
33ba4faf85 Refactored tiers and rarity handling
Added ship min/max mass depending on tier
Updated a few unlocalized name from snake to lower case
2018-07-18 16:31:41 +02:00
Unknown
3af6f00b10 Refactored jump gates into StarMapRegistryItems (wip) 2018-07-12 11:42:55 +02:00
Unknown
4721d92db6 Improved thread safety logs to help diagnosis 2018-07-12 11:42:55 +02:00
Unknown
561d0b3d6e Improved jump flow for ComputerCraft 2018-07-12 11:42:55 +02:00
Unknown
d84ef2d609 Integration fixes 2018-07-12 11:42:55 +02:00
Unknown
e59e579103 Fixed dedicated server crash with tooltips 2018-07-12 11:42:54 +02:00
Unknown
ea7d55d9c6 Improved debug tooltips (wip) 2018-07-12 11:42:50 +02:00
Unknown
569351b5ba Added security station (wip)
Added security station texture by LemADEC
Improved texture naming consistency
2018-07-12 11:42:50 +02:00
Unknown
23ed243d1a Updated recipes for 1.12 2018-07-12 11:42:43 +02:00
Unknown
03e5336582 Added hull creative tabs 2018-07-07 13:31:15 +02:00
Unknown
64ae1f4178 Improved transformer console logs 2018-07-07 10:33:08 +02:00
Unknown
111a7c9704 Code cleanup 2018-07-06 03:59:57 +02:00
Unknown
7fe103c5c3 Fixed missing translation messages
Fixed regression in /wdump & /wentity command
2018-07-06 03:59:52 +02:00
Unknown
3a36b5dbe6 Updated compatibility modules to 1.12 (wip) 2018-07-02 03:07:52 +02:00
Unknown
fe807a00d9 Added translation support for jump messages 2018-07-02 03:07:06 +02:00
Unknown
1aa6cb9ac6 Integrated rendering for cloaking coils 2018-07-02 00:18:11 +02:00
Unknown
63158a6aaf Merge remote-tracking branch 'origin/MC1.7' into MC1.12 2018-07-01 23:56:31 +02:00