ModernUO/Server/Persistence
2007-09-07 19:50:35 +00:00
..
BinaryMemoryWriter.cs main loop and timer efficiency 2006-06-19 17:28:24 +00:00
DualSaveStrategy.cs 2006-06-15 04:28:39 +00:00
FileOperations.cs 2006-06-15 04:28:39 +00:00
FileQueue.cs 2006-06-15 04:28:39 +00:00
ParallelSaveStrategy.cs Fixed issue with decay erroneously triggering world save warnings. 2007-04-20 22:35:41 +00:00
SaveMetrics.cs To clarify a bit, mono incorrectly increments the pointer 4 bytes when using *somePtr++, when it should increment the pointer the 3 or 7 bytes in the case of Tile/StaticTile. Using somePtr = somePtr + 1 works flawlessly. 2007-09-07 19:50:35 +00:00
SaveStrategy.cs Fixed issue with decay erroneously triggering world save warnings. 2007-04-20 22:35:41 +00:00
SequentialFileWriter.cs 2006-06-15 04:28:39 +00:00
StandardSaveStrategy.cs Fixed issue with decay erroneously triggering world save warnings. 2007-04-20 22:35:41 +00:00