Page MenuHomeWildfire Games
Feed All Stories

Today

real_tabasco_sauce added a comment to D5282: [WIP] flexible precision isqrt for low-precision rangefinding.

How do I go about using the different versions of count leading zeroes from GCC and VS2017?
do I need some #ifndef,#define,#endif?

Sat, Jun 8, 5:03 AM
real_tabasco_sauce requested review of D5282: [WIP] flexible precision isqrt for low-precision rangefinding.
Sat, Jun 8, 4:14 AM
Vulcan added a comment to D5280: Clean code of Unknown.

Successful build - Chance fights ever on the side of the prudent.

Sat, Jun 8, 3:43 AM
Vulcan added a comment to D5281: Adds proper IBuffer usage instead of dynamic flag.

Successful build - Chance fights ever on the side of the prudent.

Sat, Jun 8, 12:37 AM

Yesterday

Vulcan added a comment to D5280: Clean code of Unknown.

Successful build - Chance fights ever on the side of the prudent.

Fri, Jun 7, 10:49 PM
Vulcan added a comment to D5280: Clean code of Unknown.

Successful build - Chance fights ever on the side of the prudent.

Fri, Jun 7, 9:50 PM
phosit added inline comments to D5281: Adds proper IBuffer usage instead of dynamic flag.
Fri, Jun 7, 9:15 PM
vladislavbelov committed rP28103: Deprecates OpenGL ARB backend..
Deprecates OpenGL ARB backend.
Fri, Jun 7, 8:48 PM
vladislavbelov closed D5242: Deprecates OpenGL ARB backend.
Fri, Jun 7, 8:48 PM
Vulcan added a comment to D5280: Clean code of Unknown.

Successful build - Chance fights ever on the side of the prudent.

Fri, Jun 7, 8:38 PM
Vulcan added a comment to D5280: Clean code of Unknown.

Successful build - Chance fights ever on the side of the prudent.

Fri, Jun 7, 8:34 PM
phosit updated the diff for D5280: Clean code of Unknown.

use default case

Fri, Jun 7, 8:25 PM
Vulcan added a comment to D5281: Adds proper IBuffer usage instead of dynamic flag.

Successful build - Chance fights ever on the side of the prudent.

Fri, Jun 7, 7:47 PM
vladislavbelov updated the diff for D5281: Adds proper IBuffer usage instead of dynamic flag.
Fri, Jun 7, 7:40 PM
phosit added a comment to D5278: Rename the "color" property of olist columns to "textcolor" .

It's good to make it consistent.

Fri, Jun 7, 6:57 PM
Vulcan added a comment to D5280: Clean code of Unknown.

Successful build - Chance fights ever on the side of the prudent.

Fri, Jun 7, 6:56 PM
phosit updated the diff for D5280: Clean code of Unknown.

use a switch (thanks @elexis)
rearange code in iife a bit neater

Fri, Jun 7, 6:54 PM
Vulcan added a comment to D5280: Clean code of Unknown.

Successful build - Chance fights ever on the side of the prudent.

Fri, Jun 7, 6:05 PM
phosit updated the diff for D5280: Clean code of Unknown.

Fix function selection

Fri, Jun 7, 6:03 PM
Vulcan added a comment to D5280: Clean code of Unknown.

Successful build - Chance fights ever on the side of the prudent.

Fri, Jun 7, 5:47 PM
phosit updated the diff for D5280: Clean code of Unknown.
Fri, Jun 7, 5:40 PM
autobuild committed rP28102: [i18n] Updated POT and PO files..
[i18n] Updated POT and PO files.
Fri, Jun 7, 9:31 AM

Thu, Jun 6

Vulcan added a comment to D5281: Adds proper IBuffer usage instead of dynamic flag.

Successful build - Chance fights ever on the side of the prudent.

Thu, Jun 6, 8:54 PM
phosit added a comment to D3807: Get a promise when starting a GUIpage.

So we should guarantee that RunJobs will be called at the right moment and from a proper thread.

Yes.
Everything related to the scriptContext should be run in the proper thread.

Thu, Jun 6, 7:10 PM
vladislavbelov added a comment to D5281: Adds proper IBuffer usage instead of dynamic flag.

GetUsage is mostly used with IBuffer::Usage::DYNAMIC. Maybe the IsDynamic should be kept to deduplicated thous. That would make this diff a lot smaller.

