-
Posts
1.073 -
Joined
-
Last visited
-
Days Won
12
Everything posted by fabio
-
I had the same problem, adding bandcamp.com to the permitted sites on flashblock made it work. Eventually this should use an HTML5 player rather than flash.
-
With the modding support maybe it should be possible for users to download textures with the swastika/boobs, place in the right directory and enable them.
-
Do you have flashblock installed?
-
Just read the link I posted
-
You may want to update to Debian testing which will be 7.0: http://wiki.debian.org/DebianTesting Or you can compile 0 A.D. yourself: http://trac.wildfiregames.com/wiki/BuildInstructions#Linux
-
Why do you want to do it?
-
[Scenario]Codename: "Romeland Security"
fabio replied to desmotes's topic in Scenario Design/Map making
IANL, but I think there are no legal problems in including a Mauryan swastika in the game, it has really nothing to do with Nazis. The real point is that someone may be anyway offended by this, as well as for the nude breasts, so since they add very very little to the game they could be easily removed. OTOH they make some noise and can add free publicity to the game -
Features of Alpha 12
fabio replied to JuliusColtranePille's topic in Introductions & Off-Topic Discussion
If possible it would be nice to fix this before A12: http://www.wildfireg...=20#entry252730 (last post with useful info, see full thread for the whole history). -
Version is 9.0 as reported by your previous command: OpenGL version string: 2.1 Mesa 9.0 You can use a newer mesa, of course, as well as newer radeon but it must be compiled for your OS version. I also keep a PPA with updated drivers for Ubuntu, see my signature.
-
Correct, note that RadeonHD is dead since some years, you can find more info here: http://wiki.x.org/wiki/RadeonFeature To see the driver in use run: grep 'DRI driver' /var/log/Xorg.0.log
-
The fact it's happening on two different mesa drivers let me think this is a general mesa issue, I opened a bug report here: https://bugs.freedesktop.org/show_bug.cgi?id=58137
-
I had the same problem indeed, but I am using mesa r300 driver, not r600 (they share a lot of code anyway so it's probably a mesa issue).
-
Triggers (split from A couple of suggestions)
fabio replied to Kimball's topic in Game Development & Technical Discussion
Triggers are already implemented in the tutorial AI: http://trac.wildfiregames.com/browser/ps/trunk/binaries/data/mods/public/simulation/ai/tutorial-ai/introductory_tutorial.js -
All the offending contents are not an essential part of the game, so if someone may be offended just remove them. No one will miss the swastika on a shield.
-
It's normal, the 3D driver is mesa r600, radeon and radeonhd are the 2D drivers and you should not use radeonhd, 3D doesn't work with it.
-
The changes looks good to me, eventually more content can be ported from the English page when it's stabilized .
-
I updated a little Italian wikipedia page: https://it.wikipedia.org/wiki/0_A.D. It still has a list of Next Factions and Confirmed Scenarios without any source, I also never heard of those. Can I remove them?
-
Progress reports on funded work
fabio replied to Ykkrosh's topic in Game Development & Technical Discussion
FIFE, the engine used by Unknown Horizons had some pathfinder update recently: http://fifengine.net/2012/11/09/another-successful-gsoc-and-some-more-news/ -
What do you mean? There are no shaders loaded by default now, it seems.
-
Yes, I am using arb indeed, which anyway is the default.
-
OK, I was looking at this again on current SVN, the original problem is no longer reproducible, however this is probably due to the fact that now all waters effects are missing in the wonder. Does this happens to others, also?
-
Reported as ticket 1730.
-
Another excuse for a separate game settings, menu and game GUI overlap @ standard windowed mode (1024x768):
-
OK, thanks. You may want to try youtube-auto-iframes script. See also: http://xahlee.info/j...video_code.html
-
The forum changed the link you posted. Here are the fixed code. This is what happens on sauerbraten: <iframe width="400" height="320" src="http://www.youtube.com/embed/EsTkLZhMI0I?rel=0" frameborder="0" allowfullscreen></iframe> This is current 0 A.D.: <object style="movie" value="allowFullScreen" value="allowScriptAccess" value="http://youtube.com/v/gDndZn0YPdI?version=3" type="true" allowScriptAccess="640" height="360"></embed></object> This is what YouTube suggests when clicking on the previous video to watch on YouTube, right click and "copy HTML...": <iframe width="640" height="390" src="http://www.youtube.com/embed/gDndZn0YPdI" frameborder="0" allowfullscreen></iframe> This one looks like the sauerbraten, other than the missing ?rel=0. Can this last one be used rather than the current one, since it is what YouTube suggest?