James Sherratt

Results 28 comments of James Sherratt

> waves have same size in oceans and in rivers. Titi_son and me talked about it how to fix it. Did you decide on how to fix this yet @titison...

There's some mods that crash the game with this patch: * prax 0.5.9.7 (find in mod center) * https://github.com/Robotkiller001/Megaglest-Improved-Mod * https://github.com/Robotkiller001/Insects-World-Mod There might be more that don't work. I'm not...

Hey @andy5995, would it be possible to add ubuntu 18.04 and 20.04 to the tests? I think this should be good to merge, then. (It could be merged I think...

Hi @coreybruce! Are you currently building on `master` branch? If yes, could you try building the `develop` branch please?

Oh sorry, jumped the gun a bit and forgot to ask if you were using git at all 😅. I'd recommend trying to clone this repo + build the `develop`...

Hm I don't know what's gone wrong here I'm afraid. Googling shows that function is in the header ``. But I'm not sure why that's (apparently) missing. Something that might...

Hi @JoshStrobl! Thanks for the help. This was already fixed in commit 5a35205 . @coreybruce tried building the develop branch (with the fix), but then seemed to run into a...

Nice catch @andy5995! I suspect the real problem is pacman fails to install the packages because it can't find wxgtk (and doesn't fail gracefully). `wxgtk` should be `wxgtk-common`. @coreybruce I'd...

Thanks @coreybruce . Still the same error as before? If there's cmake errors, sounds like it's failing earlier. If you haven't already suggest deleting the `build/` folder and rebuilding again....

Sounds like the buildinstructions are lacking this at the start: `cd mk/linux` The cmake error there indicates ftgl is missing. If you're still using manjaro: `pacman -S ftgl` but if...