SpringSettings 0.2.0
Moderator: Moderators
Re: SpringSettings 0.2.0
Meh... where's that stupid file in trunk, anyhow? Sorry, it's never where I think it's supposed to be...
Re: SpringSettings 0.2.0
on of my points exactly.
Re: SpringSettings 0.2.0
There's a blog post full of these all in png psd and ico format!
You don't need me to modify or provide a png of the correct size, there's already an icon provided in all the sizes including the 256x256 png graphic for vista for all the icons I designed!
Also if you remove the blue border here you'd have to remove it everywhere else which would be a pain and a lot more work. It would otherwise be very inconsistent and a lot of people actually like the blue border, that there are people who don't is not proof that its the right course of action, just that some people have different tastes.
You don't need me to modify or provide a png of the correct size, there's already an icon provided in all the sizes including the 256x256 png graphic for vista for all the icons I designed!
Also if you remove the blue border here you'd have to remove it everywhere else which would be a pain and a lot more work. It would otherwise be very inconsistent and a lot of people actually like the blue border, that there are people who don't is not proof that its the right course of action, just that some people have different tastes.
Re: SpringSettings 0.2.0
koshi wrote:correct me if i'm wrong/missed something, but shouldn't "official icons" be ... b) in spring svn with sources?
Argh wrote:Meh... where's that stupid file in trunk, anyhow? Sorry, it's never where I think it's supposed to be...
koshi wrote:on of my points exactly.
hint,hintAF wrote:There's a blog post ...
Which imo also holds true for the icon in your download AF: http://filebin.springlobby.info/ssicon.pngkoshi wrote:That pretty 600x600 png is almost half empty which results in about 8x8 pixels being of informative value (or not). Read: resizing that png leads to something reddish with a yellow blob in the center
Re: SpringSettings 0.2.0
There is very little one can get into 8x8 while retaining any meaningful data of any kind. I would hope the user had at the very least seen the 16x16 or the 256x256 giant icons beforehand.
Nonetheless it is still an improvement
Nonetheless it is still an improvement
Re: SpringSettings 0.2.0
What i said was that the area the actual pictogram is in was 8x8, the icon itself is 16x16. To rephrase: three quarters of the icon area is background!
Atm i see two choices: one fugly icon i did in about two minutes to have at least sth recognizable vs one only looking good in resolutions that i don't primarily need.
Honestly I don't see an improvement there.
AF: did you have a look at the screenie? Don't you agree you can't make out much there? Is it too much to ask to enlarge the pictgroam size to lessen the wasted space? I would've done that myself, but the psd doesn't seem to inlcude the glow overlay for the spanner (when opened with gimp anyways).
Atm i see two choices: one fugly icon i did in about two minutes to have at least sth recognizable vs one only looking good in resolutions that i don't primarily need.
Honestly I don't see an improvement there.
AF: did you have a look at the screenie? Don't you agree you can't make out much there? Is it too much to ask to enlarge the pictgroam size to lessen the wasted space? I would've done that myself, but the psd doesn't seem to inlcude the glow overlay for the spanner (when opened with gimp anyways).
Re: SpringSettings 0.2.0
I fail to see this picture of the 8x8 icon you're referring to in this thread.
Re: SpringSettings 0.2.0
koshi wrote:What i said was that the area the actual pictogram is in was 8x8, the icon itself is 16x16.
koshi wrote:Which imo also holds true for the icon in your download AF: http://filebin.springlobby.info/ssicon.png
Re: SpringSettings 0.2.0
That's fine. It could be slightly larger but tbh it does the job. Ill change it but do not rely on em for it, it could be changed tonight or in a years time, I simply don't know what time I have anymore, just that I have far too many things and I don't have the necessary tools on this computer to do it right here and now.
Re: SpringSettings 0.2.0
to automaticaly disable the threaded optimisation you have to add this :
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\{0F14EC17-9707-4245-B341-47968977B31B}\0000\_spring.exe:OGL_ThreadControl = 020000 (binary)
to get the guid, you can use http://msdn.microsoft.com/en-us/library ... S.85).aspx or you can parse all of them until you find a HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\GUID\Video\Service = nv
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\{0F14EC17-9707-4245-B341-47968977B31B}\0000\_spring.exe:OGL_ThreadControl = 020000 (binary)
to get the guid, you can use http://msdn.microsoft.com/en-us/library ... S.85).aspx or you can parse all of them until you find a HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\GUID\Video\Service = nv
- BrainDamage
- Lobby Developer
- Posts: 1164
- Joined: 25 Sep 2006, 13:56
Re: SpringSettings 0.2.0
didn't 0.77 have threaded render? that should actually requires threaded optimizations to be on in nvidia cards
Re: SpringSettings 0.2.0
just tested i think it doesn't change if it's auto or disabled so just nevermindBrain Damage wrote:didn't 0.77 have threaded render? that should actually requires threaded optimizations to be on in nvidia cards
Re: SpringSettings 0.2.0
since i've only seen opinions/isloated incident reports flying around about this and no real hard evidence I wouldn't add it now anyways. Nvm that i don't actually like messing with registry, nor have any reasonable way to test success of anything i'd implement.
Re: SpringSettings 0.2.0
if you don't disable the threaded optimisation with 0.76b1 on windows with a dual core ... you just can't play ... having 5fps at start ...koshi wrote:since i've only seen opinions/isloated incident reports flying around about this and no real hard evidence I wouldn't add it now anyways. Nvm that i don't actually like messing with registry, nor have any reasonable way to test success of anything i'd implement.
Re: SpringSettings 0.2.0
Interesting is, that I have better fps with the dualcore stuff on on 0.76 (amd 4200+ x2)
e: x2 doesnt mean I have 2 cpu's, it means 2 cores
e: x2 doesnt mean I have 2 cpu's, it means 2 cores

Re: SpringSettings 0.2.0
new build: http://springlobby.info/windows/springs ... ttings.exe
source
or build my 0.77-settings branch
water 4 settings available in expert mode
source
or build my 0.77-settings branch
water 4 settings available in expert mode
-
- Posts: 933
- Joined: 27 Feb 2006, 02:04
Re: SpringSettings 0.2.0
Actually, I think threaded optimizations is just nVidia's driver guessing at ways to multithread the CPU portion of certain rendering operations, but it usually fails at it badly. It shouldn't be necessary and it will probably actually be harmful on a true multithreaded application.Brain Damage wrote:didn't 0.77 have threaded render? that should actually requires threaded optimizations to be on in nvidia cards