I was thinking about that but didn't decide.

Thu, Jun 6, 6:43 PM
vladislavbelov added a comment to D3807: Get a promise when starting a GUIpage.

I'm not sure what you want to ask. A naive answer: the continuation is executed _after_ the promise settles.

So we should guarantee that nobody will call RunJobs at the right moment and from a proper thread.

Thu, Jun 6, 6:34 PM
phosit added a comment to D5281: Adds proper IBuffer usage instead of dynamic flag.

Looks sane at a first glimpse. I didn't test yet.

Thu, Jun 6, 6:34 PM
Vulcan added a comment to D5281: Adds proper IBuffer usage instead of dynamic flag.

Successful build - Chance fights ever on the side of the prudent.

Thu, Jun 6, 6:22 PM
vladislavbelov added a comment to D5276: Remove deprecated Engine functions in map generation.

Yes a27 isn't released yet...
Or do you think thous functions should be removed in a27?

Thu, Jun 6, 6:19 PM
vladislavbelov updated the diff for D5281: Adds proper IBuffer usage instead of dynamic flag.
Thu, Jun 6, 6:15 PM
vladislavbelov added a comment to D5281: Adds proper IBuffer usage instead of dynamic flag.
In D5281#225145, @Stan wrote:

Maybe you could add a new type like storage_usage_t or something.

A more narrow type is preferred indeed. But it requires additional steps (mentioned in the inline comment).

Thu, Jun 6, 6:15 PM
Stan added a comment to D5281: Adds proper IBuffer usage instead of dynamic flag.

Maybe you could add a new type like storage_usage_t or something.

Thu, Jun 6, 7:51 AM
vladislavbelov requested review of D5281: Adds proper IBuffer usage instead of dynamic flag.
Thu, Jun 6, 2:17 AM

Wed, Jun 5

Vulcan added a comment to D3807: Get a promise when starting a GUIpage.

Successful build - Chance fights ever on the side of the prudent.

Wed, Jun 5, 11:47 PM
phosit requested review of D5279: Clean code of Caledonian Meadows.
Wed, Jun 5, 9:31 PM
phosit added a comment to D3807: Get a promise when starting a GUIpage.

It's not possible to run promise-continuation concurrently. (promises as such don't "run")

Sure. What I'm worrying about is the order of continuation and fulfilment.

I'm not sure what you want to ask. A naive answer: the continuation is executed _after_ the promise settles.

Wed, Jun 5, 9:24 PM
phosit added a comment to D5276: Remove deprecated Engine functions in map generation.

But this should be commited afther a27 is released to let modders addopt.

Is that still relevant?

Yes a27 isn't released yet...
Or do you think thous functions should be removed in a27?

Wed, Jun 5, 9:14 PM
vladislavbelov added a comment to D3807: Get a promise when starting a GUIpage.

It's not possible to run promise-continuation concurrently. (promises as such don't "run")

Wed, Jun 5, 9:05 PM
vladislavbelov added a comment to D5276: Remove deprecated Engine functions in map generation.

But this should be commited afther a27 is released to let modders addopt.

Is that still relevant?

Wed, Jun 5, 9:03 PM
vladislavbelov added inline comments to D5257: Fixes water foam texture size after scale.
Wed, Jun 5, 9:03 PM
phosit requested review of D5280: Clean code of Unknown.
Wed, Jun 5, 8:21 PM
Vulcan added a comment to D3807: Get a promise when starting a GUIpage.

Successful build - Chance fights ever on the side of the prudent.

Wed, Jun 5, 8:03 PM
phosit updated the diff for D3807: Get a promise when starting a GUIpage.

RunJobs in other places. (every turn and every frame)

Wed, Jun 5, 7:58 PM
phosit updated subscribers of D3807: Get a promise when starting a GUIpage.
Wed, Jun 5, 5:42 PM
phosit added inline comments to D5257: Fixes water foam texture size after scale.
Wed, Jun 5, 5:31 PM
phosit added a comment to D3807: Get a promise when starting a GUIpage.

It's not possible to run promise-continuation concurrently. (promises as such don't "run")

Wed, Jun 5, 5:29 PM
phosit added inline comments to D5276: Remove deprecated Engine functions in map generation.
Wed, Jun 5, 5:27 PM
wowgetoffyourcellphone awarded D5263: [maps] placement options alternative 2/2 a Dat Boi token.
Wed, Jun 5, 3:07 PM
wowgetoffyourcellphone awarded D5262: [maps] placement options alternative 1/2 a Dat Boi token.
Wed, Jun 5, 3:07 PM

