Commit Graph

  • 87a121425c Update src/server/game/Server/WorldSession.cpp Machiavelli 2012-03-17 11:54:56 +01:00
  • 5d2d2a5ac7 Update src/server/game/Server/WorldSession.cpp Machiavelli 2012-03-17 11:54:21 +01:00
  • 80975faba2 Core/Movement: Add debug output to Worldsession::ReadMovementInfo to find out which movementflag restriction was violated. Please use this to give feedback. Machiavelli 2012-03-17 11:50:30 +01:00
  • 5cb16b65fc Core/Script: Code style and remove unused core. Gyx 2012-03-17 17:54:48 +08:00
  • 7877eae6ba Core/Script: Code style and remove unused core. Gyx 2012-03-17 12:17:15 +08:00
  • b61759c9ea Pet - Fix focus regen gets stuck due to lag/high diffs MrSmite 2012-03-16 19:34:04 -04:00
  • 68ad764e2e Merge pull request #5744 from MrSmite/Guild_1 Shocker 2012-03-16 16:02:01 -07:00
  • 6d95e2408a Core/Protocol: And correct the struct of SMSG_UPDATE_INSTANCE_ENCOUNTER_UNIT... kaelima 2012-03-16 23:45:35 +01:00
  • cf5ed0a7b6 Core/Movement: Remove MOVEMENTFLAG_FLYING on fly aura unapply as well as _CAN_FLY Machiavelli 2012-03-16 23:41:43 +01:00
  • 85da463686 Core/Movement: Fix brackets in macro Machiavelli 2012-03-16 23:37:50 +01:00
  • d810acdeea Core/InstanceScript: Encounterframe research - extended the EncounterFrameType enum kaelima 2012-03-16 23:16:22 +01:00
  • 6f031b814e Merge pull request #5733 from GyxTom/master Shocker 2012-03-16 15:13:44 -07:00
  • 91314b4cc3 Merge pull request #5743 from MrSmite/PetAI_2 Shocker 2012-03-16 15:01:57 -07:00
  • 97f5a06d34 Merge pull request #5742 from MrSmite/PetAI_1 Shocker 2012-03-16 15:00:09 -07:00
  • aad4e41ca5 Core/Spells: finish fixing dispel functionality. closes #5745 Kandera 2012-03-16 17:59:10 -04:00
  • 23c5ce0e0a Core/Unit: Fix some movement issues when leaving vehicles introduced in dce0a7d184 kaelima 2012-03-16 22:52:20 +01:00
  • 887470ebdb Guild bank - Allow deposit / withdraw money without tabs MrSmite 2012-03-16 16:10:39 -04:00
  • e0da136c36 Pet UI - Fix for "Attack" continues to flash after combat end MrSmite 2012-03-16 16:02:18 -04:00
  • a26e145ae7 Fix for pets moving from stay during combat MrSmite 2012-03-16 15:53:07 -04:00
  • 65453620e8 Core/Movement: Do not process server side relocation if reading movementinfo from client resulted in violations (= hacking). Machiavelli 2012-03-16 18:15:08 +01:00
  • cca93c7a22 Minor typo, major consequences. Machiavelli 2012-03-16 17:27:24 +01:00
  • df31af5b4f Core/Movement: Add server-side check for movementflag correction in previous commit. This effectively prevents (most if not all) flyhacking. Machiavelli 2012-03-16 17:21:15 +01:00
  • f8c04b1bc5 Core/Movement: Fix players still able to fly on SPELL_AURA_FLY and SPELL_AURA_MOD_INCREASE_MOUNTED_FLIGHT_SPEED unapply. Machiavelli 2012-03-16 17:10:01 +01:00
  • d8b4bc590a Core/Script: Code style and remove unused core. Gyx 2012-03-16 21:41:15 +08:00
  • bea8fcfbfa Core/Spells: fix shield slam giving nothing to dispel error. Kandera 2012-03-16 09:08:46 -04:00
  • e5afa4a950 Core/Script: Clean-Up in Scripts. Gyx 2012-03-16 20:57:13 +08:00
  • cd38e7df2b Core/Script: Code style. Gyx 2012-03-16 20:31:23 +08:00
  • a50fbb45be Core/DBC: Updated ScalingStatValues format string Shauren 2012-03-16 12:43:07 +01:00
  • bef1b0c402 Core/Script: Code style. Gyx 2012-03-16 19:40:57 +08:00
  • ddc0f5d7d6 Core/Script: Clean-Up in Scripts. Gyx 2012-03-16 19:35:13 +08:00
  • a3d7caba8a Core/Opcodes: Defined a new opcode Shauren 2012-03-16 12:34:37 +01:00
  • 76c18e00c7 Core/Script: Clean-Up in Scripts. Gyx 2012-03-16 19:28:10 +08:00
  • fcbb222aca Core/Script: Clean-Up in Scripts. Gyx 2012-03-16 19:21:47 +08:00
  • ef53bde176 Core/Spell: Add some missing cast results which require additional data when sent. And rename two researched castflags (thanks TOMRUS) kaelima 2012-03-16 08:59:18 +01:00
  • dce0a7d184 Core/Misc: Random cleanup kaelima 2012-03-16 08:57:42 +01:00
  • acb3fde355 Core/DBC: added cloak mask to armorMod and did some cleanup in ScalingStatValuesEntry kaelima 2012-03-16 08:56:06 +01:00
  • b23ff228a4 Core/Spells: Used correct implementation for checking if a spell effect targets an area. Kandera 2012-03-15 14:14:42 -04:00
  • 5406a0fd93 Core/Spells: Fix bugged mass dispel after previous commits Kandera 2012-03-15 14:12:40 -04:00
  • fe46cf9796 Core/Spells: Fix being unable to use spells due hasDispellableAura being false if no spell effects were SPELL_EFFECT_DISPEL Kandera 2012-03-15 12:41:16 -04:00
  • 5e25791bff whitespace cleanup Kandera 2012-03-15 11:08:45 -04:00
  • 01bc6c483b Core/Spells: add correct checking for dispeling errors. Fixes spammable cleanse. Kandera 2012-03-13 13:03:41 -04:00
  • 84891377b5 Core/Spells: Fixed copy paste mistake that caused all area spells to search targets starting from caster's coordinates instead of targeted destination Shauren 2012-03-15 13:15:25 +01:00
  • 313802a4ed Core/Movement: Added more movement flags that cause units to select flight speed instead of run Shauren 2012-03-15 13:14:42 +01:00
  • 4a96ae22a9 Scripts/Icecrown Citadel: Corrected flying animations for frostwyrms in Sindragosa's Lair and prevent reentering combat with Deathbringer Saurfang after encounter is won Shauren 2012-03-15 13:10:42 +01:00
  • 7d60290c2e Core/Units: Offset z coordinate only if MOVEMENTFLAG_HOVER is present, not MOVEMENTFLAG_DISABLE_GRAVITY. Machiavelli 2012-03-15 10:16:08 +01:00
  • e17a9cfb85 Core/Movement: Add server side filters for MOVEMENTFLAG_WATERWALKING, _FALLING_SLOW and _HOVER depending on required aura types. Fixes exploiting when aura unapply packets (such as corrected in previous commit) are blocked/altered before reaching the client. Machiavelli 2012-03-15 10:12:43 +01:00
  • afaed98b7a Core/Movement: Send correct packet to client when unapplying hover, feather fall and water walking auras. Machiavelli 2012-03-15 10:03:25 +01:00
  • 77f165ba27 Merge pull request #5717 from mweinelt/master Shauren 2012-03-14 15:33:38 -07:00
  • 419e6a4a9e Scripts/Magister's Terrace: Fix Translocation Orb Activation and correct some codestyle Martin Weinelt 2012-03-14 20:51:54 +01:00
  • 2a5caef4a6 Revert "Core: more more cleanup" - Build test anyone? leak 2012-03-14 18:51:51 +01:00
  • b02a012b47 Core/SpellScripts: fix crash caused my spell_gen_vehicle_scaling. closes #5703 (thx vincent-michael) kandera 2012-03-14 14:05:39 -03:00
  • fedb27b601 Merge pull request #5714 from thomas33/master kandera 2012-03-14 09:59:45 -07:00
  • 20cd4c71ee Core: more more cleanup thomas33 2012-03-14 17:51:11 +01:00
  • e01a48d779 Core/Battlefield: Fix build. closes #5707 kandera 2012-03-14 10:18:59 -03:00
  • 133d72abfa Merge pull request #5701 from thomas33/wintergrasp_cleanup kandera 2012-03-14 06:14:36 -07:00
  • 69c3612cfe Merge pull request #5702 from Gyx/master Discover- 2012-03-13 23:21:32 -07:00
  • 117fbb9010 Core/Script: Clean-Up in Scripts. Gyx 2012-03-14 09:30:06 +08:00
  • e8f414e143 Core/Script: Clean-Up in Scripts. Gyx 2012-03-14 09:20:36 +08:00
  • 1dde22394c Core: Corrected conflicting variable names Shauren 2012-03-14 00:21:46 +01:00
  • 00eb9a3f54 Core/Battlefield: Cleanup thomas33 2012-03-14 00:04:34 +01:00
  • ae27a2cf51 Merge pull request #5690 from thomas33/master Shocker 2012-03-13 14:41:53 -07:00
  • 879eabb08e Merge branch 'master' into wintergrasp_cleanup Kandera 2012-03-13 13:05:35 -04:00
  • 48b2cc3609 Merge pull request #5693 from thomas33/wintergrasp_cleanup kandera 2012-03-13 08:25:51 -07:00
  • e3a0e8360f Core/Battlefield: more cleanup thomas33 2012-03-13 16:19:20 +01:00
  • cae662d191 cleanup thomas33 2012-03-13 15:48:18 +01:00
  • 1944c5185f Merge pull request #5691 from thomas33/wintergrasp_cleanup kandera 2012-03-13 07:36:00 -07:00
  • 6036f13976 Core/Battlefield: cleanup thomas33 2012-03-13 14:59:26 +01:00
  • 0532afed90 more cleanup thomas33 2012-03-13 14:53:36 +01:00
  • a91d5d0fad Merge pull request #5686 from Bezo/master Shocker 2012-03-12 19:00:07 -07:00
  • 1cd99c5bc8 Merge pull request #5677 from thomas33/wintergrasp_cleanup Shocker 2012-03-12 18:58:37 -07:00
  • 11b71bfa4b Logs/Arena: Bezo 2012-03-13 01:16:04 +02:00
  • c0165ec7f8 Scripts/Icecrown Citadel: Lock Deathbringer Saurfang and Valithria Dreamwalker chests to players who fought them Shauren 2012-03-12 18:09:06 +01:00
  • 671fd4176a Core/GameObjects: Chests will now remain locked for players who left the group if loot from that boss is stored in it (note: this is just an implementation of locking the chest, they still need to be linked to a boss - not yet implemented) Shauren 2012-03-12 18:07:34 +01:00
  • e236d4aa8c Core/Battlefield: pPlayer -> player thomas33 2012-03-12 17:39:33 +01:00
  • 62f7f8d4dd Merge pull request #5672 from thomas33/wintergrasp_cleanup kandera 2012-03-12 07:28:09 -07:00
  • c9982d1c15 Core/Battlefield: plr -> player thomas33 2012-03-12 15:07:27 +01:00
  • a48216e122 Scripts/UP/Svala: Temp compile fix for Svala. Currently rewriting the entire script. Machiavelli 2012-03-12 08:41:13 +01:00
  • 6217583627 Core/Map: kaelima 2012-03-12 04:33:24 +01:00
  • 8af0067016 Scripts/ICC/Lich King: Typo correction in unit_field_bytes_1 usage related to hover, introduced in previous commit (thankfully the only one). Machiavelli 2012-03-12 01:10:02 +01:00
  • dc91836b85 Merge pull request #5656 from thomas33/master Machiavelli 2012-03-11 16:57:15 -07:00
  • 03a24a84e4 Core/Units: Machiavelli 2012-03-12 00:45:58 +01:00
  • 286786cee0 update headers ... sorry ^^ thomas33 2012-03-11 22:03:43 +01:00
  • 5ca27f40cc Merge pull request #5654 from thomas33/master Discover- 2012-03-11 13:02:45 -07:00
  • 0c178320bf update forgotten copyright-headers for 2012 thomas33 2012-03-11 20:53:08 +01:00
  • 6ffdef1e6c SQL: Fix some failures in previous commit (2b2d054) Nay 2012-03-11 17:10:27 +00:00
  • 2b2d054f64 R.I.P SimpleAI Nay 2012-03-11 16:59:17 +00:00
  • 51e3a687d5 Core/Movement: Fix random position finding near edges, avoid big z-coordinate differences Elron103 2012-03-11 15:50:41 +01:00
  • e36027e90b Core/Misc: Add a validity check for coordinates, prevents crashes Elron103 2012-03-11 15:45:21 +01:00
  • 036dae5a36 Merge pull request #5631 from joschiwald/crashfix Shauren 2012-03-11 07:18:38 -07:00
  • 3cf8b9a15a Scripts/Serpentshrine Cavern: Fixed crashes caused by uninitialized variables, patch by PuniCZ Shauren 2012-03-11 15:03:29 +01:00
  • b1a8570a30 Core/Spells: Fix item target selection in Spell:SelectImplicitTargetObjectTargets. Typo spotted by zwerg Machiavelli 2012-03-11 14:52:11 +01:00
  • 410a6a080d Merge pull request #5632 from FrozenSouL/tc_helper Discover- 2012-03-10 12:14:16 -08:00
  • f85fdbebe7 Core/DBC: Remove store getters (useless since we don't have scripts as external dll) Shauren 2012-03-10 20:53:26 +01:00
  • 609728a17b Update forgotten copyright-headers for 2012. frozenarmor 2012-03-11 00:52:06 +05:00
  • 1ddf039de8 Core/CreatureTextMgr: Fix crash in GetLocalizedChatString() joschiwald 2012-03-10 20:21:27 +01:00
  • 73282f9789 SQL: Fix one of the filenames from commit 0ad6238a96 click 2012-03-10 15:10:36 +01:00
  • 0ad6238a96 DB/SAI,Waypoints,creature: Some updates for Silvermoon City Malcrom 2012-03-10 06:37:15 -03:30
  • 7c42cd76e4 Core/Conditions: Prevent crash at Spell::CheckCast if Condition::Meets returned prematurely Subv 2012-03-09 17:15:22 -05:00
  • 593d003b7c Core. Fix non-PCH build click 2012-03-09 21:53:47 +01:00
  • 459330c750 Core/Battlefield: Cleaned up all incrementquest functions as this is a hacky way to do it Kandera 2012-03-09 10:14:02 -05:00