kaelima
c9efe05751
Core/Visibility: Change the default visibility distance for instances and battlegrounds to blizz-like values.
2012-06-03 05:36:27 +02:00
kaelima
3dabe220ce
Cmake: Remove no longer existing */dep/mersennetwister include
...
Thanks Venugh for noticing
2012-04-09 16:03:22 +02:00
Shauren
d9451cedd8
Core/World: Add character name data after loading PlayerDump
...
Closes #3653
Note: Manual changes in database while the server is running are not advised thus not supported
2012-04-03 00:02:58 +02:00
click
409ebcca97
Core: Send SSL and ACE version in all logging detailmodes, not just when set in the config
2012-03-31 23:50:32 +02:00
Machiavelli
e95d614f52
Core/Misc: Prevent calling ACE_Task_Base::wait() on an invalid handle. WorldSocketMgr::Wait is already called in WorldRunnable post-service hook
2012-03-28 12:50:02 +02:00
Nay
ff070bd17e
Core/LFG: (Config) Enable DungeonFinder by default, it was proven to be stable and working.
...
It is still not perfect and that's why we are waiting for feedback (a.k.a guinea pigs)
2012-03-28 00:43:59 +01:00
click
6afaed4a02
Core: Remove the MersenneTwiser-library (SFMT is now considered stable enough for full deployment)
2012-03-27 02:27:12 +02:00
Machiavelli
e960016dc4
Partial revert of "Core/DB Layer: Fix a memory leak.", mysql library related stuff. Original memory leak fix is still in place.
2012-03-26 13:33:47 +02:00
Machiavelli
43048afc7e
Core/DB Layer: Fix a memory leak.
2012-03-26 08:29:41 +02:00
kaelima
19f821d00a
Auth/Realmlist: Make use of RealmFlags and rename color to flag (core- and dbwise)
...
Also fix connecting with realmflag & 4
2012-03-26 05:14:10 +02:00
click
e2a92d4bbc
Buildsystem/CMake: Add the ability to avoid linking the core with jemalloc 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!
2012-03-25 17:14:08 +02:00
click
f5a9206b0e
Core: Remove an annoying memoryleak in OutdoorPVPMgr (Patch by Raczman)
2012-03-25 04:20:53 +02:00
Nay
192d7d735d
Core/DBLayer: Few more type corrections
...
Closes #5871
2012-03-24 23:05:24 +00:00
leak
12e55a04bb
Core/DBLayer: Convert PQuery() queries to prepared statements
2012-03-24 01:25:08 +01:00
leak
4665d5bfc4
Core/DBLayer: Remnant cleanups
2012-03-19 18:09:14 +01:00
leak
178c658363
Core/DBLayer: Convert DirectExecute() queries that are not runtime relevant back to regular queries
2012-03-19 18:09:13 +01:00
click
e615fba7f8
Revert "Core: Fix the SFMT randgen-initbug" - alignment-fix is now properly handled within the respective code
...
This reverts commit 28310f0938 .
2012-02-25 20:39:28 +01:00
Elron103
28310f0938
Core: Fix the SFMT randgen-initbug
...
Signed-off-by: click <click@gonnamakeyou.com >
2012-02-25 02:16:08 +01:00
Nay
a7e5c3c7c4
Misc: Delete searing_gorge.cpp and fix a typo in worldserver config
2012-02-22 19:56:23 +00:00
leak
8e3a4b956e
Core/Warden: Base implementation for Warden functionality
...
Note: The default config file action for clients failing the checks can be changed for each check via the characters.warden_action table
Credits to TOM_RUS
2012-02-19 13:51:16 +01:00
leak
4f57ae49af
Core/SOAP: Use provided function for testing valid SOAP socket
2012-02-15 20:23:22 +01:00
Subv
9791bb599a
Merge pull request #5160 from TrinityCore/dynamic_vmaps
...
Added Dynamic Vmaps, RE-EXTRACT YOUR VMAPS
2012-02-09 11:17:05 -08:00
Subv2112
93d199f043
Core/Collision: Ported dynamic line of sight patch by Silverice from MaNGOS and
...
added lots of improvements
Please re-extract vmaps
2012-02-09 13:58:22 -05:00
Matthew Goff
89adbc1778
Add config values to allow ignoring auto accept and auto complete flags on quests.
2012-02-08 20:01:38 -06:00
Bootz
0f0672ef3b
Build System: Remove the 14month old source directories out of CMakeLists.txts
...
These were added back when trinity dropped framework...and are no longer needed.
Signed-off-by: Bootz <Stage6Dev@EMPulseGaming.com >
2012-01-30 06:13:20 -06:00
Spp
c9762b0e38
Core: Change Handlers location
2012-01-26 10:54:53 +01:00
leak
ced346076b
Merge pull request #4567 from Kiperr/master
...
Happy new year!
2011-12-31 16:13:28 -08:00
leak
cdbeb42e0f
Core/DBLayer: Refactor prepared statement defines to new format (char db)
2012-01-01 01:09:38 +01:00
kiper
8299627ed9
Update headers for 2012. HAPPY NEW YEAR!!!
2012-01-01 00:32:13 +01:00
leak
8adac3f246
Core/DBLayer: Convert PExecute() queries to prepared statements No. 3
2011-12-31 00:32:05 +01:00
Spp
d59c5e627f
Fix warnings
2011-12-15 11:12:15 +01:00
Machiavelli
8ca9b38fee
Core/Channels: Don't send channel kick/ban notifications if kicker is GM and Channel.SilentlyGMJoin == 1. (Aokromes' Suggestions)--;
2011-12-14 13:53:47 +01:00
Nay
8ca09a2061
Revert file Main.cpp that shouldn't have been change in accae0ce50 (previous commit)
2011-10-29 00:48:49 +01:00
Nay
accae0ce50
TDB 335.11.43
...
Move SQL updates to the directory old.
2011-10-29 00:20:56 +01:00
Nay
c19a6c7e31
Core/Loading: Drop the field script_version from the table version.
...
It serves no purpose (and one step closer to remove EAI from the core/db)
2011-10-28 23:00:00 +01:00
Spp
e3f8588a22
Minor changes here and there:
...
- Cosmetic changes
- 'Engrish fix'
- Initialization of some vars
- Remove some not needed includes
2011-10-18 14:59:23 +02:00
Shocker
0b243dfd9b
Core/PlayerDump: Add config to disallow overwriting existing files and usage of paths in player dump write to prevent local exploits
2011-10-08 16:56:04 +03:00
tobmaps
ce54465d19
Core/Spells: Fix Restricted Flight Area
...
Closes #3354
2011-10-05 18:07:44 +07:00
Spp
b16d2245bb
Cosmetic: Multiple cosmetic changes
...
- Added missing space to 'if', 'for', 'while' and 'switch' when it's followed by '('
- Added missing space after a comma and remove space before comma (with some exceptions)
- Remove trailing spaces
- Convert tab to spaces
Note: Only affects files with extension "cpp" and "h" under /src/server
2011-09-29 12:43:05 +02:00
Spp
be12603150
Configuration/ConfigMgr: converted from singleton to namespace with free functions.
2011-09-28 13:00:43 +02:00
Spp
af05915b9e
[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some exceptions)
2011-09-15 14:12:57 +02:00
Aokromes
e79dbb3066
Better description for Rate.InstanceResetTime setting.
2011-09-13 09:37:01 +03:00
Spp-
eddcb8ffbf
AccountMgr singleton converted to namespace with free functions as it has no internal state
2011-09-08 10:49:58 +02:00
Machiavelli
4a3a259e2a
Core/SOAP: Remove redundant thread pool of a hard coded 5 amount of threads that would just linger. Not really smart design to have a single SOAP thread -> SOAP thread pool -> single world thread handling CLI commands.
...
Thanks to leak for spotting the leak.
2011-08-08 17:48:01 +02:00
Nay
0b9a5cb37a
Buildsystem/Windows: Fix compile in debug mode
2011-08-06 17:21:09 +01:00
click
5b0b53a8c0
Buildsystem/Windows: Fix a typo in the worldserver/authserver .rc files - fixes debug builds on Windows
2011-08-05 23:35:09 +02:00
click
d7715fa4b8
Buildsystem/Windows: Add support for reading commithash and commitdate 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.
2011-08-04 22:53:33 +02:00
Machiavelli
98bdbdd76f
Fix build on gcc 4.6 :/
...
Closes #2479
2011-08-03 12:50:15 +02:00
Machiavelli
cb5ba6b3c9
Core/RA: Fix RA subnegotiation for clients that don't send any subnegotiation data (like telnet) by setting a 1 second time window in which the client can send their packet before the RASocket will begin actual authentication.
...
Closes #2471
2011-08-02 01:55:18 +02:00
Machiavelli
acc2e88c31
Core/RA: Fix RA usage, properly filter out RFC 854 / 855 subnegotiate data
2011-08-01 04:02:08 +02:00