aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-09* MergeBrian
--HG-- branch : trunk
2010-07-09Added tag 3.3.3a-LAST for changeset 0410a47ee355click
--HG-- branch : trunk
2010-07-09Update VMap3 to "final" release (REEXTRACTION OF MAPS/VMAPS IS REQUIRED!) - ↵click
thanks to Lynx3d (again) - add magic-header to .vmtile files - calculate waterlevels for non-flat surfaces in a more correct way - make MSVC shut up about float-issues - change logging around a bit (output function that the respective logentry comes from) - remove remaining Stormlib leftovers - set indoor/outdoor check to enabled by default (more blizzlike) --HG-- branch : trunk
2010-07-09Uncomment the assert that I commented some revs ago on InstanceMap::CanEnter()Tartalo
--HG-- branch : trunk
2010-07-09Check map entering requirements only if areatrigger teleport changes mapTartalo
--HG-- branch : trunk
2010-07-09Remove double requirement check in AreaTrigger teleportTartalo
--HG-- branch : trunk
2010-07-09* Core switched to support client 3.3.5a (build 12340)Brian
* You *MUST* extract new DBCs / maps / vmaps * You *MUST* use UP32 * Be sure to update your realmlist * Huge thanks to TOM_RUS --HG-- branch : trunk
2010-07-09[mq]: vm3Brian
--HG-- branch : trunk
2010-07-09* Update drop file as wellBrian
--HG-- branch : trunk
2010-07-09* Updated DB name in DB create file to reflect the new authserverBrian
--HG-- branch : trunk
2010-07-09* Merge public repoBrian
--HG-- branch : trunk
2010-07-09* Proper naming for auth SQL fileBrian
* Update base SQL file for new installs --HG-- branch : trunk rename : sql/updates/3.3.5a_old/8861_realmd_realmlist.sql => sql/updates/3.3.5a_old/8861_auth_realmlist.sql
2010-07-08* Rename SQL fileBrian
--HG-- branch : trunk rename : sql/updates/3.3.5a_old/xxxx_realmd_realmlist.sql => sql/updates/3.3.5a_old/8861_realmd_realmlist.sql
2010-07-08* Version updateBrian
--HG-- branch : trunk
2010-07-08* Proper quest reputation reward post 3.3.0Brian
* Will require a DB update for all quest_templates that are pre 3.3.0 --HG-- branch : trunk
2010-07-08Fixed Savage DefenseShauren
Fixed Master Shapeshifter Fixes issue #1299. --HG-- branch : trunk
2010-07-08* Merge from private 335a repoBrian
--HG-- branch : trunk
2010-07-08* Fix typoBrian
--HG-- branch : trunk
2010-07-08* Prepare SQL directoriesBrian
--HG-- branch : trunk rename : sql/updates/8770_world_areatrigger_scripts.sql => sql/updates/3.3.3a_old/8770_world_areatrigger_scripts.sql rename : sql/updates/8770_world_script_waypoints.sql => sql/updates/3.3.3a_old/8770_world_script_waypoints.sql rename : sql/updates/8770_world_scriptname.sql => sql/updates/3.3.3a_old/8770_world_scriptname.sql rename : sql/updates/8790_world_locales_item_set_names.sql => sql/updates/3.3.3a_old/8790_world_locales_item_set_names.sql rename : sql/updates/8816_world_spell_bonus_data.sql => sql/updates/3.3.3a_old/8816_world_spell_bonus_data.sql rename : sql/updates/8821_world_spell_dbc.sql => sql/updates/3.3.3a_old/8821_world_spell_dbc.sql rename : sql/updates/8836_world_spell_linked_spell.sql => sql/updates/3.3.3a_old/8836_world_spell_linked_spell.sql rename : sql/updates/8842_world_script_texts.sql => sql/updates/3.3.3a_old/8842_world_script_texts.sql rename : sql/updates/8842_world_scriptname.sql => sql/updates/3.3.3a_old/8842_world_scriptname.sql rename : sql/updates/8843_world_scriptname.sql => sql/updates/3.3.3a_old/8843_world_scriptname.sql
2010-07-08* Merge public repoBrian
--HG-- branch : trunk
2010-07-08* Typo in previous commitBrian
--HG-- branch : trunk
2010-07-08* Implement proper script support for quest "The Prophecy of Akida" (9544)Brian
* Script by antihrist --HG-- branch : trunk
2010-07-08Do proper sanitytesting for waypoint scriptloading - thanks to Azazel for ↵click
the heads up Closes issues #2888 --HG-- branch : trunk
2010-07-07* Merge public repoBrian
--HG-- branch : trunk
2010-07-07Coment annoying assert that nobody knows why is thereTartalo
--HG-- branch : trunk
2010-07-07Deny access to instances if other party/user with the same perm id is insideTartalo
Fixes #2844 --HG-- branch : trunk
2010-07-07Added drop statement before table renameShauren
Because Aokromes wasnt happy. --HG-- branch : trunk
2010-07-07Revert revision 4b8a7a570412 until properly fixed, caused auras to get stuck ↵Shauren
at client sometimes --HG-- branch : trunk
2010-07-06Fix to make the Argent Defender trigger the visuals (by amki).teacher
--HG-- branch : trunk
2010-07-06Fixed sending aura remove packet at stack modificationShauren
--HG-- branch : trunk
2010-07-06Kill another memleak - delete auction element after auction has been ended ↵click
and removed (fix by ge0rg) --HG-- branch : trunk
2010-07-06Update GPL-licensing information on scripts (now with the proper bling-bling ↵click
headers!) If any more scriptfiles are missing their respective header, let us know please... --HG-- branch : trunk
2010-07-04Remove doublecalculation of crit res (fix by dr.tenma)click
Fixes issue 2031 --HG-- branch : trunk
2010-07-04resolve circular dependency on uninitialized memory (and add ↵click
copyrightheaders) in AHBot (dependency-fix by ge0rg) --HG-- branch : trunk
2010-07-04Fix: make sure healing potions doesn't benefit from spellhealing-power - ↵click
patch by maxdestroyer --HG-- branch : trunk
2010-07-04Fix warrior selfheal & heal-reduction (and handling of OBS_MOD_HEALTH in the ↵click
same time) (Thanks to dr.tenma) --HG-- branch : trunk
2010-07-04Implemented SPELL_EFFECT_CLEAR_QUEST (139), patch by SocolinShauren
Closes issue #2840. --HG-- branch : trunk
2010-07-04Fix another uninitialized value in Player::m_AreaIDclick
Thanks to ge0rg and his valgrinding (again) --HG-- branch : trunk
2010-07-04Initialize m_flags after m_isNeedManyNegativeEffects, as ↵click
m_isNeedManyNegativeEffects is used in _CheckPositive() Thanks to ge0rg and his valgrind-running --HG-- branch : trunk
2010-07-04Properly initialize CharmInfo states (fixes warning about noninitialized ↵click
pointers) - Fix/patch by ge0rg --HG-- branch : trunk
2010-07-04Use MAX_SPELL_CHARM as spellcount on GetPetAutoSpellSize(), fixes OOB ↵click
array-access in Pet::UpdateAI() Thanks to ge0rg for the heads up and patch --HG-- branch : trunk
2010-07-04Use RemoveAurasByType() and not RemoveAuraDueToSpell() to remove iterated ↵click
spellauras of a type - DueTospell() expects singular spellID Thanks to Azazel for the heads up --HG-- branch : trunk
2010-07-04Fix SPELL_AURA_MOD_HEALING_DONE healing bonus with 0 misc value (patch by ↵click
toni.shocker) --HG-- branch : trunk
2010-07-04Added serverside spell place holder for future development.teacher
Added missing data to world_database.sql. Corrected a couple of typos in world_script_texts.sql. --HG-- branch : trunk
2010-07-02Include GPL-2.0 licensing information in sourcetreeclick
--HG-- branch : trunk
2010-07-02Adjust some more script copyrights (grrrrr)click
--HG-- branch : trunk
2010-07-02Adjust to use correct timeframe for script-copyrightsclick
--HG-- branch : trunk
2010-07-02Add Trinity copyright holders for scriptsclick
--HG-- branch : trunk
2010-07-02Fixed Chain Lightning overproccing with Lightning Overload, patch by DrTenmaShauren
Closes issue #1198. --HG-- branch : trunk
2010-07-02* Merge public repoBrian
--HG-- branch : trunk