|
||
|
|
#1 (permalink) |
|
ConnectUO Creator
Join Date: Jan 2004
Location: In your mom
Age: 27
Posts: 4,762
|
Since these haven't been updated to such and I needed them to be. I've updated this to 2.0 and thought I'd share.
__________________
Jeff Boulanger ConnectUO - Core Developer Want to help make ConnectUO better? Click here to submit your ideas/requests Use your talent to compete against other community members in RunUO hosted coding competitions If you know XNA (even if its just a little) or are a good artist(2d or 3d) and are interested in making games for a hobby send me a pm or drop by #xna in irc.runuo.com. I'm looking to put together a small game development team. Please do not pm me for support. If you are having issues please post in the appropriate forum. Thanks for your continued support of both ConnectUO and RunUO |
|
|
|
|
|
#3 (permalink) |
|
Newbie
|
There seems to be a bug with the dictionary in Animation.cs in LoadTable()
Code:
for ( int i = 0; i < count; ++i )
{
object o = BodyTable.m_Entries[i];
if ( o == null || BodyConverter.Contains( i ) )
{
m_Table[i] = i;
}
[...]
object o = BodyTable.m_Entries[i]; For i=0 there is no entry in the hashtable/dictionary: A dictionary throws a KeyNotFoundException, a hashtable returns null. |
|
|
|
|
|
#4 (permalink) | |
|
Forum Expert
Join Date: Mar 2005
Location: Firmly Seated Infront of the Computer.
Age: 25
Posts: 429
|
thankyou for updating this
![]()
__________________
![]() Quote:
|
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|