Просмотр полной версии : CMaNGOS Commits
- [9080] Add custom/preset unMaxTargets for a few spells where info is not present
- [9081] Fixed DoT damage from 12834 and ranks.
- [9082] Correct some spells unMaxTarget (ref [9080]) to depend on map difficulty
- [9083] Rename maps naming used in spell targeting code for easier readability
- [9084] Implement periodic dummy aura for spell 50789 and 59860
- [9085] Implement periodic dummy aura for spell 50824
- [9086] Limit maxTargets for spell 33711 and 38794
- [9087] Fixes in pet unsummons
- [9088] Prevent unsummon permanent pets at arenas.
- [9089] Check explicit target correctness by all effect target modes.
- [9090] Implement tick counting in periodic auras.
- [9091] Add max targets limit for spell 34861 and ranks.
- [9092] Fixed typo in function name.
- [9093] Implement periodic dummy aura for spell 48630 and 59275
- [9094] Implement periodic dummy aura for spell 46041
- [9095] Allow apply .modify scale to targeted creature (without save scale).
- [9096] Implement periodic dummy aura for spell 52441
- [9097] Implement periodic dummy aura for spell 53520
- [9098] More correct targets selection for target pairs with TARGET_SELF2
- [9099] Implement periodic dummy aura for spell 55592
- [9100] Set MaxTargets limit for spell 31347
- [9101] Correct target mode 48, and rename to something more meaningful
- [9102] Use FillRaidOrPartyHealthPriorityTargets for 34861 and ranks.
- [9104] Avoid send reset warning to map/difficulty cases without fixed reset time.
- [9103] Make gcc happy with muti-byte char casts and use more readable magic strings.
- [9105] Add missing argument in error message, _LoadSkills()
- [9106] Add script effect for spell 47097
- [9107] Fix most of the gcc warnings
- [9108] Adjust max nextMoveTime to 10000+totalTravelTime for random movement
- [9109] Removing the option for run chance from generic random movement generator
- [9110] Some cosmetic cleanup in random movement code.
- [9111] Implement ConditionType CONDITION_LEVEL for PlayerCondition
- [9112] Limit maxTargets for spell 42005
- [9113] Add helper functions to set/getSummonLocation
- [9114] Limit maxTargets for spell 28542 and 55665
- [9115] Fix typo in error output.
- [9116] Lost break/return in CONDITION_LEVEL cases.
- [9117] Add dummy effect at aura removal for spell 32286
- [9118] Fixed problem with not set AchievementCriteriaRequirementSet::criteria_id
- [9119] Add achievement creteria requirements for ACHIEVEMENT_CRITERIA_TYPE_BE_SPELL_TARGET*
- [9120] Implement option to use delay in ForcedDespawn for creature
- [9121] Implement dummy effects for spell 50926,51026,51592 and 51961
- [9122] Updated copyright notice for new year.
- [9123] One lost cases in year update
- [9124] Fixed typo in README.
- [9125] Add dummy effect of spell 46167
- [9126] Correct makefile copyright notice year, again
- [9127] Allow use delayed forced despawn also in EAI.
- [9128] Updated doc/EventAI.txt version.
- [9129] Rename BG/arena queue_id to bracket_id and related functions/etc
- [9130] Implement spell 48603 script effect.
- [9131] Use more generic check for IsLootCraftingSpell
- [9132] Fixed crash at loading from `player_classlevelstats` level 0 data.
- [9133] Fixes in talent 11129 work.
- [9135] Bump for 0.16.0 development.
- [9134] MaNGOS 0.15 release.
- Compile fix.
- Merge remote branch 'origin/master' into 330
- characters.data convertor 3.2.2a -> 3.3.0a
- Some enum fixes.
- [9136] Merge branch '330' - Switch to support client version 3.3.0A
- [9137] Add prev/new supported builds explcitly to realmd supported builds list.
- [9138] Implement glyph 45783.
- [9139] Implement glyph 40913
- Fixed merge error.
- [9140] Let aura after seal do at least one finish tick for stealer.
- [9141] Prevent memory lost at pet declined names loading.
- [9142] Move start outfit items check to server loading.
- [9143] Typos
- [9144] Propertly update combat ratings fields.
- [9145] Small cleanups in pool system code
- [9146] More poolmgr cleanps.
- [9147] More code cleanup in poolmgr.
- [9152] Prevent unexpected removal of move flag for following creatures not in combat
- [9151] More paladin spells fixes
- [9150] Fixed some paladin spell bonuses
- [9149] Drop code and DB data for removed 31892/53720 and related spells.
- [9148] Revert "[9042] Remove double apply bonuses for spell 635/31935 and ranks"
- [9154] Implement spell 20375 targets amount depndence from triggering source spell.
- [9153] Use in code heal amount calculation for 20165.
- [9155] Update spell_proc_event for spell 20375, 21084, 31801.
- [9156] Implement talent 19552 and ranks affect of spell 61846 and ranks.
- [9157] Prevent crash after .goname/namego teleports at same bg/arena.
- [9158] Fixed build errors for contrib/extractor at some x64 plaforms
- [9159] Skip invisible/stealthed and not detected targets from threat list at next target selection.
- [9161] Drop unexpected added copy of sql update.
- [9160] Implement and use PROC_EX_FULL_BLOCK
- [9162] Allow SPELL_AURA_PERIODIC_LEECH to crit if able to.
- [9163] Update splitConfig.txt for vmap generations.
- [9164] Use enum for CONFIG_SKIP_CINEMATICS values.
- [9165] Implement speed reduction at creatures DoFleeToGetAssistance
- [9167] Remove unused arg in new function added to prev. commit.
- [9166] Fixes/cleanups in extarctor code.
- [9168] Correctly work with alternative locale names.
- [9169] Move accaptable builds check/list preparing to functions.
- [9170] Impleament DBCs build check at server startup.
- [9171] Update pet and minipet monster move flag at player toggle walk/run
- [9172] Fixed unreaded packet tail spam at group inviting.
- [9173] Remove character_queststatus_daily data at character delete.
- [9174] Target limit for spell 25991.
- [9175] Remove duplicate fclose call.
- [9177] Remove /Wp64 option for git_id vcproj files.
- [9176] Add commented check for unit_class == 0.
- [9178] Lost changesat my prev. push :(
- [9179] Update formula for GameObject 'autoclose' time (dataN-field in _template)
- [9181] Rewrite parts of GameObject use for GO type 10
- [9180] Add function to send custom animation for GameObject
- [9182] Replace 0 with NULL in a few CastSpell calls (removed where not needed)
- [9183] Add filter in VC project files for motion/movement generators and related
- [9185] Auto-leave player at login back to bg/arena when bg/arena finished.
- [9184] Fixed unread packet tail spam for CMSG_LEAVE_BATTLEFIELD
- [9186] Templated functions for apply some code to all controlled units.
- [9187] Fixed problem with non-attackable pes/totems at arenas
- [9188] Implement MoveGen::Interrupt call.
- [9189] Fixed build error at *nix.
- [9190] Remove not needed and currently unused header file
- [9191] Fixed crashes related to recently totem acccess function
- [9192] Fixed typo in error output for lock id gameobject template data check.
- [9193] Implement dummy effect for 46797.
- [9194] Implement default min player per team at BG same as max players.
- [9195] Update some comments for GO autoCloseTime to reflect changes in 9179
- [9196] Prevent corrupt in-game used strings by DB escaping.
- [9197] More propertly update walk mode for player pets.
- [9198] Replace targeted movegen by 2 new: chase/follow movegens.
- [9199] Clarify debug log message in GameObject::Use
- [9200] Move handling of most GO's from SendLoot() to GameObject::Use()
- [9201] Fix typo from [9200] and clean up code in function.
- [9202] In attempt make GCC happy with chase/follow movegens code.
- [9203] Use CalculateSimpleValue as delay, used in spell effect 86
- Possible queue bug fix.
- [9204] Move remaining handling of GO from SendLoot to GameObject::Use
- [9205] Move script call GOHello to GameObject::Use
- [9206] Some code cleanups.
- [9207] Fixed chase/follow functions calls in movegen templates system.
- [9208] Big cleanup in UNIT_STAT_* use
- [9209] Finish synchonization walk mode for pets.
- [9210] Fix visual bug making npc run-in-same-position in client.
- [9211] Fixed recent build problems at *nix.
- [9212] Implement pet speed synchronization with owner only for follow mode.
- [9213] Fixed typos in unit states used in waypoint movegen.
- [9214] Add helper function StoreNewItemInInventorySlot
- [9215] Move template function specializations before uses to make gcc happy.
- [9216] Fixed hunter pet XP requirements.
- [9217] Fixed spell 34471 applying from 34692.
- [9218] Fixed check in CMSG_QUEST_POI_QUERY proccessing for max quest amount.
- [9219] Use ax_check_openssl.m4 for support more ways detected openssl at *nix.
- [9220] Implement talent 53527 and ranks.
- [9221] Implement minimal area team size for some items arena rating requirements.
- [9222] New start spell for alow proper use new startup weapon.
- [9223] Implement possibility have 2 weapon by rogue at start.
- [9225] Implement .relaod gossip_scripts
- [9224] Fixed memory leaks in WorldSession::HandleCharCreateOpcode
- [9226] Fixed a bug with applying spells 1784,5215,24450 and ranks as debuff.
- [9227] More wide check item looting state at item operations.
- [9228] Speedup groups store and other code work.
- [9229] Add AI function SummonedMovementInform
- [9230] Add maxtarget limits for spells 66013, 68509, 67700 and 68510
- [9231] Update used utf8 cpp library version up to 2.2.4
- [9232] Replace list bool fields with exclusive true values by subtype field in Creature.
- [9233] Restore build at *nix after [9228]
- [9234] Remove redundent typecast.
- [9235] Change way call AX_CHECK_OPENSSL.
- [9236] Set damage division for spells 70492, 72505, 72624 and 72625
- [9237] Implement spell 12479.
- [9238] Update spell 15286 work to current funtionality.
- [9239] Apply second part of spell 50397.
- [9240] Implement spell 24834.
- [9242] Fixed inconstence in one from recently added AI events name
- [9241] Implement AI/EventAI calls at summoned creature die/despawn
- [9243] Some spell rune code fixes
- [9244] Implement talent Rime
- [9245] Remove CellLock class and all cell-level thread locking.
- [9246] Move more values from `data` to own fields.
- [9247] Fixed typo: achievment -> achievement
- [9248] Allow mounts at map 595.
- [9249] Move instance call OnPlayerEnter() to after really added to map
- [9250] Fixed my typo in 9246_01_characters_character.sql
- [9251] Restore work spell 31687 and implement work glyph 50045.
- [9253] Update AP bonus for item 2892 and ranks DoT.
- [9252] Fixed crash in result typo in arena points loading.
- [9254] Implement .reload locales_gossip_menu_option
- [9255] Add information about m4 dir to configure.ac.
- [9256] Fixed boss emote range
- [9257] Report error message at openssl dir find fail in configure.
- [9258] Add break for safe and code style.
- [9259] Implement talent 52795 and ranks.
- [9260] Rewrite pool system work with dynamic data.
- [9261] Clarify two error messages related to achievement criteria data
- [9262] Allow larger value in database quest_template.QuestFlags
- Updated player flags enum.
- - Updated unit dynamic flags enum.
- [9263] Send MinLevel of quest to client (minimum level required to obtain)
- [9266] Implement CMSG_CORPSE_MAP_POSITION_QUERY opcode.
- [9264] Fix build. Add ITEM_MOD_FERAL_ATTACK_POWER to deprecated list.
- [9265] * Call Database::ThreadStart()/ThreadEnd() for all DBs.
- [9267] Correct mixed up typeid check for gossip scripts
- [9268] Fix one areaflag for city subarea
- [9271] Revert "[9266] Implement CMSG_CORPSE_MAP_POSITION_QUERY opcode."
- [9270] Send pointOfInterest (if exist) to client before sending gossip menu.
- [9269] Second attempt to add missing break for SPELL_EFFECT_SUMMON
- [9272] Revert "[9265] * Call Database::ThreadStart()/ThreadEnd() for all DBs."
- [9273] Implement item 49623 triggered stacking affect.
- [9274] Implement SPELL_EFFECT_SUMMON_ALL_TOTEMS
- [9275] Quest reward data rearranged and comments added.
- [9276] Prevent gain/lost health/powers form death persistent periodic affects.
- [9277] Fixed AP bonus percent for spell 16857.
- [9278] Prevent reapply charged/noaffect spellmod to persistent auras.
- [9279] Move reapply spellmods code in own function.
- [9280] Fixed work scrolls of enchantment.
- Movement packets fix.
- [9281] Fixed client ignore spell 1464 and ranks in combat log.
- Movement packets cleanup.
- [9282] Possible fixed crash source added in [9228]
- [9283] Apply SPELL_AURA_MOD_HEALING_PCT to any healing.
- [9284] Realy fixed crash source added in [9228] now.
- [9285] Fixed unexpected double time for apply damage for spell 1464 and ranks.
- [9286] Fix spell 69377
- [9287] Prevent weapon skill grow at player's pet hit.
- [9288] Prevent apply spell power bonuses to some item heals.
- [9289] Fix glyph 57870
- [9290] Some cleanups in realmd, no functional changes
- [9291] Implement DB storage for new quest field, CompletedText
- [9292] Remove unused declaration of string in sendQuestGiverQuestDetails
- [9293] Fix stacking problem of tracking spells
- [9294] Fixed typo in function name.
- [9295] Implement SPELL_AURA_MOD_BLOCK_CRIT_CHANCE
- [9297] Increase max allowed DB value for item_template spellcharges_N
- [9296] Add ranks info for 3674 and ranks.
- [9298] Implement affect glyph 41533, talent 16187 and ranks to 5394 and ranks healing.
- [9299] Upgrade a few error messages from engrish v.1 to engrish v.2 :)
- [9300] A few more error message corrections/clarifications.
- [9301] Implement proper check of broken spells for IsLootCraftingSpell case.
- [9302] Fix load quest locales, after implement CompletedText in 9291
- [9303] Restore skip one from startup (by DBC data) but not existed items.
- [9304] Propertly detect underground area 4425
- [9305] Fix load quest locales, after implement CompletedText in 9291, v2.0
- [9306] Implement glyph 43385.
- [9307] Grid containers, cleanup
- [9308] Fix SMSG_CHAR_ENUM opcode
- [9309] Implement DB storage for new quest_template field 'RewXPId'.
- [9310] Item 13506 not flask anymore.
- [9311] Switch to support client 3.2.2 (build 11403)
- [9312] Implement DB storage of new quest_template field RewHonorMultiplier
- [9313] Fix spell 53511 and ranks
- [9314] Add new explcitly supported build to realmd
- [9316] Restore build after [9313]
- [9315] Use correct way extraction low guid for player.
- Fixed client crash at raid target icon update.
- Fixed error output at creature loading.
- Fixed compile error.
vBulletin® v3.8.4, Copyright ©2000-2024, Jelsoft Enterprises Ltd. Перевод: zCarot