63 Commits

Author SHA1 Message Date
Droog71
5571353205 Optimizing coroutines to reduce CPU usage. 2020-09-27 07:02:17 -04:00
Droog71
dbf0229511 New duplicate block checking in GameManager. Old duplicate checking removed from PhysicsHandler. Refactored and cleaned up InventoryGUI. Added error messages to MarketGUI. Increased speed of AddressManager Coroutine. 2020-09-26 20:55:13 -04:00
Droog71
ffa65b3780 Fixed opening and closing of market GUI near rocket. Cleaned up InventoryGUI, MarketGUI and CraftingDictionary classes. 2020-09-26 05:48:12 -04:00
Droog71
93e7550e8b Fixed GUI not closing properly based on distance from objects leaving mouse cursor enabled. 2020-09-25 18:54:42 -04:00
Droog71
46b5ac977c
Merge pull request #1 from Droog71/building_optimization
Updating master branch
2020-09-25 04:55:14 -04:00
Droog71
8996bd00b0
Update README.md 2020-09-25 04:16:36 -04:00
Droog71
a47bdfa7ee
Update README.md 2020-09-25 04:15:55 -04:00
Droog71
75ac1eba15 cleaning up 2020-09-25 03:59:17 -04:00
Droog71
e75c720c39 Fixed no audio on first run until volume is adjusted. Moving doxygen html to gh-pages. 2020-09-24 05:46:12 -04:00
Droog71
f211bcf72e Fixed mod sub-directories not created automatically if missing. 2020-09-24 03:36:17 -04:00
Droog71
17f382916a Fixed autocrafter not working with mod recipes, savedata and mod directories not being created, storage computer needing to be replaced if left too long without containers. 2020-09-23 00:59:36 -04:00
Droog71
f2d6dd455f Fixed options menu background size. 2020-09-21 03:45:27 -04:00
Droog71
2815a0fdc1 Added chunk size setting, further optimization for building system. 2020-09-21 03:13:29 -04:00
Droog71
2887e92be8 Removing world limit on blocks, object arrays resize as the world grows, making coroutines smoother. 2020-09-20 22:56:03 -04:00
Droog71
72f42d2bdc Building optimization and paint gun improvements. 2020-09-20 18:09:21 -04:00
Droog71
235334ce6d Fixing build system bugs. 2020-09-20 04:32:39 -04:00
Droog71
938a3f15fc Building bug fixes. 2020-09-20 03:19:31 -04:00
Droog71
58743da7c4 Fixing paint gun bugs. 2020-09-19 20:29:43 -05:00
Droog71
36ddbcc57b doxygen implementation 2020-09-16 21:40:25 -05:00
Droog71
df49f225d6 Fixed glass blocks ID saving and some GUI issues. 2020-09-16 03:22:07 -04:00
Droog71
7801e9ec45 Cleaned up PluginLoader class. 2020-09-15 20:26:06 -05:00
Droog71
39158411ca Fixed nuclear reactor missing ID on save. Fixed machines stuck with power outside range of slider when power is lost. 2020-09-15 04:00:33 -04:00
Droog71
902202d3a7 Reverted power distribution to 50/50 at dual output conduits. 2020-09-14 01:17:56 -04:00
Droog71
d6e74567a2 Fixed broken save/load system. 2020-09-14 01:11:01 -04:00
Droog71
be44254e73 Added unknown ping for mod resources. Fixed some craftin recipes not updated to new system. Added debug log outputs to help modders with troubleshooting. 2020-09-13 22:47:45 -04:00
Droog71
afcd201982 Added mod plugin manager. Cleaned up some old debug logging. 2020-09-13 19:21:06 -04:00
Droog71
0d8632e826 Further implementation of modding API. 2020-09-13 02:45:50 -04:00
Droog71
e4fd471bfe Further implementation of modding API. Refactoring of StateManager. 2020-09-12 01:34:31 -04:00
Droog71
819b50d68f Reverted AlloySmelter to dev branch version. Code was removed that should not have been. 2020-09-11 19:16:57 -04:00
Droog71
8aac46c475 First implementation of loading mod textures from directory. Made Smelter a basic machine. Fixed bugs in UniversalConduit and AlloySmelter class. 2020-09-11 19:12:16 -04:00
Droog71
1dc4f821f8 Refactoring in preparation for modding API implementation. 2020-09-11 03:21:04 -04:00
Droog71
0c54fd543c Refactored BlockSelector, Fixed bugs with InfoHud, retriever, dark matter collector and conduits. 2020-09-10 19:25:08 -04:00
Droog71
23aa602efd Fixed retriever connection line to rail cart on spawn. Fixed missing break in playercontroller save coroutine. 2020-09-10 01:10:59 -04:00
Droog71
d3ec3946ef Removed dark matter conduit restrictions, refactored ConduitItem instances. Fixed market GUI and InfoHud conflicts. 2020-09-09 20:01:45 -04:00
Droog71
b384ccf0f9 Fixed FOV not saving and GUI scaling issues. 2020-09-09 04:11:00 -04:00
Droog71
a2abccd563 Fixed bad math for aspect ratios, refactored scripts attached to player object. 2020-09-09 00:45:42 -04:00
Droog71
12fef072bf Improved GUI scaling for 5:4 and 4:3 resolutions, added fog to atmospheric worlds and fog settings in options menu. 2020-09-08 16:43:09 -04:00
Droog71
509db9970b Adjusted market price modifiers, improved GUI, cleaning up code. 2020-09-08 04:10:07 -04:00
Droog71
2a2a82a463 Added auto axis building, further implementation of file based save games, cleaning up code. 2020-09-07 16:47:47 -04:00
Droog71
16b6e953c0 Refactoring GameManager, fixing bugs, cleaning up code. 2020-09-07 03:40:28 -04:00
Droog71
7aee54c563 Implementation of file based playerprefs plugin. 2020-09-06 16:50:29 -04:00
Droog71
363ab95799 Fixing bugs, cleaning up code. 2020-09-06 03:45:41 -04:00
Droog71
6a9e47f22d Fixing bugs, cleaning up code. 2020-09-05 18:39:40 -04:00
Droog71
c3e6661685 Adding rocket as market mechanic, fixing bugs, cleaning up code. 2020-09-05 02:02:43 -04:00
Droog71
969f9922ad First implementation of market mechanics. 2020-09-04 15:52:53 -04:00
Droog71
939b632647 Refactoring & Cleaning up code. 2020-09-03 23:23:37 -04:00
Droog71
b2d41a414b Refactoring and cleaning up code. 2020-09-03 18:26:56 -04:00
Droog71
373e85aec5 Fixing bugs, cleaning up code. 2020-09-03 03:09:26 -04:00
Droog71
8ea07d9785 Cleaning up code. 2020-08-31 04:00:45 -04:00
Droog71
102e1119c3 Added rail cart circuits, cleaning up code in other classes. 2020-08-29 22:49:12 -04:00