Commit graph

19 commits

Author SHA1 Message Date
Mark Sturgill
f5f24d3a92 generic enumerable refactor 2013-10-15 21:30:35 -07:00
Mark Sturgill
88488bc616 generic pooled enumerators
guild event bcp
2013-10-15 21:15:59 -07:00
Mark Sturgill
855b6463ca tilematrix thread-safety
main waithandle timeout removed
basecreature typo
2013-10-13 22:12:18 -07:00
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
eos
7f1fd47bd8 UOP map file compatibility fix for the 7.0.26.4 client patch. 2012-07-31 07:07:44 +00:00
eos
4a93844fbc Extensive UOP map file support, compatible with the new UOP file version introduced in client 7.0.25.7 (as well as the older one). 2012-06-02 00:52:27 +00:00
eos
06975930b9 Follow up patch for UOP packed map file support, now accounts for the second index table in the Felucca/Trammel map files. 2012-03-15 23:08:23 +00:00
eos
339f2032b9 Initial support for UOP packed map file introduced with client 7.0.24.3. 2012-03-13 21:46:37 +00:00
mark
55fd4be7c9 revert r620 2010-12-13 03:37:33 +00:00
mark
1ed9e396a8 mono (at least 2.6.7+) appears to finally support SafeFileHandle 2010-12-13 03:26:46 +00:00
mark
d444b9ba5c 2010-12-06 06:45:45 +00:00
mark
2c723b90fc 2009-02-26 08:35:07 +00:00
mark
d903852b37 2009-02-21 21:58:45 +00:00
mark
752c6eeab1 looks like no safefilehandle with mono, maybe Handle has a working impl? 2007-09-14 07:59:32 +00:00
mark
ebbb3ab2af a very interesting change 2007-09-14 07:44:17 +00:00
mark
9e13975aed 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
mark
8857be1d27 Fix Mono pointer arithmetic bugs 2007-09-07 19:42:25 +00:00
mark
f3d56091b6 2006-06-15 04:28:39 +00:00
mark
47711d616e 2006-06-15 04:14:30 +00:00