Search found 915 matches
- Sun Jan 08, 2017 9:57 am
- Forum: ZDoom (and related) News
- Topic: ZDoom is Dead. Long live ZDoom.
- Replies: 232
- Views: 73949
Re: ZDoom is Dead (but the site isn't)
Sad to hear this Randi. Thank you, and best of luck in your future endeavors.
- Sat Oct 03, 2015 12:25 am
- Forum: Closed Feature Suggestions [GZDoom]
- Topic: LANGUAGE alias for Player.DisplayName?
- Replies: 16
- Views: 1022
Re: LANGUAGE alias for Player.DisplayName?
Yes you do. Do I have to remind you every 5 years?Graf Zahl wrote:The entire player class selection is done via display name. If that gets replaced by a LANGUAGE lookup it'd all fall apart.
I have no idea why Grubber implemented it this way as it's completely stupid.

(Sorry for bumping the thread.)
- Wed Nov 17, 2010 9:18 am
- Forum: Closed Bugs [GZDoom]
- Topic: [r2867+] Player class set to random
- Replies: 8
- Views: 3818
Re: [r2867+] Player class set to random
It sure is 

- Wed Nov 17, 2010 8:30 am
- Forum: Closed Bugs [GZDoom]
- Topic: [r2867+] Player class set to random
- Replies: 8
- Views: 3818
Re: [r2867+] Player class set to random
Well, what I did then was simply extending what was already there without making too invasive changes. You (or randy, or anyone else) had plenty of time (cca 3 months between the release of 2.0.98x and inclusion of the player class code in r250) to review the code and/or make any necessary changes ...
- Thu Oct 28, 2010 3:30 am
- Forum: Off-Topic
- Topic: The Still New What Did You Last Do Thread
- Replies: 29603
- Views: 1524156
- Wed Oct 20, 2010 9:45 am
- Forum: Off-Topic
- Topic: The WIP Thread
- Replies: 30876
- Views: 2143337
Re: WHAT THE HELL are you working on (WIP THREAD not gossip)
Also, 10th post on the 666th page is 10000th post in the thread.UBX Master wrote:Not to sound alarmist. But this thread is about to reach 666 pages soon
- Thu Jul 22, 2010 5:01 am
- Forum: General
- Topic: Does anybody use CD audio with ZDoom?
- Replies: 64
- Views: 4438
Re: Does anybody use CD audio with ZDoom?
It just so happened that they didn't foresee the possibility of programmers not checking if the return value is file descriptor or error code. We don't live in an ideal world where this is guaranteed, so they should have designed it in a way where possibility of such mistake is minimal (e.g. by ...
- Thu Jul 22, 2010 1:43 am
- Forum: General
- Topic: Does anybody use CD audio with ZDoom?
- Replies: 64
- Views: 4438
Re: Does anybody use CD audio with ZDoom?
Also, the 'File "" not found' story made my head hurt. I think MS is to blame here. Error codes easily interchangeable with standard file descriptors? Come on. I also don't agree with the support-old-crap policy. It just encourages developers to continue using bad practises. But given that you ...
- Sat Jul 03, 2010 1:42 am
- Forum: Tutorials
- Topic: The official "ZDoom on Linux" thread.
- Replies: 805
- Views: 311661
Re: The official "ZDoom on Linux" thread.
Works for me. Do you happend to have snd_output set to anything else than alsa?Super Jamie wrote:If you have *anything* else open which can grab a sound channel (MP3 player, browser with Flash, etc) then ZDoom will not output sound.
- Fri Jan 22, 2010 7:26 am
- Forum: Editing (Archive)
- Topic: [Need] Script that reads img size/name and creates .txt file
- Replies: 20
- Views: 3104
Re: [Need] Script that reads img size/name and creates .txt file
Any scripting thread wouldn't be complete without a nice bash one-liner: for f in *.png; do dim=(`identify -format '%w %h' "$f" 2>/dev/null`); if [ $? -ne 0 -o "x${dim[0]}" = "x" ]; then continue; fi; name=`basename "${f%.*}" | tr [a-z] [A-Z]`; printf 'texture %s, %d, %d\n{\n XScale 2\n YScale 2\n ...
- Tue Jan 19, 2010 4:02 am
- Forum: Off-Topic
- Topic: The WIP Thread
- Replies: 30876
- Views: 2143337
Re: WHAT THE HELL are you working on (WIP THREAD not gossip)
Me too. I prefer the clitoris... things.Cutmanmike wrote:Mapping without a mouse is the worst. I hate those laptop touch... things.

It's even possible to actually play FPS games with it.
- Mon Jan 11, 2010 12:23 pm
- Forum: Closed Feature Suggestions [GZDoom]
- Topic: Real-time Voice Chat
- Replies: 7
- Views: 1522
- Wed May 20, 2009 2:48 am
- Forum: General
- Topic: Linux ZDL?
- Replies: 2
- Views: 1692
- Thu Feb 12, 2009 1:57 am
- Forum: Editing (Archive)
- Topic: Doom Builder 2 thread
- Replies: 1027
- Views: 75965
- Sat Jan 17, 2009 4:07 am
- Forum: ZDoom (and related) News
- Topic: Linux progress
- Replies: 242
- Views: 60529