View topic - SpringLobby



All times are UTC + 1 hour


Post new topic Reply to topic  [ 430 posts ]  Go to page 1, 2, 3, 4, 5 ... 22  Next
Author Message
 Post subject: SpringLobby
PostPosted: 11 May 2007, 19:28 
Lobby Developer
User avatar

Joined: 19 Apr 2007, 19:15
Location: Sweden
Image

SpringLobby is a lobby client for the Spring RTS engine, developed in C++ and it's licensed under the GPL. The client is designed with the following goals in mind:

* Implemented in modern C++
* Multiplatform, depends only on wxWidgets so works on many more platforms than Spring itself
* License is GPL 2 (free as in freedom)
* Clean and intuitive user interface
* Full UTF-8 support
* Clean design, clean codebase, well documented (soon at least)

SpringLobby starts to become quite stable and has all the needed features to play and host online. You can also use it to play singleplayer games offline. The first official release will be released soon.

If you want to know more about the project, download it or help out then go to our website at:
http://springlobby.info/

Screenshots can be found here:
http://springlobby.info/wiki/ScreenShots


Last edited by tc- on 04 Sep 2007, 10:40, edited 14 times in total.

Top
 Offline Profile  
 
 Post subject:
PostPosted: 11 May 2007, 19:48 
User avatar

Joined: 15 Oct 2006, 12:17
Location: UK, York
Lolz, another one, its becoming a fad now. I have an idea; why don't all the Linux lobby developers merge together to make Uberlobby. It would be like captain planet...



Image

Secky :o


In all seriousness, good luck.


Last edited by Relative on 22 Dec 2007, 13:25, edited 1 time in total.

Top
 Offline Profile  
 
 Post subject:
PostPosted: 11 May 2007, 20:20 
User avatar

Joined: 26 Jun 2006, 19:43
Location: Unknown
yay great stuff, honestly will be great when theres a finished client on linux :)

(Lobby Client is now a Meme! Lobby Client is now a Meme! Lobby Client is now a Meme! )


Top
 Offline Profile  
 
 Post subject:
PostPosted: 11 May 2007, 20:45 
Map Creator
User avatar

Joined: 17 Feb 2006, 15:58
Location: retired
FINALLY a C++ application!

Cant wait to mod it ^^.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 11 May 2007, 21:09 
AI Coder
User avatar

Joined: 14 Sep 2004, 10:32
Location: Cookieland
hmm, lobby rivalry, we have AFLobby, lobby++ and spring lobby all vieing for the linux ppl. I assume your going after the lightweight lobby niche? AFLobby is lightyears ahead in the all rounder heavy weight lobby arena.

You might want to think of a name change, its rather close to iamacups 'spring client' fork fo tasclient.

hint: try and seperate tasserver protocol specifics into a wrapper for future support of other protocols. Itll help a lot, and I wish I'd done it sooner.

A quick reminder, this is the same person who posted this:

http://tc.serveftp.net/layout.jpg

Would I be right in assuming this is what we're to go by?


Top
 Offline Profile  
 
 Post subject:
PostPosted: 11 May 2007, 21:27 
Lobby Developer
User avatar

Joined: 19 Apr 2007, 19:15
Location: Sweden
There are lots of lobby clients around, but why can't people just write one in a proper programming language.

Anyway I invite everyone who would like to help out with this client to do so.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 11 May 2007, 21:29 
AI Coder
User avatar

Joined: 14 Sep 2004, 10:32
Location: Cookieland
I'd help out as soon as I'm done with aflobby and exams.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 11 May 2007, 21:32 
Map Creator
User avatar

Joined: 17 Feb 2006, 15:58
Location: retired
I would like to see GUI option, so i could use different GUIs in the lobby... like make own gui if i wanted... if thats not too hard :p


Top
 Offline Profile  
 
 Post subject:
PostPosted: 11 May 2007, 21:50 
Lobby Developer
User avatar

Joined: 19 Apr 2007, 19:15
Location: Sweden
AF: Yeah, the initial design will look very much like that but I'm open to sugestions. And yeah, I have separated the tasserver protocol. the tasprotocol is using an abstract protocol class that you can implement new protocol on top of.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 11 May 2007, 21:55 
Lobby Developer
User avatar

Joined: 19 Apr 2007, 19:15
Location: Sweden
TradeMark: I'm trying to make a modular design with as litle dependencies as possible beetween the various modules. With that kind of design it should not be too difficult to rip the underlaying code and put a new gui on top of it.

The protocol code could also be easily ripped ( since it's totally independent ) and used to write bots and other goodies :-)


Top
 Offline Profile  
 
 Post subject:
PostPosted: 11 May 2007, 21:57 
AI Coder
User avatar

Joined: 14 Sep 2004, 10:32
Location: Cookieland
Alternative UIs are easy. AFLobby you just swap a panel out for another one, Unity even has 2 UIs done in different window manager (QT UI and WxWidget UI IIRC)


Top
 Offline Profile  
 
 Post subject:
PostPosted: 11 May 2007, 22:38 
Spring Developer

Joined: 08 Oct 2006, 15:58
First one of us to finish buys the other guy beer. ;)


Top
 Offline Profile  
 
 Post subject:
PostPosted: 12 May 2007, 11:22 
Lobby Developer
User avatar

Joined: 19 Apr 2007, 19:15
Location: Sweden
Kloot: No deal :-) You will definitely finnish first :-)


Top
 Offline Profile  
 
 Post subject:
PostPosted: 12 May 2007, 14:12 
AI Coder
User avatar

Joined: 14 Sep 2004, 10:32
Location: Cookieland
Tecnically I'm already 95% done so I think you two will be paying out ;D


Top
 Offline Profile  
 
 Post subject:
PostPosted: 12 May 2007, 14:16 
User avatar

Joined: 15 Oct 2006, 12:17
Location: UK, York
AF wrote:
Tecnically I'm already 95% done so I think you two will be paying out ;D


Yeah, he only needs to get the "working lobby" bit done :P


Top
 Offline Profile  
 
 Post subject:
PostPosted: 12 May 2007, 14:32 
Map Creator
User avatar

Joined: 17 Feb 2006, 15:58
Location: retired
tc- wrote:
You will definitely finnish first :-)

FINNISH IT!!! Finland rocks.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 12 May 2007, 15:44 
Lobby Developer
User avatar

Joined: 19 Apr 2007, 19:15
Location: Sweden
TradeMark: My spelling sux i know :)


Top
 Offline Profile  
 
 Post subject:
PostPosted: 14 May 2007, 23:19 
Lobby Developer
User avatar

Joined: 19 Apr 2007, 19:15
Location: Sweden
Has anyone tried compiling it?

No major progress so far, but it now connects to the server and joins the main channel.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 15 May 2007, 07:55 
User avatar

Joined: 15 Oct 2006, 12:17
Location: UK, York
I just tried to install, but each time I try to download from the svn "install-sh", "INSTALL", and "depcomp" are corrupted/broken.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 15 May 2007, 14:47 
Lobby Developer
User avatar

Joined: 19 Apr 2007, 19:15
Location: Sweden
But could you build it?

I think running autogen.sh will do the job of fixing those files.
Code:
./autogen.sh


Top
 Offline Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 430 posts ]  Go to page 1, 2, 3, 4, 5 ... 22  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Site layout created by Roflcopter et al.