Listado de Actualizaciones y fixes aplicados durante el mes de Octubre 2010

Desde hoy ya tenemos instalados los cambios al core del core base de datos del mejor Servidor de latino america de World of Warcraft en Chapincraft.

  1. 370da99c02: Core/ItemHandler: Fix a logic error when checking for gem equipment limits. (Soc: Changed P… 57 minutes ago
  2. 53a5384b10: Core: Use portable ACE-methods to do millisec time-value calculation (patch by S: Changed P… 57 minutes ago
  3. 93e5658455: Core/Spells: Show some SPELL_AURA_MOD_DODGE_PERCENT auras as debufs as expected: Changed Pa… 57 minutes ago
  4. a1ec0fbc6e: Core/DBSchema: Changed core_ in version table to string field.: Changed Paths: … 57 minutes ago
  5. edcabf98fd: Core/Maps: Fix exploit with players changing raid-difficulty and getting no cool: Changed P… 22 hours ago
  6. dbca1993cc: Core: Disallow moving currency tokens out of their hidden bag – fix by leak: Changed Paths:… 23 hours ago
  7. 0bd8829bd2: Core/SmartAI: added ACTION_CALL_RANDOM_RANGE_TIMED_ACTIONLIST added ACTION_CALL_: Changed P… 23 hours ago
  8. 108d9156d6: Core/Spells: Fix hunter pet namechanging when using Certificate of Ownership (sp: Changed P… 23 hours ago
  9. 4c8527bb38: Core/SQL: Move some SQL-files around (you all know what this means…): Changed Paths: … 7 Nov
  10. 7cf882add3: Added tag UP35 for changeset 35eb4004f6f8: Changed Paths: Modify /.hgtags Added … 7 Nov
  11. ce351d219b: Core/Entities: Fix exploit/crash in inventory-handling (CMSG_OPEN_ITEM) -thanks: Changed Pa… 7 Nov
  12. 5856fb8f86: Fix “typo” in previous commit (codingstyle): Changed Paths: Modify /src/server/game… 7 Nov
  13. f2bd28e009: Core/SmartAI: added ACTION_CROSS_CAST CasterTargets will cast spellID on all Tar: Changed P… 7 Nov
  14. 751f1e6a5d: Core/SmartAI: added TARGET_OWNER_OR_SUMMONER, useful if you have a creature summ: Changed P… 7 Nov
  15. d3e5b750df: Core/SmartAI/Typo: Changed Paths: Modify /src/server/game/AI/SmartScripts/SmartScri… 7 Nov
  16. 8cf304c781: Core/SmartAI: modified ACTION_EQUIP to use a bitmask to send slot updates (for m: Changed P… 6 Nov
  17. df947efafa: Core/SmartAI: added SMART_ACTION_INVOKER_CAST, spellID, castFlags, -if avaliable: Changed P… 6 Nov
  18. 35eb4004f6: Core/Unit: Clear threat list on units when they die (fix players having aggro on: Changed P… 6 Nov
  19. 2c24424b2d: Core/Conditions/Typo: Changed Paths: Modify /src/server/game/Conditions/ConditionMg… 5 Nov
  20. 90ae46ce9c: Scripts/Quests: Fixed quest “They’re Alive! Maybe…”, patch by erocoloco@hotmai: Changed P… 5 Nov
  21. 7ce8da2284: Core/Conditions: updated CONDITION_AURA, if Param3 is set true target is tested: Changed Pa… 5 Nov
  22. f9df98c1e1: Core/SmartAI: added option to reset orientation (use ACTION_SET_ORIENTATION with: Changed P… 5 Nov
  23. 0ef6a34ac2: Core/SmartAI: added SMART_ACTION_SIMPLE_TALK, param1: textID, uses the ‘Targets’: Changed P… 5 Nov
  24. e7ee6ab029: Core/Chat: Move some protected members of chathandler to public scope so they ca: Changed P… 5 Nov
  25. a168ad1574: Core/Groups: Fix issue with raid-leader being removed from group on relog/server: Changed P… 4 Nov
  26. 4d990de73a: Core/Spells: Enchanting items using a vellum is no longer possible in trade Clo: Changed Pat… 4 Nov
  27. fa06f2c8f9: Core/SmartAI: swap menuid/actionid params in GOSSIP_SELECT event – use proper sq: Changed Pat… 4 Nov
  28. bdfec6bc8a: Core/SmartAI: store event invoker when available, and use it for Invoker target: Changed Path… 4 Nov
  29. 8ddc0dd60b: dep/ace: fix the config-test macro: Changed Paths: Modify /dep/acelite/ace/config-mac… 4 Nov
  30. c9860c2140: Core/SmartAI: fixed Gossip Select event: Changed Paths: Modify /src/server/game/AI/Sm… 3 Nov
  31. c041368b39: Core/AI: delay all AI()->Respawn() hooks by 1 server tick, this way when creatur: Changed Pat… 3 Nov
  32. 87f925ce9b: Core/SmartAI: fixed EVENT_RANGE handling, and limited it to only creature script: Changed Pat… 3 Nov
  33. 2475e1ea93: Core/SmartAI: use BaseObject for guid based targeting if available: Changed Paths: Modif… 3 Nov
  34. 8873a36b86: Core/Scripts: Added enum for generic script texts, fixed one broken text Scripts: Changed Pat… 3 Nov
  35. a506fee628: Scripts/Icecrown Citadel: Fixed Festergut casting Gastric Bloat too often, patch: Changed Pat… 3 Nov
  36. dc4197eba8: Core/SmartAI: added script type 9 (TimedActionList) – interrupt spells when ente: Changed Pat… 3 Nov
  37. 0328fce88f: Core/Dungeon Finder: Fix ‘unknown’ player names after group being formed and tel: Changed Pat… 3 Nov
  38. 194fc02fae: Core/Scripts: Changed chat command handlers to take ChatHandler* as an argument,: Changed Pat… 3 Nov
  39. 659ff0c8a2: Core/Scripts: Cached command definitions at first use to allow dynamic commands: Changed Path… 3 Nov
  40. 79e438917b: Core/Scripts: add example_commandscript as an example of how to use commandscrip: Changed Pat… 3 Nov
  41. 9e3ce79ac9: Core/SmartAI: do not report not used smart scripts as error: Changed Paths: Modify /s… 2 Nov
  42. 6bf9c605f4: Typo O.o: Changed Paths: Modify /src/server/game/Scripting/ScriptMgr.h Typo O.o 2 Nov
  43. 84986a22ef: Core/SmartAI: use Target types where possible, instead of simple self target – r: Changed Pat… 2 Nov
  44. de64e89a24: Core/SmartAI: renamed reload command to reflect funtion name: Changed Paths: Modify /… 1 Nov
  45. 50857959e7: Core/SmartAI: remade ‘Say’ handler, more simple, more usable, you can now script: Changed Pat… 1 Nov
  46. 9bbeba59a2: Core/ConditionMgr: use chamer/owner player for spell condition check where avali: Changed Pat… 31 Oct
  47. 6c5b9ceada: Core/ConditionMgr: added two new conditions NEAR_CREATURE and NEAR_GAMEOBJECT: Changed Paths:… 31 Oct
  48. 9704c31d7d: Core/SmartAI: fix logic in HAS_AURA event note: copy-paste from eai is bad idea: Changed Path… 31 Oct
  49. 06a6f993ed: Core/Conditions: fixed a typo in logging: Changed Paths: Modify /src/server/game/Spel… 31 Oct
  50. 77517ff5eb: Core/Vehicles: temp fix visibility issues when creatures enter a vehicle, this a: Changed Pat… 31 Oct
  51. dcbc2261df: Core/SmartAI: added new target type (invoker’s vehicle) -added new action: ENTER: Changed Pat… 31 Oct
  52. 4fdf8f27c3: Core/DBLayer: – Fix a race condition in KeepAlive() when connections are using m: Changed Pat… 31 Oct
  53. 67e966103b: Core/DB: changed some errors to DB errors: Changed Paths: Modify /src/server/game/Glo… 30 Oct
  54. 62f0da8388: Core/Groups: Add some checks to prevent a crash with Invites Core/Groups: Use pr: Changed Pat… 29 Oct
  55. 8a6f273a5f: Core/Spells: Deathfrost weapon enchantment shouldn’t scale with spellpower: Changed Paths: … 28 Oct
  56. ed2a3258e2: Core/Dungeon Finder: Fix a crash when someone leaves the group while a Rolecheck: Changed Pat… 28 Oct
  57. 68d71428b9: Core: Add a warning message for those who are using SFMT for random number gener: Changed Pat… 27 Oct
  58. ab88fa89a5: Core/SmartScript: Fix a compile error. Thanks Aokromes for telling me it existed: Changed Pat… 27 Oct
  59. edc8cc9d7a: Core/AI: fix debug / nix build: Changed Paths: Modify /src/server/game/AI/SmartScript… 27 Oct
  60. e5037e953a: Core/AI: implemented SmartScripts System (still beta) not 100% complete WARNING:: Changed Pat… 27 Oct
  61. 90ea2236aa: Scripts/Icecrown Citadel: Fixed Gaseous Blight removal on Festergut’s death Scri: Changed Pat… 27 Oct
  62. dad22f4e00: Core/Spells: Fixed “not handled custom case” log spam for Sniper Training: Changed Paths: … 26 Oct
  63. a8bbced06d: Core: Fix some warnings added in recent commits: Changed Paths: Modify /src/server/ga… 26 Oct
  64. 4bc9104a1f: Core/AI: added Gossip* and Quest* virtual functions to UnitAI, will be used in f: Changed Pat… 25 Oct
  65. 902ed15b84: Core/TextMgr: updated with new funtions for future useage: Changed Paths: Modify /src… 25 Oct
  66. 3e0bd5f47b: Core/World?: (forgotten commit) make SessionMap public , can be usaful in some p: Changed Pat… 25 Oct
  67. 6fcff59a40: Core/ConditionMgr: small fix for CONDITION_QUEST_COMPLETE: Changed Paths: Modify /src… 25 Oct
  68. a2bb7149a7: Core/AI: use NullGameObjectAI for gameobjects with ScriptName – use GameObjectAI: Changed Pat… 25 Oct
  69. 6611b7085b: Core/Grids: implemented AllWorldObjectsInRange searcher, will be used in upcomin: Changed Pat… 25 Oct
  70. 0435666fc4: Core/Guilds: * on load initialize guild vector with maximum available guild id (: Changed Pat… 25 Oct
  71. 4f9440932a: Core/Dungeon Finder/Script: Move debug log msg to debug priority: Changed Paths: Modify … 25 Oct
  72. ff1204dbdb: Core/Dungeon Finder: Fix a crash in UpdateProposal (added in 66a8af8214) Closes: Changed Path… 25 Oct
  73. e1f27f4c2d: Core/Opcodes: Change status type of CMSG_UPDATE_PROJECTILE_POSITION Opcode to un: Changed Pat… 25 Oct
  74. f5af7fefd2: Core/Spells: Fixed coefficient of Frostbolt, by A.Metaphysical.Drama Closes iss: Changed Pat… 25 Oct
  75. 9616e9af59: Core: Fix warnings: Changed Paths: Modify /src/server/game/AI/CoreAI/GameObjectAI.h … 25 Oct
  76. 4daebbc301: Core/Dungeon Finder: Prevent a crash in Leave by checking Player or Group exist: Changed Path… 25 Oct
  77. 66a8af8214: Core/Dungeon Finder: Fix proposal window now being removed after a proposal succ: Changed Pat… 25 Oct
  78. dfc7a94165: Core/Map: Add log to find bad zone ids when trying to find a graveyard: Changed Paths: M… 25 Oct
  79. b36d5d06a1: Core/Map: Reenable error msg to find missing graveyards and use a better msg whe: Changed Pat… 25 Oct
  80. 2bcbdaa8cb: Core/Scripts: Moved HealReceived from CreatureAI to UnitAI and added HealDone an: Changed Pat… 25 Oct
  81. e390fea98f: Core/Scripts: Moved OnPlayerLogout hook call before removing player, fixes crash: Changed Pat… 25 Oct
  82. b74f38be0c: Core/Dungeon Finder: Redo Find algorithm to select one proposal (not all and lat: Changed Pat… 25 Oct
  83. 8f729f5e07: Core/Dungeon Finder: Use scripts to interact between groups and LFG: Changed Paths: Modi… 25 Oct
  84. d1436f8f33: Core/Dungeon Finder: revert 5f4b58ea4bc5 (Do not allow 1 member groups) – Last m: Changed Pat… 25 Oct
  85. a1c8da4e60: Core/Transport: Prevent creature passengers from teleporting to an invalid grid.: Changed Pat… 24 Oct
  86. 17963524b2: Core/DBLayer: Optimize waypoint script loading: Changed Paths: Modify /src/server/gam… 24 Oct
  87. f21ab001af: Core/DBLayer: Optimize creature formation loading: Changed Paths: Modify /src/server/… 24 Oct
  88. a64a42cb30: Core/Scripts: Fix chest respawn exploit in Hellfire Rampart – origjnal fix by Gy: Changed Pat… 24 Oct
  89. 6ec31ef381: Core/OpenPVP: Fix Outdoor PVP objectives in Eastern Plaguelands – patch by retri: Changed Pat… 24 Oct
  90. 858bbfeecb: Core/Scripts: Fix non-PCH compile: Changed Paths: Modify /src/server/scripts/Northren… 24 Oct
  91. 8d1b4f2379: Core/Entities: Remove circular dependencies from GameObject headers, fixes *nix: Changed Path… 24 Oct
  92. 730c05c6cd: Core/Quests: Use honor multiplier as base for calculating honor rewards, not the: Changed Pat… 24 Oct
  93. 6549c8a2fb: Core/ConditionMgr: added CONDITION_QUEST_COMPLETE, conditionValue1: questiID, tr: Changed Pat… 24 Oct
  94. 2bef2acc7d: Scripts/Icecrown Citadel: Added Blood Prince Council script Scripts/Icecrown Cit: Changed Pat… 24 Oct
  95. 891e7d9882: Core/Creature: Implement FarTeleportTo (teleport to an other map) Core/Transport: Changed Pat… 23 Oct
  96. 9f7f93a8ee: More missing script_texts by Tome – Master Kelerun Bloodmourn – fix typo in prev: Changed Pat… 23 Oct
  97. c82f8b87df: Core/AI: implemented basic class for GameObjectAI: Changed Paths: Modify /sql/base/wo… 23 Oct
  98. 7e35f23d01: Core/World: Changed corpse clean timer to 20 minutes (down from 3 hours): Changed Paths: … 23 Oct
  99. 279ee72994: Core/ConditionMgr: added CONDITION_SOURCE_TYPE_VEHICLE_SPELL, sourceGroup=creatu: Changed Pat… 22 Oct
  100. 2ddc6ed008: Core/World: Remove autobroadcast notifications from console (only showing when v: Changed Pat… 22 Oct
  101. 2d952a30ef: Core/Spells: Now you can cast the Water Elemental’s Freeze without cancelling it: Changed Pat… 22 Oct
  102. 06d144b73f: Core/DBLayer: Use DirectPExecute, NOT DirectExecute, since we’re actually using: Changed Path… 22 Oct
  103. 88b6b73217: Core/Guild: And fix a typo… *sigh*: Changed Paths: Modify /src/server/game/Instance… 22 Oct
  104. a8cc933232: Core/Guilds: Adjust size of guildMap by 1 element, not 512 (fix by machiavelli): Changed Path… 22 Oct
  105. 08a45668a6: Core/DBLayer: Use DirectExecute instead of PQuery on some instance-saving querie: Changed Pat… 22 Oct
  106. e35323c4aa: Core/Scripts: Applied some Coding Standards.: Changed Paths: Modify /src/server/scrip… 21 Oct
  107. eae569a181: Core/Grid: Fix infinity-loop in grid loading (patch by SilverIce): Changed Paths: Modify… 21 Oct
  108. da2bef727f: Core/Unit: Revert r457923c3f3 – combattimer handling from that is wrong: Changed Pat… 21 Oct
  109. 2bdf345073: Core/Scripts: Uldaman improvements. Uldaman now is near to 99% blizzlike, datas: Changed Pat… 21 Oct
  110. 0856e91742: Core/PetHandler: Implement CMSG_PET_STOP_ATTACK – thanks to zergtmn for the orig: Changed Pat… 21 Oct
  111. 85cc43fa75: Buildsystem: Add initial support for Intel C++ Compiler (patch by Leak) Note: In: Changed Pat… 21 Oct
  112. 457923c3f3: Core/Unit: Fix leave combat timer – original patch by Laise Needs further testin: Changed Pat… 21 Oct
  113. f0b1b0cd22: Scripts/VioletHold: Give Ichiron adds the proper visual model (give them the pro: Changed Pat… 21 Oct
  114. 20cc88aeea: Core/Spells: Fix a small proc-issue with hunter T10 set bonuses (Exploit Weaknes: Changed Pat… 21 Oct
  115. c2b0489095: Core/Spells: Fix a small proc-issue with Warlpcl T10 4P bonuses (Devious Minds): Changed Path… 21 Oct
  116. 8b9d680a66: Core/Scripts: Fix menu clearing in onGossipSelect()-sections for some scripts (i: Changed Pat… 21 Oct
  117. 7c2f9d09f1: Core: optimize string splitting – Mainly affects item loading performance – Re: Changed Pat… 21 Oct
  118. 7b5a824a0d: Core/Guilds: Fix a crash: Changed Paths: Modify /src/server/game/Guilds/Guild.cpp … 21 Oct
  119. 369b3720ec: More missing script_texts fixed by aokromes: Changed Paths: Modify /sql/scripts/world… 21 Oct
  120. 9c4c38929e: BuildSystem: Add XCode specific compiler handling in the OSX compile- instructio: Changed Pat… 20 Oct
  121. 3f8cb87dde: Core/Groups: Use the proper RemoveMethod when player leaves a group: Changed Paths: Modi… 19 Oct
  122. 2a4d4a31ad: Core/Groups: Move OnGroupChangeLeader so it could be triggered when a leader lea: Changed Pat… 19 Oct
  123. 85644b4f53: Core/Guilds: fixed small logical error when counting total loaded guilds: Changed Paths: … 19 Oct
  124. e6a0664f2f: Core/Spells: Destructable Buildings – Fix issue where damage can be done to Game: Changed Pat… 19 Oct
  125. 5a3e88c377: Core/Dungeon Finder: Fix players getting stuck after being teleported to dungeon: Changed Pat… 19 Oct
  126. b6d79eb584: Core/Dungeon Finder: Use internal Teleport function when teleporting someone out: Changed Pat… 19 Oct
  127. 89318604c1: Core/Groups: Correct check for isFull(). LFG groups were able to invite more tha: Changed Pat… 19 Oct
  128. 5207d2ff36: Core/Guilds: replace container type for guilds (use vector instead of map). Scri: Changed Pat… 19 Oct
  129. e1a7f26ea7: Scripts/Forge of Souls: Added missing visual for Soul Fragment, thx Dark0r: Changed Paths: … 18 Oct
  130. 35d6cc82e6: Scripts/Icecrown Citadel: Festergut will no longer target melee DPS with Vile Ga: Changed Pat… 18 Oct
  131. 9d864b60bd: Scripts/Forge of Souls: Revisited Bronjahm script, removed ugly hacks and fixed: Changed Path… 18 Oct
  132. 1e52c0d032: Typo cleanup! :/: Changed Paths: Modify /src/server/game/Entities/Unit/Unit.cpp … 17 Oct
  133. 0f79766a54: Core/Objects: added ToUnit(), ToGameObject() (will be used in future) Core/Unit:: Changed Pat… 17 Oct
  134. a2f4a4119a: removed wrong SetFacing…: Changed Paths: Modify /src/server/game/Entities/Unit/Unit… 17 Oct
  135. 7ef05d014f: Core/Utils: Fixed some unsafe calls to utf8 translation functions.: Changed Paths: Modif… 17 Oct
  136. 45fe05d4d2: Core/Guilds: guild code was completely refactored and rewritten. * OOP desing an: Changed Pat… 17 Oct
  137. 1ca0c2d9d6: Core/Vehicles: Mammoth mount vendors no longer jump off the mount when talked to: Changed Pat… 16 Oct
  138. 47e29c0ad0: Core/Vehicles: Fixed vendors on Tundra Mammoth mount – now they are visible afte: Changed Pat… 16 Oct
  139. 63a262a8ac: Core/Misc: Implement opcode CMSG_HEARTH_AND_RESURRECT – thanks to Blaymoira and: Changed Path… 16 Oct
  140. d1916acbd3: Core/Scripts: Let Professor Putricide do his mischief on NIX-platforms to (when: Changed Path… 16 Oct
  141. 460ad799f6: Core/DBLayer: Replace some asynchronous queries to synchronous ones in instance: Changed Path… 16 Oct
  142. 3dd26cfd39: Core/Spells: Really move spec changing InBattleground check to its correct locat: Changed Pat… 16 Oct
  143. f7ce94331e: Core/Misc: Also remove buffs from pet when joining arena to make sure a player w: Changed Pat… 16 Oct
  144. 943e3bac5d: Scripts/Icecrown Citadel: Added Professor Putricide script Scripts/Icecrown Cita: Changed Pat… 16 Oct
  145. 6a1a2491fd: Scripts/Icecrown Citadel: Added Professor Putricide script Scripts/Icecrown Cita: Changed Pat… 16 Oct
  146. 275a75a21a: Merge: Merge 16 Oct
  147. fc840ed85e: Core/Spells: Move hacky check for spec changing to its correct location: Changed Paths: … 16 Oct
  148. 6bf7f1d191: Core/Arenas: Remove pet spell cooldowns on arena join too, fixes issue 1868: Changed Paths: … 16 Oct
  149. d3da35a4fd: Core: Improve constant channel handling – Implement area restrictions – Disabl: Changed Pat… 16 Oct
  150. 626e538b00: Fix most of the recently introduced warnings: Changed Paths: Modify /src/server/game/… 16 Oct
  151. c2f974379a: Typo in SQL…my bad. Thanx Stryker for spotting it.: Changed Paths: Modify /sql/base… 15 Oct
  152. b3cececaaf: BuildSystem: Fix a minor issue when using CMake-2.6.x to generate the buildfiles: Changed Pat… 15 Oct
  153. 5610da0739: Core/Scripts: Target Dummies can be stunned in retail, and they leave combat aft: Changed Pat… 14 Oct
  154. c95d165f10: Core/Spells: Righteous Vengeance should proc with Divine Storm, Judgements and C: Changed Pat… 14 Oct
  155. edae5a226e: BuildSystem: Set the proper type of the cached -variable, so it doesn’t: Changed Path… 14 Oct
  156. 8acadfa97c: BuildSystem: Clean up the .h generation a tad bit: Changed Paths: Modify /cma… 14 Oct
  157. 6f69f6785a: BuildSystem: Cache results from when pulling the -information to avoid r: Changed Pat… 14 Oct
  158. 754f5c4937: Script/Spells: – Removed spell difficulty data already present in DBC. – Added s: Changed Pat… 14 Oct
  159. d13c7154c1: Core/Entities: Remove heartbeat update packet from Unit::SendMonsterStop() (Also: Changed Pat… 13 Oct
  160. 3b616f4835: Core/Vehicles: Add some missing power types, thanks to Heisenberg, closes issue: Changed Path… 12 Oct
  161. 9aca132e9c: Core/Misc: Implement config option for energy regeneration rate, patch by Ramus,: Changed Pat… 12 Oct
  162. ddaf2b9150: Core/Spells: Attach the spell_creature_permanent_feign_death script to one more: Changed Path… 12 Oct
  163. 0dce30c40d: Code/ConditionMgr: added CONDITION_DRUNKENSTATE, true if player is drunk enough.: Changed Pat… 11 Oct
  164. 4dc3980b6d: Scripts: Added some more missing script texts. By Aokromes.: Changed Paths: Modify /s… 11 Oct
  165. 308af5bb43: Tools/MapExtractor: Fix typo in areaid error output. Author: svetilo12 Closes 43: Changed Pat… 10 Oct
  166. 0381917c18: Scripts/Ulduar: Boss Razorscale – Update Boss Razorscale thanks to PrinceCreed -: Changed Pat… 10 Oct
  167. 803584dc20: Fixed CRLF in SpellMgr.cpp: Changed Paths: Modify /src/server/game/Spells/SpellMgr.cp… 10 Oct
  168. f68699b996: Core/Pets: Initialize pet level properly (stupid mistake), and set loaded XP aft: Changed Pat… 9 Oct
  169. 24ccbfac78: Core/Pets: Initialize petlevel before synchronizing with owner: Changed Paths: Modify … 9 Oct
  170. 4f3b78a71c: Core/Spells: Fix Hunters Mark and allow additional damage talents to provide ben: Changed Pat… 9 Oct
  171. 31cd85b478: Core/Entities: Ensure that pets retain their XP-points when dismissed in any for: Changed Pat… 9 Oct
  172. 0b21f1f8d4: More missing boss scripts texts by Aokromes: Changed Paths: Modify /sql/scripts/world… 9 Oct
  173. bfa9310405: Core/Scripts: Fixed DefaultTargetSelector aura check, patch by bytewarrior Clos: Changed Pat… 9 Oct
  174. 0a5b2d1155: Core: Added some anti-WPE filter checks to prevent putting non-empty bags into o: Changed Pat… 9 Oct
  175. 3e4482b704: DB-Schema/World/creature: Added possibility to override npcflag, unit_flags, dyn: Changed Pat… 9 Oct
  176. 3202765b6a: Core/Guild: Fixed crash when unstacking items in guild bank Closes issue #4360.: Changed Pat… 9 Oct
  177. 1c22ceb3de: Core/Trade: Fixed crash in WorldSession::moveItems, thx Derex for pointing it ou: Changed Pat… 9 Oct
  178. d13e5241bf: Scripts/Icecrown Citadel: Added Rotface script Scripts/Icecrown Citadel: Correct: Changed Pat… 9 Oct
  179. e68caa119b: Core/Dungeon Finder: Partial revert “cfad2a99ac” (remove use of Luck of the draw: Changed Pat… 9 Oct
  180. 3370cf9367: Buildsystem: Clean up the .h target generation – rename src/.h f: Changed Pat… 8 Oct
  181. 85ebc0c62a: Core/ScriptSystem: Add compile time type check of function assigned to hooks – p: Changed Pat… 8 Oct
  182. 225d8906f6: Core/ScriptSystem: Add compile time type check of function assigned to hooks – p: Changed Pat… 8 Oct
  183. 4f5bb3556e: Core/Spells: – Add more descriptive enumerator of procflags – now clearly point: Changed Pat… 8 Oct
  184. 6e94800b8b: really fix sql this time… ty svetilo12 for the notice: Changed Paths: Delete /sql/… 8 Oct
  185. 2d56f93762: Scripts/Ulduar: Boss Ignis – Update Boss Ignis thanks to snakeice for main patch: Changed Pat… 8 Oct
  186. 41f4b32acc: fix sql from previous commit: Changed Paths: Delete /sql/updates/10181_world_script_t… 8 Oct
  187. f23a249d2a: Scripts: Added some missing script texts for bosses. By Aokromes.: Changed Paths: Modify… 8 Oct
  188. 718df8128c: Buildsystem: Move uninstall-target for UNIX and OSX platforms: Changed Paths: Add /cm… 8 Oct
  189. b8e5a50bff: Core/Authserver: Remove CRLF warnings for authserver.rc: Changed Paths: Modify /src/s… 8 Oct
  190. 7c214c4328: Buildsystem: Clean up uninstall-target files a bit: Changed Paths: Modify /cmake/plat… 8 Oct
  191. f31bc97579: Buildsystem: Fix minor typo: Changed Paths: Modify /cmake/platform/osx/settings.cmake… 8 Oct
  192. 675235637c: DB: Fix typo in world base file Patch by Antihrist Closses issue 4331: Changed Paths: Mo… 7 Oct
  193. 6d3998f5c7: Core: auth.uptime.maxplayers should hold max players count, not max active sessi: Changed Pat… 6 Oct
  194. 530ff8c3db: Core/Spells: Fix Flask of the North, it should give specific buff depending on c: Changed Pat… 6 Oct
  195. 8a335dc374: Core/Dungeon Finder: Move all debug msgs to Debug.: Changed Paths: Modify /src/server… 6 Oct
  196. 41dcebcffd: Core/Dungeon Finder: Move back some debug msgs to Debug level.: Changed Paths: Modify … 6 Oct
  197. 360b4236df: Core/Dungeon Finder: Add log error when no areatrigger found for map and difficu: Changed Pat… 6 Oct
  198. 823a3d2da7: Core/Dungeon Finder: After a new player have been found for a existing LFG group: Changed Pat… 6 Oct
  199. 903b954543: Core/Player: Added value for counting root times, used by SMSG_FORCE_MOVE_ROOT &: Changed Pat… 5 Oct
  200. 50da65b0da: Code/ConditionMgr: added CONDITION_LEVEL(27) value1: player level, value2: modif: Changed Pat… 5 Oct
  201. a49b728993: Code/ConditionMgr: cleanup: Changed Paths: Modify /src/server/game/Conditions/Conditi… 5 Oct
  202. a6ea56cd07: Core/ScriptSystem: Add missing script call preparation for SpellScripts – fixes: Changed Path… 5 Oct
  203. b62f1340ed: Scripts/Spells: Update Master’s Call script: Changed Paths: Modify /src/server/script… 4 Oct
  204. 71754cd993: Core/ScriptSystem: Extend SpellScript API by spell focus targets accessors.: Changed Paths: … 4 Oct
  205. 4d04b14a03: Core/ScriptSystem/SpellScripts: Runtime checks for functions working only during: Changed Pat… 4 Oct
  206. 68a1dc794f: Core/ScriptSystem: Add basic code for runtime checks of function calls in AuraS: Changed Pat… 4 Oct
  207. e05af7ed09: Core/Scripts/Ulduar: fix Ulduar Teleporter – fix ulduar save system – adjust lev: Changed Pat… 4 Oct
  208. a9ca3e969e: Buildsystem: Generate .h additionally during initial cmake run, also fix: Changed Pat… 3 Oct
  209. ff6a65c927: Buildsystem: Generating .h is now a part of build process (.h is: Changed Pat… 3 Oct
  210. 40aa795fa1: Core: Compile Fix (remove some lines that should have been removed in 11576b019b: Changed Pat… 2 Oct
  211. 11576b019b: Core/Conditions: Drop hacky/nonworking CONDITION_AD_COMMISSION_AURA (10). Condit: Changed Pat… 2 Oct
  212. b912c12795: Core/DBLayer: Fix MySQL timeout issue. World runnable will now call KeepAlive on: Changed Pat… 2 Oct
  213. 2b328cfe8d: Core/Dungeon Finder: Fix a typo in 7539ae56e9 that prevented individual players: Changed Path… 1 Oct
  214. 8bd2315db3: Core/Quests: Modified Quest System to support DF quests, the will work at the sa: Changed Pat… 1 Oct
  215. 628500d2da: Core: Fixed compile.: Changed Paths: Modify /src/server/game/Entities/Player/Player.c… 1 Oct
  216. 30d8151f0c: Core: Fix couple of warnings: Changed Paths: Modify /src/server/game/Chat/Commands/De… 1 Oct
  217. 63388ddc4e: Core/Commands: added .debug areatriggers -if turned on it will print the trigger: Changed Pat… 30 Sep
  218. d70f779637: Code/ConditionMgr: added condition_NOITEM (26) value1: item.entry value2: 0/1 if: Changed Pat… 30 Sep
  219. 4e1205ba16: Remove const from MySQLConnectionInfo, can’t use non const functions in a const: Changed Path… 30 Sep
  220. 11fe2edbc2: Core/Battleground: Fix typo: Changed Paths: Modify /src/server/game/Battlegrounds/Zon… 30 Sep
  221. 7539ae56e9: Core/Dungeon Finder: Fix some errors in Join – return Internal error if group/pl: Changed Pat… 30 Sep
  222. 3665eb4fd3: BuildSystem: Fix missing variable parameter encapsulation for _BUILD_DIRECTIVE (: Changed Pat… 30 Sep

Mas articulos de interes:

  1. Segundo Listado de Actualizaciones y cambios aplicados durante el mes de Julio 2010
  2. Listado de Actualizaciones y cambios aplicados el dia de hoy
  3. Listado de Actualizaciones y cambios aplicados en el mes de Mayo
  4. Resultados BattleGrounds Semana de Aniversario 2010
  5. Informacion actualizaciones en Diciembre

Leave a Reply