-
Notifications
You must be signed in to change notification settings - Fork 7
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
Allow option for nightly engine build #127
Comments
For engine only? |
We could do gamelogic too if you like, but the engine is the most important part as the maintained servers provide more up to date gamelogic anyway. With the engine it's a simple case of replacing the executable. The gamelogic would require additional dpks to be downloaded each day which could quickly flood users' hard drives. I'm not sure how desirable that is unless you can find at way around this current limitation. As far as I know, the updater doesn't currently remove old dpks. |
Just to be clear, I think providing nightly engine builds only would be preferable. |
I would be willing to implement the updater side, if someone else got the nightly automated build of the engine going. Implementation sketch:
|
With the recent work being done on CI for the engine, is there a possibility we could introduce nightly builds players could optionally use (with the usual warnings of dragons ahead when enabling such an option)? That way the players can feel the upstream improvements without having to wait a long time (read: years) for a stable release?
The text was updated successfully, but these errors were encountered: