Author Topic: Standalone Server Browser  (Read 35998 times)

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Standalone Server Browser
« Reply #120 on: December 14, 2009, 12:50:44 AM »
Ok, give this one a try.  Need to see if German/Czech/etc. languages show up correctly.

SuperMAn

  • Committee Member
  • Autococker
  • Posts: 902
Re: Standalone Server Browser
« Reply #121 on: December 14, 2009, 02:34:49 AM »



No language icons.   =s

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Standalone Server Browser
« Reply #122 on: December 14, 2009, 08:52:52 AM »
There aren't any language icons - it's supposed to use your windows settings.

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: Standalone Server Browser
« Reply #123 on: December 14, 2009, 10:13:46 AM »
The new icons you have on the CVS - are those GPL compatible?

Edit: Also, now that you have the language specific resource files set up, does that mean I have to add things to every resource file, or does it handle that automatically?  I've never done any multi-language windows API stuff.

Yes, but if u have better icons, we can use them too.

Language specific resource files were the easiest option :)
It's better in one file. So u don't need to change the build date x times for example.

The last one works fine and in german.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Standalone Server Browser
« Reply #124 on: December 14, 2009, 06:47:51 PM »
I've submitted the changes.  Currently, everything is in one resource file, but there are still separate dialogs for every language.  I made all of the icons neutral, though, so at least those don't have to be updated on every resource file.  I'm still trying to figure out how to make certain parts of a single dialog localized.  Surely there's a way to specify a string from a string table or something.  I'm not having much luck finding info on how to do it, though.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Standalone Server Browser
« Reply #125 on: December 15, 2009, 10:12:24 PM »
Cleaned a couple things up - could everybody make sure this works?

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: Standalone Server Browser
« Reply #126 on: December 16, 2009, 10:30:08 AM »
It works like the other ones ([OTB] Speed isn't in the list, but thats not a serverbrowser bug, right?).
Is there a way to sort the serverlist by passworded servers now?

Btw: I like the dplogo with shadows in the about box more :P

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Standalone Server Browser
« Reply #127 on: December 16, 2009, 04:44:07 PM »
It works like the other ones ([OTB] Speed isn't in the list, but thats not a serverbrowser bug, right?).
Is there a way to sort the serverlist by passworded servers now?

Btw: I like the dplogo with shadows in the about box more :P
Was it a 32bit icon or something?  It looked all messed up for me, so I cleaned it up.  There were specks of different colors and stuff.  I have an older version of visual studio, so that might be the issue.

There's not currently a way to sort by icon.  I guess we could add an extra column, but it seems kind of weird/cluttered.  I think a better solution would be to add filters so you could filter out passworded servers.  I don't think people would ever really want to sort by that.
« Last Edit: December 16, 2009, 05:23:46 PM by jitspoe »

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: Standalone Server Browser
« Reply #128 on: December 17, 2009, 10:23:32 AM »
OK, sound good.


I've added the old icon.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Standalone Server Browser
« Reply #129 on: March 03, 2010, 02:54:42 AM »
Made another change - If the server browser is already running and you try to run it again, it will bring the existing instance to the foreground instead of opening another window.  I found myself repeatedly opening it when the tray icon was hidden.

I've also updated the CVS with VS 2008 express files, as I can't run older versions of visual studio in windows 7.  Hopefully this will still run OK and not require weird libraries.

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: Standalone Server Browser
« Reply #130 on: March 28, 2010, 11:47:55 AM »
Here is another test release:

ftp://otb-server.de/pub/Serverbrowser/Developer/serverbrowser_2010_03_28.exe


Changes:
- 3 icons (certificated server-, needpassword-, sv_login- setting)
- renamed the tray icon text
- added website and about to the tray menu


Known issues:
- bad icons
- background from the icons 2+3 is not shown transparent (it is in the icon file)
- all icons will not be updated, if i click on a server (same like the password icon in jitspoe's last release)
- numbers in the first 3 col's visible if the row is marked
- text from the first 3 col's is bad (C, PW, GLS). what could be better there?
- noone knows what the icons mean. maybe make a hover info?
- Incorrect Kill Count


If u read this jitspoe, pls delete this faker clan: http://dplogin.com/index.php?action=viewclan&clanid=12497
« Last Edit: July 11, 2010, 07:26:33 AM by T3RR0R15T »

vLaD

  • Autococker
  • Posts: 536
Re: Standalone Server Browser
« Reply #131 on: March 28, 2010, 12:06:44 PM »
whats with the globe? orange and green. global login levels?

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: Standalone Server Browser
« Reply #132 on: March 28, 2010, 12:29:25 PM »
yes.

green = sv_login 2
orange = sv_login 1

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: Standalone Server Browser
« Reply #133 on: April 02, 2010, 09:06:14 AM »
Two little changes:

- fixed a bug with "Copy Full Server Info"
- added versioninfo


ftp://otb-server.de/pub/Serverbrowser/Developer/serverbrowser_2010_04_02.exe
« Last Edit: July 11, 2010, 07:24:54 AM by T3RR0R15T »

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Standalone Server Browser
« Reply #134 on: January 19, 2012, 09:36:00 PM »
New icons break the ability to press a letter and select a server starting with that name. :(