0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 12 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix for 0001432: Broken chars ,chat system disabled ,unable to buy tickets ,invisible at times. More... over 14 years ago
Build script now uses delayed variable expansion to properly test variables inside of if statements. More... over 14 years ago
Corrected the path's issue causing the build problems. Updated the noise library in the dependencies package to fix a build problem on windows xp systems. More... over 14 years ago
Fix for Character Creation Process. Char creation process should now be working on Tutorial again. More... over 14 years ago
Added dump of char creation data. More... over 14 years ago
For debug and testing only. More... over 14 years ago
Log of char creation process, for temporarily (debug) use. More... over 14 years ago
Merge of NPC/Creature update, commit 1434, from /dev to /trunk. More... over 14 years ago
Merge of Meanmons forward declaration work on /dev, commit 1421, to /trunk. More... over 14 years ago
Build script now uses environment variables to specify the system drive and system path's (such as Program Files and Windows directories). This will allow for those using non-english windows installations to run the batch script. More... over 14 years ago
Fixed an issue where the build script would error and fail due to the Platform flag not being passed to the msbuild command. More... over 14 years ago
Preliminary Firework update. All basic Fireworks have been added. More... over 14 years ago
The build script will now keep the window open if the build fails to make it easier to retrieve the error. A command line flag was also added to allow this option to be disabled (for example, the automated build server requires this disabled). More... over 14 years ago
Build script now detects an old dependencies directory prior to the recent changes and updates it accordingly. More... over 14 years ago
Whenever dependencies are updated the build script will now remove the old dependencies, then download and build the latest set. More... over 14 years ago
Build now copies the libmysql.dll to the appropriate bin directory. This is useful for servers or client machines where the database is hosted on another server. More... over 14 years ago
Removed extra qualification from BString constructor. More... over 14 years ago
Merged sch's changes from today into trunk. More... over 14 years ago
Merged /dev to the new trunk and resolved all outstanding compile errors. More... over 14 years ago
Angered the build server earlier, this will fix it. More... over 14 years ago
Testing fix for zthread issue on the build server. More... over 14 years ago
Fixed issue with double clicking the build script in a directory containing spaces. More... over 14 years ago
Muted all unnecessary output from the build script. More... over 14 years ago
Fixed xml encoding on generated test reports. More... over 14 years ago
Updated dependency package url in the build script. More... over 14 years ago
Implemented testing functionality. Tests are now run after every build, failing tests will cause a build to fail. Results can be seen in the output window of Visual Studio and an xml report is also generated for use by the build server. More... over 14 years ago
Updated build script to exit with an error if the build fails. More... over 14 years ago
Build script now builds just the debug version by default to match the normal use case scenario. More... over 14 years ago
Fixed an issue with building in a directory that has a space in the path. More... over 14 years ago
Updated default configuration to set default values for BindAddress/BindPort. More... over 14 years ago