0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 13 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added the very basics of the new BasicEvent type. More... over 13 years ago
Call postbuild prior to running the test applications just to be sure all the necessary dll's are present. More... over 13 years ago
experimental template stuff More... over 13 years ago
some cleanup logs only for players More... over 13 years ago
Renamed directory to anh and moved over the basic classes we need to reuse from the current code. More... over 13 years ago
Test projects now run themselves after building. This means that whenever a test is added/updated or when code that is being tested is modified the tests will be triggered. More... over 13 years ago
Merge branch 'develop' of github.com:swganh/mmoserver into develop More... over 13 years ago
fixed a mutex iissue in the connectionserver - this should speed the connectionserver up significantly fixed further issues with casting of Objects leading to watcherlist invalidation More... over 13 years ago
Added a libanh project for all future core libraries. These consist of the components currently found in our utils, common, database and network libraries. More... over 13 years ago
Subdirectories now create filters in visual studio projects for more logical organization. More... over 13 years ago
fixed an issue with accessin the datapad when its invali when deleting waypoints More... over 13 years ago
fixed issues with abandoned messages in the message lib fixed an issue where a player would be cast as object and could not be found on the objects knownObjectlist it will now be recognized as a player and removed on the knownPlayers List More... over 13 years ago
Fixed an issue with the ticket sql More... over 13 years ago
Fixed remaining linux build errors More... over 13 years ago
Fixed issues compiling on linux More... over 13 years ago
Reapplied previous commit More... over 13 years ago
Make string lowercase before generating the crc More... over 13 years ago
A final push of the same cleanup procedures More... over 13 years ago
A final push of the same cleanup procedures More... over 13 years ago
Convert a dynamic to static cast because we know what the type is More... over 13 years ago
Convert a dynamic to static cast because we know what the type is More... over 13 years ago
Organized header include order and removed bstring usages More... over 13 years ago
Organized header include order and removed bstring usages More... over 13 years ago
Cleaned up order of includes and simplified logic in many places. Generous usage of standard library algorithms also help to clean things up. More... over 13 years ago
Cleaned up order of includes and simplified logic in many places. Generous usage of standard library algorithms also help to clean things up. More... over 13 years ago
Cleaned up organization of includes More... over 13 years ago
Cleaned up organization of includes More... over 13 years ago
Replaced naked loop with a for_each and reduced the number of times dynamic_cast is called by performing a quicker getType() check first. More... over 13 years ago
Replaced naked loop with a for_each and reduced the number of times dynamic_cast is called by performing a quicker getType() check first. More... over 13 years ago
ConfigManager is now gone, replaced by boost::program_options. Remove some depreciated configuration values. ZoneServer now requires the argument --ZoneName <name> in the command-line to load the appropriate configuration file. ZoneServer now runs on boost::program_options instead of ConfigManager. StartServer has been updated to comply with the new --ZoneName standard. More... over 13 years ago