scummvm/base
Carlo Bramini 6c769062c6 BASE: Convert version strings to const objects.
The following variables:

gScummVMVersion
gScummVMBuildDate
gScummVMVersionDate
gScummVMFullVersion
gScummVMFeatures

are declared as pointers to strings but there is no need to do so.
They can be simply declared as const strings, since they will be never modified when SCUMMVM runs.

Exports version variables as const strings
2021-11-01 16:31:55 +01:00
..
detection JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
commandLine.cpp BASE: added --list-records command line option 2021-10-13 01:56:43 +03:00
commandLine.h ALL: synced with ScummVM 2014-04-05 18:18:42 +02:00
internal_plugins.h ALL: Sync with ScummVM rev: a4002bdeee 2020-10-04 23:59:26 +02:00
internal_revision.h.in ALL: decrease diffs with scummvm 2012-02-22 23:26:36 +01:00
internal_version.h RELEASE: This is 2.6.0git now 2021-10-01 16:04:48 +03:00
internal_version.h.in ALL: synced with ScummVM commit 09bf38c120 2020-05-09 20:05:54 +02:00
main.cpp BASE: Set debug flags before instantiating an engine 2021-09-26 13:43:23 +02:00
main.h ALL: synced with ScummVM 2014-04-05 18:18:42 +02:00
module.mk Sync with ScummVM rev. 654b8208b8 2020-06-22 08:14:16 +02:00
plugins.cpp PLUGINS: In uncached mode, try plugin which matches engine name first 2021-09-20 23:28:57 +02:00
plugins.h BASE: Load engine plugins by name. Fixes bug #12342 2021-08-16 20:32:53 +02:00
test_new_standards.cpp ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
version.cpp BASE: Convert version strings to const objects. 2021-11-01 16:31:55 +01:00
version.h BASE: Convert version strings to const objects. 2021-11-01 16:31:55 +01:00