Search found 221 matches

by Omega_K2
Tue Sep 30, 2014 11:02 pm
Forum: Plugin Development Support
Topic: "Team is full" message
Replies: 8
Views: 7849

The map may not have more then 10 spawn points. Might wanna check that. CSGO quite frankly has many issues when trying to code for it, which makes it overall terrible for modded srevers :/
by Omega_K2
Mon Jul 07, 2014 8:03 am
Forum: General Discussion
Topic: Forum keeps logging me out
Replies: 8
Views: 7739

satoon101 wrote:What browser are you using? Make sure to clear the cache and cookies from the beginning of time and not just recent.


Mh, I cleared all cookies for sourcepython.com, in general that should suffice, unless there is another domain involved. Using Firefox.
by Omega_K2
Mon Jun 30, 2014 8:09 pm
Forum: General Discussion
Topic: Forum keeps logging me out
Replies: 8
Views: 7739

It still seems to do that even after clearning cache and cookies .
by Omega_K2
Mon Jun 30, 2014 12:35 pm
Forum: General Discussion
Topic: Forum keeps logging me out
Replies: 8
Views: 7739

Thanks, I'll give it a try!
by Omega_K2
Sun Jun 29, 2014 8:28 pm
Forum: General Discussion
Topic: Forum keeps logging me out
Replies: 8
Views: 7739

Forum keeps logging me out

Seems like it's an issue in particular with this site and only this site. Since I've allowed cookies I feel like it shouldn't happen as often. Is there a mandatory 1 hour logout even if you tell the forum to let you be logged in?

Anyone else with this issue?
by Omega_K2
Sun Jun 29, 2014 2:22 pm
Forum: Module/Package Submissions
Topic: Popup
Replies: 0
Views: 15005

Popup

Considering I've noted so in the other thread I hereby want to to make my popup library included in k2tools open for inclusion within source python (with LGPL terms). See: https://svn.german-slaughterhouse.de/svn/k2tools/trunk/addons/source-python/packages/custom/k2tools/popup/ [url]https://www.germ...
by Omega_K2
Thu Jun 19, 2014 11:15 pm
Forum: API Design
Topic: Popuplib
Replies: 6
Views: 8145

I hope you don't take this wrong, but I rather work with something official than having third party libs/scripts, I did already played around with your library, and it's great. Hence I said I wouldn't mind if it was included (under GPL/LGPL) with Source.Python, so ya know it's official. I know they...
by Omega_K2
Tue Jun 17, 2014 6:24 pm
Forum: API Design
Topic: Popuplib
Replies: 6
Views: 8145

If satoon101 or the other members are interested you can include my popuplib with SP if you like. It is a pure popuplib though, not intended to support those old-style menus.
by Omega_K2
Tue May 13, 2014 6:26 am
Forum: API Design
Topic: Popups & sound libary
Replies: 17
Views: 17144

Is there/will there be a way of streaming audio to a player, without having them download the file in advance? (I'm not talking about an motd with an embedded music player, I'm talking about doing this through the Engine's sound system.) Also a general popup/menu library would be nice, since plugin...
by Omega_K2
Mon May 12, 2014 12:22 pm
Forum: Whatever
Topic: Building for linux
Replies: 11
Views: 12286

I have 2 ways I build. I used to always use a CentOS pc, but recently started using a virtual Fedora. I am not at home, and won't be till probably Wednesday, so I can't really write a good tutorial. Eventually, we will have a tutorial on the wiki, but we need to get a few things fixed before we sta...
by Omega_K2
Thu Apr 24, 2014 5:22 am
Forum: News & Announcements
Topic: Site migration
Replies: 4
Views: 6953

Heh, so you finally deceided to use MediaWiki, awesome!

Here are some extensions to MW I'd recommend:

Support for multiple languages: http://www.mediawiki.org/wiki/MLEB
Code Tags: http://www.mediawiki.org/wiki/Extension:GeSHiCodeTag
by Omega_K2
Sat Mar 22, 2014 8:48 pm
Forum: General Discussion
Topic: Thread titles
Replies: 8
Views: 8122

Ok, sorry, there was a limit on how long after you posted till you were no longer able to edit the title. There is no way to disable this, so I set it to 10,000,000 minutes... I am not sure if this affects previously created threads or not, but I hope so. This should also allow you to change the ti...
by Omega_K2
Sat Mar 22, 2014 8:12 pm
Forum: News & Announcements
Topic: Community help
Replies: 5
Views: 7473

Doldol wrote:On the is_player_authorized method, what would the auth permission argument be?


a named permission. It doesn't have to exist, handling it would be the task of the auth provider. Unless the api changed much, but I think it's still the same way.
by Omega_K2
Sun Mar 16, 2014 4:27 pm
Forum: General Discussion
Topic: Thread titles
Replies: 8
Views: 8122

I forgot to post my findings on this until now (sorry about that). If you double-click next to the thread title of a thread you started, it will allow you to change it. The double-clicking is done in the forum view, not from within the thread itself. Is that a moderator/admin option? Doesn't work f...
by Omega_K2
Thu Mar 13, 2014 11:48 am
Forum: News & Announcements
Topic: Community help
Replies: 5
Views: 7473

satoon101 wrote:If anyone is interested, it would also be nice to have a KeyValues wrapper that interacts like a dictionary and can be saved to file (and loaded from file).


Around the SP C++ KeyValues class? I do have pure python implementation of KeyValues.
by Omega_K2
Sun Feb 09, 2014 9:57 pm
Forum: Plugin Releases
Topic: Pretty Status List [V 1.00.003] [SVN]
Replies: 4
Views: 7821

Updated. Also attached latest k2tools to the post

1.00.003
  • Updated for latest SP
by Omega_K2
Sun Feb 09, 2014 9:19 pm
Forum: Plugin Releases
Topic: k2tools - General purpose library package [WIP] [SVN]
Replies: 9
Views: 11958

Updated for latest revision of Source Python (development), use Rev 40 or the zip I attached to the original post.
by Omega_K2
Sun Feb 09, 2014 8:06 pm
Forum: Plugin Development Support
Topic: Plugin "load" function is gone - intentional?
Replies: 1
Views: 2993

Plugin "load" function is gone - intentional?

SP doesn't execute a plugin's load function anymore, only the unload function. Is this intentional?

Edit: current dev version
by Omega_K2
Fri Jan 31, 2014 8:31 pm
Forum: News & Announcements
Topic: New Update!!
Replies: 4
Views: 6884

EniGMa wrote:I guess SP will be well-documented by that time.


It already is as long you look into the files. The wiki needs updating :P
by Omega_K2
Sun Jan 26, 2014 4:33 am
Forum: Whatever
Topic: Sorting items in dictionary
Replies: 3
Views: 5921

Dictionaries do not store order. They are unsorted. Look at OrderedDict if you need dict to store order itself.

Though you can still create a sorted list form a dictionaries keys or values. (sorted will return a sorted list of keys)

Go to advanced search