ZDoom Wiki Thread
Re: ZDoom Wiki Thread
All is quiet on the wiki front, so it really seems to be working. Thanks!
Re: ZDoom Wiki Thread
Is the example in [wiki]ThrustThing[/wiki] based on DECORATE? I don't think "angle" is a readily available variable/expression in pure ACS. A beginner who pasted the example into his script might have difficulty debugging it. Maybe the example should explicitly use GetActorAngle, or otherwise reveal the method used to acquire an actor's angle.
- NeuralStunner
-
- Posts: 12328
- Joined: Tue Jul 21, 2009 12:04 pm
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
- Location: capital N, capital S, no space
- Contact:
Re: ZDoom Wiki Thread
That's a syntax demonstration, "angle" there is meant to be replaced with the desired angle.FDARI wrote:Is the example in [wiki]ThrustThing[/wiki] based on DECORATE? I don't think "angle" is a readily available variable/expression in pure ACS.
Re: ZDoom Wiki Thread
Apparently, '-' should be added to the list of alphanumeric characters used by spambots, since we have had a "Wonder-workerBarber".
Also, by the way, the vector skin here has the same issue with fixed font as the vector skin there.
Also, by the way, the vector skin here has the same issue with fixed font as the vector skin there.
Re: ZDoom Wiki Thread
And now, [wiki=Special:Contributions/KrakóayLivingston]poorly-encoded unicode[/wiki] attacks!
Re: ZDoom Wiki Thread
And another.Gez wrote:And now, [wiki=Special:Contributions/KrakóayLivingston]poorly-encoded unicode[/wiki] attacks!
Re: ZDoom Wiki Thread
On the [wiki]Scope[/wiki] page, the example's font size is too damn huge, is the wiki being edited for people with the need of visual aid?
- NeuralStunner
-
- Posts: 12328
- Joined: Tue Jul 21, 2009 12:04 pm
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
- Location: capital N, capital S, no space
- Contact:
Re: ZDoom Wiki Thread
Looks normal to me...Mikk- wrote:On the [wiki]Scope[/wiki] page, the example's font size is too damn huge, is the wiki being edited for people with the need of visual aid?

Re: ZDoom Wiki Thread
For some reason, these preformatted section had extra tags (<ul><tt><pre> instead of just <pre>) and those were what was screwing up the font size when using the Vector skin.
Until recently, <tt> elements were ridiculously undersized. I suppose the skin has been edited to fix that; but it lead to oversizing when combined with <pre>. Which isn't too much of an issue since you're not supposed to use <tt> and <pre> at the same time, as they do pretty much the same thing font-wise.
Until recently, <tt> elements were ridiculously undersized. I suppose the skin has been edited to fix that; but it lead to oversizing when combined with <pre>. Which isn't too much of an issue since you're not supposed to use <tt> and <pre> at the same time, as they do pretty much the same thing font-wise.
- Demolisher
- Posts: 1749
- Joined: Mon Aug 11, 2008 12:59 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Winchester, VA
- Contact:
Re: ZDoom Wiki Thread
New wiki cat for string functions, now that there are 3 main ones, and most likely going to be more.
Re: ZDoom Wiki Thread
A modified ACC.EXE is required for Strparam to compile; has this been published yet? I gather it ought to be on the downloads page for ZDOOM.ORG. The wiki-article might also want to mention this requirement, since it has been a while since a new binary was required for the compiler.
(The modified source code to ACC exists in the added feature thread, but I never uploaded the binary. Is there anything I need to do?)
(The modified source code to ACC exists in the added feature thread, but I never uploaded the binary. Is there anything I need to do?)
- Demolisher
- Posts: 1749
- Joined: Mon Aug 11, 2008 12:59 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Winchester, VA
- Contact:
Re: ZDoom Wiki Thread
If the change was committed to svn, then it can be built, however, nobody uploaded the new acc.exe to drdteam.
- some_random_guy
- Posts: 61
- Joined: Fri Apr 29, 2011 5:20 pm
- Location: here
WEAPON.ALT_USES_BOTH
I changed the weapons flag page so that WEAPON.ALT_USES_BOTH is now listed with its use.
(albeit, as only available since developmental version r3213).
(albeit, as only available since developmental version r3213).
- Demolisher
- Posts: 1749
- Joined: Mon Aug 11, 2008 12:59 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Winchester, VA
- Contact:
Re: ZDoom Wiki Thread
About page deletion, how? I accidentally made category:ACS string functions, the category is empty, as I typo'd the capitalization.