Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implmement trading post and finish shuttle refactor cherry-pick #941

Merged
merged 20 commits into from
Mar 11, 2024

Conversation

DebugOk
Copy link
Contributor

@DebugOk DebugOk commented Mar 8, 2024

About the PR

See https://discord.com/channels/968983104247185448/976726219875831828/1215605251885899796

WIP, I still need to clean the trading post code

Changelog
🆑

  • add: Added the trading post, cargo technicians will now have to travel on the shuttle to collect their goodies
  • add: Merged the shuttle console refactor. This may bring some bugs
  • tweak: The trading post will give you cash instead of directly adding funds to the stations account. To turn this into money you can spend, click the cargo requests computer while holding the spesos

@github-actions github-actions bot added Changes: C# Changes any cs files Changes: Documentation Changes any xml or md files Changes: Localization Changes any ftl files Changes: Map Changes: UI labels Mar 8, 2024
@DebugOk
Copy link
Contributor Author

DebugOk commented Mar 8, 2024

I'll end up squashing all my changes together so I can merge commit this

@DebugOk
Copy link
Contributor Author

DebugOk commented Mar 8, 2024

Its missing markers pretty much everywhere but in this case its whatever, these files will probably always conflict, and require manual merging.

I might add them if I feel like it, but I dunno

DebugOk and others added 19 commits March 8, 2024 12:54
(cherry picked from commit 129892f1442fa0873b907aaf822a9a6d617d2ecf)
* add

* yes

(cherry picked from commit 83640863699720bce708af20ae0bc37ce2a9ff54)
(cherry picked from commit f82fd23f2c87b7cab852bdc2563cfa30c2d2a6dd)
add

(cherry picked from commit 00e770d4dc68f98ecc8a3ef1605277fc2c59fb8f)
Removes metadata merge alongside space-wizards/RobustToolbox#4861

(cherry picked from commit 6ae45378715b9f8fc843a28b762f8b785330f28d)
(cherry picked from commit 3933490962993e839c71efea46c3e799ac824778)
* Minor cloning change in guidebook

Cloning this should be removed at some point anyway, but im unsure if it can still be found in salv? can anyone confirm?

* Changes and updates to survival, removed fluff

* Create TradeStation.xml

* Forgor

* Change hex

* Rework this cause it was out of date

* Pointless spacing fixed (copy and pasted made it funny,)

* revert (somewhat)

Science cant set up cloning, so i just removed that part

* Remove more space

(cherry picked from commit 7ba6a278a410af8e894abd5798e4577a782f0f94)
Co-authored-by: Kevin Zheng <[email protected]>
(cherry picked from commit 1837459614fde9a11c1e5f2a34b3f82fa92f7167)
* please tell me this is empty

* it wasn't empty, fixing that

* This should fix it

* fix for the fix

* address changes

* fix

* Added some comments, hoping that failed test was a fluke.

(cherry picked from commit aa4e7c061939fbe314be97a2e7f559477b941c07)
* Add shuttle interior drawing back

Just do it per-tile she'll be right, at least it's done with 1 draw call.

* Revamp shuttle console

* Bunch of cleanup work

* Lables sortito

* dok

* Pixel alignment and colours

* Fix a bunch of drawing bugs

* Shuttle map drawing

* Drawing fixes

* Map parallax working finally

* weh

* Commit all my stuff

* mic

* deez

* Update everything

* Xamlify everything

* uh

* Rudimentary blocker range

* My enemies have succeeded

* Bunch of changes to FTL

* Heaps of cleanup

* Fix FTL bugs

* FTL

* weewoo

* FTL fallback

* wew

* weh

* Basic FTL working

* FTL working

* FTL destination fixes

* a

* Exclusion zones

* Fix drawing / FTL

* Beacons working

* Coordinates drawing

* Fix unknown map names

* Dorks beginning

* State + docking cleanup start

* Basic dock drawing

* Bunch of drawing fixes

* Batching / color fixes

* Cleanup and beacons support

* weh

* weh

* Begin pings

* First draft at map objects

* Map fixup

* Faster drawing

* Fix perf + FTL

* Cached drawing

* Fix drawing

* Best I got

* strips

* Back to lists but with caching

* Final optimisation

* Fix dock bounds

* Docking work

* stinker

* kobolds

* Btns

* Docking vis working

* Fix docking pre-vis

* canasses

* Helldivers 2

* a

* Array life

* Fix

* Fix TODOs

* liltenhead feature club

* dorking

* Merge artifacts

* Last-minute touchup

(cherry picked from commit c5486873db0d6826122eb1f30007e392fc101082)
* Fix FTLToDock

- Removed Enabled coz unneeded really.
- Fixed SetCoordinates call that got dumped at some point oop.

* Fix this docking check

(cherry picked from commit 92872e546ad5c281980ab8f56fea970c1921f8e4)
(cherry picked from commit b7ccf738883b486364b10b272ce4c9fef3ad6261)
(cherry picked from commit 21a95960f0fd04b6d99cd7c6617985a7eb5e9175)
Didn't account for UI scale properly I love transforms.

(cherry picked from commit 87e2755c31a972f8839b408e5cf78d4665533927)
(cherry picked from commit 4b6e5deb59f53d8d66a2ea9f7af276c0f2aff19d)
Also fixed some other stuff I noticed.

(cherry picked from commit c23b3d804efc7f35cf6c56d872d8dd7fee82ece1)
Only thing that even triggers it atm is escape pods.

(cherry picked from commit bbb78807c43a9c22b08cf055339dbb74e8ab5d4c)
Branch moment.

(cherry picked from commit 574c625d124ba086f03d327be28d961c680dbd73)
@DebugOk
Copy link
Contributor Author

DebugOk commented Mar 8, 2024

I'll need to check over my changes again later, but I'm marking it as ready so tests run and stuff

@DebugOk DebugOk marked this pull request as ready for review March 8, 2024 11:56
Copy link
Contributor

@VMSolidus VMSolidus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not exactly going to approve or deny this, since it's a Wizden kinda thing upstream. My own review would just be does it work or not, and does it break anything? Whether it breaks things isn't something I can easily test.

@DebugOk
Copy link
Contributor Author

DebugOk commented Mar 11, 2024

The only thing that matters are changes done in commit 76d0641 as those aren't original

@DebugOk DebugOk merged commit f2a4a9c into DeltaV-Station:master Mar 11, 2024
20 checks passed
DeltaV-Bot pushed a commit that referenced this pull request Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants