summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-01appease the clang-format godscli11_mwiniimporterBret Curtis
2023-05-01try to abstract out _wsystem and std::systemBret Curtis
2023-04-30do not check if file already exists; overwrite existingBret Curtis
2023-04-30clang-format fix3Bret Curtis
2023-04-30clean-format fix2Bret Curtis
2023-04-30clean-format fix1Bret Curtis
2023-04-30give this a try...Bret Curtis
2023-04-30get things building on windows tooBret Curtis
2023-04-30give CLI11 a tryBret Curtis
2023-04-29make sure we can run on all systems; but require that it run in the same dire...cxxopts_mwiniimporterBret Curtis
2023-04-29u8 all the thingsBret Curtis
2023-04-29appease the jvoisinjvoisin
2023-04-28allow to be run from anywhereBret Curtis
2023-04-28const params and use order of operationsBret Curtis
2023-04-28add some tooling for testsBret Curtis
2023-04-28fix clang-format againBret Curtis
2023-04-28fix clang-formatBret Curtis
2023-04-28add code coverageBret Curtis
2023-04-28make use of CONFIG and also put in TODOBret Curtis
2023-04-28fetch cxxopts workaroundBret Curtis
2023-04-28go the fetch route for windowsBret Curtis
2023-04-28use the right path?Bret Curtis
2023-04-28add vcpkg.cmake toolchain fileBret Curtis
2023-04-28try to integration the cxxopts install via vcpkgBret Curtis
2023-04-28remove offending bad lineBret Curtis
2023-04-28more cleanup; make use of cxxopts::cxxoptsBret Curtis
2023-04-28naive attempt to use vcpkgBret Curtis
2023-04-28remove findCXXOPTS.cmakeBret Curtis
2023-04-28naive attempt to use vcpkgBret Curtis
2023-04-28validated that we need MaybeQuotedPathBret Curtis
2023-04-28formattingBret Curtis
2023-04-28add support for fetchingBret Curtis
2023-04-28one too many SBret Curtis
2023-04-28remove boost stuff from mwiiniimporter cmake; set include path in windowsBret Curtis
2023-04-28slim down findcxxoptsBret Curtis
2023-04-28add FindCXXOPTS.cmakeBret Curtis
2023-04-28try prefix pathBret Curtis
2023-04-28give _DIR a try and point to cmake dirBret Curtis
2023-04-28add the include dir for windows maybe: part 2Bret Curtis
2023-04-28add the include dir for windows maybeBret Curtis
2023-04-28use version and not tag for cxxoptsBret Curtis
2023-04-28add cxxopts to cmake and 3 osesBret Curtis
2023-04-28clang-format againBret Curtis
2023-04-28clang-formatBret Curtis
2023-04-28initial conversion to cxxopts for mwiniimporterBret Curtis
2023-04-27Merge branch 'fix_teleport' into 'master'Petr Mikheev
2023-04-27Fix gameObject.teleport function, previously would not work with items in inv...Zackhasacat
2023-04-27Merge branch 'use_std_locale' into 'master'jvoisin
2023-04-27make use of std::wstring_convert to replace boost::locale::conv::utf_to_utfpsi29a
2023-04-26Merge branch 'no_automagick' into 'master'psi29a