-
-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor optimisations and tweaks #6087
base: master
Are you sure you want to change the base?
Minor optimisations and tweaks #6087
Conversation
First test results: Fuel scoop: nothing has changed `(gdb) run Engine startup took 10048.02ms Pioneer loading took 24977.31ms |
happens also with games fresh started in this branch |
I haven't seen the issues with save game loading you're seeing bodasey. Can you give me some reproducation steps, like where you started, and what you did? It does seem to change generation enough that there would need to be a savegame bump, but I've had no issues with saving a loading save generated by this branch. |
This happened during game play, just after the program start - whatever has been saved with this branch could not be loaded again and terminated pioneer. I'll upload my saves here when my pioneer special computer is on again, do you upload yours, please? |
Optimisations parts:
m_entropy[12]
is only used in 2 places and only ever used the first value but refreshed it hundreds of times every Terrain CtorTweak:
These changes probably do affect the terrain generation though I haven't noticed massive changes in testing.
Unsure if we'll need a savegame bumpEDIT: Can confirm that this will require a savegame bump