Search found 915 matches

by Grubber
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.
by Grubber
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?

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.
Yes you do. Do I have to remind you every 5 years? :-)

(Sorry for bumping the thread.)
by Grubber
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 :-)
by Grubber
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 ...
by Grubber
Thu Oct 28, 2010 3:30 am
Forum: Off-Topic
Topic: The Still New What Did You Last Do Thread
Replies: 29603
Views: 1524156

Re: The New What Did You Last Do Thread

Playing Final Fantasy IV in SNES9x4D on Dingux on my Dingoo A320. Good stuff.
by Grubber
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)

UBX Master wrote:Not to sound alarmist. But this thread is about to reach 666 pages soon :P
Also, 10th post on the 666th page is 10000th post in the thread.
by Grubber
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 ...
by Grubber
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 ...
by Grubber
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.

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.
Works for me. Do you happend to have snd_output set to anything else than alsa?
by Grubber
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 ...
by Grubber
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)

Cutmanmike wrote:Mapping without a mouse is the worst. I hate those laptop touch... things.
Me too. I prefer the clitoris... things.
Image
It's even possible to actually play FPS games with it.
by Grubber
Wed May 20, 2009 2:48 am
Forum: General
Topic: Linux ZDL?
Replies: 2
Views: 1692

Re: Linux ZDL?

by Grubber
Thu Feb 12, 2009 1:57 am
Forum: Editing (Archive)
Topic: Doom Builder 2 thread
Replies: 1027
Views: 75965

Re: Doom Builder 2 thread

UTF-8 IS backwards compatible with ASCII. What you are talking about is not ASCII, but CP1251 (probably).
by Grubber
Sat Jan 17, 2009 4:07 am
Forum: ZDoom (and related) News
Topic: Linux progress
Replies: 242
Views: 60529

Re: Linux progress

Linux graphics suck. Fortunately there is some work being done (don't know much about it, but terms like Gallium3D, GEM or KMS pop in my mind).

Go to advanced search