If you are doing Angband or Angband variant development, and you are doing it on some version of Windows NT, then I have a few questions for you...
1. What development environment do you use?
Do you use an IDE? If so, which? Or do you prefer to use Cygwin or msys as a command line environment? How, if applicable, do you make your variant's build system cooperate with everything else?
2. How do you handle content tracking?
Do you use git, as per V development? If so, how do you maintain your health and sanity?
If you do not use git, what do you use? What content trackers can be considered more friendly to Windows? Are there any that can commit to a git repository, via compatibility extensions or whatever?
3. What security precautions do you take?
For instance, do you use an obsolete computer as a dedicated machine for coding and committing changes? Or do you just trust your security software and common sense?
Umm, yeah, that's it for now. Thanks for tolerating my noobness.
1. What development environment do you use?
Do you use an IDE? If so, which? Or do you prefer to use Cygwin or msys as a command line environment? How, if applicable, do you make your variant's build system cooperate with everything else?
2. How do you handle content tracking?
Do you use git, as per V development? If so, how do you maintain your health and sanity?
If you do not use git, what do you use? What content trackers can be considered more friendly to Windows? Are there any that can commit to a git repository, via compatibility extensions or whatever?
3. What security precautions do you take?
For instance, do you use an obsolete computer as a dedicated machine for coding and committing changes? Or do you just trust your security software and common sense?
Umm, yeah, that's it for now. Thanks for tolerating my noobness.
Comment