| Age | Commit message (Collapse) | Author |
|
--HG--
branch : trunk
|
|
* Set scripts to eol style native
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
visaglis for testing and bugging me to add it.
--HG--
branch : trunk
|
|
sure if this works.
--HG--
branch : trunk
|
|
libraries. Hopefully this will solve the problems with ACE. Original patch by Derex.
--HG--
branch : trunk
|
|
for players and / or creatures. To disable a spell for a players and pets, set 2^0 in the disable_mask, to disable for creatures, set 2^1. The comment field is optional. Original patch provided by Craker.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Update Magtheridon script.
Update Vorpil script. Patch provided by BroodWyrm.
Add sunwell boss scripts into scriptmgr.cpp (forgot to do so in previous revs).
--HG--
branch : trunk
|
|
with this will be displayed with displayid_a, in non-gm mode with displayid_h.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
* Move account related functions from ObjectMgr to AccountMgr and drop duplicate functions - source mangos
* recognize the dummy spells 38637, 38638 and 38639 as negative - source mangos
* added new command ".reload all_locales". Now all locales_* tables can be reloaded - source mangos
--HG--
branch : trunk
|
|
* Renamed accounts column tbc to expansion and it only took a little over 4 hours o.O
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
* Fixed: not apply healling bonus to spell 40972 heal amount. - Source Mangos
* Item 30627 hidden cooldown - Source Mangos
* Fixed Trinityrealm autopatching system - Source Arrai
* Add support for autoconf 2.6.2 and newer - Source Derex
Some decent sized changes, please test before deploying - KP
--HG--
branch : trunk
|
|
28578. source: Mangos
* List fake data for last spells expected to listed in `spell_affect`. source: Mangos
* Fixed: wrong arg name for va_start call in
WorldSession::SendNotification. source: Mangos
* Implemented dummy aura of spell 43873. source: Mangos
--HG--
branch : trunk
|
|
* Implement immunity totems from periodic damage spell effects. Source: Mangos
* Implemented second choice aggro targets for creatures. Source: Mangos
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
range (now range is related to the attacker's bounding_radius and target's combat_reach, not sure if both should be combat_reach).
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Add some boss yells. Patched provided by BroodWyrm and Blaymoira.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Grandmaster Vorpil script provided by BroodWyrm.
--HG--
branch : trunk
|
|
Add Felmyst script.
Add Eredar twins script. Script provided by BroodWyrm.
Update Brutallus script. Patch provided by riddick. (Burn temporarily disabled)
Update void reaver script. Patch provided by Bagsac.
Fix a bug that Najentus causes server crash.
--HG--
branch : trunk
|
|
I didnt make up the name)
* Fixed a couple of spelling errors in TC conf file
--HG--
branch : trunk
|
|
use Map::GetCreatureInMap() and Map::GetGameObjectInMap() instead. This is to prevent creature-creature interaction on different maps, which would make the later multithreading of maps impossible.
--HG--
branch : trunk
|
|
for example).
* Critters now flee from attacker when taking damage.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
providing reference.
Small change in SummonGameObject.
Fix a bug that player can not click summoned najentus spine (must let target summon gameobject).
--HG--
branch : trunk
|
|
Implement some Black Temple boss spells.
Update maiden of virtue and void reaver scripts. Patch provided by Blaymoira.
--HG--
branch : trunk
|
|
Implement spell 23019. Patch provided by Edder.
--HG--
branch : trunk
|
|
function SpellHitTarget.
Fix a bug in r57_trinity.sql.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
patch provided by streetrat. Please refer to the patch thread for usage instructions.
--HG--
branch : trunk
|
|
CONFIG_TCP_NO_DELAY config variable. It can be set using the Network.TcpNodelay option now. Patch provided by raczman.
--HG--
branch : trunk
|
|
in battlegrounds. This is done by a new table in the world database, game_event_battleground_holiday. Structure is the following:
event - id of the game event
bgflag - bitmask, used to set which battleground(s) give extra honor/reputation when the event is active. To add extra honor on a battleground, use 2 ^ bgTypeId as mask. Multiple battlegrounds can be set by logical 'or' ('|') operation.
You will need database data for the table, please check trinitydatabase.org.
--HG--
branch : trunk
|
|
* Based on MaNGOS rev 6743 and SD2-685
* All new netcode based on the ACE framework (thanks Derex)
* Arenas working (thanks w12x)
* Outdoor PvP working (thanks w12x)
* World Game Events support added (thanks w12x)
* All new build system (thanks Derex and Neo2003)
* Lots of new conf options based on the ImpConfig patch (thanks Dythzer / w12x / Seline)
* Small fix to WSG
* Lots of other small additions and fixes
--HG--
branch : trunk
|
|
* Last commit before public
--HG--
branch : trunk
|
|
--HG--
branch : trunk
rename : src/bindings/scripts/sql/mangos_full_scripts.sql => src/bindings/scripts/sql/full_scripts.sql
rename : src/bindings/scripts/sql/scriptdev2_structure.sql => src/bindings/scripts/sql/scripts_structure.sql
|
|
--HG--
branch : trunk
|
|
* Changes include:
- Implementation of w12x's Outdoor PvP and Game Event Systems.
- Temporary removal of IRC Chat Bot (until infinite loop when disabled is fixed).
- All mangos -> trinity (to convert your mangos_string table, please run mangos_string_to_trinity_string.sql).
- Improved Config cleanup.
- And many more changes.
--HG--
branch : trunk
|
|
* fixed Makefile.am to automatically find the sysconfdir again
--HG--
branch : trunk
|
|
* Prevent Client Crashes when MOVEMENTFLAG_ONTRANSPORT and MOVEMENTFLAG_SPLINE2 is set on creatures.
* Implement four new SEC_ADMINISTRATOR commands:
- Group (.group [leader]/[disband]/[remove]) commands.
- GameObject State (.gobject state <guid> <state>) command.
--HG--
branch : trunk
|
|
* Some fixes to MangChat, more coming.
* Cleaning up scripting part and preparing to merge it into the core.
--HG--
branch : trunk
rename : src/bindings/scripts/README.TXT => src/bindings/scripts/README
|
|
Seline.
* Added: .nameannounce command. Includes name of announcer.
--HG--
branch : trunk
|
|
* Implementing MangChat IRC system.
* Added new config option, MAX_WHO, can be used to set the limit of characters being sent in a /who request from client.
--HG--
branch : trunk
|