Share

UglyCode

File Release Notes and Changelog

Release Name: 1.040

Notes:


Changes: um1_040 - New characters are important to us! Modified log_recursion() and the two callsa to it. This makes the information easier to process. Modifed String so that you can append to it; just use += Modified @?connectedplayers so that it takes parameter as who does. npc wizards, admin, etc Added MAX_NAME_LENGTH, and used in two obvious places Modified @?connectedplayers, who, swho so they all use class WhoToShow to determine who should be shown. Modified @?connectedplayers to use String append. Fixed the peak users store in 'who' so that it only does it for users, not npcs. Fixed character creation so that the password hiding is done the right way around. So, the main changes you may notices are: Character creation doesn't mess up (either hide input or just display ***) any more. '@?connectedusers' and 'swho' can now take the same optional argument that 'who' does to return results. We don't count NPCs ever in the peak user count, which we used to do, due to a programming error (it wasn't intentional, honest!)