Where do you guys upload replays since knorke ban the guy that was hosting them ?Kloot wrote:You should never assume that giving extra information is not needed, so please do (if it is important to you that this gets fixed for 85.0).For the third, I can upload replay if needed
Release: Spring 84.0! The DragonSlayer!
Re: Release: Spring 84.0! The DragonSlayer!
Re: Release: Spring 84.0! The DragonSlayer!
how big is the zipped replay?
Re: Release: Spring 84.0! The DragonSlayer!
http://springrts.com/mantis/my_view_page.php
But the issue has already been found and nuked, as well as the second from your list.
But the issue has already been found and nuked, as well as the second from your list.
Re: Release: Spring 84.0! The DragonSlayer!
not sure if serious. I did not ban Trademark.albator wrote:Where do you guys upload replays since knorke ban the guy that was hosting them ?
I unbanned him after someone else banned him because I felt he should not have been banned.
Anyway, for bugreports it is possible to attach files to mantis posts or forum.
Re: Release: Spring 84.0! The DragonSlayer!
change from yellow to orange might be tolerable in some mods, but others might use different colors (blue, green, red) and intensity (brighter is stronger) to represent different types of weapons and dmg potential. Those few lines of code screw this totally.knorke wrote:cannon color change might be this commit:
https://github.com/spring/spring/commit ... andler.cpp
Seems like default color is now 1.0f, 0.5f, 0.0f but strangely seems like it was that before too?
Anyway, now projectiles are orange instead of yellow. (guess: old color was 1,1,0)
Hm, in 0.82.7.1 I had this for a cannon weapon:
rgbColor = [[0.8 0.95 0.8]],
gave a bright, almost white projectile with a tint of green.
In 84.0 the same weapon is orange and I can not get it to be a different color at all.
So this reads the colors:
visuals.color = wdTable.GetFloat3("rgbColor", rgbcol);
visuals.color2 = wdTable.GetFloat3("rgbColor2", float3(1.0f, 1.0f, 1.0f));
But then in the next 2 lines the colors that were just read, get overwritten with orange?
if (wd.type == "Cannon") { visuals.color = float3(1.0f, 0.5f, 0.0f); }
if (wd.type == "EmgCannon") { visuals.color = float3(0.9f, 0.9f, 0.2f); }
edit:
armflash, armstump, armbrtha in BA7.60 shot orange projectiles too. (used to be yellowish)
edit2:
seems like bug to me, so mantis: http://springrts.com/mantis/view.php?id=2751
ok so bug was fixed. How long until the next release?
(btw, great work devs!)
Re: Release: Spring 84.0! The DragonSlayer!
Who's idea was it to skip a version number?
Re: Release: Spring 84.0! The DragonSlayer!
Cheesecan, please stop spamming the whole forum.
Re: Release: Spring 84.0! The DragonSlayer!
go read threads.. there is much discussion. you can go find it yourself.Cheesecan wrote:Who's idea was it to skip a version number?