Page 39 of 41

Posted: 28 Feb 2007, 00:36
by hollowsoul
Wireless is an absolute nightmare. Tried to order a compatiable wireless pci card before. Got a rev2 chipset ( how u meant to check what revision that u getting online ? ).
Found out rev1 = linux friendly, rev2 = stripped down, with most work offloaded to windows driver :/

Anyway just some minor coding today
Protocols Supportted are

Code: Select all

TASServer
DENIED
ACCEPTED
REGISTRATIONDENIED
REGISTRATIONACCEPTED
MOTD
ADDUSER
BATTLEOPENED
Will post some screenshots showing battle listings tomorrow, atm using dict(), instead of large if elif chain. Believe someone mentioned it before.
Atm my order of protocols beening coded is the order in which i get an unsupportted Command from Server.

edit. Will be looking for rank icons (under some sort of opensource license ideally). So less hassle getting it linux distro repos. Also if someone feels like making up a seperate icons for Locked / Passworded / Replay / Hosting Bot. Incase anyone interested, no rush although ranking images = highest on prioritys to sort out

Posted: 28 Feb 2007, 10:27
by Relative
Hollow soul, if you are unlucky and your wireless card doesn't work (mine does, out of the box he he ) try this out.

http://ndiswrapper.sourceforge.net/

Posted: 01 Mar 2007, 00:27
by hollowsoul
@Relative Was limited ability & way to hard to setup...
Coming from a person that compiled afew Linux From Scratch & uses Gentoo for main distro.

@Everyone else Anyway been fixing my implentation of python twisted 100% sorted out now.

Also hopefully tomorrow, will be setting up new forums for UnityLobby so not all in 1 thread.
And a limited svn locally on my machine, may not be up 24/7 but will be close. For hosting developement version of UnityLobby. Stable versions will be copied to spring svn. So if anyone feels like helping out they can, or at very least have a peek at the development version & new gui.

Current Support Lobby Protocol is

Code: Select all

TASServer
DENIED
ACCEPTED
REGISTRATIONDENIED
REGISTRATIONACCEPTED
MOTD
ADDUSER
REMOVEUSER
BATTLEOPENED
UPDATEBATTLEINFO
BATTLECLOSED
JOINEDBATTLE
LEFTBATTLE
Also started working on fedora src-rpm, unfortuntaly i need to make up a glew src-rpm aswell. Due to fedora not packaging it due to parts of it have sgi license. Weird that debian package it & fedora wont
Rpm should be easy enough to use on other distros, with minor renaming of required packages worst case scenario

Posted: 01 Mar 2007, 14:22
by clericvash
Hollow if you need a forum i can happily supply one, a decent one i mean not a crappy free hosted something.

Keep up the good work, also Ubuntu Feisty Herd 4 actually works with my wireless, i guess i just needed an updated kernel. Athlough Her 5 is out today, i'm downloading that ^_^

Posted: 02 Mar 2007, 05:04
by Word
I have a couple terrabytes of bandwith to offer for a forum not sure if it's possible / worth it to setup svn on it though.

Posted: 02 Mar 2007, 08:38
by iamacup
Word wrote:I have a couple terrabytes of bandwith to offer for a forum not sure if it's possible / worth it to setup svn on it though.
donate to uf :P

forum here : http://www.thebestforumintheworld.com/i ... owforum=24

Posted: 02 Mar 2007, 08:47
by Relative
Cuppy is soon going to have monopoly on spring.

Why don't we all migrate their to get it over with :P

Posted: 02 Mar 2007, 12:29
by clericvash
Dam you imacup, you beat me to it, lol, ah well :)

Posted: 02 Mar 2007, 15:56
by hollowsoul
Will have local svn up soon & got a few more threads to post..
i.e
thread about todo list if anyone looking to help
thread about newer images for any artist
thread with latest screenshots

will post here when its done. and a nice link well that was the plan :P

Will be using seperate forum for development purposes & also easier to have peep debate feature requests / ideas / bugs in seperate threads

When a stable release will also make a thread here for it. So easier for users to find a thread for the stable release

Posted: 02 Mar 2007, 16:34
by iamacup
Relative wrote:Cuppy is soon going to have monopoly on spring.

Why don't we all migrate their to get it over with :P
it is the best forum in the world after all :P

Posted: 02 Mar 2007, 16:42
by clericvash
haha well my main reason for comming here was unity so now im off to cups forum ^_^

Posted: 02 Mar 2007, 17:28
by own3d
hollowsoul wrote: thread about newer images for any artist
So will there be a todo list for art?

Posted: 02 Mar 2007, 20:22
by hollowsoul
Yes i will post one later tonight.
Forums = http://www.thebestforumintheworld.com/i ... owforum=24

Updated thread with latest screenshots...
U may also notice support for hyperlinks in lobby chat / motd etc...

Posted: 04 Mar 2007, 06:51
by Rudirogdt

Code: Select all

~/.spring/UnityLobby $ ./Unity.py

(Unity.py:5772): Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.
/home/muh2000/.spring/UnityLobby/Profile.py
bla@work ~/.spring/UnityLobby $
(Profile.py:5773): Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.

(main.py:5774): Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.
Traceback (most recent call last):
  File "/home/bla/.spring/UnityLobby/client/main.py", line 41, in ?
    from Battle import battle
  File "/home/bla/.spring/UnityLobby/client/Battle.py", line 39, in ?
    import Image
ImportError: No module named Image
how do i fix this? how can i check wich locale i need ?

Posted: 04 Mar 2007, 12:33
by hollowsoul
Python Imaging Library or called PIL

As for locale utf & whatever your locale set to.

Posted: 04 Mar 2007, 15:35
by Rudirogdt
k working now.

i had a major locales issue and pil were missing somehow.


well i can start unity lobby but i get an old version message...


what do i have to type in bash to get the newest version?

Posted: 04 Mar 2007, 16:12
by hollowsoul
U need to grab latest from spring svn.
Just remember to keep the /path/to/spring/UnityLobby/client/unitsync.so

Anyway new forums located at http://www.thebestforumintheworld.com/i ... owforum=24
Just need to add new smaller close button, and images for user list. And then i get working at adding online battle. Atm rewrite just lets u connect to lobby server & chat away

Posted: 04 Mar 2007, 17:10
by Rudirogdt
hollowsoul wrote:U need to grab latest from spring svn.
Just remember to keep the /path/to/spring/UnityLobby/client/unitsync.so

Anyway new forums located at http://www.thebestforumintheworld.com/i ... owforum=24
Just need to add new smaller close button, and images for user list. And then i get working at adding online battle. Atm rewrite just lets u connect to lobby server & chat away
74b3 is the latest right ?


Image

Posted: 04 Mar 2007, 17:13
by hollowsoul
No its not for UnityLobby. Didnt get much warning for previous release to get bugs ironed out in UnityLobby, so its an old uncompatiable one for lobby server

To get latest one

Code: Select all

 mkdir test
cd test
svn checkout https://taspring.clan-sy.com/svn/spring/trunk/UnityLobby
Working on a complete overhaul and forums for it is at link in previous post.
Hopefully be ready soon

Posted: 04 Mar 2007, 20:40
by hollowsoul
Just a screenshot for peep
Image

If u want to help get over to
http://www.thebestforumintheworld.com/i ... owforum=24

Screenshots & svn info there aswell...
i.e someone want to make up new rank images ?
or help out with the coding