Added functions to parse the command line arguments. #9

Open
anomaly wants to merge 7 commits from anomaly/iw6-mod:cmd_line_helper_fn into master
First-time contributor
No description provided.
anomaly added 7 commits 2024-12-31 19:13:31 +00:00
Owner

The game already parsed the command line and I believe we do as well multiple times in commands.cpp and flags.cpp this is redundant with the other functions in place. those can be reused or this should replace all of the others

The game already parsed the command line and I believe we do as well multiple times in commands.cpp and flags.cpp this is redundant with the other functions in place. those can be reused or this should replace all of the others
This pull request has changes conflicting with the target branch.
  • src/client/component/colors.cpp
  • src/client/game/structs.hpp
  • src/client/game/symbols.hpp

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u cmd_line_helper_fn:anomaly-cmd_line_helper_fn
git checkout anomaly-cmd_line_helper_fn
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alterware/iw6-mod#9
No description provided.