Shauren
bc94bacce4
Core/Misc: Build fix for clang & libc++
2016-01-09 01:38:59 +01:00
DDuarte
ff9c999334
Core/Utilities: Fix build in some versions of Ubuntu / GCC
...
Closes #16125
2016-01-03 20:39:13 +00:00
Shauren
00c878e73a
Core/Misc: Build fix for older gcc
2016-01-02 18:45:01 +01:00
Vincent-Michael
478cc756eb
Update copyright note for 2016
...
Happy new year (Again new year with idiots ...)
2016-01-01 00:34:25 +01:00
Shauren
9ab10d6e68
Core/Misc: VS 2013 build fix - horrible hack.
2015-12-27 01:21:30 +01:00
Shauren
921d893c2a
Build fix
2015-12-26 00:33:14 +01:00
Shauren
ae20b2ab56
Core/Utils: Moved rng functions to separate header and added utility functions to select a random element from a container where each element can have different chance of being selected
2015-12-24 19:48:39 +01:00
jackpoz
f6131af02b
Merge pull request #15912 from Treeston/3.3.5-urandms
...
Core/Util: Add urandms(minMS, maxMS) helper
(cherry picked from commit c1b4cd21f3 )
2015-12-12 03:26:31 +01:00
Zedron
32a82dc956
Core/MMaps: Fixed mmap loading
...
Bug introduced in 1d2aafd
2015-11-24 15:31:49 -06:00
Vincent-Michael
b5329d8a03
Core: Revert fail
2015-11-15 16:49:17 +01:00
Vincent-Michael
5d584116fe
Core: Added missing overrides
2015-11-15 16:48:12 +01:00
Shauren
d31706b07e
Core/DBLayer: Improve error message from 0a27f8bce2
2015-11-13 22:43:36 +01:00
Shauren
9fa938f3e0
Core/Conditions: Optimizations part 1 - use containers more suited for their role
2015-10-25 12:00:05 +01:00
Shauren
5e0cee85dd
Core/Conditions: Type renaming
2015-10-25 10:59:58 +01:00
Shauren
82db416b5d
Warning fixes
2015-10-17 16:35:37 +02:00
Naios
13654bac2c
Core/Tools: Fix brutal linking in mmaps extractor.
...
* caused warnings with shared linking
* ref #15671
2015-10-17 13:14:20 +02:00
Shauren
4c866a0af0
Core/Crash reporting: Fixed windows version detection for 8.1 and newer
2015-10-16 00:50:49 +02:00
jackpoz
7005089241
Core/Misc: Fix issues reported by static analysis
...
Coverity defect IDs: 1316687, 1316688
(cherry picked from commit 51a2a3fa93 )
2015-09-24 22:36:37 +02:00
Shauren
e6e5f5c559
Partially revert "Core/Build: Added missing abort() calls on error handlers"
...
This reverts commit 8ea17647e6 .
2015-09-21 17:18:55 +02:00
StormBytePP
8ea17647e6
Core/Build: Added missing abort() calls on error handlers
2015-09-21 15:52:34 +02:00
StormBytePP
958fd013e7
Core/Build: Add Trinity::Abort definition in header file
2015-09-21 15:31:49 +02:00
StormBytePP
c1817dff37
Fix a typo
2015-09-21 15:21:09 +02:00
StormBytePP
0bed9d56cb
Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick hack to crash the core misusing assert
2015-09-21 15:17:05 +02:00
Shauren
89b902b4e0
Core/Misc: Added a few stl header includes to Common.h
2015-09-19 18:25:43 +02:00
Shauren
04de58c8d3
Core/Players: Changed multi-segment taxi paths to fly nearby
...
flight masters along the way, not directly through them
* Taxi cost on multi-segment paths is now charged per segment when it is started
Cherry-picked from commit 2056961aae (+fixes)
2015-09-13 17:23:37 +02:00
Shauren
65999801d3
Buildsystem: Added dependency on revision_data to common project. Simply including the header in GitRevision.cpp is not enough to rebuild that file after updating sources
...
Fixes having to build twice before GitRevision returns accurate info.
2015-09-06 11:13:24 +02:00
Shauren
b564c10b13
Core/Players: Implemented serverside validation of reserved/profane names
...
Closes #15357
New library dependency: Boost.Regex
2015-08-30 00:17:08 +02:00
Shauren
ec5700c2a2
Core/Misc: Fixed macro redefinition warnings when building for running under helgrind
2015-08-25 00:37:55 +02:00
StormBytePP
ba2e9fbe95
Core/BuildSystem: Merged crypto into common, cleaned include directory lists (to mimic 3.x buildsystem)
2015-08-24 03:35:19 +02:00
StormBytePP
1d2aafd39b
Core/Build: Merge common library and move database out of shared
2015-08-21 17:52:42 +02:00