-
Posts
1.061 -
Joined
-
Last visited
-
Days Won
12
Everything posted by fabio
-
Nice video indeed! I love the chinese style, also the music fits perfectly! You could also define the units path with shift+click and use the key 'F' to follow the units, while still being able to rotate the camera with WASD keys and zoom in/out, rather than manually follow them with the camera, to get a smoother video.
-
You can force vsync in game options, this will limit fps to 60fps and will also eliminate tearing. But if you are already under 60fps, it won't make a difference.
-
Cool, just a couple questions: what "total_size" is used for, can't it be just used the file size when distributed as a .zip?0ad mod is currently know as public, the dependency should then be named public rather than 0ad (or even better public should be renamed 0ad in game SVN);aristeia mods.json uses spaces rather than tab for indentation.
-
I tried it and it's very cool indeed! My notes: has a different interface and also a mouse cursor!works fine on A16, gives some errors on SVN;it also has animated mills and animated soldier on the barrack!This should eventually be provided as a total conversion rather than a mod (removing 0ad civs, but I suppose this is already planned).
-
[Fixed] GUI Interface buttons/icons these are red
fabio replied to Lion.Kanzen's topic in Bug reports
Why not converting all the occurrences of float with integer in the xmls? -
Make sure to install all the dependencies listed at: http://trac.wildfiregames.com/wiki/BuildInstructions#Debian8jessieorlaterUbuntu14.04trustyorlater libicu-dev may be missing.
-
Please post all the build output. It may have failed before the last lines when building with more than one CPU.
-
Simplify and improve x86/amd64 CPU build flags
fabio replied to raymond's topic in Game Development & Technical Discussion
No numbers for the change at hand now, but the performance changes of that commit should be very small. You can try it yourself with: ./pyrogenesis -replay=/path/to/commands.txtI used pentium3 because it just matches what was previously used (sse, which first appeared on p3). Note that core2 also requires SSSE3, only supported by 64.7% (I am using a CoreDuo myself, so Core2 won't work here). Eventually we could force a minimum newer CPU (pentium-m or pentium4), losing (unless they change the default build flag) about 1-5% users (which IMO are too many, anyway) if there are clear performance advantages. Also keep in mind that on x86-64 (which is used by most Linux users) the minimum supported CPU is already a much newer CPU (core2 like). -
Lubuntu is still Ubuntu with a different GUI, you can follow instructions here: http://trac.wildfiregames.com/wiki/LatestReleaseLinux#Ubuntu
-
Proposal: Split "Tools & Options" into "Options" and "Map Editor"
fabio replied to idanwin's topic in General Discussion
The left side of the initial screen is getting too many buttons, maybe the box with the version and the three buttons (Website, Chat, Report a Bug) could be moved to the right side? This way there would be no need to rise the minimum resolution. -
There are some bug fixes, however: Collada Fix T38366: Export collada crash - if you set a keyframe (bb83bdf)Fix T32843: Collada Spotlight angle animation is in radians not degrees (d291d15)Fix T38847: Reject reuse of child bones as root bones. That doesn't make sense anyways (3111f08)
-
A couple of questions: 1) do you plan to replace the time based events (phase advance, attack, ...) with events based on the current game status? 2) is Petra eventually intended to replace Aegis (as previously done with qbot) or is supposed to be kept as an alternative AI?
-
Another ticket deleted and another user to delete: coustato . Something like this should be considered: http://trac.edgewall.org/wiki/SpamFilter
-
I deleted the tickets, BTW. Someone should also delete these users: clouchip butoijoh wecliapr .
-
Read carefully the linux building section: http://trac.wildfiregames.com/wiki/BuildInstructions#Linux You should replace the call to ./update-workspaces.shin the building section with the one suggested in the Debian section. If you have problem pastethe error and all previous commands you did before that.
-
2 and 3 yes. 1 is still not fixed:
-
The wiki says: With that dependencies you have to run update-workspaces.sh with --with-system-enet --with-system-miniupnpc --with-system-mozjs185 --with-system-nvtt flags.
-
Some more little issues: the first two combo-boxes on the top of the lobby should be a bit larger to accommodate the text they show; EDIT: fixed. (this is a regression since alpha 15) the visible part of the "Players" combo-box is only a little longer than the 8 elements it keeps (says it is 7.8 elements). This make it appear the sliding cursor which moves slightly the elements in the combo-box. I think the combo-box should not be long "7.8 elements", but is should keep an integer number of elements (so it should be long 7 or 8) to avoid this behaviour; EDIT: fixed. The Civilization combo-box in the match set up should be larger, while the Player Placements combo-box can be smaller.
-
Also I think it would be nice to be able to change the theme (also for modders) without changing all occurrences in the code, but just pointing to a different dir with the new settings.
-
EDIT:fixed. I see a similar problem, just try to use the lobby from the main menu, nothing happens and I can't click other buttons. EDIT:fixed. Also a minor tweaks: the "Learn to play" page from main menu has usually no empty line between the paragraph title and its paragraph (other than the main title "0 A.D. in game manual"). The "In Game" section however has an empty line after it.