ZDoom Wiki Thread

Discuss anything ZDoom-related that doesn't fall into one of the other categories.

Re: ZDoom Wiki Thread

Postby InsanityBringer » Thu Dec 02, 2010 2:39 pm

I'm not entirely sure what they do myself, but what I've guessed is that they just stretch the screen by the specified factor, for emulating lower resolutions on computers that can't support them. A confirmination on whether this is correct or not would be nice.
User avatar
InsanityBringer
the phantom amusement park
 
Joined: 05 Jul 2007
Location: aqua rake

Re: ZDoom Wiki Thread

Postby Graf Zahl » Sat Dec 04, 2010 2:49 am





None at all. That thing is tl;dr anyway and in no way proper documentation. That's why I removed all of it.
User avatar
Graf Zahl
 
Joined: 19 Jul 2003
Location: Germany

Re: ZDoom Wiki Thread

Postby FDARI » Fri Dec 10, 2010 6:27 am

GetActorX, GetActorY and GetActorZ all used to say "If the argument passed is 0, then it returns the Z coordinate of the activator. (development version r2787+ only)". After this came up in an editing discussion, GetActorX has been altered -presumably corrected: It is described as a fully available feature (no version specified).

I suppose the status for all three functions would be roughly the same, and might test them all when the opportunity arises, but I thought notifying and asking here might be useful anyway: Is GetActorX/Y/Z for TID 0 (current actor) an official, supported feature of the latest release?
User avatar
FDARI
Bronies eunt domus
 
Joined: 03 Nov 2009

Re: ZDoom Wiki Thread

Postby NeuralStunner » Fri Dec 10, 2010 12:39 pm

FDARI wrote: Is GetActorX/Y/Z for TID 0 (current actor) an official, supported feature of the latest release?
Seems it was added after the most recent ZDoom release (2.5.0), so no on that count - But there have been GZDoom releases since then (1.5.03 and 1.5.06).

If someone can show that support for this was in place before then, it can be considered a fixed bug I suppose.
User avatar
NeuralStunner
O'Neill with it.
 
Joined: 21 Jul 2009
Location: The Colonies

Re: ZDoom Wiki Thread

Postby Demolisher » Sat Dec 11, 2010 6:01 pm

viewtopic.php?f=18&t=27164

r2787 was the addition of my patch.
User avatar
Demolisher
Oorah
 
Joined: 11 Aug 2008
Location: Oxford, MI

Re: ZDoom Wiki Thread

Postby Mikk- » Sat Dec 11, 2010 6:04 pm

I should get back at staring into the source and adding more Strife functions :b
User avatar
Mikk-
I found a gun in the Laundry Cart, guess someone didn't like the room service.
 
Joined: 30 Jun 2009
Location: Space station base of the UAC

Re: ZDoom Wiki Thread

Postby Graf Zahl » Sat Dec 25, 2010 3:48 am

I'm wondering: Where do the information about ATI drivers working with GZDoom come from? Several have been reported as 'broken' without the availablility of any source for verification. For some of the drivers from the first half of the year such a source once existed but it was removed. (Why?) But the reports for more recent version come without any information whatsover. So, hereby I'm giving 3 days until Tuesday to provide such sources (name of user who experienced problems and graphics card model) or I'll remove the 'broken' remarks from that page.

The same will go for all future versions. Should I encounter another 'broken' remark without a source to verify I'll immediately delete it.
User avatar
Graf Zahl
 
Joined: 19 Jul 2003
Location: Germany

Re: ZDoom Wiki Thread

Postby Gez » Sat Dec 25, 2010 6:15 am

The latest report were PMed to me by BilboHicks.
Gez
 
Joined: 06 Jul 2007

Re: ZDoom Wiki Thread

Postby Graf Zahl » Sat Dec 25, 2010 6:25 am

Ok, but it's just not enough to say 'it's broken'. The least that should be added is the system specs on which it was reported broken. Otherwise it's of no help.
User avatar
Graf Zahl
 
Joined: 19 Jul 2003
Location: Germany

Re: ZDoom Wiki Thread

Postby DaMan » Mon Dec 27, 2010 2:49 am

Never had a problem with OpenGL under W7 64. Think I got my card at Cat 10.6.
DaMan
 
Joined: 01 Jan 2010

Re: ZDoom Wiki Thread

Postby Gez » Wed Dec 29, 2010 7:44 am

Is there a way to purge all categories, other than doing it manually for each? On one of the wiki servers, many categories do not contain what they ought to. E.g., Category:ACS, when logged out, lists only two pages instead of the 17 listed for it on the Special:Categories page. (I'm leaving that one unpurged for now as an illustration.)
Gez
 
Joined: 06 Jul 2007

Re: ZDoom Wiki Thread

Postby NeuralStunner » Sat Jan 15, 2011 8:14 pm

I have a general request.

This section needs mention of the dontlightself property, as mentioned in this thread. I can't decide on a good place to put it without doing some restructuring, and I'm not sure what would be the best way to do that. Ideas?
User avatar
NeuralStunner
O'Neill with it.
 
Joined: 21 Jul 2009
Location: The Colonies

Re: ZDoom Wiki Thread

Postby randi » Mon Jan 17, 2011 10:34 pm

Gez wrote:E.g., Category:ACS, when logged out, lists only two pages instead of the 17 listed for it on the Special:Categories page. (I'm leaving that one unpurged for now as an illustration.)

I just saw this post now. Did you do anything with it since then, since Category:ACS now lists 17 items?
User avatar
randi
Site Admin
 
Joined: 09 Jul 2003

Re: ZDoom Wiki Thread

Postby Gez » Mon Feb 14, 2011 5:12 am

Somebody else may have purged it.


Tonight was attack of the spam. Is there a way to bolster the CAPTCHA a bit? Or prevent new users from creating new pages and uploading new files?
Gez
 
Joined: 06 Jul 2007

Re: ZDoom Wiki Thread

Postby FDARI » Tue Feb 22, 2011 5:42 pm

(...)Removed erroneous comment from the beginning of this post(...)
I also had some difficulty parsing the text on the wiki.

I have never done well at explaining things to others, but I think that property could use a better description.

Reading the source code and testing with debug gives me something like this:

PoisonDamage value[, duration[, period]]
value: Damage done once each "period" ticks.
duration: The number of times to apply poison damage.
period: The number ticks between each application of damage. The default value of 0 means once per second.

total damage if no other poison effect interferes should be: value * duration
total duration in ticks if no other poison effect interferes should be: duration * period

The wiki also says that specifying "value" alone will make damage exclusive to players, and "If a non-zero duration is given, it is used for the total length of the poisoning, otherwise the length depends on the value". Does anybody know how the length would relate to the value in this case?

Other discoveries: Poisondamage property uses the predefined poison damage type implicitly.
User avatar
FDARI
Bronies eunt domus
 
Joined: 03 Nov 2009

PreviousNext

Return to General

Who is online

Users browsing this forum: Sgt. Shivers, Yandex [Bot] and 2 guests