Skip to content
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

More helper functions and first steps towards refactoring #516

Closed

Conversation

SmileyAG
Copy link
Collaborator

@SmileyAG SmileyAG commented Mar 16, 2024

No description provided.

@SmileyAG SmileyAG marked this pull request as draft March 17, 2024 02:04
SmileyAG added 10 commits April 21, 2024 21:14
As I understand it, Quake 1-2 and the old GoldSrc code for the Q_stricmp used the code that is added in this commit
But in GoldSrc with updates later, in the Q_stricmp function the old code got replaced with the code from Q_strcasecmp
So for approximate behavior like in the latest GoldSrc engine need to use Q_strcasecmp instead of Q_stricmp
@SmileyAG SmileyAG force-pushed the 2024_03_16_more_helper_functions branch from c718645 to b1082da Compare May 1, 2024 14:54
@SmileyAG SmileyAG marked this pull request as ready for review May 1, 2024 14:59
@SmileyAG SmileyAG marked this pull request as draft June 6, 2024 08:35
@SmileyAG
Copy link
Collaborator Author

I am closing this request because it was still something like a testing ground and as a result it is becoming difficult to review, so I will simply divide changes from that branch into approximately 10-20 new pull requests with minor changes.

@SmileyAG SmileyAG closed this Jul 14, 2024
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.

1 participant