Search

Search found 68 matches

by Axiomatic
13 Feb 2011, 00:34
Forum: Lobby Clients & Server
Topic: AlphaLobby Alpha 0.06.10
Replies: 141
Views: 27317

Re: AlphaLobby Alpha 0.04.9

Problems with SP seem to be related to changing the team/ID of players, I'll fix it soon but not while I have a half-working downloader. Its too much effort to fix bugs twice at this stage. Will definitely look into using the streamer, I was working from http://springrts.com/wiki/Dev:LobbyDownloadSy...
by Axiomatic
12 Feb 2011, 14:02
Forum: Lobby Clients & Server
Topic: AlphaLobby Alpha 0.06.10
Replies: 141
Views: 27317

Re: AlphaLobby Alpha 0.04.9

Window size is not remembered on exit, only position. In single player tabe "leave" button is redundant. You can close tab by "X" button on the tab itself or by Ctrl+W combination. Freed space worth to be used for comboboxes (map & game selectors). Window position is saved f...
by Axiomatic
12 Feb 2011, 12:21
Forum: Lobby Clients & Server
Topic: AlphaLobby Alpha 0.06.10
Replies: 141
Views: 27317

Re: AlphaLobby Alpha 0.04.9

Are you sure your speed tests are reasonable (same server, same time, etc.)? I mean, its just http/ftp-downloading (I assume), how do you gain such major speed advantages over ZeroK? You try to compare things for yourself if you want; my "benchmark" could be flawed. I wrote 3 different im...
by Axiomatic
12 Feb 2011, 03:04
Forum: Lobby Clients & Server
Topic: AlphaLobby Alpha 0.06.10
Replies: 141
Views: 27317

Re: AlphaLobby Alpha 0.04.8

http://springfiles.com/system/files/downloads/spring/lobby-clients/alphalobby0.04.9.exe Had a major bug last time, was crashing depending on how memory was arranged. Progress bar is also mostly fixed.Main problem now is assuming compressed file size is proportional to actual size, so it's inaccurat...
by Axiomatic
11 Feb 2011, 11:22
Forum: Lobby Clients & Server
Topic: AlphaLobby Alpha 0.06.10
Replies: 141
Views: 27317

Re: AlphaLobby Alpha 0.04.8

http://springfiles.com/system/files/dow ... 0.04.8.exe
Has too many problems to be worth using.
by Axiomatic
06 Feb 2011, 03:51
Forum: Lobby Clients & Server
Topic: AlphaLobby Alpha 0.06.10
Replies: 141
Views: 27317

Re: AlphaLobby Alpha 0.04.2

Seems like rapid is broken when I enable optimisation, fix coming asap EDIT: http://springfiles.com/system/files/downloads/spring/lobby-clients/alphalobby0.04.7.exe I get what I deserve for making changes without testing. Forgot to add __attribute__((packed)). Anyway, its fixed now so it can pass in...
by Axiomatic
05 Feb 2011, 10:53
Forum: Lobby Clients & Server
Topic: AlphaLobby Alpha 0.06.10
Replies: 141
Views: 27317

Re: AlphaLobby Alpha 0.04.2

You hear it? That's the wind laughing. Laughing because you used C. :P Using a different language doesn't save you from dealing with apis that use different character formats. And Java isn't really easier in this respect, it uses utf16 just like windows. At any rate, converting between the utf8 and...
by Axiomatic
05 Feb 2011, 03:27
Forum: Lobby Clients & Server
Topic: AlphaLobby Alpha 0.06.10
Replies: 141
Views: 27317

Re: AlphaLobby Alpha 0.04.2

It seems like there are a lot of problems with unicode. Honestly it's just not something I really noticed because, well I've never needed more than 94 characters. I could continue to hack support in where its needed, but I'm thinking it would be far better just to use utf16 internally, since win32 c...
by Axiomatic
04 Feb 2011, 16:22
Forum: Lobby Clients & Server
Topic: AlphaLobby Alpha 0.06.10
Replies: 141
Views: 27317

Re: AlphaLobby Alpha 0.04.1

Major bug: native language letters are not send to server. Thus i can't chat in my language. http://springfiles.com/system/files/downloads/spring/lobby-clients/alphalobby0.04.2.exe This fixed now. Didn't realize MS sprintf couldn't handle utf8. Actually the whole program is a mess of utf8, utf16 an...
by Axiomatic
04 Feb 2011, 13:02
Forum: Lobby Clients & Server
Topic: AlphaLobby Alpha 0.06.10
Replies: 141
Views: 27317

Re: AlphaLobby Alpha 0.04.1

What's the purpose of multiselecting in battle list? Batch maps/mods downloading? PS. In "Host new battle" dialog same bugs with list boxes as were in single player tab. Multiselect is default behavior, as is combo boxes not showing scroll bars. It only takes half a minute to fix, the har...
by Axiomatic
04 Feb 2011, 03:32
Forum: Lobby Clients & Server
Topic: AlphaLobby Alpha 0.06.10
Replies: 141
Views: 27317

