Commit Graph

  • 107a6f2c4b DB/Auth: Update auth_database.sql with recent changes Nay 2012-03-25 21:15:22 +01:00
  • ffbee169f4 Core/DBLayer: Restore pinfo ban info output leak 2012-03-25 21:22:53 +02:00
  • fa1d3f305b Core/Misc: Implement Trinity::Auto_Ptr. Ditches ACE_Refcounted_AutoPtr (we strongly suspect it does NOT clean up the underlying pointer properly). Underlying type is now ACE_Strong_Bound_Ptr Machiavelli 2012-03-25 21:21:23 +02:00
  • 44a474f1e3 Core/AchievementMgr: We heard you like uninitialized variables so... we initialized them for you so you can hate us Shauren 2012-03-25 20:55:06 +02:00
  • eb1af30399 Core/DBLayer: Convert PAppend() queries to prepared statements No.3 leak 2012-03-25 20:19:48 +02:00
  • 04099402cd Core/Players: Use correct size in variables Subv 2012-03-25 13:05:13 -05:00
  • 19747fb95e Core/DBLayer: Use correct Get method in some DB fields Subv 2012-03-25 12:59:18 -05:00
  • 71c02fb54d Core/DBLayer: Convert PAppend() queries to prepared statements No.2 leak 2012-03-25 18:32:00 +02:00
  • e2a92d4bbc Buildsystem/CMake: Add the ability to avoid linking the core with jemalloc on linux through using the -DNOJEM parameter. WARNING: This is a developer flag only, and as such NOT documented elsewhere - we need this for valgrind and related tools. Again : YOU HAVE BEEN WARNED! DO NOT USE THIS FLAG UNLESS YOU REALLY KNOW WHAT YOU ARE DOING! click 2012-03-25 17:14:08 +02:00
  • 4e6fce1112 Core/DBLayer: Typo on query conversion leak 2012-03-25 16:34:09 +02:00
  • c6cbe4c77c Core/DBLayer: Convert PAppend() queries to prepared statements No.1 leak 2012-03-25 16:22:24 +02:00
  • 56fac5e1af Memory: Get rid of some memory leaks, converted FormationMgr back to singleton Subv 2012-03-25 09:25:28 -05:00
  • eda06321b9 Update src/server/shared/Database/Field.h Machiavelli 2012-03-25 14:11:24 +03:00
  • 87176c84d3 Core/DBLayer: Refine field type checks in Field::GetXXX methods. Should give us logs of wrong GetXXX calls for a certain type without having to dig trough valgrind logs. Machiavelli 2012-03-25 14:10:06 +03:00
  • 2ba4c5fa68 Core/TicketMgr: Remove a memory leak in RemoveTicket. Spotted by Subv Machiavelli 2012-03-25 13:09:43 +03:00
  • f5a9206b0e Core: Remove an annoying memoryleak in OutdoorPVPMgr (Patch by Raczman) click 2012-03-25 04:20:53 +02:00
  • bdf6cf5146 Protocol/Opcodes: More opcodes Subv 2012-03-24 19:16:07 -05:00
  • bff41739bc Protocol/Opcodes: Adjusted a bit the size of SMSG_INSPECT_TALENT Subv 2012-03-24 19:05:12 -05:00
  • ac2629f5e7 Protocol/Opcodes: More opcodes Fixed structure of SMSG_INSPECT_TALENT Subv 2012-03-24 18:52:57 -05:00
  • e37a4e5fe2 Merge pull request #5870 from Elron103/pull-requests5 leak 2012-03-24 16:14:21 -07:00
  • 192d7d735d Core/DBLayer: Few more type corrections Nay 2012-03-24 23:05:00 +00:00
  • 61691d7698 Core/DBLayer: Restore pinfo timestamp output (Prepared statment results don't deliver TIMESTAMP as string) leak 2012-03-25 00:00:16 +01:00
  • cbcd4e6afb Core: Fix .pinfo handling of player level and securitylevel after recent cleanups (and clean up my last commit) click 2012-03-24 22:59:23 +01:00
  • eb3305932c Core/DB layer: Change functionality in previous memoryleak-fix (Patch by raczman) click 2012-03-24 22:34:33 +01:00
  • 0eb3ffca41 Core/DB Layer: Fix a memory leak. Author: raczman (yes, you read correctly) Machiavelli 2012-03-24 19:24:36 +01:00
  • 4c16421cde Core/Spells: Fix periodic aura log for SPELL_AURA_PERIODIC_HEAL and SPELL_AURA_OBS_MOD_HEALTH when there is heal absorption Shocker 2012-03-24 20:21:17 +02:00
  • e64d1d43dd Core: Add proper cleanup at exit for smart script waypoints and instance encounters Shauren 2012-03-24 18:42:35 +01:00
  • 7daf69f20c Core: Fix warnings Elron103 2012-03-24 18:25:24 +01:00
  • a306c00d43 Core/LFGMgr: Added missing changes from previous commit Shauren 2012-03-24 18:01:39 +01:00
  • 64701c51dc Core/LFGScript: Split LFG script class to prevent crash caused by deallocating the same memory twice Shauren 2012-03-24 17:53:33 +01:00
  • 47a597d406 Core/DBLayer: Query should actually be available on both sync and async mysql connections leak 2012-03-24 17:31:31 +01:00
  • 78e8de5913 Core/Scripts: Fixed script unloading Shauren 2012-03-24 17:09:42 +01:00
  • c058e6740b DB/Loot: Add some Missing loot, thx Helias for spotting and initial work ZxBiohazardZx 2012-03-24 16:58:07 +01:00
  • 5f9ca3b998 Core/DBLayer: C/P fix leak 2012-03-24 16:48:59 +01:00
  • c8bf09d504 Core/DBLayer: Match field type reads in core with data types in db for prepared statements Shauren 2012-03-24 16:44:01 +01:00
  • cd52a9aacf Core: I herd you like semicolon.. leak 2012-03-24 15:54:45 +01:00
  • 09dcee9867 Core: Fix warnings properly leak 2012-03-24 15:50:18 +01:00
  • 3d0063abee Core: Fix warnings leak 2012-03-24 15:37:54 +01:00
  • bdbc1312c3 Core: Remove some silly pramga-section warnings click 2012-03-24 15:05:23 +01:00
  • cddf1dcf03 Core/DBLayer: Prepare statement on the right connection leak 2012-03-24 14:54:24 +01:00
  • dc4a0ec089 Merge pull request #5865 from Elron103/pull-requests4 Shauren 2012-03-24 05:52:35 -07:00
  • 25c13de8b3 Core/Auras: Corrected check relying on a not yet initialized variable Shauren 2012-03-24 13:43:28 +01:00
  • 7eb473d0b8 Core/Spells: Fix loading order and apply custom spell flags correctly Elron103 2012-03-24 13:34:19 +01:00
  • 7c4b2f17bf DB/Loot: Update Loot for first 4 bosses in Ulduar ZxBiohazardZx 2012-03-24 12:55:44 +01:00
  • 58caee1595 Merge pull request #5858 from w1sht0l1v3/AK Machiavelli 2012-03-24 04:31:11 -07:00
  • dae82111b7 Scripts/Ahn'kahet/Prince Taldaram: w1sht0l1v3 2012-03-24 13:24:24 +02:00
  • 5a73149565 Core/DBLayer: Fix a typo in a field type/size - npc_vendor Closes #5863 Nay 2012-03-24 04:05:37 +00:00
  • ecbe34cdd2 Core/Warden: Fix warning leak 2012-03-24 01:56:40 +01:00
  • 12e55a04bb Core/DBLayer: Convert PQuery() queries to prepared statements leak 2012-03-24 01:25:08 +01:00
  • cd65b39860 Protocol/Opcodes: More opcodes Subv 2012-03-23 18:24:22 -05:00
  • f231d73fe4 Protocol/Opcodes: Added 1 more opcodes Subv 2012-03-23 17:28:17 -05:00
  • 6e75c15850 Core/Achievements: Updated structure of SMSG_ALL_ACHIEVEMENT_DATA Shauren 2012-03-23 22:45:44 +01:00
  • 8e96b86715 Correct codestyle from previous commit kandera 2012-03-23 13:11:32 -03:00
  • af48083d86 Core/Spells: Fix improved unholy presence removal. Kandera 2012-03-23 09:54:34 -04:00
  • 01c997c60f Core/Spells: Fix death coil damage bonus from sigil of the vengeful heart Kandera 2012-03-23 08:27:27 -04:00
  • 8fe8a1aee5 Merge branch 'master' into wintergrasp_cleanup Kandera 2012-03-23 07:56:58 -04:00
  • dd6603eae1 Core/Battlefield: cleanup a magic number Kandera 2012-03-23 07:52:18 -04:00
  • 0fe4580fe0 Core/Commands: Add support for ip2nation database lookups when using .pinfo command. This will (when a full database exists) allow for seeing (approximately) which country a player might be from when doing .pinfo <player> Note: External data required for this patch to work correctly can be found at http://www.ip2nation.com/ip2nation/Download Spp 2012-03-23 05:35:32 +01:00
  • b95d148dbe Protocol/Opcodes: Added a few more opcodes Subv 2012-03-22 19:34:23 -05:00
  • 479c0976ab Core/Creatures: Properly initialize m_zoneScript when it depends on zone id (OutdoorPvP/Battlefield) and fixed z offset for hovering creatures at creation Shauren 2012-03-23 00:48:32 +01:00
  • 011a73e3e5 DB/Conditions: 39152 should only be lootable if you have at least 390 skills in First Aid; ShinDarth 2012-03-22 21:50:13 +00:00
  • a2818cc442 Merge pull request #5837 from w1sht0l1v3/AK Machiavelli 2012-03-22 12:11:19 -07:00
  • ee305cbb26 Scripts/Ahn'kahet/Prince Taldaram: Fix Conjure Flame Sphere visual casting. w1sht0l1v3 2012-03-22 12:54:31 +02:00
  • ac4536327f Core/SAI: Allow using SMART_TARGET_ACTION_INVOKER with SMART_ACTION_MOVE_TO_POS Subv 2012-03-21 19:37:21 -05:00
  • d521d75fae Merge pull request #5825 from w1sht0l1v3/ToCr Machiavelli 2012-03-21 13:25:42 -07:00
  • e8c3cb1c10 Scripts/ToCr/Val'kyr Twins: Fix orb targeting. w1sht0l1v3 2012-03-21 22:17:34 +02:00
  • 1fb07dcfec Core/Battlefield: added spellscript names for force building. (thx warpte) Kandera 2012-03-21 14:08:08 -04:00
  • 8649c8376e Merge pull request #5823 from Warpten/wintergraspFFs kandera 2012-03-21 11:05:23 -07:00
  • 9b9a4d581c Battlefield/Wintergrasp: Warpten 2012-03-21 18:52:07 +01:00
  • 5c289ef95a Core/Battlefield: Fix issue with previous commit. codestyle cleanup and attempt to fix vehicle issues with worldstates. Kandera 2012-03-21 09:26:07 -04:00
  • 627243a279 Core/Battlefield: Correctly cast the teleport spell (data from sniffs). codestyle cleanup Kandera 2012-03-21 08:53:46 -04:00
  • e4ee3788e7 Scripts/ToC/Anub'Arak: Prevent spells (Leeching Swarm in particular) being interrupted by other spells. Machiavelli 2012-03-21 12:42:45 +01:00
  • 6d9dbefe94 Core/Units: Fix issues with threat management on phase changes Elron103 2012-03-20 18:27:25 +01:00
  • ec3d3782ce DB/Gossip: Quel'Danas gossips Closes #5803 Malcrom 2012-03-20 15:22:26 -02:30
  • 14676fcb2c DB/Battlefield: added sql for correct targetting for vehicle creation spell casts. Kandera 2012-03-20 13:21:16 -04:00
  • a06c5f48ca Core/Battlefield: fix issues with vehicles. return correct vehicle data when using getdata. small cleanups. codestyle Kandera 2012-03-20 12:16:44 -04:00
  • 9b7e3923f2 Merge branch 'master' into wintergrasp_cleanup Kandera 2012-03-20 09:51:46 -04:00
  • 7bbd1f106b DB/SAI: SAI & Gossip for Unrestrained Dragonhawk Malcrom 2012-03-19 19:07:36 -02:30
  • 568e524c45 Core/Spells: Implemented CREATURE_TYPEFLAGS_PARTY_MEMBER, creature with this type_flag set can be targeted by spells that require target to be in caster's party/raid Shauren 2012-03-19 20:44:30 +01:00
  • 4665d5bfc4 Core/DBLayer: Remnant cleanups leak 2012-03-19 18:08:32 +01:00
  • 178c658363 Core/DBLayer: Convert DirectExecute() queries that are not runtime relevant back to regular queries leak 2012-03-19 17:35:27 +01:00
  • f0ac821e0b Scripts/Serpentshrine Cavern: Fixed crash in boss_leotheras_the_blind caused by uninitialized variable; also replaced unsafe AI typecasting with Get/SetGUID Shauren 2012-03-19 17:03:39 +01:00
  • 847b4366f3 Core/DBLayer: Convert PExecute() queries to prepared statements leak 2012-03-19 16:48:08 +01:00
  • 90cacb9ab9 Core/SmartScript: Fixed possible crashes when attempting to use StoreTargetList with a the same list already stored on the same id Shauren 2012-03-19 11:43:50 +01:00
  • eff48a42d1 Core/Spell: Fix crash for Glyph of Divinity Kaelima 2012-03-18 19:57:03 +01:00
  • 5acbd35411 Core/Movement: Update MOVEMENTFLAG_MASK_MOVING, thanks to idostyle Machiavelli 2012-03-18 13:22:36 +01:00
  • 2b1ba4cd78 Core/Movement: Compute current position in spline::Launch with Z offset. Fixes e.g. hovering creatures height increasing every time player interacts with it. Machiavelli 2012-03-18 13:18:43 +01:00
  • 48799f3376 Core/Units: Fix movementflag apply for flying/hovering creatures on respawn Machiavelli 2012-03-18 11:35:33 +01:00
  • 72edc137f5 Battlefields/Wintergrasp: Fixed a crash when leaving a capture point. Fixed the worldstate counters Subv 2012-03-17 20:52:31 -05:00
  • 9fc7fe6b28 Merge pull request #5748 from MrSmite/Pet_1 Subv 2012-03-17 15:27:17 -07:00
  • 21ccfb8e2e Collision/GameObjects: Fixed LoS for all doors (open and closed). Looks like data0 for type 0 is in fact startClosed instead of startOpen closes #5660 Signed-off-by: Subv <s.v.h21@hotmail.com> Subv 2012-03-17 14:34:01 -05:00
  • 41cc704bf8 Core/Movement: Machiavelli 2012-03-17 20:34:03 +01:00
  • 01f3620d45 Core/Movement: Corrected movement info structure written in WriteMovementInfo Shauren 2012-03-17 18:01:56 +01:00
  • 5d25dc8926 Tools/VmapExtractor: Don't check registry for game folder on windows, just use relative "Data" dir, similar to linux. Machiavelli 2012-03-17 17:51:00 +01:00
  • 57a71c8dff Merge pull request #5763 from w1sht0l1v3/master Machiavelli 2012-03-17 09:33:29 -07:00
  • b76c2c144d Core/Unit: Fix respawning after ForceDespawn is called. w1sht0l1v3 2012-03-17 18:26:22 +02:00
  • 3ebda924c1 Merge pull request #5758 from GyxTom/master Lopin 2012-03-17 08:48:51 -07:00
  • 1e94ab8d51 Core/Game: Code style and remove unused core. Gyx 2012-03-17 20:13:37 +08:00
  • e02cda54cd Core/Protocol: Have client displaying some graphic/audio when player increased its reputation rank kaelima 2012-03-17 13:05:21 +01:00
  • 9bb04a23ad Merge pull request #5755 from GyxTom/master Machiavelli 2012-03-17 04:02:41 -07:00