Tue, Jun 4

vladislavbelov added inline comments to D5257: Fixes water foam texture size after scale.
Tue, Jun 4, 10:28 PM
vladislavbelov added a comment to D3807: Get a promise when starting a GUIpage.

So it's possible to use promises in the simulation code. Is it possible if they're running concurrently?

Tue, Jun 4, 9:57 PM
vladislavbelov added inline comments to D5276: Remove deprecated Engine functions in map generation.
Tue, Jun 4, 9:56 PM
phosit added a comment to D3807: Get a promise when starting a GUIpage.

It doesn't prevent that.

Tue, Jun 4, 9:45 PM
phosit added inline comments to D5257: Fixes water foam texture size after scale.
Tue, Jun 4, 9:44 PM
phosit added inline comments to D5276: Remove deprecated Engine functions in map generation.
Tue, Jun 4, 9:43 PM
phosit committed rP28101: Remove usage of var in map scripts.
Remove usage of var in map scripts
Tue, Jun 4, 9:42 PM
phosit closed D5273: Remove usage of var in map scripts.
Tue, Jun 4, 9:42 PM
vladislavbelov added a comment to D3807: Get a promise when starting a GUIpage.

How the diff avoids using promises in the simulation code?

Tue, Jun 4, 9:35 PM
vladislavbelov added inline comments to D5257: Fixes water foam texture size after scale.
Tue, Jun 4, 9:33 PM
vladislavbelov added inline comments to D5276: Remove deprecated Engine functions in map generation.
Tue, Jun 4, 9:33 PM
phosit added inline comments to D5257: Fixes water foam texture size after scale.
Tue, Jun 4, 8:26 PM
Vulcan added a comment to D5273: Remove usage of var in map scripts.

Successful build - Chance fights ever on the side of the prudent.

Tue, Jun 4, 7:42 PM
Vulcan added a comment to D5273: Remove usage of var in map scripts.

Successful build - Chance fights ever on the side of the prudent.

Tue, Jun 4, 6:38 PM
phosit updated the diff for D5273: Remove usage of var in map scripts.

change forestTreesAround to forestTreesSurrounding

Tue, Jun 4, 6:35 PM
phosit added inline comments to D5276: Remove deprecated Engine functions in map generation.
Tue, Jun 4, 6:21 PM

Mon, Jun 3

vladislavbelov added inline comments to D5276: Remove deprecated Engine functions in map generation.
Mon, Jun 3, 9:41 PM
vladislavbelov added inline comments to D5254: Shutdown mongoose in rl-interface gracefully.
Mon, Jun 3, 9:34 PM
phosit added a comment to D3807: Get a promise when starting a GUIpage.

Actually we could use iteraables instead of promises: Mostly replacing await with yield*.
That way the tasks would be cancelable. And would force users to use the structured aproach.

The downside is that js-devs are more familiar with await when it coms to asyncronous programing. Also the aproach with iterators would be polling which is likely slower.

Mon, Jun 3, 9:30 PM
phosit added inline comments to D5276: Remove deprecated Engine functions in map generation.
Mon, Jun 3, 9:26 PM
phosit added inline comments to D5222: Don't use a ScriptContext on the server.
Mon, Jun 3, 9:15 PM
vladislavbelov added inline comments to D5276: Remove deprecated Engine functions in map generation.
Mon, Jun 3, 9:15 PM
vladislavbelov added inline comments to D5222: Don't use a ScriptContext on the server.
Mon, Jun 3, 9:06 PM
phosit added inline comments to D5222: Don't use a ScriptContext on the server.
Mon, Jun 3, 8:56 PM
vladislavbelov added a comment to D5242: Deprecates OpenGL ARB backend.

I'll commit it soon.

Mon, Jun 3, 8:55 PM
vladislavbelov added a comment to D5244: Adds a hack to detect missing SPIR-V mod for SVN.
In D5244#223224, @Stan wrote:

So what happens here exactly when it cannot find the shader file?

