Search found 4 matches

by spiral
Tue Jan 01, 2019 6:34 pm
Forum: Closed Feature Suggestions [GZDoom]
Topic: PSX Flaming Sky
Replies: 31
Views: 5677

Re: PSX Flaming Sky

The demo on shadertoy doesn't seem to work for me, I get plenty of error messages. Sorry about that, if you're using an older browser it may not fully support WebGL2. The big problem here is that we still have to support some ancient GL versions due to too high user share. Right now dumping 3.3 ...
by spiral
Mon Dec 31, 2018 11:48 pm
Forum: Closed Feature Suggestions [GZDoom]
Topic: PSX Flaming Sky
Replies: 31
Views: 5677

Re: PSX Flaming Sky

Some times ago I tried to see if it could be made with shaders; but unfortunately no -- each frame modifies the previous, and while you can access the source image from the shader I don't think you can access the previous render. Other than that, the code is very simple and as long as you can ...
by spiral
Sat Mar 24, 2018 12:57 pm
Forum: Closed Feature Suggestions [GZDoom]
Topic: 0000540: UDMF user-defined field with string value
Replies: 8
Views: 1038

Re: 0000540: UDMF user-defined field with string value

This feature just got merged and should be available in the latest dev build.
by spiral
Tue Mar 20, 2018 5:02 pm
Forum: Closed Feature Suggestions [GZDoom]
Topic: String and float user properties in UDMF things
Replies: 3
Views: 491

String and float user properties in UDMF things

PR and test map: https://github.com/coelckers/gzdoom/pull/437 Custom properties in UDMF (prefixed with "user_") are allowed to be string/float/int on linedef/sidedef/sector properties, but were not previously supported on UDMF things -- everything was coerced to an int. This PR adds support for ...

Go to advanced search