Age | Commit message (Collapse) | Author |
|
|
|
matching virtual function signatures. This will help scripters who might sometimes use a hook using improper parameters (or miss 'const' for example)
|
|
replace that in the flaglist with the lower boundary
|
|
the /Ym flag is adjusted by the compiler in MSVC2012, hence we need to set an upper limit to avoid disrupancies
Please note that this is not 'very well tested'.
|
|
enabled.
-Wwrite-strings is default enabled when -Wall is set in clang/gcc, hence removed.
-Woverloaded-virtual is now enabled for C++-code only, this removes the useless warnings when dabbling with C-only code.
|
|
support for clang/OSX-based compiles - initial cleanup, more will come
If OSX-compile fucks up because of this, then report fixes on the tracker as usual, not through hotpatches going through other lead devs.
|
|
also provides newbie-check (warns if you trying to use wrong libs)
- Also, apply the hack needed to make g3dlite compile in OS X
|
|
Core: Fix warnings here and there
|
|
enough for full deployment)
|
|
on linux through using the -DNOJEM parameter.
WARNING: This is a developer flag only, and as such NOT documented elsewhere - we need this for valgrind and related tools.
Again : YOU HAVE BEEN WARNED! DO NOT USE THIS FLAG UNLESS YOU REALLY KNOW WHAT YOU ARE DOING!
|
|
|
|
|
|
to get more feedback from community)
Also update the revisionheader with the correct year :P
|
|
older version and fix some missing headerchecks.
|
|
|
|
directly from the executable binaries.
To view this information, check the "Product Version" field in Properties on the respective daemon.
+ Fix worldserver/authserver .rc file layouts and content (now adheres to MS standards *sighs*)
+ Change .serv info output to show corename followed by the commit date and hash
+ Include showing the versionstring on worldserver startup completion (on Aokromes' request)
Thanks to Paradox for bugging me enough about it and the initial pull-request.
|
|
configuration:
This will trigger when the rev_hash has not been set properly, and inform of possible steps to take (in most cases pulling repository tags is sufficient)
|
|
showing a report about installing SQL-files when it's not available anymore...)
|
|
DVCS at all
|
|
|
|
make the warning text a little bit more "Hello Cpt.Obvious" obvious for
users that can't read. (It now includes the word WARNING in the warnings)
|
|
ensure_version macro not being found.
|
|
Thanks to Shauren and leak for pointing that out.
|
|
includes a notice if the version is not found/git is not installed correctly.
|
|
Windows-platforms
|
|
|
|
|
|
with extra testing behind it.
|
|
Fixes the "Expected ')' before 'Debug'" error during compile for XCode users.
|
|
use in the worldserver and versioning-info
Thanks to Shauren for digging this out
|
|
|
|
Note: As git doesn't provide human readable (or better understandable) revision IDs by itself and we also don't intend to manually update the revision.h file or use funky ID generation tools, this workaround will do the trick for now. To find out your repositories revision ID use:
git log --pretty=format:"" origin/HEAD | wc -l
|
|
--HG--
branch : trunk
|
|
do test it for us!
Note: Computers with processors older than Pentium 4 will need to have this turned off.
--HG--
branch : trunk
|
|
and renaming variables)
--HG--
branch : trunk
|
|
Patch by click.
--HG--
branch : trunk
|
|
it has returned, and is now actively linked again)
--HG--
branch : trunk
|
|
(non-PCH/PCH with and without debugmodes)
--HG--
branch : trunk
|
|
options (it's handled by the command added in r8ecf6a8816)
--HG--
branch : trunk
|
|
Closes issue 4853.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Note: Intel C++ Compiler for Windows is not supported in this change
Closes issue 4361
--HG--
branch : trunk
|
|
compile-instructions (_BUILD_DIRECTIVE gave error)
Update issue #4368
OSX/XCode compilation is not "fixed" as such untill a newew release of G3D is sorted. This is worked on from the G3D developers, and known.
--HG--
branch : trunk
|
|
(Thanks to A.Metaphysical.Drama for the report/fix)
--HG--
branch : trunk
|
|
doesn't show up in the CMake GUI
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
avoid regenerating revision.h
(should remove the unneeded rebuilding of some core-files due to that the revision.h file has changed timestamp-wise)
--HG--
branch : trunk
|
|
- rename src/revision.h folder to src/genrev
- ensure BUILDDIR/revision.h file is cleared/removed before generation (deleted/recreated during buildmode-changes)
Note: This needs further testing, so please give feedback.
--HG--
branch : trunk
rename : src/revision.h/CMakeLists.txt => src/genrev/CMakeLists.txt
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|