Search found 7096 matches
- Sat Aug 10, 2024 4:01 pm
- Forum: Scripting
- Topic: Is there a way to get all scripts currently running?
- Replies: 2
- Views: 359
Re: Is there a way to get all scripts currently running?
Use the scriptstat CCMD. (Assuming ACS is what you want.)
- Tue Aug 06, 2024 10:10 pm
- Forum: Rules and Forum Announcements
- Topic: ZDoom Wiki Thread
- Replies: 889
- Views: 243232
Re: ZDoom Wiki Thread
Updates to the wiki: The MediaWiki installation has been upgraded from version 1.34 to 1.39. Raze: namespace was added for the Raze wiki. Subpages are now enabled in the main namespace, so you can create pages ParentPage and ParentPage/ChildPage, and they will be considered related. A further ...
- Tue Aug 06, 2024 10:00 pm
- Forum: General
- Topic: Raze Wiki Thread
- Replies: 6
- Views: 6018
Re: Raze Wiki Thread
The Raze wiki has been merged into the ZDoom wiki under the Raze: namespace. This was done because having the two wikis share a database while being separate wikis wasn't really a supported configuration and made upgrading MediaWiki basically impossible without a lot of extra work.
- Thu Aug 24, 2023 9:37 pm
- Forum: Rules and Forum Announcements
- Topic: ZDoom Wiki Thread
- Replies: 889
- Views: 243232
Re: ZDoom Wiki Thread
The name '*' was banned for registration on the wiki in order to force account registration to happen through an admin. I thought you knew about this, because it happened while you were still maintaining ZDoom. I know we were using patterns to match bot registrations, but I don't recall us having ...
- Wed Aug 23, 2023 6:01 pm
- Forum: Rules and Forum Announcements
- Topic: ZDoom Wiki Thread
- Replies: 889
- Views: 243232
Re: ZDoom Wiki Thread
Do you have a wiki account already? There's no user named "Cacodemon345" on there.Cacodemon345 wrote: ↑Tue Aug 22, 2023 8:13 am Hey, can I have editing access to the ZDoom Wiki? Thanks.
- Wed Aug 23, 2023 5:58 pm
- Forum: ZDoom.org Bugs
- Topic: "Searching by exact phrase is not supported on this board."
- Replies: 12
- Views: 5060
Re: "Searching by exact phrase is not supported on this board."
Don't you mean pre-downgrade...? :twisted: Unfortunately, staying on the old forum version would have also meant staying on an old PHP version that was no longer getting any updates. I hear (but haven't confirmed) that things are better now, but PHP has had a bad habit of breaking backwards ...
- Fri Jul 21, 2023 9:20 pm
- Forum: ZDoom.org Bugs
- Topic: "Searching by exact phrase is not supported on this board."
- Replies: 12
- Views: 5060
Re: "Searching by exact phrase is not supported on this board."
Lame. The unofficial PostgreSQL search from the pre-upgrade forum could do it.
- Tue Jul 04, 2023 9:25 am
- Forum: Scripting
- Topic: float to int issue <solved>
- Replies: 7
- Views: 770
Re: float to int issue
I would like to point out that there are no floats here, until one is created with floor() . damage is an int: void A_CustomMeleeAttack2(int damage = 0, sound meleesound = "", sound misssound = "", name damagetype = "none", bool bleed = true) A_TakeFromTarget("Mana1", (int)(floor(damage/2)), TIF ...
- Sun Jul 02, 2023 9:25 am
- Forum: Scripting
- Topic: how to find texture of the sector player's in
- Replies: 11
- Views: 942
Re: how to find texture of the sector player's in
Every actor has a floorpic member variable. You can use that.
- Wed May 24, 2023 3:04 pm
- Forum: Scripting
- Topic: DEFBIND lump is being completely ignored
- Replies: 5
- Views: 424
Re: DEFBIND lump is being completely ignored
whereisini in the console will tell you where it is.AshHouswares wrote: ↑Wed May 24, 2023 1:33 pm Sorry about me keeping on about this but I cannot find the .ini file.
- Sun Apr 23, 2023 4:42 pm
- Forum: Gameplay Mods
- Topic: Loot Markers
- Replies: 55
- Views: 14617
Re: Loot Markers
cyber_cool wrote: ↑Sun Apr 23, 2023 2:26 pmThe return type should be int, not uint. uint can't hold negative numbers like -1.Code: Select all
uint Push3Floats(actor HitActor, float HitLocationX, float HitLocationY, float HitLocationZ) { if (!HitActor) return -1;
- Sun Apr 23, 2023 4:38 pm
- Forum: Off-Topic
- Topic: Heads up, Imgur TOS changes = image rot
- Replies: 20
- Views: 4091
Re: Heads up, Imgur TOS changes = image rot
search.php?sr=posts&author=Nash&keywords=imgur (Adjust author for other authors.)
- Fri Apr 21, 2023 11:12 pm
- Forum: Rules and Forum Announcements
- Topic: Changes In Forum Administration
- Replies: 134
- Views: 47919
Re: Changes In Forum Administration
I'm not sure when this got added but having to fill out a Justification form to have a reason to join the forum seems pretty gate-keep-y to me. It just screams "Oh, you better have a good reason or you're not welcome here" and I think that's just bad optics. That looks like something put in place ...
- Fri Apr 21, 2023 7:10 pm
- Forum: Rules and Forum Announcements
- Topic: Changes In Forum Administration
- Replies: 134
- Views: 47919
Re: Changes In Forum Administration
an accurate presentation of how mod's workday here looks like To speak on this, unless things have changed significantly since I was here, your day as a mod will consist mostly of you checking in at your leisure and seeing if there are any new posts that need approval or disputes than need to be ...
- Fri Apr 21, 2023 6:56 pm
- Forum: Rules and Forum Announcements
- Topic: Changes In Forum Administration
- Replies: 134
- Views: 47919
Re: Changes In Forum Administration
On the subject of forum infrastructure, I just realized a lot of forum goodies from the old software were also dropped. It seems the update to the new phpBB broke several quality of life stuff - banned users names being crossed out, custom titles, and forum post tags. While not strictly related to ...