Re: AlphaLobby Alpha 0.04

http://springfiles.com/system/files/downloads/spring/lobby-clients/alphalobby0.04.1.exe Lots of fixes for rapid download. Mainly it checks errors properly and won't copy *.sdp file until all dependencies are obtained and passed integrity checks. Also doesn't check for errors in existing files anymo...
by Axiomatic
03 Feb 2011, 12:06
Forum: Lobby Clients & Server
Topic: AlphaLobby Alpha 0.06.10
Replies: 141
Views: 27317

Re: AlphaLobby Alpha 0.04

Remembering tabs is a much better system than the "autojoin channels" field I currently use. Spectate in single-player is trivial; took me all of 2 minutes (guess I wasn't thinking of AI devs when I coded single-player xD). Saving options will take me a little longer to do. I've become awa...
by Axiomatic
03 Feb 2011, 08:10
Forum: Lobby Clients & Server
Topic: AlphaLobby Alpha 0.06.10
Replies: 141
Views: 27317

Re: AlphaLobby Alpha 0.04

Most of the above is fixed now. Rapid download protocol is supported, so frequently updated mods (Zero-K) are now playable. http://springfiles.com/system/files/downloads/spring/lobby-clients/alphalobby0.04.exe bot colors is now set randomly: uint32_t color = (rand() | rand() * (RAND_MAX + 1)) & ...
by Axiomatic
02 Feb 2011, 23:52
Forum: Lobby Clients & Server
Topic: AlphaLobby Alpha 0.06.10
Replies: 141
Views: 27317

Re: AlphaLobby Alpha 0.03.5

doesn't the screenshot says "To change font sizes only, click Cancel and go to the Appearance tab", maybe you should try instead of thinking I meant in win7, this is just me repeating what I read off msdn. I have tested in windows XP, things look fine at different DPI and font sizes. I wi...
by Axiomatic
02 Feb 2011, 03:46
Forum: Lobby Clients & Server
Topic: AlphaLobby Alpha 0.06.10
Replies: 141
Views: 27317

Re: AlphaLobby Alpha 0.03.3

http://springfiles.com/system/files/downloads/spring/lobby-clients/alphalobby0.03.5.exe I decided to stop the login box popping up since most people who play multiplayer will autoconnect anyway. Combobox scrollbars fixed, also has replay support... sort of. Works but is ugly as *, and doesn't show ...
by Axiomatic
01 Feb 2011, 23:37
Forum: Lobby Clients & Server
Topic: AlphaLobby Alpha 0.06.10
Replies: 141
Views: 27317

Re: AlphaLobby Alpha 0.03.3

Right but winXP DPI only controls font size (I think). It is not nearly as comprehensive as vista and windows 7. In those OS's I need to explicitly declare the application to be DPI aware, so the OS turns off DPI virtualization. As far as I know, doing this shouldn't have create any problems, except...
by Axiomatic
01 Feb 2011, 10:19
Forum: Lobby Clients & Server
Topic: AlphaLobby Alpha 0.06.10
Replies: 141
Views: 27317

Re: AlphaLobby Alpha 0.03.3

Drop down boxes show scroll bars now, not worth updating download just for that though. You are right about saving configuration files in 'program files' being incorrect in win7. I thought that it would be best to save into the Spring directory simply because thats where SpringLobby and SpringSettin...
by Axiomatic
01 Feb 2011, 05:03
Forum: Lobby Clients & Server
Topic: AlphaLobby Alpha 0.06.10
Replies: 141
Views: 27317

Re: AlphaLobby Alpha 0.03.3

All your points are good. This is why it's still alpha; I haven't really spent much time polishing things. The initial position of the window is supposed to be default position for new windows. As far as I know, only dialog boxes are supposed to be centered initially. I intend to restore the previou...
by Axiomatic
29 Jan 2011, 00:25
Forum: Lobby Clients & Server
Topic: AlphaLobby Alpha 0.06.10
Replies: 141
Views: 27317

Re: AlphaLobby Alpha 0.03.3

My main concern was just if someone did "/j maain" or something, there is no indication that there is a typo in the channel. However I've discovered that it creates a new channel with this name, if a join actually failed then the server will send a "JOINFAILED" command for me to ...
by Axiomatic
28 Jan 2011, 23:29
Forum: Lobby Clients & Server
Topic: AlphaLobby Alpha 0.06.10
Replies: 141
Views: 27317

Re: AlphaLobby Alpha 0.03.3

Agree that # should be ignored if its before a channel name. A big problem with channels is its possible try to connect to a channel that doesn't exist, and it will happily open a window and look as if it connected successfully. I decided that its best to open channels and the battle-room as soon as...

Go to advanced search