This repository was archived by the owner on Jun 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains hidden or 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
…egistration, unregistration, and callback execution feat(ITimerService.cs): define ITimerService interface with methods to register, unregister, and manage timers feat(FileScriptModule.cs): add FileScriptModule to include and execute script files in the server feat(TimerScriptModule.cs): add TimerScriptModule to register and unregister timers in scripts fix(NetworkService.cs): fix IP address parsing in NetworkService for better server configuration
…ion to 0.28.3 feat(Prima.Network.csproj): update Orion.Core.Server, Orion.Network.Core, and Orion.Network.Tcp package versions to 0.28.3 refactor(TimerScriptModule.cs): add new methods Repeated and OneShot to register timers with different behaviors
…ule for executing all script files in a specified directory
…mmutability and thread safety refactor(TimerDataObject.cs): add GC.SuppressFinalize(this) to prevent finalization of the object
…r delayed timer execution feat(UOData): introduce CharacterCreatedEventArgs class to handle character creation event data feat(UOData): implement Race and RaceDefinitions classes for defining and managing races feat(UOData): update CharacterCreation packet to use ReadBytes method instead of Read with byte array feat(UOData): refactor Utility class by removing unused ConsoleColors stack and optimizing RandomList method
…method call to initialize race definitions in the ClientConfigurationService class
… event handling and execution of callback when a user creates a character feat(EventScriptModule.cs): implement callback registration for character creation event in scripts module feat(UOContext.cs): add methods to check for various protocol changes and client types for UO context feat(CharacterCreatedEventArgs.cs): update class properties and constructor parameters for character creation event data feat(Race.cs): remove redundant line and update Races property in Race class feat(CharacterCreation.cs): add properties for character creation packet including gender, hue, race, and update parsing logic for gender and race
…cessary type casting for color properties
…acterCreationHandler to handle starting location mapping feat(CharacterCreation.cs): remove unnecessary empty line in CharacterCreation class
…ert intervalInSeconds and delayInSeconds to milliseconds for better accuracy refactor(TimerService.cs): fix assignment of delayInMs in TimerService to correctly set the delay time in milliseconds
… race' to 'Race' for better clarity and consistency
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.