-
Notifications
You must be signed in to change notification settings - Fork 226
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
v1.6.8 #715
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix bound weapon * Add nullptr checks
Tweak: improved door sync
* tweak: Add Services, World, and GameServer bindings GameServer_Bindings: - SendGlobalChatMessage - SetTime Player_Bindings: - IsPartyLeader Service_Bindings: - "get" for all services - CalendarService : GetTimeScale - PartyService : IsPlayerInParty World_Bindings: - "get" * tweak: bool return for GameServer SetTime * tweak: Add onSetTime scripting event * tweak: Set up for settime chat command * tweak: different .cpp binding file for each service
Includes a new fix for DInputHook.cpp (see github.com/tiltedphoques/TiltedHooks/pull/5 for details)
* feat: WIP settime chat command Properly sets time for connected players, but with no system chat message * feat: WIP settime chat command Properly sets time for connected players, but with no system chat message * tweak: some cleanup * tweak: more cleanup * tweak: unfix world * tweak: final touches * Tweak: Server scripting expansion (#701) * tweak: Add Services, World, and GameServer bindings GameServer_Bindings: - SendGlobalChatMessage - SetTime Player_Bindings: - IsPartyLeader Service_Bindings: - "get" for all services - CalendarService : GetTimeScale - PartyService : IsPlayerInParty World_Bindings: - "get" * tweak: bool return for GameServer SetTime * tweak: Add onSetTime scripting event * tweak: Set up for settime chat command * tweak: different .cpp binding file for each service * feat: require admin password to use settime chat command * feat: /AddAdmin, /RemoveAdmin /admins console commands - /AddAdmin: add the player with the username given to the adminSessions Set - /RemoveAdmin: remove the player with the username given from the adminSessions Set - /admins: list out all admins * tweak: hacky fix for spaces in usernames for /AddAdmin and /RemoveAdmin also includes a fix for crashing after 10 commands are sent to the server * feat: WIP settime chat command Properly sets time for connected players, but with no system chat message * tweak: some cleanup * tweak: more cleanup * tweak: unfix world * tweak: final touches * feat: require admin password to use settime chat command * feat: /AddAdmin, /RemoveAdmin /admins console commands - /AddAdmin: add the player with the username given to the adminSessions Set - /RemoveAdmin: remove the player with the username given from the adminSessions Set - /admins: list out all admins * tweak: hacky fix for spaces in usernames for /AddAdmin and /RemoveAdmin also includes a fix for crashing after 10 commands are sent to the server * tweak: review changes minus clang format * tweak: clang format formatted all files except those that were in the scripting expansion * tweak: admin password used bool * tweak: yeet ispublic bool member from GameServer
* feat: --exePath commandline argument ex. `SkyrimTogether.exe --exePath C:\Path\To\Game\SkyrimSE.exe` * tweak: add explicit target exe error * tweak: clang format * fix: properly terminate process when no exe path given * tweak: safer args bounds check + more explicit errors * tweak: remove global exePath & titlePath * tweak: clang format * tweak: const naming
Fix: attempt to temporarily fix failing linux CI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.