UnityLobby - Page 39

UnityLobby

Discuss everything related to running Spring on your chosen distribution of Linux.

Moderator: Moderators

What would u like to see implentent next (after next release should be tomorrow or day after at most)???

Poll ended at 20 Jul 2006, 01:04

Direct IP Multiplayer Games
7
54%
Chatroom (chat only for the moment)
1
8%
More Options for Configure Section
2
15%
More Options for Skirmish Section i.e colors teams spectators etc
3
23%
 
Total votes: 13

hollowsoul
Posts: 665
Joined: 06 Jun 2006, 19:49

Post 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
User avatar
Relative
Posts: 1371
Joined: 15 Oct 2006, 13:17

Post 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/
hollowsoul
Posts: 665
Joined: 06 Jun 2006, 19:49

Post 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
User avatar
clericvash
Posts: 1394
Joined: 05 Oct 2004, 01:05

Post 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 ^_^
Word
Posts: 80
Joined: 12 Jun 2006, 09:59

Post 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.
User avatar
iamacup
Posts: 987
Joined: 26 Jun 2006, 20:43

Post 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
User avatar
Relative
Posts: 1371
Joined: 15 Oct 2006, 13:17

Post by Relative »

Cuppy is soon going to have monopoly on spring.

Why don't we all migrate their to get it over with :P
User avatar
clericvash
Posts: 1394
Joined: 05 Oct 2004, 01:05

Post by clericvash »

Dam you imacup, you beat me to it, lol, ah well :)
hollowsoul
Posts: 665
Joined: 06 Jun 2006, 19:49

Post 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
User avatar
iamacup
Posts: 987
Joined: 26 Jun 2006, 20:43

Post 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
User avatar
clericvash
Posts: 1394
Joined: 05 Oct 2004, 01:05

Post by clericvash »

haha well my main reason for comming here was unity so now im off to cups forum ^_^
own3d
Posts: 129
Joined: 25 Aug 2006, 16:31

Post by own3d »

hollowsoul wrote: thread about newer images for any artist
So will there be a todo list for art?
hollowsoul
Posts: 665
Joined: 06 Jun 2006, 19:49

Post 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...
Rudirogdt
Posts: 82
Joined: 18 May 2006, 18:00

Post 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 ?
hollowsoul
Posts: 665
Joined: 06 Jun 2006, 19:49

Post by hollowsoul »

Python Imaging Library or called PIL

As for locale utf & whatever your locale set to.
Rudirogdt
Posts: 82
Joined: 18 May 2006, 18:00

Post 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?
hollowsoul
Posts: 665
Joined: 06 Jun 2006, 19:49

Post 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
Rudirogdt
Posts: 82
Joined: 18 May 2006, 18:00

Post 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
hollowsoul
Posts: 665
Joined: 06 Jun 2006, 19:49

Post 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
hollowsoul
Posts: 665
Joined: 06 Jun 2006, 19:49

Post 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
Locked

Return to “Linux”