| Age | Commit message (Collapse) | Author |
|
unbound player to parent-instance / homebind if not matching criterias)
Patch by Elron103 - closes issue #1323.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
original code by Vladimir (thanks mate)
Closes issue #1756
--HG--
branch : trunk
|
|
Original patch by hunuza, extended to whole code
Closses issue 1446
--HG--
branch : trunk
|
|
+ Code Style (for, if, while)
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
* Adds support for spelltarget-positions
* Uses areaname instead of zonename on hearthstone
Add homebind animation to player, with cast from innkeeper
--HG--
branch : trunk
|
|
patch by GriffonHeart), also code cleanups.
--HG--
branch : trunk
|
|
'item_instance'. Original patch by Vladimir.
--HG--
branch : trunk
|
|
3.3.3a. Patch by Shauren.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
* Removed unneeded bar loading code for trainers
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
TOM_RUS.
--HG--
branch : trunk
|
|
"!=" --> " != " (when needed)
" !=" --> " !="
"!= " --> "!= "
--HG--
branch : trunk
|
|
">=" --> " >= " (when needed)
" >=" --> " >="
">= " --> ">= "
"<=" --> " <= " (when needed)
" <=" --> " <="
"<= " --> "<= "
" ==" --> " =="
"== " --> "== "
--HG--
branch : trunk
|
|
"==" --> " == " (when needed)
--HG--
branch : trunk
|
|
"( " --> "("
" )" --> ")"
--HG--
branch : trunk
|
|
"if(" --> "if ("
--HG--
branch : trunk
|
|
"while(" --> "while ("
--HG--
branch : trunk
|
|
"for(" --> "for ("
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
* We will implement this in a generic way using the conditions system
--HG--
branch : trunk
|
|
percentage a target must be at before item use on item_required_target is allowed. This will allow better scripting of quest item use on some creatures.
--HG--
branch : trunk
|
|
with a C++ cast(reinterpret_cast) and with a type check(isSummon()).
This function is like ToPlayer(), ToTotem(), etc.
This commit is like ede831bdd6f0cff481acc33f269fa7f8c78befd4 / r7496:
http://code.google.com/p/trinitycore/source/detail?r=ede831bdd6f0cff481acc33f269fa7f8c78befd4
As a result, this commit has the advantages and the "disadvantages" too, like r7496.
Please try to be polite if this commit causes some crashes.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
transfer accesory list by pointer, make it constant
--HG--
branch : trunk
|
|
* This will reduce the size of the trainer / vendor tables a LOT.
* Current tables will continue to work as/is until the refs can be made.
* Huge thanks to XTElite1
* Credits for patch to Cycrow
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
resolution for some client crashes.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
* hg commit <filename> isn't enough to push one file
* also need hg push <filename>
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
* gossip / loot conditions
--HG--
branch : trunk
|
|
Credit to Malcrom and Manuel for the idea and original patch
--HG--
branch : trunk
|
|
issue #1046
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
pointing a finger on it
--HG--
branch : trunk
|
|
thanks to KingPin for pointing the problem
--HG--
branch : trunk
|
|
it should show more missing data
--HG--
branch : trunk
|
|
if gm ticket table is empty.
Thanks Ayane. Closes issue #883.
--HG--
branch : trunk
|
|
* speedup stats searching
* no more default stat generation for each class-level pair, there is only one default stat
* CreatureBaseStats does not contain level and class
--HG--
branch : trunk
|
|
TODO: may be change db format too
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|