|
3b744a4f59
|
Updated SaveAnywhere to fix the shipping menu not closing leading to errors in saving, and players not swimming when reloading the game.
|
2018-01-10 13:14:19 -08:00 |
|
34d072e7a4
|
Fixed an NAN error and glitching the interface logic.
|
2017-12-12 01:19:41 -08:00 |
|
b7c76ee0d6
|
Fixed one away error for debris, and added graphics for pathing.
|
2017-12-11 23:32:46 -08:00 |
|
eb3a1e1509
|
Made the AI utility functions and interface menu. AI's opinion will be calculated heaviest without user input and heavier the more user input is introduced.
|
2017-12-05 16:39:34 -08:00 |
|
175a385977
|
Added functionality for shipping objects
|
2017-12-01 00:16:53 -08:00 |
|
38af511cfd
|
Now pathfinds to closest tree possible. Probably want to do the same for the other tasks.
|
2017-11-30 16:06:19 -08:00 |
|
365808a504
|
Changed some code to be in SDust Core and now the AI can break stones!
|
2017-11-30 10:45:43 -08:00 |
|
e44ec0ee5b
|
Updates execution of tasks, added taskMetaData, (which is a lot) some pre-requisites, and chests show seeds.
|
2017-11-26 18:11:04 -08:00 |
|
836d6861d8
|
I guess fixing pathfind and spritebatch errors.
|
2017-11-24 13:12:36 -08:00 |
|
e51a8fbac5
|
Changed from system tasks system to delegate system that made more sense but not really??? Also still dealing with nasty issue of sprite batch error but atleast now I can harvest crops.
|
2017-11-24 11:21:03 -08:00 |
|
cd0ac16a22
|
Fined tuned some pathfinding stuff b adding pathTo and Delay functions. As long as I don't have to cross a bridge pathfinding works.
|
2017-11-19 17:00:12 -08:00 |
|
d722144c21
|
Finished BFS path finding and added in animations for the path. Also updated Animation Manager to be able to take multiple frames of animation per single animation set now.
|
2017-11-17 02:50:22 -08:00 |
|
fa3c4389ae
|
Added Illumination framework to stardust for different colors, and made BFS path finding work for StarAI!
|
2017-11-16 23:07:30 -08:00 |
|
28421f07ff
|
Updated all mods to use most recent version of pathos netgu package and started work on StarAI for CS146 Game AI
|
2017-11-16 03:47:02 -08:00 |
Jesse Plamondon-Willard
|
344058de88
|
enable update checks in SMAPI 2.0
|
2017-10-11 15:57:36 -04:00 |
Jesse Plamondon-Willard
|
3ab4044995
|
update deprecated code
|
2017-10-11 15:55:59 -04:00 |
Jesse Plamondon-Willard
|
4393b6318c
|
update to mod build package 2.0
|
2017-10-11 15:45:29 -04:00 |
|
71c846acc5
|
Implemente correct interaction range with planter boxes.
|
2017-09-27 19:06:41 -07:00 |
|
bce270d6ce
|
Updated PlanterBox to correctly draw crops when held and in the menu. Planter boxes also are auto-watered by rain.
|
2017-09-27 18:17:45 -07:00 |
|
a67a4d7380
|
Fixed animation glitch when harvesting crops, and now draw green + when crops are fully grown.
|
2017-09-15 11:15:51 -07:00 |
|
f0e1e696f9
|
Made Planter Boxes be a possible greenhouse, self watering, dead crops work again and are removed automatical per mod config, and dead crops can be removed by tools.
|
2017-09-14 13:49:19 -07:00 |
|
9888dacd22
|
Stuff serializes into chests
|
2017-09-13 17:11:05 -07:00 |
|
cf33b0228e
|
Changed serialization manager, all objects serialize in world and inventory. Next is chests.
|
2017-09-13 13:53:12 -07:00 |
|
b3193b52fc
|
Fixed regular crops to grow now, and now can propperly harvest crops that don't regrow.
|
2017-09-13 10:52:27 -07:00 |
|
dcafabcaa0
|
Added in a custom shipping menu for coreObjects. Called before normal shipping menu. Modded crops can be harvested. Need to fix regular crops.
|
2017-09-13 02:39:50 -07:00 |
|
2ebe3f981a
|
Finished animation manager to work on animating things it is attached to. Serialize/Deserialize will be handled by each mod object. Changed files from AdditionalCrops to be hosted in R.F.CropsMod as proof that AdditionalCrops can be extended upon.
|
2017-09-12 16:30:30 -07:00 |
|
a67baa4c09
|
Updates Stardust.metadata to work correctly in InventoryMenu, and ItemGrabMenu context. It shows the origin mod source of the item, and what class that item is. Hopefully will be useful for future modders.
|
2017-09-12 11:20:18 -07:00 |
|
3111f8bad0
|
Updated Stardust with functionality to get MetaData about what mod an item belongs to. Useful for all modders and players who may wonder about origin of future objects.
|
2017-09-11 23:39:59 -07:00 |
|
28af121748
|
Adding in Animation manager to animate objects. Also updating Stardust to be able to display info for objects from mods such as what mod an object is from.
|
2017-09-11 18:35:31 -07:00 |
|
6437efe2cf
|
Updated AdditionalCropsFramework to properly serialize and deserialze the crops in the planterbox object.
|
2017-09-11 12:58:46 -07:00 |
|
fa5970661b
|
Moved around soem files, made a core library mod that will include a bunch of things in the future. For the moment, a custom serializer/deserializer. Implemented it with AdditionalCrops. Needs some more work.
|
2017-09-05 04:13:42 -07:00 |