VelorumS
VelorumS
Two things: * can't figure out into what file to write the changes (so hardcoded the keybinds.oac) * can't write the changes
For the second one it's about inability to edit files with the new path system. I still need to figure out why it doesn't accept `open("a+")`.
> Basically we'd have to parse the files and then rewrite them retaining all information including comments and whitespace, etc. That's roughly what this PR does. But it deletes the...
> process 31792: arguments to dbus_connection_unref() were incorrect, assertion "connection->generation == _dbus_current_generation" failed in file dbus-connection.c line 2824. This is normally a bug in some application using the D-Bus library....
I'm just using `enqueue()` function in #749: https://github.com/SFTtech/openage/pull/749/files#diff-37e9ae7e38604588a1695b75b95c39c8R103 Btw, the GL stuff is still in the render thread? AFAIK, it should remain there.
Okay, it's not automatically compatible with the upstream changes. Anyways, the attribute tracking that I've tried here won't be the final solution. I'll probably have to implement the history generation...
> we don't want to keep the history only, but also the future @TheJJ there is no distinction between history and future if you're talking about this PR. @coffenbacher it's...
Most of this PR is GUI and input adaptations to actually show the replay. Also, just to make sure that we understand correctly: this is not a network replay. It's...
I have nothing to add/change for https://github.com/SFTtech/openage/pull/422 and https://github.com/SFTtech/openage/pull/527
The visuals are working as in #344. Just made the background generation trigger when chunks are added. Implemented icons for types, so they go through the QML layer: to be...