mirror of
https://github.com/ApfelTeeSaft/PlanetFleet.git
synced 2026-08-26 19:33:38 +00:00
ae3e9b8b735a2051ff70937a6f2350ff6861e93d
Battleship
Build guide
UNIX
git clone <battleship_url>cd Battteshipgit submodule update --init --recursivecmake -S . -B buildcd buildmake
Windows
git clone <battleship_url>cd Battteshipgit submodule update --init --recursivecmake -S . -B <build_dir> -G <present_visual_studio_version>- open
build\ALL_BUILD.vcxproj - build the solution (in case of the fatal error C1128, use, for example, the
RelWithDebInfobuild configuration) - copy and paste
battleship.exeinto<build_dir>
Contrib guide
The Gitflow shall be used.
- create an issue, representing a change you wish to implement using one of these labels:
featureimprovementbugfix
- create a branch off the
developbranch, named using this scheme:featurelabel ->ft-<issue_number>-<short_description>improvementlabel ->imp-<issue_number>-<short_description>bugfixlabel ->bf-<issue_number>-<short_description>
- create a PR with a short description of changes and evidence of the issue resolved, such as:
- reference to an automatic test(s) to run
- steps to manually verify the issue is resolved
- screenshots or screencasts
- await the repo admin's approval
Languages
Lua
99.2%
C++
0.8%