Skip to content

game: make endpoints parameters const where possible#26

Open
0lvin wants to merge 9 commits into
yquake2:masterfrom
0lvin:const_api
Open

game: make endpoints parameters const where possible#26
0lvin wants to merge 9 commits into
yquake2:masterfrom
0lvin:const_api

Conversation

@0lvin
Copy link
Copy Markdown
Contributor

@0lvin 0lvin commented May 1, 2026

Comment thread src/player/client.c Fixed
Comment thread src/player/client.c Fixed
Comment thread src/header/local.h Fixed
Comment thread src/player/client.c Fixed
Comment thread src/player/client.c Fixed
Comment thread src/g_misc.c
@@ -1,3 +1,29 @@
/*
@0lvin 0lvin force-pushed the const_api branch 3 times, most recently from f42118a to 6cf189c Compare May 2, 2026 11:16
Comment thread src/shared/rand.c
* =======================================================================
*/

#include <stdint.h>
@Yamagi
Copy link
Copy Markdown
Member

Yamagi commented May 11, 2026

So far I haven't registered ctf with Coverity. Should I do so?

@0lvin
Copy link
Copy Markdown
Contributor Author

0lvin commented May 12, 2026

So far I haven't registered ctf with Coverity. Should I do so?

Yes, it will be useful as for me. Thank you!

Comment thread src/player/client.c
*/
void
SP_info_player_intermission(edict_t *ent)
SP_info_player_intermission(edict_t *self)
Comment thread src/player/client.c Fixed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants