mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
157ffeab7c258ef82cc9d76cbee23f2fb240f440
moved resource deposits on the river map bugfix for not rendering the minimap after opening the console
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>] -DSFML_BUILD_GRAPHICS=0- 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.8%
C++
0.2%