ZDoom Wiki Thread
-
-
- Posts: 17936
- Joined: Fri Jul 06, 2007 3:22 pm
Re: ZDoom Wiki Thread
It shows for me.
When you don't seen an update on a page, edit the URL to call the "purge" action, e.g. for Classes it'll be https://zdoom.org/w/index.php?title=Cla ... tion=purge
When you don't seen an update on a page, edit the URL to call the "purge" action, e.g. for Classes it'll be https://zdoom.org/w/index.php?title=Cla ... tion=purge
-
-
- Posts: 1384
- Joined: Sun Oct 14, 2012 1:43 am
- Location: Ukraine
Re: ZDoom Wiki Thread
It still doesn't have the section. But, puzzled by your post, I tried to log in and found out that it only happens when I'm logged out.
-
- Posts: 186
- Joined: Tue May 02, 2017 3:54 pm
Re: ZDoom Wiki Thread
Should the DECORATE definitions for classes be replaced with Zscript?
-
- Posts: 5032
- Joined: Sun Nov 14, 2010 12:59 am
Re: ZDoom Wiki Thread
From [wiki=ZScript_functions]here[/wiki]:
Reading the above, I'm worried that modders will take this literally and not use sub-functions ever.ZDoom Wiki wrote:NOTE: Calling subfunctions in ZScript is generally NOT recommended, i.e. calling another user-defined function within another. Doing so will take much more processing time and power, potentially slowing things down. This is imperative especially for common actors that may call the function all the time -- it may be better just to do all the functionality if possible within just one function instead and reorganizing the code to be more efficient.
Yes, they should eventually.Rip and Tear wrote:Should the DECORATE definitions for classes be replaced with Zscript?
-
- Posts: 265
- Joined: Wed Mar 28, 2012 2:27 am
Re: ZDoom Wiki Thread
I'm not sure if I can find more in regards to aspect-ratio on the ZDoom wiki, but I'm interested to know if there's a way to fix the "squished" Doom-sprites in GZDoom? It's not a big issue obviously, but I didn't want to devote an entire thread to this.
-
- Posts: 13836
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: ZDoom Wiki Thread
Multiply the X or Y scale by 1.2, depending on which axis is squished.
-
- Posts: 186
- Joined: Tue May 02, 2017 3:54 pm
Re: ZDoom Wiki Thread
You might want to look at pixelratio on https://zdoom.org/wiki/MAPINFO_options_ ... L_renderer
-
- Posts: 265
- Joined: Wed Mar 28, 2012 2:27 am
Re: ZDoom Wiki Thread
Thanks! I haven't seen that function before. Interesting.
-
- Posts: 2383
- Joined: Thu Feb 11, 2016 9:59 am
Re: ZDoom Wiki Thread
Looks like I've been... BannedFromZDoom™.
For the record, Rachael made this account for me, due to the fact that it was initially banned from registering.
-
- Posts: 13836
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: ZDoom Wiki Thread
I made the account because I assumed the security lockdown prevented any account whatsoever from being made. I could not find a ban entry on Lud, specifically.
-
- Posts: 9696
- Joined: Sun Jan 04, 2004 5:37 pm
- Preferred Pronouns: They/Them
- Operating System Version (Optional): Debian Bullseye
- Location: Gotham City SAR, Wyld-Lands of the Lotus People, Dominionist PetroConfederacy of Saudi Canadia
Re: ZDoom Wiki Thread
I've assumed it would still be an improvement over giving custominventory items that do the same thing in a pickup state, which I've had plenty of actors do constantly already...Blue Shadow wrote:From [wiki=ZScript_functions]here[/wiki]:Reading the above, I'm worried that modders will take this literally and not use sub-functions ever.ZDoom Wiki wrote:NOTE: Calling subfunctions in ZScript is generally NOT recommended, i.e. calling another user-defined function within another. Doing so will take much more processing time and power, potentially slowing things down. This is imperative especially for common actors that may call the function all the time -- it may be better just to do all the functionality if possible within just one function instead and reorganizing the code to be more efficient.
EDIT:
Custominventory hack that ends in "fail" >>> CI hack that ends with "stop"
ZScript direct >>> ZScript subfunction, by a factor of something like 2.1
ZScript subfunction >>>>>>>> any CI hack, to the point where the latter nearly breaks my computer with more intense tests long before the ZScript subfunction begins to be unplayable
EDIT: I've changed the wording of that warning, to include the above observations and to give more nuance to the problem.
-
- Posts: 1326
- Joined: Sat Aug 16, 2003 11:42 pm
- Location: Shropshire
Re: ZDoom Wiki Thread
On the DMFLAGS page, "Allow FOV" & "Big Powerups Respawn" share the same value: 524288. If someone could fix this, it would be awesome.
-
- Site Admin
- Posts: 7749
- Joined: Wed Jul 09, 2003 10:30 pm
Re: ZDoom Wiki Thread
Hi, I just upgraded the MediaWiki installation from 1.27.1 to 1.29.1. Bye now.
-
- Posts: 1326
- Joined: Sat Aug 16, 2003 11:42 pm
- Location: Shropshire
Re: ZDoom Wiki Thread
I updated the Zdoom Dmflags page.
-
- Posts: 5032
- Joined: Sun Nov 14, 2010 12:59 am
Re: ZDoom Wiki Thread
@Vaecrius: Was the warning [wiki=CVar_(ZScript)]here at the top of the page[/wiki] meant for FindCVar()?