-
Notifications
You must be signed in to change notification settings - Fork 62
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
Add a trivial cgame module which can view a map #1430
Conversation
is there some plan to make it loaded by default if there is no game? |
No. The uses I have in mind are renderer testing, and making sure there are no build errors in the shared gamelogic. The way I deploy it for renderer testing is building it in a separate directory and using |
Fixed color grading in a less hacky way and changed a shader to |
Is there something preventing to name this command |
There is an engine command named |
31aa440
to
fa3736a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
This is a cgame module that simply loads and displays a map, with no entities. It can be useful to quickly test how a map renders or to make sure a simple gamelogic builds correctly in the CI.
Stacked on #1421.
Add a cgame module that simply loads and displays a map, with no entities. It can be useful to quickly test how a map renders or to make sure a simple gamelogic builds correctly in the CI.
loadmap
is the command to enter a map. The only way to change position for now issetviewpos
.Future directions:
testmodel
to Daemon and build them in