-
Posts
17.975 -
Joined
-
Last visited
-
Days Won
579
Everything posted by Stan`
-
Yeah sorry that's because when running in that mod it doesn't read configs from the old location so it acts like a new install. If you move the folder to another PC though since all the config files are in that folder that will never happen. With regards to the slowdown my guess is that it resetted the graphics options so it might have set the quality too high for your hardware. You can copy the old config from the appdata folder and put it in binaries/logs/ If the savegame took longer to load and you're moving from an ssd in c:/ to a hdd: in d:/ yeah that might explain the loading speed
-
less precise sorting in range manager
Stan` replied to real_tabasco_sauce's topic in Game Development & Technical Discussion
A good question one should ask is whether all the calls to that function are justified, whether they can be cached or batched. -
less precise sorting in range manager
Stan` replied to real_tabasco_sauce's topic in Game Development & Technical Discussion
In a non visual replay iirc isqrt takes about 1% of a match. -
You should put it after not before
-
less precise sorting in range manager
Stan` replied to real_tabasco_sauce's topic in Game Development & Technical Discussion
So... It's worse than without the patch? -
reading screen resolution in GUI scripts
Stan` replied to Vantha's topic in Game Development & Technical Discussion
let screen = guiObj.parent.getComputedSize(); let h = screen.bottom - screen.top; let w = screen.right - screen.left; let iw = h * 2; Just pick the highest element in the page you can grab. -
less precise sorting in range manager
Stan` replied to real_tabasco_sauce's topic in Game Development & Technical Discussion
So, do you see any difference in performance ? -
less precise sorting in range manager
Stan` replied to real_tabasco_sauce's topic in Game Development & Technical Discussion
The game uses integers for its calculations, because floating point are note reliable on different machines, so we need to have the exact same values on each machines else the game will go out of sync pretty quickly. So I suppose what you are seeing are decimal values represented as int. https://code.wildfiregames.com/D1971 You can find most gameplay interesting patches by querying for @Freagarach on Phabricator https://code.wildfiregames.com/search/query/zNwhd_3YKp.n/#R -
It's not that hard to add but that means it will steal some of the simulation time measuring stuff that's probably not that important for most people.
-
less precise sorting in range manager
Stan` replied to real_tabasco_sauce's topic in Game Development & Technical Discussion
I don't know you have to check the SDL2 versions to know what's the minimum version that supports it. Well you can try printing stuff with LOGWARNING to see if that function is actually being used. If it is you might use the profiler inside the game (there are some docs on trac) to compare between versions. If it's not you have a bug And eventually if it doesn't yield any result maybe it's because it's not a bottleneck -
@vladislavbelov will approve this message (Les textures the better)
-
I suppose it doesn't hurt to check Transifex in any case. Translations are pulled on Mondays and Fridays, so if it wasn't fixed yesterday, it's probably not fixed.
-
@wowgetoffyourcellphone probably made the icon before the texture changed. If they are more like this you might make a ticket.
-
What do you mean ?
-
You can also download it through the mod downloader for A26
-
han_cc.blend You can append it from this file.
-
I have a special material for Blender that takes 0 A.D. textures into account I can upload it somewhere if you want.
-
Yeah we had that discussion over and over. See https://code.wildfiregames.com/D5114
-
I think you can if you want to.
-
https://en.m.wikipedia.org/wiki/Iconv
-
You were only missing cd gcc and make -j3 after that. Unless it failed.
-
Hello there! Do you realise all work here is done for free Do you have any work you'd like to show? Anything you are interested in ?
-
Introducing the Official community mod for Alpha 26
Stan` replied to wraitii's topic in Gameplay Discussion
@Vantha maybe ?