AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Metamod:Source Plugins (https://forums.alliedmods.net/forumdisplay.php?f=76)
-   -   [26/7/07] Source Utils v1.6 (https://forums.alliedmods.net/showthread.php?t=52532)

FlyingMongoose 05-23-2007 16:54

Re: Source Utils v1.3
 
No you can't that's what we're trying to tell you, if ANY of your application uses any aspect of a GPL product, you must release your ENTIRE source code, for your entire application.

sn4k3 05-23-2007 18:24

Re: Source Utils v1.3
 
Quote:

Originally Posted by FlyingMongoose (Post 479845)
No you can't that's what we're trying to tell you, if ANY of your application uses any aspect of a GPL product, you must release your ENTIRE source code, for your entire application.

and if i make a other .dll|.so project binnary and after share the source code and when source utils load will load that binnary with mysql can i do that?

like sourcemod have the extensions

BAILOPAN 05-23-2007 18:56

Re: Source Utils v1.3
 
You can do that as long as you're not linking to or using the MySQL API in the main application and the source code to the separate object is released under the GPL.

sn4k3 05-24-2007 02:59

Re: Source Utils v1.3
 
Quote:

Originally Posted by BAILOPAN (Post 479882)
You can do that as long as you're not linking to or using the MySQL API in the main application and the source code to the separate object is released under the GPL.

good :)

now how can i do a other plugin but without iserverplugin Classes like Plugin::Load ....

and load it with main app?

http://forums.alliedmods.net/showthread.php?t=55319

any simple example?

FlyingMongoose 05-24-2007 03:03

Re: Source Utils v1.3
 
Wouldn't it just be easier to pull the mysql functionality out of your existing plugin and put it into it's own?

sn4k3 05-24-2007 08:34

Re: Source Utils v1.3
 
can i bulid a .lib|.a library and link source utils with that or i must write a .dll|.so ???

.lib or .dll containe the su_mysql project (open source)

BAILOPAN 05-25-2007 15:20

Re: Source Utils v1.3
 
.lib/.a is linking... no, they have to be separate

Shaman 05-25-2007 18:49

Re: Source Utils v1.3
 
Quote:

Source Utils:

This is my 1º ....
Nice utils :up:

sn4k3 05-26-2007 04:52

Re: Source Utils v1.3
 
Quote:

Originally Posted by BAILOPAN (Post 480524)
.lib/.a is linking... no, they have to be separate

well i will make it
a new plugin with mysql (free src)

is possible remove the plugin from plugin_print?
and now can i get plugins loaded?


@Shaman

thanks :)

sn4k3 06-02-2007 16:31

Re: Source Utils v1.5 [2/6/07]
 
New Version!!!

v1.5 [2/6/07]

- added GeoIp Functions (http Theared only)
- added netinfo functions (allow get ip/ping/timeouts ...)
- added MapFind allow search maps on server
- added 'addons/sourceutils/tools' folder

- added 'su_tools_folder' cvar to know Source Utils Tools Path
- added 'su_dedicatedserver' cvar to know If Server Is Dedicated
- added 'su_freelib_version' cvar to know Source Utils FreeLib Version
- added 'su_freelib_license' cvar to know Source Utils FreeLib License (GPL)

- realsed SourceUtils FreeLib Source Code

- change all source utils bin/folder files
- change mysql userids increase type

- fixed bin files (linux)
- fixed mysql license (GPL)


-------

I recomend to old source utils user remove all old source utils files before install that new

if you dont remove server will work and source utils too but you will stay with more files (unecessary) on your server


All times are GMT -4. The time now is 11:35.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.