You mean Git wrappers that make work with Git easier and more intuitive?
yes.
I do btw Doesn't Visual Studio have some Git Wrapper integrated into its IDE? I think I've seen that, but never used it.
probably, but I haven't had any experience with VS since ages. it has way too much stuff for what I personally need.
I think NetBeans also has integration with version software like Git.
What Git wrappers would you recommend btw?
GitExtensions --
http://gitextensions.github.io/ -- it's been good to me :^)
sometimes i use commandline git but not for regular usage, just for initializing repositories etc
You mean that it takes a long time to build the project?
well... it took me a whackload of time to hook up dependencies ... find a c++ compiler that i liked, etc (Visual Studio should have its own compiler, but not sure about the others atm)
The first time I set up an IDE it took two weeks. The second time a few days. The third time it's no longer a prob. (auhh there's always probs - something inevitably wags its finger with some obscure error message - or that's been my experience anyway)
My IDE is Visual Studio 2019. Will it do?
should work fine :^)
I'm already into C++ and keep learning things everyday. I really want to master it, though I know it's hard and takes a long time.
Is all the OpenXcom code well-documented itself or is there any additional tutorials for those who want to start working on the project?
ah, i guess it's as well documented as anything else. I search Stackoverflow often, when I need advice or clarification about code generally. But like any large codebase, the only way to learn what's going on is to stare at it and try things out.
Oh, and one more thing The game uses some folders from the OG in order to work. Those are just resources? Isn't the OG closed-source?
just resources - all the OxC/e code is open and does not rely on proprietary code whatsoever (!)
I'm sure you'll run up against quirks now and again. Just start a thread and ask a specific question in one of the appropriate subforums here and you're likely to get a decent answer before too long.