-
Posts
2.755 -
Joined
-
Last visited
-
Days Won
47
Community Answers
-
historic_bruno's post in Bugged or not working config options was marked as the answer
Note that option is in the [view] section of default.cfg, so you either need to use view.fov or put it into a [view] section.
It won't set the fullsreen resolution due to some problems in SDL2 (so the comment is temporarily wrong), see #2845, but it will set the size in windowed mode.
-
historic_bruno's post in 0ad quits when "registering with server" was marked as the answer
We need some more information, please see http://trac.wildfiregames.com/wiki/ReportingErrors
Are you on OS X 10.7 by chance? If so, unfortunately A18 will crash in multiplayer, that bug is fixed for the next release (A19): http://trac.wildfiregames.com/ticket/3109
-
historic_bruno's post in Batch training females using hotkeys doesn't work was marked as the answer
Fixed in r17116 (requires new build). Thanks to all who reported and investigated it
-
historic_bruno's post in SpiderMonkey Build Failed was marked as the answer
I don't use Fedora, and different distros use different naming conventions, but it's listed as a package here: https://apps.fedoraproject.org/packages/nspr-devel
Also on CentOS, which also has yum, I typically use "yum search <<keyword>>" when I want to find a package. "yum search nspr" might find it for you.
-
historic_bruno's post in [FIXED] Game crashes using OpenAL DLL provided by official Windows installer [Win 8.1, Creative X-Fi] was marked as the answer
Fixed in r16461.
-
historic_bruno's post in [FIXED] Font display problem on armv7 harfp was marked as the answer
Should be fixed in r16449. You may need to clear the game's cache after reverting to the original fonts (if so, see GameDataPaths). Sorry for the inconvenience!
-
historic_bruno's post in [FIXED] Dust storm and clouds disappear and reappear was marked as the answer
Fixed in r16397, literally the last thing fixed for A18
-
historic_bruno's post in [FIXED] Mac - Right click not working was marked as the answer
Committed a fix for this in r16380. To enable SDL's right-click emulation on Macs, add this line to your local.cfg file:
macmouse = trueThen you will need to reassign other hotkeys that use Ctrl+Click, I would suggest using the Command key (Super):
[hotkey.selection]remove = Super[hotkey.session]attackmove = Supergarrison = Superautorallypoint = Superdeselectgroup = SuperBut of course, you can use whatever you prefer. -
historic_bruno's post in [RESOLVED] Error when updating svn was marked as the answer
Have you tried doing an svn cleanup ? If that doesn't work, you could try deleting binaries/system and re-updating.