From 29ba8c48762f0ea400de00ddc755b19924788108 Mon Sep 17 00:00:00 2001 From: Garux Date: Sun, 19 Sep 2021 11:58:00 +0300 Subject: [PATCH] refactor command line arguments parsing --- ...mplete_list_of_command_line_parameters.htm | 1 - tools/quake3/q3map2/autopk3.cpp | 63 ++- tools/quake3/q3map2/autopk3.h | 11 +- tools/quake3/q3map2/bsp.cpp | 169 ++++---- tools/quake3/q3map2/bspfile_abstract.cpp | 44 +- tools/quake3/q3map2/convert_bsp.cpp | 169 ++++---- tools/quake3/q3map2/exportents.cpp | 6 +- tools/quake3/q3map2/help.cpp | 1 - tools/quake3/q3map2/light.cpp | 387 ++++++++---------- tools/quake3/q3map2/lightmaps_ydnar.cpp | 12 +- tools/quake3/q3map2/main.cpp | 135 +++--- tools/quake3/q3map2/minimap.cpp | 83 ++-- tools/quake3/q3map2/path_init.cpp | 107 ++--- tools/quake3/q3map2/q3map2.h | 110 ++++- tools/quake3/q3map2/vis.cpp | 41 +- 15 files changed, 596 insertions(+), 743 deletions(-) diff --git a/docs/Complete_list_of_command_line_parameters.htm b/docs/Complete_list_of_command_line_parameters.htm index afbfcae9..572239ea 100644 --- a/docs/Complete_list_of_command_line_parameters.htm +++ b/docs/Complete_list_of_command_line_parameters.htm @@ -181,7 +181,6 @@ td.formatted_questions ol { margin-top: 0px; margin-bottom: 0px; }