sanderd17
WFG Retired-
Posts
2.225 -
Joined
-
Last visited
-
Days Won
77
Everything posted by sanderd17
-
http://trac.wildfiregames.com/ticket/2540
-
We will release a new version in a few days, so better wait a bit with updating. I don't think there's a working PPA for Debian which has the latest version. But if you build from source, you don't need the newest libraries (and all uncommon libraries are also in our source tree). You might want to come to the #0ad-dev IRC channel on QuakeNet. Vincent_c often hangs around there, he's a Debian user/maintainer who usually packages the game for Debian.
-
I notice that nobody in this thread is actually a native English speaker. Erik is Swedish, Stan is French, I'm Belgian. So our bias to English isn't from an emotional point of view, but purely practical.
-
We try to improve performance over releases, though we also add features, so that probably evens out. And of course, you can play with an old version, but multiplayer games only work if all players use the same version, so that won't be possible for you.
-
In that version, you should have a demo bot I think. For no ai, you can leave the opponent to "unassigned". But I really advise you to install a newer version.
-
Lion, with git, you have two steps. First you need to commit, this saves it as a new revision, but only on your computer. Then you have to push, which means sending that revision to the origin repo.
-
Wrong text is displayed for the history of Iphicratean Reforms
sanderd17 replied to kanetaka's topic in Bug reports
Hehe, you just get to see the last message from the same column you saw. I'll check if this is fixable. -
They're not planned as complete faction, but if we ever have mini factions, it will probably be the first.
-
A word longer than the text field can't display the whole part
sanderd17 replied to kanetaka's topic in Bug reports
Ok, I ended up enlarging the ranges a bit, but I didn't include the brackets and braces you listed. (as that's quite annoyingly split, one by one, and it would only work for the right brackets anyway). So it will reflow better now, and lets hope it doesn't look too bad when it comes across a bracket thing. -
A word longer than the text field can't display the whole part
sanderd17 replied to kanetaka's topic in Bug reports
We don't support breaking before a char. As normally, brackets are preceded with a space, so we break after that space. I guess it will look good enough for release if we break after the "after" list you gave, and also after ヽ ヾ ー ァ ィ ゥ ェ ォ ッ ャ ュ ョ ヮ ヵ ヶ ぁ ぃ ぅ ぇ ぉ っ ゃ ゅ ょ ゎ ゕ ゖ ㇰ ㇱ ㇳ ㇲ ㇳ ㇴ ㇵ ㇶ ㇷ ㇸ ㇹ ㇺ ㇻ ㇼ ㇽ ㇾ. Can't do a lot more now. We will have to switch to a decent text renderer at some point in the future anyway. Instead of just having our own hacked together piece of code. -
Build environment and deployment on the Mac
sanderd17 replied to Yves's topic in Game Development & Technical Discussion
It's not reviewed on Transifex, but reviewed by us. As changes on Transifex are hard to track, and some teams are pretty big, we have reviewed the translations against vandalism, but also against code breakage (like someone translating the wrong printf style var in the text), and for the languages we know, also a small quality review. As you're not supposed to review your own language, we're not going to have the "reviewed" flag in Transifex as a criterium. It would lock out small teams like Gaelic or Galician. -
Yes, the civ code is not translated, and is "gaia", while the civ name is used for displaying, so is capitalised in English, but may be anything in other languages.
-
A word longer than the text field can't display the whole part
sanderd17 replied to kanetaka's topic in Bug reports
The word boundaries we use are defined here: http://trac.wildfiregames.com/browser/ps/trunk/source/gui/GUItext.cpp#L37 So that's space and hyphen in the normal range, but also the complete Chinese block. If you tell me what characters are used in Japanese, I can add them too. -
He killed his brother!
-
A word longer than the text field can't display the whole part
sanderd17 replied to kanetaka's topic in Bug reports
We should fix the UI where possible, do you have specific examples? Or are you asking we make a "longword" po next to the "longstrings" po? -
Fixed it: http://trac.wildfiregames.com/changeset/15135
-
Building/Unit Names in Ancient Scripts?
sanderd17 replied to Atenmeses52's topic in Game Development & Technical Discussion
For text in UTF8, no, the numbering just continues. But UTF16 always requires exactly one wchar in the first plane, while it requires two wchars in astral planes (where the first one is a quite arbitrary number denoting the plane number). I have no idea how far our methods are prepared to support two wchars for one codepoint. But I expect it will give strange bugs. -
Building/Unit Names in Ancient Scripts?
sanderd17 replied to Atenmeses52's topic in Game Development & Technical Discussion
The font system only supports Unicode signs from the first plane (https://en.wikipedia.org/wiki/Unicode#Code_point_planes_and_blocks), so sadly, this excludes most historic languages. Greek could still be used though, as it's about the same as the current Greek. -
[SOLVED] Unable to see starting stuff
sanderd17 replied to AndersEmpire's topic in Game Development & Technical Discussion
What was it? -
Translation [Discussion] Localization (again)
sanderd17 replied to RedFox's topic in Game Development & Technical Discussion
Yes, we seem to currently validate a locale by getting all locale data from icu, and checking if it matches. While icu is clever enough to do fallbacks on its own. So we should probably just drop that check (I tested that, and it works) our maybe do the check, but only warn users about some incorrect stuff (s.a. a wrong date format) they may see. -
Translation [Discussion] Localization (again)
sanderd17 replied to RedFox's topic in Game Development & Technical Discussion
We didn't make the final pull yet. So I think you're in time. But we just noticed that ICU (https://en.wikipedia.org/wiki/International_Components_for_Unicode) doesn't know Gaelic (marking your file as invalid). Guess we'll have to find something for that (ICU also doesn't recognise Latin, but that issue was not urgent we thought). -
Can you disable fancy water effects (in the game settings)? I remember some effects caused the water to disappear on some graphics cards.