Matt
Matt
> could you try one of these getEvents on a more complex window that has multiple sets of events ~~Which one do you mean? Each window has only one event...
I had a brief look, I like the idea of it however I have to disagree with it being all implemented in OpenLoco.cpp. The best case is to write it...
> You're right that there seems to be some unintentional jitteriness to the head of some longer vehicles. I think we should solve that when possible. However, I do like...
There shouldn't be too much in the way of actually changing it. This will probably require a good amount of changing variables here and there as a lot of the...
I'm not sure if its feasible currently, we would need all UI code ported, RCT2 relies on basic counters quite often which assumes its only called at 40hz so in...
Applying const for the function implementation is fine but for declarations it doesn't make a difference, so this is just about the declarations.
> Do we know roughly how many warnings it would generate. I experimented with this some weeks ago and its not too bad if we do warning by warning.
How would you use the library? Zydis also requires a C compiler not C++
``` cmake-after = """ add_custom_command(TARGET the_target PRE_BUILD COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_SOURCE_DIR}/yourfile.dll $/yourfile.dll) """ ``` Would be one way
Feel free to use CMake instead.