aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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 ogeraisimaximius
--HG-- branch : trunk
2009-09-30*Better support for negatives.maximius
--HG-- branch : trunk
2009-09-30*Fix linux buildmaximius
--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 pdumpChaz 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 buildmaximius
--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 Tartalomaximius
--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-27MergeChaz Brown
--HG-- branch : trunk
2009-09-27Backed out changeset 5da05b39c3ebChaz 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 Tartalomaximius
*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 Drahymaximius
--HG-- branch : trunk
2009-09-26*Tried to combine a little too much code here I think :Pmaximius
--HG-- branch : trunk
2009-09-26*Should fix Linux build, thanks Drahymaximius
--HG-- branch : trunk
2009-09-26*Gundrak: GO Handling & Slad Ran script by Tartalomaximius
*Cleanup, and don't consider creatures to be in combat if they have no victim, or if their victim is a GM. --HG-- branch : trunk
2009-09-26*Missed condition, thanks Zor :)maximius
--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-26*More logical to cause the damage -after- the fall, not before, lol.maximius
--HG-- branch : trunk
2009-09-26*Extend and comment the Player::FallGround function, it can now cause damage ↵maximius
if required. --HG-- branch : trunk
2009-09-26*Anonymous enums are bad :(maximius
--HG-- branch : trunk
2009-09-26*Replace a ton of switches with RAND(), and overload RAND() to support up to ↵maximius
16 parameters. *Add a safety check to prevent knocking players off of transports, just in case they die while on one. *Fix a couple incorrect spell defines. --HG-- branch : trunk
2009-09-25*Grobbulus - in Inject event, tank is not a target for this spell, by Gyullomaximius
*Gundrak - AI for the boss Moorabi, by Manuel *Improvements to player death handling (they will now fall to the ground).. also attempted to improve creature death handling the same way. --HG-- branch : trunk
2009-09-25Fix HandleNpcAddCommand with bad creature ID - patch by SPPChaz Brown
--HG-- branch : trunk
2009-09-25* Fix CLI commands crashing serverChaz Brown
* Some code cleanups (if( to if (, etc.) --HG-- branch : trunk
2009-09-24Wintergrasp: Cosmetic changes + player leave combat when wartime endsspp@influenza
--HG-- branch : trunk
2009-09-24* Hopefully, MTMaps will only be enabled in release, and not in debug modes ↵Chaz Brown
(This was causing debug builds to not run under windows) * Fixed a bug in AHBot where auctions being removed were sometimes seen as the wrong faction, leading to problems with replacing them with new auctions. * Added loopbreaker back in, just in case... --HG-- branch : trunk
2009-09-24*struct, not class (thanks Paradox)maximius
--HG-- branch : trunk