Commit graph

841 commits

Author SHA1 Message Date
LemADEC
c5244398c7 Code cleanup & Fixed IC2 reactor monitor
Removed LUA help methods that are in the wiki
Replaced Vector3 with VectorI when applicable
Fixed asynchronous laser beam in Enantiomorphic reactor
Removed redundant code existing in Forge
Fixed default mining laser radius
2015-08-23 22:08:51 +02:00
LemADEC
c0d5105bd3 Updated configuration for XML and simplification
Updated configuration structure to match tile names, both internally and
in externally
Moved configuration file to it's dedicated folder
Added copy of default XML files if none was found
Fixed ship scanner max energy stored
Renamed transition planes to planets
Simplified a few configuration entries
Added finer laser cannon effects configuration
Added missing configuration for Cloaking core max energy stored
Added range clamping on all configuration entries
2015-08-23 19:41:13 +02:00
LemADEC
0c4da0c193 Quick fix for compilation 2015-08-23 15:01:27 +02:00
LemADEC
1f34b4fbcb Fixed configuration loading to be part of PreInit 2015-08-23 14:39:51 +02:00
Francesco Macagno
39759655f7 Updated orb to use new FillerSets 2015-08-23 02:32:12 -07:00
Francesco Macagno
44c6aa4dca Finished new implementation of FillerManager 2015-08-23 02:20:18 -07:00
Francesco Macagno
f9f4a1d8c8 Added new step to structureLoading 2015-08-23 02:19:45 -07:00
Francesco Macagno
a9635d9132 Added ability to import block data 2015-08-23 02:19:13 -07:00
Francesco Macagno
c92e32b96d Added getName to fillerSet 2015-08-23 02:04:33 -07:00
Francesco Macagno
1e742ac68d Improved misc jd 2015-08-23 01:52:31 -07:00
Francesco Macagno
8fafce32ac Added CompareTo and toString 2015-08-23 01:51:48 -07:00
Francesco Macagno
1aa2f3a192 Added more jds to MetaBlock 2015-08-23 00:24:37 -07:00
Francesco Macagno
623d07174b Finished implementation of new FillerSet 2015-08-23 00:21:35 -07:00
Francesco Macagno
76ea0ad6cc Added more javadocs to FillerFactory 2015-08-23 00:21:08 -07:00
Francesco Macagno
60957e1121 Finished initial implementationi of FillerFactory 2015-08-22 22:37:26 -07:00
Francesco Macagno
669b3b5099 Created FillerFactory to load fillers 2015-08-22 22:31:00 -07:00
LemADEC
4f5f1c7f68 Fixed compile issue with wip code 2015-08-23 07:24:04 +02:00
LemADEC
2f2f43e5a5 Code cleanup 2015-08-23 07:18:48 +02:00
LemADEC
0f9967cf06 Upgrade ship core registration to star map
Fixed ship core registration triggers
Fixed offline ship core invisible on radar
Added starmap initial structure
Improved jumpgate check when ship is fully inside
2015-08-23 07:18:47 +02:00
LemADEC
9392e724b2 Code cleanup 2015-08-23 07:18:45 +02:00
LemADEC
ad1e138b28 Minor hash optimisation 2015-08-23 07:18:44 +02:00
Francesco Macagno
e8ef384681 Rearranged filler files 2015-08-22 22:08:42 -07:00
Francesco Macagno
c61a12ab22 Made compare include meta 2015-08-22 22:07:42 -07:00
Francesco Macagno
aa6de6177c Added features to MetaBlock 2015-08-22 15:50:41 -07:00
LemADEC
6538fb4929 Fixed reactor chamber crash regression 2015-08-22 14:27:21 +02:00
LemADEC
2d32fe465d Fixed uncloaking of vanilla entities and IC2 blocks 2015-08-22 13:43:18 +02:00
LemADEC
a22d66d3da Fixed cloaking to actually cloak 2015-08-22 13:40:10 +02:00
Francesco Macagno
564d638159 Started implementation of FillerSet 2015-08-20 23:33:59 -07:00
Francesco Macagno
a2df79bc01 Added MetaBlock to store block and metadata
Must be retrieved with MetaBlock.getMetaBlock(block, meta)
2015-08-20 23:20:15 -07:00
Francesco Macagno
3dc37dd969 Changed mod checking to occur at start
any element can now contain an attribute mods which should be a comma
seperated list of mods that are required
2015-08-20 22:43:35 -07:00
Francesco Macagno
19372a61a6 Added try to prevent crashes during world generation 2015-08-20 22:41:37 -07:00
Francesco Macagno
3e8d774941 Cleaned up Space generator to fit with WDConf 2015-08-20 22:41:10 -07:00
Francesco Macagno
5635441fc7 Removed old world gen block retrieval
If needed back, revert commit
2015-08-20 19:36:11 -07:00
LemADEC
0b2375e17f Code cleanup 2015-08-21 01:55:31 +02:00
LemADEC
012c668b2b Version bump to 1.3.4 2015-08-20 11:50:59 +02:00
LemADEC
9788ade634 Fixed IC2 support during jump
Fixed slow jump on big ships (regression due to 1.7 upgrade)
2015-08-20 11:50:46 +02:00
Francesco Macagno
1a765d2b34 Cleanup 2015-08-19 21:29:53 -07:00
Francesco Macagno
297a34a060 Changed mod requirements to be more general 2015-08-19 20:28:11 -07:00
LemADEC
c9365b6403 Fixed frequency network packet 2015-08-18 11:09:23 +02:00
Francesco Macagno
62c686c2ef Updated to use new ModReqChecker 2015-08-17 23:06:40 -07:00
Francesco Macagno
834f4f8b95 Changed OreManager to FillerManager
Also added new categories to match
2015-08-17 23:06:20 -07:00
Francesco Macagno
bb921c6907 Added generic mod checker 2015-08-17 23:04:22 -07:00
Francesco Macagno
f5821029bf Changed modlist to get text content 2015-08-17 22:49:38 -07:00
Francesco Macagno
c10847db1c Added new example xml files
None of these will work probably because the names are wrong
2015-08-17 22:48:48 -07:00
LemADEC
3f48734c05 Fixed #70 IC2 support during jump
Added workaround hack for IC2 API bug
Fixed IC2 tile entities signature
Fixed debug logging
Code cleanup
2015-08-18 03:58:58 +02:00
LemADEC
739f98904d Added root element to have valid xml
Added format version
2015-08-17 23:58:28 +02:00
LemADEC
e5cad85f0d Merge remote-tracking branch 'origin/MC1.7' into MC1.7
Conflicts:
	src/main/java/cr0s/warpdrive/conf/WarpDriveConfig.java
2015-08-17 11:46:03 +02:00
LemADEC
311f4cbe4f Added ability to unpack default XML files 2015-08-17 11:30:55 +02:00
LemADEC
736de5f273 Code cleanup 2015-08-17 11:26:43 +02:00
Francesco Macagno
87df1237fb Fix extension 2015-08-16 23:49:37 -07:00