More text colors

Developer discussion of experimental fixes, changes, and improvements.

Moderators: Nexuiz Moderators, Moderators

Postby [-z-] » Tue Feb 10, 2009 5:56 pm

Alien wrote:Cause as Terence said, it's STILL svn so if he could make it better it's last chance.

And as divVerent said, this is how things break. Removing the x is just a nitpick -- I've seen players with plenty of color in their names. DivVerent's wasted too much time explaining the complications.

I'm not saying terencehill should quit on this, just don't rush it for this release.
[-z-]
Site Admin and Nexuiz Ninja
 
Posts: 1794
Joined: Mon Nov 13, 2006 12:20 am
Location: Florida

Postby terencehill » Tue Feb 10, 2009 9:04 pm

The last possibilty was ? but if div says it's not usable, for me it's ok. It gave me a reason. But at least now I'm sure that a BETTER way (since 1 char is better than one, it's not a niptick) is not practicable. Close.

The ctrl-key thing it's not a nice way coz u can't write it as text in a file.

Talking about the name, the only way to use more rgb colors on the name could be to raise up its lenght (now is 64)...
But I don't know if it's possible and, if yes, how much changes and how many bug tests it will require.
Let's see what div says :)

mmm... wait... I've just thought that maybe a conversion on the fly of the rgb tags in ^number (while possible) when changing the name could be a little help on this...
Just yesterday Draahkellian had to change manually 3 rgb tags with their relative value in ^num to fit 64 chars.
terencehill
Alien
 
Posts: 176
Joined: Thu Jul 10, 2008 10:33 pm
Location: Italy

Postby Alien » Tue Feb 10, 2009 10:18 pm

It's f&$^%#& svn, therefore it's not OFFICIAL. Things should break in svn cause it's meant for that. Or should there be svn for svn or what?

You can write ctrl+thing in a file (depends on what input os uses for entering non-keyboard (extended ascii, unicode symbols) chars). Those might be displayed as faces, arrows, card symbols or using specified notation.
Alien
Forum addon
 
Posts: 1212
Joined: Tue Apr 22, 2008 7:12 am

Postby mand1nga » Tue Feb 10, 2009 10:40 pm

Alien wrote:It's f&$^%#& svn, therefore it's not OFFICIAL. Things should break in svn cause it's meant for that. Or should there be svn for svn or what?

You can write ctrl+thing in a file (depends on what input os uses for entering non-keyboard (extended ascii, unicode symbols) chars). Those might be displayed as faces, arrows, card symbols or using specified notation.


It seems you didn't understand the "we have a release date set" fragment on div0's post. In the meantime we can discuss how/if to make it just a little better. I'm a little interested on the possible bandwidth save, I hope to come back with some ideas later.
mand1nga
Alien trapper
 
Posts: 321
Joined: Mon May 12, 2008 12:19 am

Postby esteel » Tue Feb 10, 2009 10:45 pm

Alien: please read that post again: We are close to a release, THIS IS THE WRONG TIME to break stuff. Besides entering ^ into a config file is easy on all OSs while ctrl is potentially not!
esteel
Site admin and forum addon
 
Posts: 3924
Joined: Wed Mar 01, 2006 8:27 am

Postby tundramagi » Wed Feb 11, 2009 3:40 am

Alien wrote:It's f&$^%#& svn, therefore it's not OFFICIAL. Things should break in svn cause it's meant for that. Or should there be svn for svn or what?


Stop being an asshole. The devs, including Div0, are trying to put together a release. SVN needs to be tested for a few days for them to successfuly do this. Why do you need to argue with them when they're trying to make a release (and thus bring more people to our nice game with said release)?
tundramagi
Forum addon
 
Posts: 974
Joined: Sun Jan 04, 2009 4:53 pm

Postby divVerent » Wed Feb 11, 2009 5:14 am

Alien wrote:It's f&$^%#& svn, therefore it's not OFFICIAL. Things should break in svn cause it's meant for that. Or should there be svn for svn or what?

You can write ctrl+thing in a file (depends on what input os uses for entering non-keyboard (extended ascii, unicode symbols) chars). Those might be displayed as faces, arrows, card symbols or using specified notation.


Tell me how you do this in Notepad.
1. Open Notepad
2. Paste: ÿþMSMSMS
3. Save
4. Open the file in Notepad again

You can vary the number of "MS", so you can clearly see it's MS which is causing it.
divVerent
Site admin and keyboard killer
 
Posts: 3809
Joined: Thu Mar 02, 2006 4:46 pm
Location: BRLOGENSHFEGLE

Postby divVerent » Wed Feb 11, 2009 5:16 am

terencehill wrote:Talking about the name, the only way to use more rgb colors on the name could be to raise up its lenght (now is 64)...
But I don't know if it's possible and, if yes, how much changes and how many bug tests it will require.


More characters would be easily possible, but then DarkPlaces client are likely to crash other Quake engine servers when connecting to them. Older DarkPlaces servers would simply cut off the name, that'd be fine, but then DarkPlaces would crash poorly written servers that the Quake community actually USES, like mvdsv.
1. Open Notepad
2. Paste: ÿþMSMSMS
3. Save
4. Open the file in Notepad again

You can vary the number of "MS", so you can clearly see it's MS which is causing it.
divVerent
Site admin and keyboard killer
 
Posts: 3809
Joined: Thu Mar 02, 2006 4:46 pm
Location: BRLOGENSHFEGLE

Postby Alien » Wed Feb 11, 2009 6:35 am

divVerent wrote:
Alien wrote:It's f&$^%#& svn, therefore it's not OFFICIAL. Things should break in svn cause it's meant for that. Or should there be svn for svn or what?

You can write ctrl+thing in a file (depends on what input os uses for entering non-keyboard (extended ascii, unicode symbols) chars). Those might be displayed as faces, arrows, card symbols or using specified notation.


Tell me how you do this in Notepad.


alt+num lock numbers. Won't work with regular ones. You could use windows key in kde/gnome.
Alien
Forum addon
 
Posts: 1212
Joined: Tue Apr 22, 2008 7:12 am

Postby divVerent » Wed Feb 11, 2009 7:25 am

That won't enter control characters (0 to 31), just "high" characters (code 128 and above).

Actually, you're falling for a lie by Microsoft :P

Alt-1, Alt-2, ..., Alt-31 do enter characters that LOOK like the control character signs in the VGA charset. When you save the file, they'll get converted to question marks. If you read the message when saving, you'll see why: these signs aren't actual control characters, but lookalikes from Unicode. They can be loaded back if you save as UTF-8, but DarkPlaces does not support UTF-8 as of now.

This lie is as old as Windows 3.1, though: Alt-digits... enters characters from the DOS code page, and get translated to Windows's charset. To get ACTUAL character codes, you have to prefix the number with a leading zero. E.g. Alt-010 will enter an ACTUAL line feed. However, Notepad doesn't insert these characters literally, but executes their associated commands. E.g. Alt-01 does NOTHING in Notepad, and Alt-08 deletes the last character, instead of entering a literal backspace character.
1. Open Notepad
2. Paste: ÿþMSMSMS
3. Save
4. Open the file in Notepad again

You can vary the number of "MS", so you can clearly see it's MS which is causing it.
divVerent
Site admin and keyboard killer
 
Posts: 3809
Joined: Thu Mar 02, 2006 4:46 pm
Location: BRLOGENSHFEGLE

PreviousNext

Return to Nexuiz - Development

Who is online

Users browsing this forum: No registered users and 1 guest

cron