Spodii / netgore

Cross platform online rpg engine using C# and SFML
http://www.netgore.com/
40 stars 16 forks source link

Mouse position unclear #284

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
You should use ; to separate the X & Y position coords because it uses a comma 
for half values.

e.g.

324,5,611 would become 324,5 ; 611

Silly thing I know but might as well change it :P

Original issue reported on code.google.com by devon.ke...@gmail.com on 10 Dec 2010 at 6:28

GoogleCodeExporter commented 9 years ago
I don't think it looks as nice :)

what about a colon : ?

Original comment by aphro.cag on 11 Dec 2010 at 4:54

GoogleCodeExporter commented 9 years ago
Or a dash, as long as it isn't a comma ;)

Original comment by devon.ke...@gmail.com on 11 Dec 2010 at 9:03

GoogleCodeExporter commented 9 years ago
What is the list separator character for your language? If its also comma, then 
not much else I can do. If its not comma, then I could have it use the proper 
language characters.

Original comment by Spodiii on 13 Dec 2010 at 11:58

GoogleCodeExporter commented 9 years ago
Actually, it probably shouldn't even be showing decimals at all and instead be 
rounded...

Original comment by Spodiii on 13 Dec 2010 at 11:58

GoogleCodeExporter commented 9 years ago
i reckon it could be locale settings, instead of having:

(1456, 800) you're getting the (1,456, 800) 1000's delimited?

because at first I couldn't see this decimal notation anywhere for the coords 
and just assumed there must be somewhere else that it's defined?

Original comment by aphro.cag on 14 Dec 2010 at 11:31

GoogleCodeExporter commented 9 years ago
Over here points are used to separate thousands like this:

1.000.000 is one million

for 2 and a half it is 2,5

Original comment by devon.ke...@gmail.com on 14 Dec 2010 at 12:00

GoogleCodeExporter commented 9 years ago

Original comment by Spodiii on 14 Dec 2010 at 4:06

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r4410.

Original comment by Spodiii on 14 Dec 2010 at 4:14