RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Any available open source projects that use the DLL?

Waverian

Wanderer
Any available open source projects that use the DLL?

I was wondering if anybody knew of any currently available source code for applications using the Ultima DLL.

I know what it is, and how to use it.. I've browsed the class names, method names and their arguments, but I'm still at a loss for some of the things the methods available in the dll can actually do...

So if anybody got any examples or sources for said applications, it'd be appreciated. :p
 

Waverian

Wanderer
Oh.. The source for the dll itself is available?

Heh, that'll definitely do. :p

Thanks for the input, and to punt for the link.
 
No, it would be a violation of the GPL if you requested the source and they would not provide it. It doesn't necessarily need to be readily available...
 
If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.

What exactly does it violate...?
 
Well, he was violating it last time I looked, but that admittedly was a long time ago. In the interim he has offered/released the source code, so now he just has to deal with Clause 1.

And just for the record, it was this part of Clause 3 that he was in violation of:
3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:

a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,

b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,

c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)
 
Ignacio Vazquez-Abrams said:
Well, he was violating it last time I looked, but that admittedly was a long time ago. In the interim he has offered/released the source code, so now he just has to deal with Clause 1.

And just for the record, it was this part of Clause 3 that he was in violation of:

Look right after that. It's an acception (what I posted).

So, all he's breaking now is not including the License (Clause 1)?

Either way, who cares. :rolleyes:

I'm gonna start coding tools in the UO:SDK, and I won't be a dick with licensing! :D
 

Revan

Sorceror
yeah, uh..
I could give you the source for UO Thong if you wanted..
It's pretty simple and I guess a good example if you want to get started :)
 
Top