ModernUO/Server/Persistence
Mark Sturgill d2c670f5c3 Implement Core.TickCount
Convert movement, actions (lift/use), combat, and spells to use Core.TickCount and avoid DateTime caveats (performance, system time dependency, etc)
Refactor DateTime.Now to DateTime.UtcNow
Add LOS check for Iron Maiden addon
2013-10-06 03:21:18 -07:00
..
BinaryMemoryWriter.cs main loop and timer efficiency 2006-06-19 17:28:24 +00:00
DualSaveStrategy.cs 2010-12-20 11:31:46 +00:00
DynamicSaveStrategy.cs Implement Core.TickCount 2013-10-06 03:21:18 -07:00
FileOperations.cs 2006-06-15 04:28:39 +00:00
FileQueue.cs 2006-06-15 04:28:39 +00:00
ParallelSaveStrategy.cs Implement Core.TickCount 2013-10-06 03:21:18 -07:00
QueuedMemoryWriter.cs SVN Property correction 2010-12-23 11:36:25 +00:00
SaveMetrics.cs Preprocessor directive for .NET 4.0: Framework_4_0. (Removed the 3.5 directive as it wasn't a new framework runtime anyways) 2010-12-18 11:00:57 +00:00
SaveStrategy.cs this code really isnt ready for production 2013-09-27 19:33:54 -07:00
SequentialFileWriter.cs 2006-06-15 04:28:39 +00:00
StandardSaveStrategy.cs Implement Core.TickCount 2013-10-06 03:21:18 -07:00