Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-05 | * Change conditions of assert so *nix is happy compiling. | Machiavelli | |
--HG-- branch : trunk | |||
2009-10-05 | merge | Biglad | |
--HG-- branch : trunk | |||
2009-10-05 | * Add better check for hitting dead object with spells (ie skinning and ↵ | Biglad | |
players can be skinned), this looks like its fix's dieing as a ghost, more testing needed --HG-- branch : trunk | |||
2009-10-05 | * Attempt to fix a crash in AuctionHouseObject::Update() | Machiavelli | |
--HG-- branch : trunk | |||
2009-10-02 | *Temporary fix to permadeath issue.. still uncertain why this was happening ↵ | maximius | |
at all... --HG-- branch : trunk | |||
2009-10-02 | *Missed changes O_O | maximius | |
--HG-- branch : trunk | |||
2009-10-02 | *New SQL to fix broken data blobs, if any. Must be run manually. | maximius | |
*Cleanup, fix some typos, and fix the final heal of Lifebloom. Thanks ogeraisi. --HG-- branch : trunk | |||
2009-10-02 | *Typo fix. | maximius | |
--HG-- branch : trunk | |||
2009-10-02 | *Proper data blob updating, thanks ogeraisi. | maximius | |
--HG-- branch : trunk | |||
2009-10-02 | *Fix typo, and try to avoid killing the dead.. | maximius | |
--HG-- branch : trunk | |||
2009-10-01 | *Set AnzuEncounter only when Anzu is created, to avoid having Anzu dead on ↵ | maximius | |
spawn, by Trazom. *Improved go_fel_crystalforge script, by johnholiver. --HG-- branch : trunk | |||
2009-10-01 | *Always set health to 0 if dead. No exceptions. | maximius | |
--HG-- branch : trunk | |||
2009-10-01 | *Gift of the Naaru healing fix (now healing bonus is 1/5th AP, as it should ↵ | maximius | |
be), by Destalker *Proper Svala ID after transformation, by SoulForge --HG-- branch : trunk | |||
2009-10-01 | *Warning + linking fix by WarHead | maximius | |
*Minor cleanup --HG-- branch : trunk | |||
2009-10-01 | *Warning/typo fix | maximius | |
--HG-- branch : trunk | |||
2009-10-01 | *Azjol'Nerub - Register instance script & GO handling for first boss door, ↵ | maximius | |
by Tartalo *Krik'thir the Gatewatcher - Fix compile on *nix + merge npc AIs, by Tartalo *Halls of Stone - Merge from SD2, scripting by ckegg, merge by Tartalo --HG-- branch : trunk | |||
2009-10-01 | *Didn't mean to remove that.. there shouldn't be negative values in the data ↵ | maximius | |
blob, unless I'm mistaken. --HG-- branch : trunk | |||
2009-10-01 | *Better support for signed input. I'm not sure if this will fix anything. | maximius | |
--HG-- branch : trunk | |||
2009-09-30 | *Proper arena_pending_points update, thanks ogeraisi | maximius | |
--HG-- branch : trunk | |||
2009-09-30 | *Better support for negatives. | maximius | |
--HG-- branch : trunk | |||
2009-09-30 | *Fix linux build | maximius | |
--HG-- branch : trunk | |||
2009-09-30 | *Too many parameters. | maximius | |
--HG-- branch : trunk | |||
2009-09-30 | *Cleanup, add two new functions, attempt to fix arena point flushing for ↵ | maximius | |
offline players. --HG-- branch : trunk | |||
2009-09-29 | *Friends shouldn't fight friends, even if that means you have to watch your ↵ | maximius | |
friends kill each other. --HG-- branch : trunk | |||
2009-09-29 | *Cleanup and attempt to fix some crashes. | maximius | |
--HG-- branch : trunk | |||
2009-09-29 | *Whoops, typo (creature_template_addon, not creature_addon) | maximius | |
--HG-- branch : trunk | |||
2009-09-29 | *Add some error output for improper moveflags on flying creatures. | maximius | |
--HG-- branch : trunk | |||
2009-09-29 | * Add a few more tables to pdump | Chaz Brown | |
--HG-- branch : trunk | |||
2009-09-29 | *Passive targets under attack by players are not ideal targets for hostile ↵ | maximius | |
creatures, so avoid them. --HG-- branch : trunk | |||
2009-09-29 | *Fix a crash in boss_svala.cpp + fix build | maximius | |
--HG-- branch : trunk | |||
2009-09-29 | *The enemy of my enemy is my friend. | maximius | |
*Correct some reversed parameter ordering (team and vehId were swapped) --HG-- branch : trunk | |||
2009-09-28 | *Attempt to fix a crash, and sanitize some input. | maximius | |
--HG-- branch : trunk | |||
2009-09-28 | * Add three tables to player dump: character_account_data, character_glyphs ↵ | Chaz Brown | |
and character_talent * If the player has not selected any talents at all, you will see a SQL error, but, the dump will work just fine. --HG-- branch : trunk | |||
2009-09-27 | *Add ".account addon" command, now players can change their account's expansion. | maximius | |
--HG-- branch : trunk | |||
2009-09-27 | *Fixes for Slad'ran, Eck the Ferocious and Moorabi by Tartalo | maximius | |
--HG-- branch : trunk | |||
2009-09-27 | *Make sure the target actually has a victim, otherwise checking hostility is ↵ | maximius | |
pointless. --HG-- branch : trunk | |||
2009-09-27 | *If our target of choice is attacking a player, only attack our target if we ↵ | maximius | |
are friendly towards that player. *Only regenerate quickly if polymorphed. --HG-- branch : trunk | |||
2009-09-27 | *Revert 5675/43c0c883c44d back to 4821/9d0967884f0b way (seems to work ↵ | maximius | |
properly now), thanks Gyullo --HG-- branch : trunk | |||
2009-09-27 | *Do not regenerate the health of controlled or charmed creatures instantly ↵ | maximius | |
out of combat --HG-- branch : trunk | |||
2009-09-27 | *Better method for choosing a random model on respawn (should no longer show ↵ | maximius | |
opposite faction models) *Attempt to make it so creatures: don't help players or units controlled or owned by players; and don't help if the unit is fleeing from the enemy player --HG-- branch : trunk | |||
2009-09-27 | Merge | Chaz Brown | |
--HG-- branch : trunk | |||
2009-09-27 | Backed out changeset 5da05b39c3eb | Chaz Brown | |
Causes crashes on Linux. --HG-- branch : trunk | |||
2009-09-27 | *Fix a problem that freeze the server in boss Eck the Ferocious' script. ↵ | Anubisss | |
Maybe this fix a crash. --HG-- branch : trunk | |||
2009-09-27 | *Fix a crash in boss Svala's script. | Anubisss | |
--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-27 | * Fix Player getting stuck after teleport, etc. due to high number of ↵ | Chaz Brown | |
achievements - patch by Trazom http://www.trinitycore.org/forum/project.php?issueid=4329&page=4#note34721 --HG-- branch : trunk | |||
2009-09-26 | *Gundrak: Eck the Ferocious & Gal'Darah, by Tartalo | maximius | |
*Implement talent Lava Flows (ranks 1-3), by win32 --HG-- branch : trunk | |||
2009-09-26 | *Instead of checking getVictim() to determine whether or not to regen ↵ | maximius | |
health, check if the threat list is empty *Fix some incorrect/missing scriptname assignments, thanks Drahy --HG-- branch : trunk | |||
2009-09-26 | *Some better checks.. don't want to try and store a Unit* in a bool! | maximius | |
--HG-- branch : trunk | |||
2009-09-26 | *Should fix a crash, thanks Drahy | maximius | |
--HG-- branch : trunk |