Release candidate: Spring 0.81.0
Re: Release candidate: Spring 0.81.0
Forget that I mentionned zoom. It's not related to zoom.hoijui wrote:I guess this are far textures, which is what is drawn between LOD- and Icon-Distance. They all use the same team color, as each unit(def) is drawn just once(from a few angles) and then reused for all teams.
With the exception that when you're zoomed enough to only see one team, there is no more color swapping.
And these are definitively animated full 3D models. Just with the wrong team color.
Re: Release candidate: Spring 0.81.0
http://github.com/spring/spring/commit/ ... 0c12357052smoth wrote:OMG I LOVE THE WAY BUILDINGS CONSTRUCT NOW!
Was this on purpose or accident? I want this as an option over the old green nano frame!
btw you can `easily` override the animation via lua's unitrendering
Re: Release candidate: Spring 0.81.0
is this dont-remember-minimized-window-state feature added yet? (makes it impossible to play if you start game while it was previously minimized, unless you open spring.exe manually, resize, and close.)
Re: Release candidate: Spring 0.81.0
The game depends on a file which is not present on your hard disk. That may be a bug in the game.
(Spring now errors about this, as usually it would give weird unrelated errors later on otherwise.)
(Spring now errors about this, as usually it would give weird unrelated errors later on otherwise.)
Re: Release candidate: Spring 0.81.0
To clarify a bit: It would give unrelated errors later if and only if it had something important. MA has a dependency on a file that has just music, making it optional. But you likely won't sync in the lobby depending on if you have the optional file. And that's the wrong way to do this. It should be using a widget to load the music if it exists.
tl;dr The hacky thing MA did is now broken.
tl;dr The hacky thing MA did is now broken.
-
- Posts: 916
- Joined: 27 Jun 2009, 01:32
Re: Release candidate: Spring 0.81.0
I guess SA was about the music...
But for something different: Did you remove the smooth animations (automatic interpolations based on turn / move [NOW] commands followed by a sleep)? I'm getting stop motion animations for units relying on that method...
But for something different: Did you remove the smooth animations (automatic interpolations based on turn / move [NOW] commands followed by a sleep)? I'm getting stop motion animations for units relying on that method...
Re: Release candidate: Spring 0.81.0
Yeah best not to touch wind output. Every game using wind is balanced with the current values in mind, not 20% (or whatever) increased values.
-
- Posts: 916
- Joined: 27 Jun 2009, 01:32
Re: Release candidate: Spring 0.81.0
I also have another small issue:
I wrote the constructor's script in a way the stay "open" for a while so they don't have to immediately open/close after finishing a job. Now some of the constructors get a command to start the opening animation a few seconds after giving a move command...
I cannot really tell what causes this as while the system behind the code always is the same but only a few units are affected. I also wasn't able to spot this in another mod yet...
I wrote the constructor's script in a way the stay "open" for a while so they don't have to immediately open/close after finishing a job. Now some of the constructors get a command to start the opening animation a few seconds after giving a move command...
I cannot really tell what causes this as while the system behind the code always is the same but only a few units are affected. I also wasn't able to spot this in another mod yet...
Re: Release candidate: Spring 0.81.0
Hi,
OpenAL32.dll is broken.
The older version, size 170.496 bytes, start but no sound.
The newer version (in 0.81.1 too), size 102.912 bytes,
crashes spring with follow error :
"The application failed to initialize properly (0xc0000005).click on ..."
OpenAL32.dll is broken.
The older version, size 170.496 bytes, start but no sound.
The newer version (in 0.81.1 too), size 102.912 bytes,
crashes spring with follow error :
"The application failed to initialize properly (0xc0000005).click on ..."
Re: Release candidate: Spring 0.81.0
Hi,
o.k. -> 0.81.1.1 runs flawles
o.k. -> 0.81.1.1 runs flawles

Re: Release candidate: Spring 0.81.0
Great, thanks for testing it already 
Assuming I don't mess up again and no unexpected things happen 0.81.1.2 should be released in an hour or so.

Assuming I don't mess up again and no unexpected things happen 0.81.1.2 should be released in an hour or so.
Re: Release candidate: Spring 0.81.0
WinXPhoijui wrote:
For SpringLobby, make sure springlobby is not running and then edit the config file:
linux: ~/.springlobby/springlobby.conf
Windows (in general): %appdata\.springlobby\springlobby.conf
Windows XP: c:\docs & Settings\username\app data\.springlobby\springlobby.conf
there is no .springlobby in %appdata%, only springlobby (without dot). making that change to the config, lobby still reports wrong version. if i delete the config dir and rerun lobby, it creates the dir again but no .conf at all (even after applying settings and exiting). i'm stuck sorry.
don't really want to go back to TASclient either, feels like time to move on..
Re: Release candidate: Spring 0.81.0
Can somebody go through this wind change for me again? I dont care how the windmill animation works, but how does it affect their output.