aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore
AgeCommit message (Collapse)Author
2009-08-15*More cleanup :)maximius
--HG-- branch : trunk
2009-08-15*Cleanupmaximius
--HG-- branch : trunk
2009-08-15*Replace every tab with 4 spaces, checked by handmaximius
--HG-- branch : trunk
2009-08-15This should fix readline on OSX and shouldn't break anything for other OS's ↵Chaz Brown
- submitted by Curuad --HG-- branch : trunk
2009-08-15*Add config option to change minimum level required to Dual Specmaximius
--HG-- branch : trunk
2009-08-14[8365] Small description clarify for new config option. Author: Fogmegamage
--HG-- branch : trunk
2009-08-14 [8364] Implement possibility reset client cache data from server side. ↵megamage
Author: Fog Implemented 2 way set cache data "version": * New db_version.cache_id field let set cache data version by DB content creators. This can be used for content releases by seting some unique value at each release. This value used by default. * New mangosd.conf config option let set (overwrite DB value) or use 0 for ignore. This can be used by serever admin for reset cache at some local changes. Note: values use at client login and then must be unique for long period time to avoid ignored at login some long not connected client with old same cache version value. --HG-- branch : trunk
2009-08-13Missing change in rev 4945 - thanks Thyros and Aokromes for pointing it out.Chaz Brown
--HG-- branch : trunk
2009-08-13Fix typo and add debug_Out_Filters (update your conf)Chaz Brown
--HG-- branch : trunk
2009-08-12*Do not allow to run the server if openssl lib is outdated.megamage
--HG-- branch : trunk
2009-08-10*Read AutoBroadcast's messages from cache instead of from DB every times.Anubisss
--HG-- branch : trunk
2009-08-08*Added autoannounce to core, and optimized autobroadcast db query to put ↵maximius
less strain on MySQL --HG-- branch : trunk
2009-08-08 [8328] Fixed problem with crash at startup in result destroy anti-freeze ↵megamage
thread runnable. Author: VladimirMangos * Destroy runnable only if no references. * Some code cleanups --HG-- branch : trunk
2009-08-08 [8320] Imporovements in wild summoned gameobjects work. Author: ↵megamage
VladimirMangos * Not set owner for will summoned gameobjects. Its not expected to have owner, and must be accessable to all players (or team). * Set for all objects summoned by spells: despawned by deafult for proper despawn withut owner. * Cleanup Spell::EffectSummonObjectWild. --HG-- branch : trunk
2009-08-08[8318] Deleted as expected runnable objects at related Thread deleting for ↵megamage
avoid memory leaks. Author: VladimirMangos [8319] Restore compile PGSQL support after last changes. Author: ApoC --HG-- branch : trunk
2009-08-08Add config options for filters, add some, delete some, change others. Make ↵Chaz Brown
sure you update your trinitycore.conf --HG-- branch : trunk
2009-08-07*Emalon the Stormwatcher fully scripted, by Necroo (boss needs to be spawned ↵maximius
and ScriptName needs to be updated) *Added config options: DurabilityLoss.OnDeath and DurabilityLoss.InPvP, optimized Rate.RepairCost --HG-- branch : trunk
2009-08-03*Add Rate.RepairCost config option - by MaXiMiUSQAston
*Apply tc sql coding style to 4737_world_TDB.sql - by Drahy *Fix build with MAP_BASED_RAND_GEN option. --HG-- branch : trunk
2009-07-31*Replace "LoginDatabase" with "loginDatabase"megamage
--HG-- branch : trunk
2009-07-26*Fix Remote Access login - by peaceman.QAston
--HG-- branch : trunk
2009-07-24[8196] Implement item 44012 spell effects. Author: evilstarmegamage
--HG-- branch : trunk
2009-07-20 [8185] Allow set visible gm level for in gm list and in who list checks. ↵megamage
Author: VladimirMangos * GM.InGMList replaced by GM.InGMList.Level with default value 3 (visible any gm levels) * GM.InWhoList replaced by GM.InWhoList.Level with default value 3 (visible any gm levels) Update mangosd.conf if used non default value for old GM.InGMList and GM.InWhoList --HG-- branch : trunk
2009-07-12Some work on PostgreSQL supportKudlaty
note: still don't work, so use mysql --HG-- branch : trunk
2009-07-10 [8126] Improvemets in player/pet/charter name checks. Author: VladimirMangosmegamage
* Implement new config options for minimal player/pet/charter name length (2 by default) * Better error reporting at problems in names. * Add check from max pet/charter name length (same as for player names at client side) --HG-- branch : trunk
2009-06-27[8067] Fixed tabs and trailing whitespaces in code. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-06-22Remove option -DCENTOS, now should automaticaly check if its a CentOS system.Kudlaty
--HG-- branch : trunk
2009-06-22Fix compile on CentOS(still need to use -DCENTOS=1)Kudlaty
--HG-- branch : trunk
2009-06-19*Add config option Arena.QueueAnnouncer.PlayerOnlymegamage
--HG-- branch : trunk
2009-06-19CentOS users - please use -DCENTOS=1, as termcap for everyone causes linking ↵panaut0lordv
errors sometimes. Source - http://www.trinitycore.org/forum/project.php?issueid=3800 We shouldn't install 9999 packets just because on distro need them. So here we are. --HG-- branch : trunk
2009-06-18*Mergemegamage
--HG-- branch : trunk
2009-06-18*Merge.megamage
*mtmap is disabled by default. To use it, define MULTI_THREAD_MAP in define.h *mtmap support is not provided for windows users. Because there is no free openmp lib for windows. If you have openmp lib and want to use openmp, you need to manually change the setting. --HG-- branch : trunk
2009-06-18*Fix build on Centos, by subhumanMachiavelli
--HG-- branch : trunk
2009-06-17*Add config option CheckDB to check if the contents in FULL folder are applied.megamage
--HG-- branch : trunk
2009-06-17*Fix broken windows console command. By CRAZyBUgmegamage
--HG-- branch : trunk
2009-06-16*Merge.megamage
--HG-- branch : trunk
2009-06-15Added basic support for multithreaded map updates using openmp standard.raczman
Windows users need to install Platform SDK to use this feature, linux users have everything they need in gcc. Number of threads used to update world is set by confiuration file, and can be changed dynamically without restarting core. Thanks to megamage and Jeniczek for testing and helping out with this. --HG-- branch : trunk
2009-06-08Fix build on windows.raczman
--HG-- branch : trunk
2009-06-08Added readline support into CLI.raczman
Supports scrolling through past commands, and tab-completion for commands (no subcommands, sorry). Requires libreadline package to build from now on! for debian/ubuntu: apt-get install libreadline5-dev Linux only, windows users shouldnt notice any difference. --HG-- branch : trunk
2009-06-08*Increase default creature/object visible distance. You can change it back ↵megamage
if it causes server performance loss (I do not think that will happen) --HG-- branch : trunk
2009-06-04*A missing part of previous patch.megamage
--HG-- branch : trunk
2009-06-04*Including style fixing - part 1panaut0lordv
--HG-- branch : trunk
2009-06-03*Add config option for wintergrasp (battle time, interval)megamage
--HG-- branch : trunk
2009-06-02[7940] Print only warnings on SSLeay check. Author: XTZGZoReXmegamage
--HG-- branch : trunk
2009-06-02[7937] Check OpenSSL lib at server start up. Author: AlexDerekamegamage
--HG-- branch : trunk
2009-06-01*Merge.megamage
--HG-- branch : trunk
2009-06-01Detailed log of arena fights and arena team creation.krz
--HG-- branch : trunk
2009-05-25*Merge.megamage
--HG-- branch : trunk
2009-05-21Added new config option: vmap.petLOSraczman
Enabling it makes pets do LOS check before attacking its target. --HG-- branch : trunk
2009-05-21Fix typo. Pointed by Aokromes, thx :)panaut0lordv
--HG-- branch : trunk
2009-05-21Mobs fleeing and getting assistance feature implementaion. Author: Neo2003megamage
--HG-- branch : trunk