godot/main
Rémi Verschelde d79a7a2773 Refactor version macros and fix related bugs
The previous logic with VERSION_MKSTRING was a bit unwieldy, so there were
several places hardcoding their own variant of the version string, potentially
with bugs (e.g. forgetting the patch number when defined).

The new logic defines:

- VERSION_BRANCH, the main 'major.minor' version (e.g. 3.1)
- VERSION_NUMBER, which can be 'major.minor' or 'major.minor.patch',
  depending on whether the latter is defined (e.g. 3.1.4)
- VERSION_FULL_CONFIG, which contains the version status (e.g. stable)
  and the module-specific suffix (e.g. mono)
- VERSION_FULL_BUILD, same as above but with build/reference name
  (e.g. official, custom_build, mageia, etc.)
  Note: Slight change here, as the previous format had the build name
  *before* the module-specific suffix; now it's after
- VERSION_FULL_NAME, same as before, so VERSION_FULL_BUILD prefixed
  with "Godot v" for readability

Bugs fixed thanks to that:

- Export templates version matching now properly takes VERSION_PATCH
  into account by relying on VERSION_FULL_CONFIG.
- ClassDB hash no longer takes the build name into account, but limits
  itself to VERSION_FULL_CONFIG (build name is cosmetic, not relevant
  for the API hash).
- Docs XML no longer hardcode the VERSION_STATUS, this was annoying.
- Small cleanup in Windows .rc file thanks to new macros.

(cherry picked from commit 23ebae01dc)
2018-02-24 01:34:34 +01:00
..
tests Fix typos in code and docs with codespell 2018-01-18 22:01:42 +01:00
app_icon.png Use new Godot icon consistently everywhere 2017-05-17 19:53:59 +02:00
input_default.cpp Fix typos with codespell 2018-02-22 12:17:06 +01:00
input_default.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
main.cpp Refactor version macros and fix related bugs 2018-02-24 01:34:34 +01:00
main.h Makes project manager never initialize mono debug. 2018-02-19 22:32:17 +01:00
performance.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
performance.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub fixed reference to splash file 2017-12-16 16:20:36 -03:00
splash.png New splash screen. 2017-10-13 16:40:22 -05:00
splash_editor.png Added custom editor splash (including sponsor logo). 2017-12-16 16:11:13 -03:00