Eduardo Pinho
Eduardo Pinho
On the other hand, how about we integrate an existing logging library for C++? Not only the library would know how to handle file I/O when logging, but would also...
It seems that the volume and pan for each sound are calculated [here](https://github.com/verhoevenv/OpenNotrium/blob/master/WinMain.cpp#L12394-L12420). The original version worked just as well as what we have right now, with the exception of...
So as discussed on Gitter a while ago, I first suggested that we limit the number of sounds being reproduced at the same time (therefore attempting to replicate the behaviour...
Have you seen the same issues in other SDL applications? Have you tried running it under a debugger?
Thanks for reporting. I honestly hadn't tested multiple inventories with Open Notrium. There's more than one place where the active inventory number is modified, at least [here](https://github.com/verhoevenv/OpenNotrium/blob/master/WinMain.cpp#L7776-7779) and [there](https://github.com/verhoevenv/OpenNotrium/blob/master/WinMain.cpp#L8645-8672). We...
If choosing between FLAC and OGG is that much of an issue, we can just try both and compare.
I would go for an existing base format such as XML or JSON, but maybe we can obtain nicer scripts with a new notation. But I think we should look...
Sure thing, but if you think of it, scripts ARE data with a syntax. The only main difference is that a script always describes a workflow for some task. JSON...
Being able to see the minimap like that means that you are not facing the problem listed in Issue #3. What platform are you running this on? Does it happen...
Just to let the community know that this seems to happen under Linux as well. Walking to the left will make the character slightly walk downwards.