Page 1 of 1

Translation 'Ice' not working. [recent but unknown SVN]

Posted: Sun Jun 05, 2022 9:52 pm
by Lord Misfit
So as said above, the 'Ice' translation for monsters/actors [and potentially more translations] seem to be broken. I have a quick test wad below. Load up Doom or Doom 2 and kill enemies with any weapon that uses bulletpuffs. The file changes them to deal Ice damage. The monsters palette/translation does NOT change even though they do freeze solid. This is not noticable with Hexen monsters due to them having unique 'frozen' sprites. Appearantly a couple of others have noticed this as of recentish SVNs, but unfortunately I do not know off hand the exact SVN where it happened. x.x;

Re: Translation 'Ice' not working. [recent but unknown SVN]

Posted: Mon Jun 06, 2022 12:51 am
by Graf Zahl
Fixed. The code was disabled for debugging and not reenabled afterward.

(BTW, there is no SVN anymore - not for a very long time. :P)

Re: Translation 'Ice' not working. [recent but unknown SVN]

Posted: Mon Jun 06, 2022 9:37 am
by Nash
To further elaborate on what Graf said; ZDoom and GZDoom's development moved to Github a very, very long time ago, abandoning the SVN control system.

These days, it is more common to refer to in-development builds as just that; development builds, or specific "commits". A commit is every single entry you see on this page.

So, in conclusion, technically, it would have been more correct to say "recent but unknown commit". "Uknown-ish commit". Etc.

To show a specific commit, one would either refer to the commit number as circled here:



Or, going back to that page I linked to, clicking on a specific commit and pasting a direct link to that commit. Like this: https://github.com/coelckers/gzdoom/com ... 3958a31865

Just for your information. :)