0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Created folder remotely More... over 15 years ago
Finished the Currency Editor (Although it will probably need revision.) More... over 16 years ago
Created classes for managing a list of items that are for sale. More... over 16 years ago
Added code to the database for the ForSale Table. This table is a list of items for sale by players and NPCs. More... over 16 years ago
Added captions related to the editing of the base value of objects. Also applied some formatting to the file. More... over 16 years ago
Added GUI elements for the editing of the BaseValue property of objects. More... over 16 years ago
Corrected a bug in the read from XML code. More... over 16 years ago
Added the BaseValue property to BaseObject. This property stored a initial money value for the object. Also corrected bugs related to the HasChanged property of the objects. Added XML comments to the BaseObject and ClientObject. More... over 16 years ago
Added a function for adding boolean data types to an XML document. More... over 16 years ago
Added the Currency and CurrencyCollection classes. These will be used to store a set of currency values. More... over 16 years ago
Added a function for adding an element to an XML document that contains a Single data type. More... over 16 years ago
Changed the code to use Xml.XmlElement instead of Xml.XmlNode when appropriate. More... over 16 years ago
Committing some changes to the project files that were automatically made by the compiler. This change should not alter program behavior. More... over 16 years ago
Cleaned up some name space related code. This change should not change program behavior. Removed the Microsoft.Xna.Framework.Design name space. More... over 16 years ago
Cleaned up some compiler hints about the code documentation for the ProcessMessageThread sub. More... over 16 years ago
Added some more code to the mutable map for loading and saving. Added xml comments for some procedures I had skipped earlier. More... almost 17 years ago
Continued work on the mutable map. at this point its basically the public and private maps merged. Still needs work on the load and save code. More... almost 17 years ago
Started adding a mutable map class. More... almost 17 years ago
Relocated the MySQL block in the library language file because its current location prevented MySQL error messages from being displayed. Added some messages to the results language file. More... almost 17 years ago
Changed the message processing code in the Relay Server's Client message processor to create threads more efficiently. More... almost 17 years ago
Fixed a bug in the character creation SQL, Updated the Cooperative locking code in the MySQL DB code. More... almost 17 years ago
Made changes to the code that displays log messages in the relay server to make things thread safe. More... almost 17 years ago
Changed the way that network messages are processed in the relay and map servers as well as the client. These changes should create a great increase in speed since fewer objects are being created to process a message. More... almost 17 years ago
Corrected a bug where the weekdays would not get cleared when being loaded from file, causing the length of the weekday collection to continuously grow. More... almost 17 years ago
Added a GPL notice to Editor source files. More... almost 17 years ago
Added a GPL notice to Map Server source files. More... almost 17 years ago
Added a GPL notice to Relay Server source files. More... almost 17 years ago
Added a GPL notice to Client source files. More... almost 17 years ago
Added a GPL notice to Library source files. More... almost 17 years ago
Added a GPL notice to Settings files. More... almost 17 years ago