-
Posts
1.078 -
Joined
-
Last visited
-
Days Won
12
Everything posted by fabio
-
Graphics quality is currently not autodetected and it is always set to low by default. Some work is needed before adding autodetection, i.e. adding on the fly change, see ticket #3737. If you are curious you can see how autodetection works here. EDIT: Only the "graphics quality" option is not set to high based on detected hardware. Most of everything else it is, including GLSL, postprocessing, smooth los, water effects and shadows. I.e. if you have a high end gpu everything except "graphics quality" in a20 is set to max quality.
-
Make sure to update your graphics drivers. If the problem persist, please add a screenshot and your system_info.txt (see GameDataPaths).
-
There is a ticket for Android support, which also add support for other texture compression format: #2996. Someone should rework it, adding some format supported by vc4 or using uncompressed, scaled down texture where not supported (alpha images).
-
aeonios, it's looking good, you should read this for submitting patches: http://trac.wildfiregames.com/wiki/SubmittingPatches You may also want to explain why you left some commented code rather than removing it.
-
Was that ever committed in 0 A.D.? I don't remember seeing it merged.
-
This Wikipedia page may be of help: https://en.wikipedia.org/wiki/List_of_countries%27_copyright_lengths (sorry for another post, but editing doesn't work on my tablet)
-
I think Tolkien stuff is still copyrighted. Conan Doyle books are just out of copyright these years (copyright looks a bit complex, but it should expire about 70 years after author death), and Sherlock Holmes can be freely used. So I think you cannot legally use Tolkien specific places, names and so on. But I think you can freely replace some names with generic ones, e.g. rather than Uruk-hai just use Orc. Looks for example Wesnoth game, it uses Tolkien-like factions, but with different names. This is just my interpretations, don't take it for sure :).
-
Fixed shaders and non-GLSL path IIRC are required when on OpenGL < 2, which is about ~5% users (probably this number is even lower now), which is not a lot, and could eventually be dropped if needed, as already discussed in the past here. There are however ~20% user with OpenGL 2.x, so probably not worth dropping it. I would suggest to start proposing some small and incremental changes before doing big rewriting, just to get in taste with 0 A.D. development.
-
Hi, just some notes. For reference Yves OpenGL 4 branch is here https://github.com/Yves-G/0ad/commits/OGL4 and OpenGL 4 is intented to be optional IIRC. Here are some stats about gfx features available at our users: http://feedback.wildfiregames.com/report/opengl/ . Before adding features it is a good idea to check here how many users we could left. Sky rendering is useful for cut scenes, just landed in current svn and will appear in a20, have a look at this example
-
It will also need a special rule for wildfiregames.com domain, someone should submit it to the EFF! And the web server should also set HTTP Strict Transport Security. It is really simple to set up and together with http->https rewrite the proper thing to do when you want to serve your domain only with https.
-
I also had this, and it improved when accessing through https only (need to update bookmarks...).
-
The web server should rewrite http URLs into https. This is apparently done by the forum, but this is not enough and causes some issues, e.g. the meetinglogs dir but also some links on the forum sometime wrongly behave.
-
I also have some emoticons missing, tested on all combinations Android 6 / 4.4 + chrome / firefox. Screenshot:
-
Most interesting changes are cinematic camera and performance improvements, there are also a lot of other improvements and bug fixes. You can try yourself the developing version following instructions here, or following changes here.
-
You can lower the difficulty level, this will limits the AI aggresssivity and to some extent also the number or CC built, especially near your base.
-
Possible useful tools for development and new Latin phrases
fabio replied to CodyH's topic in General Discussion
The list is here: http://trac.wildfiregames.com/wiki/Audio_Voice_List -
This will require sid to update to 0.0.19 before, currently it's still 0.0.18: https://packages.debian.org/source/sid/0ad
-
I just recommend to try alpha 19, see instructions here: http://play0ad.com/download/linux/#a0A.D.providedpackages
-
I found this article that may be interesting, excerpt (our way ) quoted below. Read it all here.
- 1 reply
-
- 1
-
-
As a follow up, since r17412 postproc, smoothlos and all water features are also enabled when using a OpenGL4+ compatible card (cards released in latest 4 years should support it). This is only effective if you remove any reference to these settings in your config files, otherwise the settings there have a higher priority. These will also be effective on next autobuild, you may get some warnings until that. After the autobuild please test and report any possible problems. Still missing is enabling materialmgr.quality to 10.0 but this should be done after having a GUI option to let users disable it (ticket #2596).
-
This should be fixed in r17347. It will be effective on next autobuild. Thanks for the report.
-
If you are using SVN (will be in alpha 20), GLSL should now be enabled by default when using a graphic card supporting OpenGL 3+ (cards released in latest 8 years should support it) (r17338). Practically this should, for example, enable windy trees by default (still not advanced graphics effects). This is only effective if you remove any reference to preferglsl in your config files, otherwise the setting in the config files has the precedence. Also if you didn't properly install graphics driver, you'll now get a warning (r17339). And finally settings gentangents=true is no longer needed (you can remove any reference to gentangents in your config files) (r17325). Please test and report any possible problem!
-
Create Group does not work anymore on 17298P-release (22 nov 2015)
fabio replied to frita's topic in Bug reports
Possibly related to SDL2 now being used. -
Create Group does not work anymore on 17298P-release (22 nov 2015)
fabio replied to frita's topic in Bug reports
What operating system are you using? Did it work with previous release? Did you install some mod or manually customise your config files?