| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-03-09 | Removed unused function bool AuthSocket::IsLag, also small code cleanup. | n0n4m3 | |
| --HG-- branch : trunk | |||
| 2010-03-09 | Implement ACE netcode for realm server. Original author derex. | n0n4m3 | |
| --HG-- branch : trunk | |||
| 2010-03-09 | Cleanup and applying code style to some Database files. | n0n4m3 | |
| --HG-- branch : trunk | |||
| 2010-03-09 | Fix an incorrect say_text index in Razorfen Kraul. | Spp | |
| By Aokromes --HG-- branch : trunk | |||
| 2010-03-09 | Add level restrictions to some commands: | Spp | |
| say, yell, emote, whisper, channel use, trade, auction, mail, tickets By azazel. Closes issue #598 --HG-- branch : trunk | |||
| 2010-03-09 | Rename 'Hostil' to 'Hostile' | Spp | |
| Credits to NoFantasy (Mangos) Closes issue #411 --HG-- branch : trunk | |||
| 2010-03-09 | Limit ChatHandler::HandleModifyHPCommand to players. Closes issue #1031 | Spp | |
| --HG-- branch : trunk | |||
| 2010-03-08 | Fix line endings. | p0wer | |
| --HG-- branch : trunk | |||
| 2010-03-08 | Backed out commit 3cb8647899, values are in dbcs, if you have issues with ↵ | _manuel_ | |
| the spell try to show us the debug lines. --HG-- branch : trunk | |||
| 2010-03-08 | fix my typo in a4f4c51dca, | silver1ce | |
| could not detect it earlier Сloses #1029 --HG-- branch : trunk | |||
| 2010-03-08 | Fix crash in AuraEffect::HandleShapeshiftBoosts | thenecromancer | |
| Add check to Spell::EffectSanctuary before casting (ensuring all appearances of "(Player *)" (whitespace incl.) are correct) --HG-- branch : trunk | |||
| 2010-03-08 | Support for quest Doing your Duty by Malcrom. Thanks to Supabad. | _manuel_ | |
| --HG-- branch : trunk | |||
| 2010-03-07 | fix my typo | silver1ce | |
| thanks to KingPin for pointing the problem --HG-- branch : trunk | |||
| 2010-03-07 | Some Creature* casts moved to new ToCreature. | raczman | |
| Added const Creature* ToCreature() --HG-- branch : trunk | |||
| 2010-03-07 | avoid send movement packet at death twice, cleanup | silver1ce | |
| --HG-- branch : trunk | |||
| 2010-03-07 | Added new type-safe cast functions. | raczman | |
| This, when properly used, should get rid of most memory corruption issues, currently, casting types C-style with no checks leads to some abstract crashing. Functionality is same as with dynamic_cast<>, but with no RTTI check - so when casting into invalid type you will receive NULL, and most probably crash. At the same time, i took the liberty to convert most Player* casts to ToPlayer(). Still needs crapload of casts being moved to new facility. --HG-- branch : trunk | |||
| 2010-03-07 | Remove 94567c94e6, instead don't check range/facing when finishing instant ↵ | thenecromancer | |
| cast spells --HG-- branch : trunk | |||
| 2010-03-07 | *Format BattleGroundSA.cpp | thenecromancer | |
| *Check if game is still in progress before awarding teams *Resurrect and refresh players at round end --HG-- branch : trunk | |||
| 2010-03-07 | check creature's base stats table in more proper way | silver1ce | |
| it should show more missing data --HG-- branch : trunk | |||
| 2010-03-06 | prevent stack overflow caused by MoveInLineOfSight calls | silver1ce | |
| should close #995 issue --HG-- branch : trunk | |||
| 2010-03-06 | * Fix typo in opcode name. | XTZGZoReX | |
| --HG-- branch : trunk | |||
| 2010-03-06 | Send movement packet on creature/player death (expected for animation ↵ | thenecromancer | |
| display, don't ask me why) Don't bother in case of flying creatures, as there's already something sent --HG-- branch : trunk | |||
| 2010-03-05 | Fix SoTA draw game by Gyullo. | _manuel_ | |
| --HG-- branch : trunk | |||
| 2010-03-05 | Fix a typo in trinitycore.conf.dist added in rev 8529262de6. | Spp | |
| Closes #887 --HG-- branch : trunk | |||
| 2010-03-04 | Fix Shadow Affinity. Patch by Ouden. Fixes issue #988. | p0wer | |
| --HG-- branch : trunk | |||
| 2010-03-03 | Once again change values for BattleGroundSA honor reward at end. Sorry for ↵ | p0wer | |
| misreading, it is a multiplier not the total honor. --HG-- branch : trunk | |||
| 2010-03-02 | Fix command .go ticket. Will properly work now rather then show syntax ↵ | p0wer | |
| error. Fixes issue #465. --HG-- branch : trunk | |||
| 2010-03-02 | Move initialization of m_GMticketid to avoid random numbers being assigned ↵ | p0wer | |
| if gm ticket table is empty. Thanks Ayane. Closes issue #883. --HG-- branch : trunk | |||
| 2010-03-02 | If stealth-only spell fails, shouldn't remove you from stealth. Fix by ↵ | p0wer | |
| lol584. Closes issue #99. --HG-- branch : trunk | |||
| 2010-03-02 | Fix values for honor gain after SotA end. Someone slap me, because I cannot ↵ | p0wer | |
| get things right on the first time, ever. :P --HG-- branch : trunk | |||
| 2010-03-02 | Missed change from last commit. These variables aren't needed. | p0wer | |
| --HG-- branch : trunk | |||
| 2010-03-02 | Add correct values for honor gain after SotA. Also, fix issues with ↵ | p0wer | |
| compiling with the recent patch. --HG-- branch : trunk | |||
| 2010-03-03 | changes in creature base stats storage | silver1ce | |
| * 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 | |||
| 2010-03-03 | store unit's level in uint8 format | silver1ce | |
| TODO: may be change db format too --HG-- branch : trunk | |||
| 2010-03-03 | add creature expansion check | silver1ce | |
| --HG-- branch : trunk | |||
| 2010-03-02 | Merge. >< | p0wer | |
| --HG-- branch : trunk | |||
| 2010-03-02 | Some SA fixes by gyullo. | p0wer | |
| Also added formating fix for BattleGroundSA::EventPlayerUsedGO. --HG-- branch : trunk | |||
| 2010-03-02 | * Move some values out of the data blob in the characters table | Brian | |
| * (honor, kills, title, currencies, watched faction, drunken-status, health and power) * Original Author Hunuza - thank you * Ported to Trinity by RammboNr5 - thank you * Tested by Aokromes - thank you * Closes Issue #911 --HG-- branch : trunk | |||
| 2010-03-02 | * merge | Brian | |
| --HG-- branch : trunk | |||
| 2010-03-03 | skip ai reaction at self relocation | silver1ce | |
| i had to add it earlier --HG-- branch : trunk | |||
| 2010-03-02 | Fix possible crash in .gobject info. | p0wer | |
| --HG-- branch : trunk | |||
| 2010-03-02 | Improve .gobject info to not use SQL query anymore. Thanks to silverice for ↵ | p0wer | |
| suggesting. --HG-- branch : trunk | |||
| 2010-03-02 | * Add support for sending quest completion text | Brian | |
| * Original patch by NoFantasy - thank you * Ported to Trinity by seirgy - thank you * Closes issue #873 --HG-- branch : trunk | |||
| 2010-03-01 | Add command similar to pinfo but for gameobjects. | p0wer | |
| Displays Entry, Type, DisplayId, and Name. Created in response to issue #768. --HG-- branch : trunk | |||
| 2010-03-01 | Implemented script for npcs 32369,32371,32372. By Malcrom. | _manuel_ | |
| For a full fix apply http://trinitydatabase.org/index.php?/topic/14699-fix-transitus-shield-invisible-bunny-positions-violet-stand/ --HG-- branch : trunk | |||
| 2010-03-01 | Execute should only apply damage based on rage up to 30. Thanks 19Maxx83. ↵ | p0wer | |
| Fixes issue #953. --HG-- branch : trunk | |||
| 2010-03-01 | Implemented error message for go_tele_to_dalaran_crystal. By Malcrom. | _manuel_ | |
| --HG-- branch : trunk | |||
| 2010-03-01 | Fixed: Gothik Waves in 25m version should not be the same that 10m, used DBM ↵ | _manuel_ | |
| and tested. By Gyullo. --HG-- branch : trunk | |||
| 2010-03-01 | Fixed Eye for an Eye by Gyullo. | _manuel_ | |
| --HG-- branch : trunk | |||
| 2010-03-01 | Implemented SCRIPT_COMMAND_ORIENTATION. | _manuel_ | |
| --HG-- branch : trunk | |||
