Kamron Batman
a36796c2c1
v0.0.1-Alpha ( #42 )
2019-08-02 18:16:11 -07:00
Kamron Batman
513e54f70e
Clean up: Bugs, LINQ, constructors, default values, and null checks ( #18 )
2019-03-11 14:29:59 -07:00
Kamron Batman
55136d8842
Merges bug fixes and cleanup with master ( #17 )
2019-03-03 15:50:57 -08:00
Kamron Batman
dcf64091b1
Modernization Fixes & Updates to Default Values ( #3 )
2018-10-28 00:33:16 -07:00
Kamron Batman
970fd563b2
Fixes code according to modern code style. Fixes a few expression bugs.
2018-09-15 09:58:51 -07:00
Kamron Batman
06fa31a7bf
Changes properties to use automatic property initializers
2018-09-14 15:23:29 -07:00
Kamron Batman
ff26dfa375
Fixes implicit ternary expressions
2018-09-14 14:56:48 -07:00
Kamron Batman
3c9842ee5a
Fixes null propogation
2018-09-14 13:49:23 -07:00
Kamron Batman
33f5e77a24
Fixes body expression style.
2018-09-14 08:46:14 -07:00
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