Commit graph

1049 commits

Author SHA1 Message Date
LemADEC
530f574d39 Improved guide message when ship is too small 2016-02-07 23:38:35 +01:00
LemADEC
8193a0ba19 Fixed OC ship controller script
Fixed coordinates not refreshing
Fixed script crash with hyperspace jump
2016-02-07 23:38:12 +01:00
LemADEC
e58b3191a0 Fixed OC script ship controller
Fixed data saving
Fixed connection lost after jump
2016-02-07 22:52:05 +01:00
LemADEC
a17b40d9aa Added shipCoreCooldownDone event
This fix the issue with controller showing all datas after a jump
2016-02-07 22:50:53 +01:00
LemADEC
2d7a04c491 Fixed OC nodes disconnection on chunk loading 2016-02-07 22:35:29 +01:00
LemADEC
cc1b537d46 Added /wentity admin command 2016-02-07 15:44:35 +01:00
LemADEC
bce770c28f code cleanup
Updated star bypass for creative players and invulnerables
2016-02-07 13:10:02 +01:00
LemADEC
b0039e5229 Updated client/server check 2016-02-07 13:00:47 +01:00
LemADEC
eda77d2a41 Fixed crash with Immersive Engineering 0.6.0 and later 2016-02-02 11:05:41 +01:00
LemADEC
26b977a60a Reduced moon & asteroid fields spawn rate 2016-01-31 22:57:18 +01:00
LemADEC
2bba86190c Reimplemented safe corridor in space dimension (y> 200)
Added smaller bottom safe corridor (y < 5)
2016-01-31 22:54:48 +01:00
LemADEC
4de69216a1 Fixed events not sent on OpenComputers 2016-01-31 14:15:24 +01:00
LemADEC
9268080fbc Code cleanup 2016-01-31 14:15:00 +01:00
LemADEC
47a1b2cdfa Fixed air canister not refreshing in SMP 2016-01-29 03:47:47 +01:00
LemADEC
3f7bf08fe6 Fixed #125
Check plant constrains before planting it
Added mycelium to soils
2016-01-28 22:54:02 +01:00
LemADEC
8de46d5ee3 Fixed laser tree farm intermittent CC script crash 2016-01-28 03:39:54 +01:00
LemADEC
0611016533 Fixed CC/OC scripts for mining laser
(2nd parameter was inverted vs the help screen)
2016-01-28 03:39:18 +01:00
LemADEC
a6caea126f Fixed GregTech recipe for mining laser
Fixed crash at boot with legacy IC2
2016-01-28 03:28:47 +01:00
LemADEC
ce55086e87 Added CC/OC scripts for laser tree farm 2016-01-28 02:49:31 +01:00
LemADEC
6ea640f071 This is dev 2016-01-28 01:49:04 +01:00
LemADEC
0391571b3e Version bump to 1.3.16 2016-01-26 01:52:08 +01:00
LemADEC
98a5a7c249 Fixed #94 (to be tested) 2016-01-25 04:02:57 +01:00
LemADEC
a866a23dc0 Fixed #52
Fixed mining laser script names on OC
Added ship controller script for OC (it jumps, not sure about
gates/hyperspace)
Fixed Enantiomorphic reactor script for OC (still non functionnal due to
missing events)
2016-01-25 03:27:01 +01:00
LemADEC
baede10546 Refactored world generation
Bumped XML to version 2
Refactored Java structure to match XML content (deployable vs structure, MetaBlock vs filler, Asteroid to MetaOrb, SchematicStructure to Schematic, etc.)
Refactored Java class names to have 'abstract' in their name when they are abstract
Refactored XML importations to use explicit import element
Refactored XML FillerSet to fillerSet
Replaced FillerManager with RandomCollection
Refactored structures to have groups too
Added list of structures to the /generate command
Added XML schema validation
Added more variations with explicit instanciation and dynamic imports
Added more specific console logs during world generation
Reimplemented gas clouds
Reimplemented hidden derelict ship
Disabled netherores configuration for now
Fixed world corruption on asteroids core block (invalid metadata)
Fixed maxCoreCount & maxThickness never occurring
Fixed static importations so they actually import stuff
Fixed import action corrupting weights & ratios
Fixed overlapping default fillerSets
Fixed undergroundBiomes having no igneous cobblestone
Fixed random collection failing when no weight is defined
Improved logging of overlapping and out of range entries
Improved logging spam during boot and generation through logging options
2016-01-25 00:43:13 +01:00
LemADEC
8d143c50d9 Added radar energy and scan delay configuration
Added configuration for energy cost and scan delay as polynomial factors
Added LUA methods getEnergyRequired(radius) and getScanDelay(radius)
Updaded default LUA scripts accordingly
Updated default energy cost from radius ^2 to radius ^3
2016-01-19 19:57:58 +01:00
LemADEC
9fe205ba08 Integrating WorldGeneration (wip)
Fixed fillerSet dependencies impacting UndergroundBiomes fillerSets
Integrated XMLpreprocessor
Refactored mod requirement handling
Refactored RandomCollection
Fixed OrbShell name overwriting Orb name
Updated asteroid attributes:
- minCoreSize -> minCoreCount
- maxCoreSize -> maxCoreCount
- coreRad -> relativeCoreRadius
Updated default structures for stars and asteroids
2016-01-17 23:07:14 +01:00
LemADEC
fa48d71699 Added error handling to generate command (wip) 2016-01-17 07:01:10 +01:00
LemADEC
b6477aec32 Code cleanup 2016-01-17 07:00:08 +01:00
LemADEC
0f4ec6bd16 Added planting to laser tree farm 2016-01-17 03:13:32 +01:00
LemADEC
b38aadc48c Fixed OC support for Enantiomorphic reactor (partial)
Fixed energy methods missing last parameter
Updated LUA script for OC
Partically fixed events publication
2016-01-16 20:00:18 +01:00
LemADEC
4f93ca1a48 Added OC scripts for mining laser 2016-01-16 03:07:02 +01:00
LemADEC
b7642f345b Added shipController textures by Saphyrion 2016-01-15 12:02:06 +01:00
LemADEC
803e0e19d5 Improved world generation configuration logs
Fixed block names in default structure
2016-01-15 12:01:25 +01:00
LemADEC
31bec889a8 Added plain hull textures by Saphyrion
Added glass hull textures by LemADEC
2016-01-15 05:04:51 +01:00
LemADEC
10b043e3c6 Code cleanup 2016-01-15 04:58:54 +01:00
LemADEC
d49bb546f9 Fixed video channel handling
Splitted laser from laser+cam
Added self-upgrader
Fixed client/server mixup regression
Code cleanup
2016-01-15 04:56:07 +01:00
LemADEC
505d30d706 Fixed GregTech scanner compatibility 2016-01-15 00:04:17 +01:00
LemADEC
1df4190c7d Code cleanup 2016-01-14 10:36:48 +01:00
LemADEC
120d8f5d21 Added monitor rotation 2016-01-14 02:13:26 +01:00
LemADEC
5b2a02f6b7 Improved item rendering 2016-01-14 01:20:16 +01:00
LemADEC
65a0ee442a Updated block monitor sides
Improved rendering as item
Added top/bottom sides
2016-01-14 00:48:04 +01:00
LemADEC
0adcdcd87e Added tuning fork & rod assets 2016-01-13 04:28:28 +01:00
LemADEC
40c69679a9 Fixed block information tooltips on pure items 2016-01-13 01:08:52 +01:00
LemADEC
6ddda39d9e Added placeholder hull textures for pink & magenta 2016-01-13 01:04:45 +01:00
LemADEC
813c31d415 Added glass hull textures by LemADEC 2016-01-13 01:04:20 +01:00
LemADEC
3531081f4a Added plain hull textures by Saphyrion 2016-01-13 01:03:23 +01:00
LemADEC
a65a98d603 Added ore dictionary dyes support for hull blocks 2016-01-13 00:38:44 +01:00
LemADEC
4b430edfd7 Code cleanup 2016-01-12 05:18:26 +01:00
LemADEC
d928ed4bb3 Added tuning rod (continuation)
Simplified usage
Prepared second tier
Fixed block interaction
Added recipes
2016-01-12 05:17:27 +01:00
LemADEC
f6b72830b7 Fixed hull glass rendering with grass and glass 2016-01-07 05:06:28 +01:00