Mon, Jun 3, 8:55 PM
vladislavbelov added inline comments to D5257: Fixes water foam texture size after scale.
Mon, Jun 3, 8:54 PM
phosit updated the summary of D5276: Remove deprecated Engine functions in map generation.
Mon, Jun 3, 8:44 PM
vladislavbelov added inline comments to D5222: Don't use a ScriptContext on the server.
Mon, Jun 3, 8:44 PM
phosit added inline comments to D5276: Remove deprecated Engine functions in map generation.
Mon, Jun 3, 8:41 PM
phosit added inline comments to D5254: Shutdown mongoose in rl-interface gracefully.
Mon, Jun 3, 8:35 PM
vladislavbelov added inline comments to D5254: Shutdown mongoose in rl-interface gracefully.
Mon, Jun 3, 8:07 PM
vladislavbelov added a comment to D5276: Remove deprecated Engine functions in map generation.

This functions are deprecated for over a week now. I think it's time to remove thous functions XD

It's better to mentioned related changes explicitly.

Mon, Jun 3, 7:25 PM
Stan awarded D5278: Rename the "color" property of olist columns to "textcolor" a Like token.
Mon, Jun 3, 5:10 PM
Vantha requested review of D5278: Rename the "color" property of olist columns to "textcolor" .
Mon, Jun 3, 12:13 PM
autobuild committed rP28100: [i18n] Updated POT and PO files..
[i18n] Updated POT and PO files.
Mon, Jun 3, 9:21 AM

Sun, Jun 2

Vulcan added a comment to D5273: Remove usage of var in map scripts.

Successful build - Chance fights ever on the side of the prudent.

Sun, Jun 2, 8:22 PM
Vantha added a comment to D5269: Finish implementing property "textcolor_selected" for list GUI objects.
In D5269#224957, @Stan wrote:

I wonder how many files are affected.

Not that many. From a quick count, there are around 10 files with olists in the game whose column's property would have to be changed, plus around 3 files implementing the feature.

Sun, Jun 2, 7:48 PM
Vulcan added a comment to D5273: Remove usage of var in map scripts.

Successful build - Chance fights ever on the side of the prudent.

Sun, Jun 2, 7:22 PM
phosit updated the diff for D5273: Remove usage of var in map scripts.

rebase

Sun, Jun 2, 7:20 PM
phosit committed rP28099: Biomes for alpine_lakes and alpine_valley.
Biomes for alpine_lakes and alpine_valley
Sun, Jun 2, 7:09 PM
phosit closed D5277: Biomes for alpine_lakes and alpine_valley.
Sun, Jun 2, 7:09 PM
Vulcan added a comment to D5277: Biomes for alpine_lakes and alpine_valley.

Successful build - Chance fights ever on the side of the prudent.

Sun, Jun 2, 6:45 PM
Vulcan added a comment to D5277: Biomes for alpine_lakes and alpine_valley.

Successful build - Chance fights ever on the side of the prudent.

Sun, Jun 2, 6:11 PM
phosit updated the diff for D5277: Biomes for alpine_lakes and alpine_valley.

Change descriptions again

Sun, Jun 2, 6:10 PM
Stan added a comment to D5254: Shutdown mongoose in rl-interface gracefully.

By the way I could not find any drop in replacement for that lib, and the new version of it is significantly bigger and also under GPL3 and not 2 which sucks.

Sun, Jun 2, 5:44 PM
Stan added inline comments to D5277: Biomes for alpine_lakes and alpine_valley.
Sun, Jun 2, 4:41 PM
phosit added a comment to D5254: Shutdown mongoose in rl-interface gracefully.
In D5254#224728, @Stan wrote:

Also how does the other code that uses mongoose use it ? That would be profiler2 not sure if there is something else.

Sun, Jun 2, 4:21 PM
Cayleb-Ordo added a comment to D5252: docs: Improve Doxygen Visuals and Build process..
In D5252#224725, @sera wrote:

The global header with the wfg styling I'd only use for global icons and links like forum, web, trac, irc and so forth; don't think reusing the global header style for application headers is a good idea.

Sun, Jun 2, 1:28 PM
Vulcan added a comment to D5277: Biomes for alpine_lakes and alpine_valley.

Successful build - Chance fights ever on the side of the prudent.

Sun, Jun 2, 12:09 PM
Stan added a comment to D5269: Finish implementing property "textcolor_selected" for list GUI objects.

This is not gonna be fun to fix in mods. But yeah probably needs another diff before this one.
I wonder how many files are affected.

Sun, Jun 2, 11:56 AM