Commit Graph

21 Commits

Author SHA1 Message Date
Joshua Navarro 124fc52cf6 Disabled core objects and networking support. It no longer seems worth it to continue on this project. It's time to move on to different projects. 2018-12-17 10:37:23 -08:00
Joshua Navarro ea89e9a2d2 Better working objects for syncing. Just need to fix NetCoreObject issues. 2018-12-17 00:02:43 -08:00
Joshua Navarro 835f21fb22 Probably time to give up on custom objects for networking. It just doesn't seem to work out well. 2018-12-16 22:00:53 -08:00
Joshua Navarro e503fb210c Fixed syncronization issues with events and warping. 2018-12-16 21:27:07 -08:00
Joshua Navarro 97f353743c Fixed a ton of serialization issues. Now objects can be safely loaded. Still have issues with clients disconnecting from the game though. 2018-12-16 00:54:57 -08:00
Joshua Navarro e1a2a0da47 Core objects work aside from net animation manager. Also need to figure out how to load in when custom objects are present. 2018-12-15 11:49:56 -08:00
Joshua Navarro 5446f8095d Massive fixing to NetCode to try to re-integrate custom objects in multiplayer. 2018-12-15 03:00:32 -08:00
Joshua Navarro 0529e9eebb Fixed compile issues for Stardust core and StardewSymphony remastered. 2018-12-09 21:24:45 -08:00
079b9cf9ea Final fixes to Stardew Symphony Remastered for release. Also fixed TextureManagers by reenabling them. 2018-08-08 13:18:51 -07:00
713ec38603 Merge branch 'Development' of https://github.com/janavarro95/Stardew_Valley_Mods into Development 2018-08-08 00:24:56 -07:00
21234d06ef Init textureName on object creation 2018-08-08 00:18:12 -07:00
644e95f3b4 Tears, sweat, and lots of code hacks later, StardustCore supports multiplayer custom objects and tools..... 2018-08-08 00:12:31 -07:00
9c070e91c5 Either rewrite multiplayer or erase all objects before players join. 2018-08-07 10:07:33 -07:00
2276faa610 Wrote netcode to support Animations, AnimationManagers, and CoreObjects. 2018-08-06 20:01:59 -07:00
3af2da68fa Tons of 1.3 updates. Also support for multiplayer custom objects in Stardust is slowly coming about! 2018-08-06 14:01:44 -07:00
8f0f692a60 Fixed Game1.shouldFarmerPassOut issue, need to test night owl, started fixing Happy bday, need to update SimpleSoundManager 2018-06-25 21:13:40 -07:00
701823925f Updated menu drawing. Now to fix the scale size of the object 2018-06-13 12:08:14 -07:00
bcf76f9163 Fixed draw issues with multi tile obects. Next up menu drawing and functionality. 2018-06-13 11:11:56 -07:00
4469fbd9b3 Made multi tile objects that can be used in the future for things like machines and more furniture. Bigger things here we come. Need to edit sme click functionality however. 2018-06-13 02:36:52 -07:00
a928f7d18e Added tool support for axe, hoe, watering can and pickaxe. 2018-06-12 23:25:36 -07:00
19e6202e3a Rewrote the serialization fuctions of SDust Core to support custom tools. A huge pain but it should work. 2018-06-12 18:42:31 -07:00