riperiperi / FreeSO

Re-implementation of The Sims Online.
http://freeso.org
Mozilla Public License 2.0
817 stars 95 forks source link

Rack Owners can now name their racks & Other UI polishing tweaks #56

Closed TheArchitectFreeSO closed 7 years ago

TheArchitectFreeSO commented 7 years ago

•Rack owners can name their racks, and the name is saved on the server and loaded by the next user, customer or owner. •Only 32 characters are allowed for rack names. •A couple more Parse methods were replaced with TryParse for safety. •A few additional checks were made to functions to ensure the calling clients belong to the rack owner •MaxChars was added to Alert Options •UITextEdit MaxChars functionality was copied into UITextBox •Doors and Slots EOD now limit the number of characters the users can enter into the alert.

riperiperi commented 7 years ago

Good work, LGTM. We will merge UITextEdit and UITextBox at some point in the future, but changes to clean it up for now are welcome.