Просмотр полной версии : CMaNGOS Commits
- Fixed sql update for avoid apply problems.
- [9795] Implement CONDITION_INSTANCE_SCRIPT (mapid, some_id)
- [9796] Controlled unit should be a source of movement packets, not player-controller.
- [9797] Prevent interect with NPC/Gameobject player in non-react state
- [9798] Implement basic splitting for caster/target part damage/heal bonus calculations, periodic dam
- [9799] Remove duplicate code causing next reset of daily/weekly quests to double up
- [9800] Not need explicit value numbering for internal server side enum
- [9801] Typo in enum name.
- [9802] Fix 17962 damage broken after [9798] commit
- [9803] Fix typo in taken damage/healing bonus calculations and fix damage of 64085
- [9804] Add script effect of spell 52941
- [9805] Fixed lost flight mount/form for GM in old contentes.
- [9806] Fixed player loading to transport.
- [9808] Simplify TaxiPathNodes data use, specially for transport case.
- [9807] Add some missing (dummy) opcode handlers to the list.
- [9809] Drop dead code after switch.
- [9810] Move pre-switch sql updates (except realmd related) to subdir.
- [9811] Update/fix some opcode names.
- [9812] Fix a typo.
- [9813] Add VS2010 project files to git_id
- [9814] Add filter files to VC100 projects
- [9815] Some cleanups in vc100 project files.
- [9816] Add script effect of spell 44462
- [9817] Add dummy effect of spell 53808
- [9818] Fix display bug when spell with more than 1 persistent area aura effect had several icons
- [9819] Rename some more opcodes.
- [9820] Fix some handlers (correctly use Handle_ServerSide).
- [9821] Rename two more opcodes...
- [9822] Fix link error in gcc after [9816] and include needed header
- [9823] Really fixed link error in gcc after [9816].
- [9824] Use in taxi flight movegen original taxipath data.
- [9825] Rename one more opcode.
- [9826] Fix spell 38736
- Replace DOS lines ends by Unix version.
- [9827] Rename two more opcodes (related to projectiles).
- [9828] Fix TARGET_AREAEFFECT_CUSTOM
- [9829] Avoid redundent data copy in transport waypoints generation.
- [9830] Implement taxi/transport event scripts support.
- [9831] Fix type conversion in spell/healing bonus calculations
- [9832] Move function to select an attacking target from EventAi to Creature class
- [9833] Allow TARGET_AREAEFFECT_CUSTOM to target invisible/not targetable npc if script target for th
- [9834] Fix damage bonus applying from 49471 and ranks to 49143 and ranks
- [9835] Fix broken compilation after [9831]. Thanks to VladimirMangos.
- [9836] Make log output code more consistent for diff build modes.
- [9837] Remove calls to Taken part when its not used for damage dealing and fix HoT tick amount used
- [9839] Fix shadow damage part of 55090 and ranks
- [9838] More log filters and macro uses.
- [9840] Include Timer.h for getMSTime in SendMonsterMoveByPath
- [9841] Really fix invisible target selection for TARGET_AREAEFFECT_CUSTOM
- [9842] Remove a line of whitespace
- [9843] Restore need seelction show at loot roll.
- [9844] Fix some whitespace errors.
- [9845] Fix dispel damage for 30108 and ranks
- [9847] Add dummy effect of spell 50546, 50547 and 50548
- [9846] Restore work of 44745 and rank/s
- [9848] Add script effect of spell 47393, 47615 and 47638
- [9849] Implement character database clean up.
- [9850] Fixed target selection for area spells casted from aura at enemy.
- [9851] Restore work of 1856 and ranks
- [9852] Disable forced alteration of specialFlags in quest_template at startup.
- [9853] Add dummy effect of spell 61832
- [9855] Fix some sqls from prev. commit
- [9854] Fix negative amounts for spell base damage/healing and fix heal effects to correctly benefit
- [9856] Add dummy effect of spell 51840
- [9857] Fix double damage dealing of 63625 and ranks. Thanks to Revils
- [9858] Restore work of 1064 and ranks, broken in [9854]
- [9859] Add dummy effect of spell 51964
- [9860] Add script effect of spell 54182
- [9861] Backporting some code chnages from 400 branch.
- [9862] Defines for some spelentry arrays.
- [9863] Implement SPELL_EFFECT_BREAK_PLAYER_TARGETING (93)
- [9864] Use proper arg for player name send.
- [9865] Add support split damage for spells 66765, 67333.
- [9866] More weapon damage split spells.
- [9867] Prevent another potion drink until combat end.
- [9868] Impliment glyph 42905.
- [9869] Extend SCRIPT_COMMAND_QUEST_EXPLORED to allow playerplayer as source/target
- [9870] Add script id to all remaining SCRIPT_COMMAND_* error message outputs.
- [9871] Implement movement impairing effects for spell 58875.
- [9872] Update damage/energize calculation for 1454 and ranks.
- Replaced hardcoded value with enum.
- [9873] Drop outdated code for 18788
- [9874] Fix auras with custom periodic damage not entering spell/melee bonus damage done methods
- [9875] Fix immunity ignoring for delayed spells
- [9876] Fixed TARGET_ALL_FRIENDLY_UNITS_AROUND_CASTER work
- [9877] One more meteor-like spell.
- [9878] Set for client battleground weekend event world state.
- [9880] Prepare world state inint packet data in more clean way.
- [9879] Update battleground weekend world state at start/stop event.
- [9881] Add additional fields to *_scripts tables for storage of more data.
- [9882] Add support for mounts dependent from riding skill and location
- [9883] Change SCRIPT_COMMAND_TALK to support CHAT_TYPE_* using enum ChatType
- [9884] Code style fixes thx to hunuza & Wowka321
- [9885] Added VS2010 projects for maps extractor.
- [9886] Implement new commands for account search
- [9887] Fix special mounts using in Dalaran
- [9888] Party restore IsKnowHowFlyIn and add area arg
- [9889] Extend features available for SCRIPT_COMMAND_TALK
- [9890] Add TYPEMASK_WORLDOBJECT to enum TypeMask
- [9891] Implement *_scripts for creature_movement
- [9892] Cleanups for BattleGroundEY code
- [9898] Implement redundent values check in `spell_bonus_data`
- [9897] Avoid multiply AP bonus coeff. with spell power bonus.
- [9896] Cleanup spell bonus coeff use code
- [9895] Move DotFactor+GetSpellCastTimeForBonus call to CalculateDefaultCoefficient
- [9894] Move GetCastingTimeForBonus and some other code to GetSpellCastTimeForBonus.
- [9893] Fixed some spelling typos in function/structure names.
- [9899] Fixed sql update for ptrev. commit.
- [9900] Fix SPELL_MOD_SPELL_BONUS_DAMAGE applying
- [9901] Second attempt fix sql update :/
- [9901] Implement 71342 mount selection
- [9903] Fixed build problem at *nix.
- [9904] Add new config option for wait mode at startup error.
- [9905] Correct SMSG_INSTANCE_DIFFICULTY structure (fixes raid difficulty display).
- [9906] More user friendly output at DB version check fail.
- [9908] Add missing break. Not affect current code work.
- [9907] Make comment really proccessed by doc generator.
- [9909] Prevent SQL injection in equipment sets code.
- [9910] Implement expected from 3.2.x time limit for BattleGroundWS.
- [9911] Check script using and existance at `creature_movement_scripts` load.
- [9912] Partly revert [9911] :/
- [9913] Fix TARGET_SCRIPT searcher and also look for objects that are Pet*
- [9914] Add script effect of spell 51864, 51889 and 51910
- [9915] Clarify game_event field values and fix typos.
- [9916] Fixed .account onlinelist work.
- [9917] Fixes in loot roll timer work and related cleanups.
- [9919] Output player name in ObjectGuid player output string.
- [9918] Fixed player's tapped creature loot access by group in diff cases
- [9920] Restore group rewarding at player kill.
- [9922] Rename BG_WS_UNK1 -> BG_WS_TIME_ENABLED
- [9921] In case player who tap creature in group leave group it must anyway rewarded with group.
- [9923] Fixed typo in prev commit.
- [9924] Implement .server log filter and .server log level comamnds.
- [9925] Add more log filters
- [9926] Typos in Unit::DealDamageMods
- [9927] Support new raid allowed quest types.
- [9928] Fix build...
- [9929] Move apply spell coeffs and level penalties code to new function.
- [9931] After 3.2.0 expected AllowTwoSide.Accounts = 1 for any realm type by default.
- [9930] Move enum QuestTypes to QuestDef.h where it only used.
- [9933] Call DealDamageMods for leech DoTs damage
- [9932] Change AllowTwoSide.Accounts default in code also.
- [9934] Skinning related fixes
- [9935] ACE realmd, thanks to Zor and Vladimir for windows.
- [9936] Remove sockets library from UNIX build
- [9938] Correct premature call of TalkedToCreature.
- [9937] Added copyright notice.
- [9939] Sockets library use finally dropped
- [9940] Fix typo in AuthSocket.cpp
- [9941] Add additional check for UNIT_NPC_FLAG_GOSSIP before using TalkedToCreature
- [9942] Output ACE version at realmd start.
- [9943] Add a small delay for npc despawn related to spell 51840
- [9944] Implement spell 633 and ranks self casting restrictions in 3.3.x
- [9945] Update mangos_spell_check.sql
- [9946] Prevent remove unexpected for remove spell at cast 35729.
- [9947] More skinning fixes.
- [9948] Remove a few not needed checks in spell script effect
- [9949] Add target for TARGET_DUELVSPLAYER_COORDINATES only if not provided by another way.
- [9950] Fixed crash at .gobject turn command (at *nix at least)
- [9951] Fixed bug with raid subgroup size update at move member to another.
- [9952] Allow update subgroup in raid for offline players.
- [9953] Remove two not needed cast to Creature* and make code more safe
- [9954] Lost socket.vcxproj referecne in VS projects.
- [9956] Spell 45524 expected apply debuf 55095 to target at cast.
- [9955] Prevent negetive proc events from possitive effects of negative spells.
- [9957] Alow sell item for money and extanded coset without momey in same time.
- [9958] Implement item 34753, 43015, 43478, 43480, 46887.
- [9959] Fixed resent radnom problem with looting related to skinning code changes.
- [9960] Implement glyph 43390.
- [9962] Modify way 4x damage bonus claculated for spell 1120 and ranks.
- [9961] Restore work talent 18213 and ranks.
- [9963] Implement per-tick chance for shard for spell 1120 and ranks.
- [9964] Implement Treshold in Masterloot.
- [9965] Fixed triggering of spell 55095 by 45524.
- [9966] Add CharacterDatabaseCleaner to VS2010 filters.
- [9967] Fix 16164 proc conditions
- [9968] Allow have reserved entries with empty names in log filters table.
- [9969] Additional check for HandleAutoBankItemOpcode.
- [9970] Fixed array free in vmap code
- [9971] Typo in BattleGroundQueue::AddGroup arg name
- [9972] Move CharacterDatabaseCleaner.* to Tools group as for VS100 done.
- [9973] Fixed selection BG map difficulty.
- [9974] Restore raid functionality broken after one from 3.3.x switches.
- [9975] Use special function for honored/xp kill check
- [9976] Fixed typo in recently added group enums.
- [9977] Update talent 16180 and ranks work.
- [9978] Add explicit AP damage bonus for spells 55095, 55095.
- [9979] Update max cooldown length req. for spell casting at arena.
- [9980] Remove target guid in spell with TARGET_FLAG_DEST_LOCATION
- [9981] For non-player at "offline" delete hostile references.
- [9982] Group out of range member must based at client existances.
- [9983] Leave at AFK applied only to battlegrounds (not arena)
- [9984] Implement item 43214 work.
- Send SMSG_CORPSE_NOT_IN_INSTANCE if player in ghost form tries to enter an instance without player's
- [9986] Talent 51459 and ranks affect only melee auto-attacks.
- [9987] Restore work talent 12311 and ranks.
- [9988] Add correct spell chain data for 61024 and 61316.
- [9989] Use unix styoe line ends in soem files
- [9990] Use more correct data for prev. sql update.
- [9991] Next step in fix SMSG_GROUP_LIST structure.
- [9992] Fixed MSG_PARTY_ASSIGNMENT processing.
- [9993] Limit spell 50988, 59870 targets amounts to expected.
- [9994] Fixed a bug/typo that prevent to summon a special flying mount.
- [9995] Move GridMap class (and related structs/enums) to separate cpp/h.
- [9996] Remove grid state debugging code and move state machine to MapManager.
- [9997] Some changes in HashMapHolder.
- [9998] Fix *nix build.
- [9999] Remove a piece of trailing whitespace.
- [10000] Redundent empty line.
- [10001] Rename current version sql updates (0.16/root dir) to 5 digits format rev.
- [10003] Fixed unix* install.
- [10002] Fixed map loading .map build checks.
- [10005] Add script effect of spell 41055 and 45206.
- [10004] Add script effect of spell 43365, 50217, 50218 and 50238.
- [10006] Fixed typo in mangos.sql
- [10007] Fix wrongly initialized value
- [10008] Fix sqls
- [10009] Fix realmd to accept more than 64 connections on windows.
- [10010] Use schoolmask enum in struct SpellNonMeleeDamage, some indents fix.
- [10011] Check redundent procFlags value in `spell_proc_event`.
- [10012] Fix charges taking for 16246
- [10013] Implement CONDITION_QUESTTARGET
- [10014] Revert "[10013] Implement CONDITION_QUESTTARGET"
- [10015] More redundant data check in `spell_proc_event`
- [10016] Remove unused RewardSinglePlayerAtKill result.
- [10017] Make spell_proc_event.SchoolMask unsigned.
- [10018] Add 16246 proc to mangos.sql
- [10019] Implement glyph 45623.
- [10020] Drop unused member in VisibleNotifier structure and related functions
- [10021] Move item disenchanting static req. checks to server start.
- [10022] Fix damage for 14278 and 16511 and ranks when dagger is equipped
- [10023] Change HandleLearnAllMySpellsCommand to learn only player's spells
- [10024] New LogFilter_DbStrictedCheck filter for DB devs
- [10025] Fixed unexpected C++ code parsing with *FILTER_LOG in 'if'
- [10026] PDump code fixes and cleanups
- [10027] SPELL_AURA_ADD_TARGET_TRIGGER long time not use spellmod for work.
- [10028] Reward group for shareable quests at cast event to creature/go.
- [10029] Clarify client dependence for some MeleeHitOutcome values
- [10030] Add aura remove modes for expire and absorb shield break cases and use GetTarget()/GetSpellP
- [10031] Replace hard coded quest dialog status value with enum value
- [10032] Remove not needed local declaration of dialog status and rename some to clarify.
- [10033] Use sometime stored in spell data triggred spell info for dummy auras.
- [10034] In case unknown triggered spell output more known info for location problem.
- [10035] Additinal reqs for spell 49219/51459 and ranks triggering.
- [10036] Fixed health restore and triggering cooldown for talent 30881 and ranks.
- [10037] Fixed poison consume by spell 32645 and ranks.
- [10038] Prevent double triggering heal from 63534 and ranks.
- [10041] Use for spell 49145 and ranks for decrease SPELL_DIRECT_DAMAGE damage.
- [10040] Expected RAP bonus to damage for spell 1510 and ranks.
- [10039] Partly revert [10033] for spell 44394 and ranks related code.
vBulletin® v3.8.4, Copyright ©2000-2024, Jelsoft Enterprises Ltd. Перевод: zCarot