aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore
AgeCommit message (Collapse)Author
2009-12-23Fixed some typosn0n4m3
--HG-- branch : trunk
2009-12-22* Require all RA use to have -1 (equal power across all realms) to prevent abusep0wer
* of people using RA to assign powers to themselves on other realms. Thanks Sundark. --HG-- branch : trunk
2009-12-23Fixed typo in RASocket.cppmaanuel
--HG-- branch : trunk
2009-12-22* Fix a silly mistake by Sundark.p0wer
--HG-- branch : trunk
2009-12-22* Add more checks for the gmlevel patch in RAsocket.cppp0wer
* Allow only GM's with the gmlevel across all realms access to RA. * Thanks to Sundark. --HG-- branch : trunk
2009-12-22Added new function "GetSecurity(targetAccountId, gmRealmID);" by ogeraisi.maanuel
Fixed command .account set gmlevel Fixed command .ticket assing by Sundark/ogeraisi. Improvements in .modify scale by ogeraisi. Repaired Remote Access by Sundark. The original patch of the access by realms was from ogeraisi/Kudlaty, not ilixiumemu like commit 6710 say. --HG-- branch : trunk
2009-12-21* Add support for different gmlevel's for different realms.p0wer
* * Using the value -1 will add the same value for all realms. * Make sure to apply the updates. * Information regarding this patch will be posted on the database forums soon. * * Thanks to Sundark and the Ilixiuemu team(for original patch) --HG-- branch : trunk
2009-12-21* Added comment in trinitycore.conf concerning PlayerStart.AllSpells onlyBrian
* working up to TBC classes / races, and the fact that it is the * responsibility of the server admin to populate that table. --HG-- branch : trunk
2009-12-21* Clean up a few old filesBrian
--HG-- branch : trunk
2009-12-19log ACE-version at startup. by balrokn0n4m3
--HG-- branch : trunk
2009-12-19Implement new visibility system, based on Silverice patch for mangosn0n4m3
--HG-- branch : trunk
2009-12-17Change WORLD_SLEEP_CONST to 50msn0n4m3
--HG-- branch : trunk
2009-12-11* Removed all unneeded Makefile.am files that were leftover from merges withBrian
* MaNGOS --HG-- branch : trunk
2009-11-23*Fix a typo.Anubisss
--HG-- branch : trunk
2009-11-04Fix compile un *NIX, closes #53tartalo
--HG-- branch : trunk
2009-11-04Fix postgresql compilation on *nix, by itzamna. Fixes #33tartalo
--HG-- branch : trunk
2009-10-17*Massive cleanup redux.maximius
--HG-- branch : trunk
2009-10-17*Backed out changeset 3be01fb200a5maximius
--HG-- branch : trunk
2009-10-17*Massive cleanup (\n\n -> \n, *\n -> \n, cleanup for(...) to for (...), and ↵maximius
some other cleanups by hand) *Fix a possible crash in Spell::DoAllEffectOnTarget --HG-- branch : trunk
2009-10-17* Wintergrasp: Elementals/Revenants only visible outside Wartime. By Sppmaximius
*Wintergrasp: Fixed Towers, weren't giving rewards. By Spp *Wintergrasp: Cosmetic changes to make code easier to follow. By Spp (idea by Biglad) *Wintergrasp: Building are immune to damage outside Wartime. By Spp (Original code by Biglad) *Wintergrasp: Modified Custom Honor (Honor and marks) to fit with rank level. By Spp (Thanks to Gyullo and Magnarion) *Some cleanup. --HG-- branch : trunk
2009-10-15*Fix some typos in trinitycore.conf.distmaximius
*Fix Enduring Winter not increasing water elemental duration, by Cleave --HG-- branch : trunk
2009-10-14*Wintergrasp: Cannons only visible during wartime, by Sppmaximius
*Wintergrasp: Custom Honor system now gives marks and completes achievements, by Spp --HG-- branch : trunk
2009-10-06* Allow the initialization of the Wintergrasp OutdoorPvP enviroment to be ↵Machiavelli
disabled if configured. --HG-- branch : trunk
2009-09-27*Merge [8524] New cell search algorithm implemented. You can now choose ↵maximius
different visibility distances on continents, in BG/Arenas and instances. Author: Ambal *Some warning cleanup --HG-- branch : trunk
2009-09-26*Should fix Linux build, thanks Drahymaximius
--HG-- branch : trunk
2009-09-26*Remove some redundant code, and relocate some illogical code.maximius
--HG-- branch : trunk
2009-09-26*Wintergrasp: Tenacity fixes by Sppmaximius
*Better Windows signal handling for services, by defacer *Always hide triggers for players, by ogeraisi --HG-- branch : trunk
2009-09-18*Indentation cleanupmaximius
--HG-- branch : trunk
2009-09-18*[8475] fixed some gcc-warnings Author: balrokmaximius
*[8476] Revert some recent cleanup changes, some other fixes and cleanups. Author: VladimirMangos *[8489] Fixed player visibility update in case view point different from player itself. Author: SilverIce *[8493] Avoid unexpected multiply error messages at wrong `quest_template`.`RewSpell*` Author: VladimirMangos *[8496] Resolve some #include cycles and unsafe code. * Common.h -> Threading.h -> Errors.h -> Common.h * Remove reduncdent #include "ByteBuffer.h" in headers * Remove redundent #include "Auth/BigNumber.h" in headers * Avoid multyply data copy at use some now dropped functions in BigNumber. * Avoid copy fixed byte count from byte arrays with unknown real size created from BigNumber. * Avoid possible problems for build mangos at different platform or compilers. Author: VladimirMangos. *[8501] Apply code style and cleanups to some Player functions. Author: VladimirMangos. *[8502] Disable quests related to specific game events at startup if event not active. Also rename member boolean variable. Author: NoFantasy *[8506] Add check for IsAutoComplete() in SendPreparedQuest(). For cases where quest is repeatable but has Method!=0, QuestDetails must be sent instead of RequestItems. Some additional code cleanup. Author: NoFantasy *[8507] Check amount of spawned pools before decrement to avoid unexpected result. Also rename variable to more meaningful name. Signed-off-by: NoFantasy <nofantasy@nf.no> Thanks to Stryker and onkelz28! --HG-- branch : trunk
2009-09-16* Changed the logging for missing spell_script_target / spell_script_positionroot@trinity
* entries in DB to "debug" level. * Set the default level for DBLogLevel in trinitycore.conf.dist to 2 "detail" --HG-- branch : trunk
2009-09-14Backed out changeset d3fe2d6d504a (please test your patches thoroughly ↵maximius
before getting me to push them ogeraisi) --HG-- branch : trunk
2009-09-14*Merged MaNGOS [8458], [8475], [8476] by ogeraisi, thanks to all authors :)maximius
--HG-- branch : trunk
2009-09-13Remove the remaining obsolete Zthread codeChaz Brown
--HG-- branch : trunk
2009-09-12*Config option to allow multiple Guild Masters by MrSmitemaximius
--HG-- branch : trunk
2009-09-11Allow Wintergrasp honor rewards to be customized. Please update your ↵Machiavelli
trinitycore.conf. --HG-- branch : trunk
2009-09-10Fix compatibility problems with PostgreSQL. Patch by AzuritusKudlaty
--HG-- branch : trunk
2009-09-10*Add Instant flight paths option, by Hawthornemaximius
--HG-- branch : trunk
2009-09-06Add macro for finding Termcap with cmake, and some cleaning about readlineKudlaty
--HG-- branch : trunk
2009-08-30*More updates to Rate.MoveSpeed, thanks megamagemaximius
--HG-- branch : trunk
2009-08-30*Should fix some things with Rate.MoveSpeed, thanks megamagemaximius
--HG-- branch : trunk
2009-08-30*Add Rate.MoveSpeed (aka speedpatch) to coremaximius
--HG-- branch : trunk
2009-08-30genrevision now generates revision and hash number #defines that are used in ↵Chaz Brown
trinityrealm.rc and trinitycore.rc to correctly set the fileversion numbers in windows executables, major/minor numbers will be updated later. --HG-- branch : trunk
2009-08-29Fix missed changes in conf file version. Thanks AokromesChaz Brown
--HG-- branch : trunk
2009-08-27[8424] Added support for strict chatmessage validation Author: arraimegamage
--HG-- branch : trunk
2009-08-24 [8402] Optimalized guild_eventlog and guild_bank_eventlog loading from ↵megamage
database. Added config options to set count of eventlog records stored in DB. Attached SQL files will DROP existing and create new tables. Make sure you create backup (if you need old data). Renamed few variables in Guild class. Signed-off-by: Triply <triply@getmangos.com> *Note: existing guild bank log will be removed. --HG-- branch : trunk
2009-08-20* Change _TRINITY_CORE_CONFVER to match r5235Machiavelli
--HG-- branch : trunk
2009-08-20*Add a config option for .die command behaviormaximius
--HG-- branch : trunk
2009-08-17New Filters added to AHBot, moved into AI section for VSChaz Brown
--HG-- branch : trunk
2009-08-17Change conf versions, check your conf files and make sure they have all the ↵Chaz Brown
latest options, devs, don't forget to do this when adding/removing options. --HG-- branch : trunk
2009-08-17* Add changes to trinitycore.conf.dist from rev 5124, somehow HG missed it.Machiavelli
--HG-- branch : trunk