-
Notifications
You must be signed in to change notification settings - Fork 43
Comparing changes
Open a pull request
base repository: NuclearPowered/Reactor
base: 2.0.0
head repository: NuclearPowered/Reactor
compare: master
Commits on Oct 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fa4cc03 - Browse repository at this point
Copy the full SHA fa4cc03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9246458 - Browse repository at this point
Copy the full SHA 9246458View commit details -
Configuration menu - View commit details
-
Copy full SHA for da20e09 - Browse repository at this point
Copy the full SHA da20e09View commit details
Commits on Dec 2, 2022
-
Fix Game lists not working on legacy mm servers
This happens because InnerNetClient.CoConnect now sets the default LastDisconnectReason to Unknown instead of ExitGame, which breaks the public game list screen. Co-Authored-By: Edward Smale <essmale2005@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 678730e - Browse repository at this point
Copy the full SHA 678730eView commit details
Commits on Dec 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9ef4bd5 - Browse repository at this point
Copy the full SHA 9ef4bd5View commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for eded283 - Browse repository at this point
Copy the full SHA eded283View commit details
Commits on Dec 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2407a99 - Browse repository at this point
Copy the full SHA 2407a99View commit details
Commits on Jan 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4deb5f8 - Browse repository at this point
Copy the full SHA 4deb5f8View commit details
Commits on Jan 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 375a417 - Browse repository at this point
Copy the full SHA 375a417View commit details
Commits on Jan 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 30027d8 - Browse repository at this point
Copy the full SHA 30027d8View commit details
Commits on Mar 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8553a2a - Browse repository at this point
Copy the full SHA 8553a2aView commit details
Commits on Jun 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 89146ce - Browse repository at this point
Copy the full SHA 89146ceView commit details -
Don't disable auth server on officials
Since 2023.6.13 official servers went back to using DTLS for auth only
Configuration menu - View commit details
-
Copy full SHA for c84d36a - Browse repository at this point
Copy the full SHA c84d36aView commit details
Commits on Jun 17, 2023
-
Fix positioning of the version shower on different aspect ratios (#73)
Co-authored-by: js6pak <me@6pak.dev>
Configuration menu - View commit details
-
Copy full SHA for f63569d - Browse repository at this point
Copy the full SHA f63569dView commit details
Commits on Jul 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6eb0bf1 - Browse repository at this point
Copy the full SHA 6eb0bf1View commit details
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1f2e240 - Browse repository at this point
Copy the full SHA 1f2e240View commit details -
Configuration menu - View commit details
-
Copy full SHA for 632a6f8 - Browse repository at this point
Copy the full SHA 632a6f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 710ca79 - Browse repository at this point
Copy the full SHA 710ca79View commit details
Commits on Mar 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d82268b - Browse repository at this point
Copy the full SHA d82268bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5db20ca - Browse repository at this point
Copy the full SHA 5db20caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 787b54b - Browse repository at this point
Copy the full SHA 787b54bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 014b6e3 - Browse repository at this point
Copy the full SHA 014b6e3View commit details
Commits on Jul 23, 2024
-
Co-authored-by: Pietrodjaowjao <nicoleobenetti@gmail.com> Co-authored-by: js6pak <me@6pak.dev>
Configuration menu - View commit details
-
Copy full SHA for f80b6a5 - Browse repository at this point
Copy the full SHA f80b6a5View commit details -
Wait for the PlayerName before kicking for missing required mods
This is needed due to changes in 2024.6.18
Configuration menu - View commit details
-
Copy full SHA for 84837fd - Browse repository at this point
Copy the full SHA 84837fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21c0e61 - Browse repository at this point
Copy the full SHA 21c0e61View commit details
Commits on Aug 1, 2024
-
Update Unity version in Reactor.Assets
<!-- ps-id: 7978e8c1-da06-45f4-9d7d-6f1591074889 -->
Configuration menu - View commit details
-
Copy full SHA for 86b5a29 - Browse repository at this point
Copy the full SHA 86b5a29View commit details -
Add support for asset bundles without an architecture suffix
Unity requires specifying the architecture when building asset bundles as part of BuildTarget. While compatibility between targets isn't guaranteed, in practice there are no differences between architectures. <!-- ps-id: 49397d5b-21fc-4201-a0d6-e0c2f9627bf3 -->
Configuration menu - View commit details
-
Copy full SHA for 127f48f - Browse repository at this point
Copy the full SHA 127f48fView commit details
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 27e8cb1 - Browse repository at this point
Copy the full SHA 27e8cb1View commit details -
Add a "Hard crash" button to debugger
<!-- ps-id: 10f09e20-b954-4bd7-ac82-b1a523431770 -->
Configuration menu - View commit details
-
Copy full SHA for 809b895 - Browse repository at this point
Copy the full SHA 809b895View commit details -
Configuration menu - View commit details
-
Copy full SHA for f55036e - Browse repository at this point
Copy the full SHA f55036eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbdbd5b - Browse repository at this point
Copy the full SHA bbdbd5bView commit details -
Fix free name textbox by not changing it as much
I dont care that the text is smaller and no one else cares either
Configuration menu - View commit details
-
Copy full SHA for de3b20e - Browse repository at this point
Copy the full SHA de3b20eView commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32875a2 - Browse repository at this point
Copy the full SHA 32875a2View commit details -
Cleanup text after calling GetTextInfo
Turns out GetTextInfo changes text internally and because TextBoxTMP#GiveFocus now sets caretPos based on text length it was causing crashes.
Configuration menu - View commit details
-
Copy full SHA for 2b35751 - Browse repository at this point
Copy the full SHA 2b35751View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d3ffa3 - Browse repository at this point
Copy the full SHA 7d3ffa3View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c1eeaf - Browse repository at this point
Copy the full SHA 2c1eeafView commit details -
Co-authored-by: js6pak <me@6pak.dev>
Configuration menu - View commit details
-
Copy full SHA for e27a792 - Browse repository at this point
Copy the full SHA e27a792View commit details
There are no files selected for viewing
Large diffs are not rendered by default.
This file was deleted.