| Age | Commit message (Collapse) | Author |
|
|
|
Conflicts:
src/server/authserver/Server/AuthSocket.cpp
src/server/game/Entities/Object/Object.cpp
src/server/game/Entities/Player/Player.cpp
src/server/game/Entities/Unit/Unit.cpp
src/server/game/Handlers/AuctionHouseHandler.cpp
src/server/game/Handlers/CharacterHandler.cpp
src/server/game/Handlers/MovementHandler.cpp
src/server/game/Miscellaneous/SharedDefines.h
src/server/game/Spells/Spell.cpp
src/server/game/Spells/SpellEffects.cpp
|
|
|
|
These were added back when trinity dropped framework...and are no longer needed.
Signed-off-by: Bootz <Stage6Dev@EMPulseGaming.com>
|
|
from players when dying
|
|
* Break-Shield
* Charge
* Defend (visual)
* Mounted duel
* Faction Pennants when riding argent tournament mounts
Closes #4917.
|
|
Events/Lunar Festival: Fixed behaviour of Elune's Candle, Rockets and Rocket Clusters. Implemented AI for Omen and his summoning ritual.
Closes #4939
|
|
Scripts/NPC: Implemented AI for Omen and his summoning ritual.
|
|
|
|
Scripts/Icecrown Citadel: Updated Sindragosa MovementInform hooks to match the movement generator type
|
|
|
|
POINT_FROSTWYRM_LAND now is EFFECT_MOTION_TYPE
|
|
account_access table.
closes #1306
Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
|
|
|
|
|
|
|
|
* Fixed basic coding standards.
- Fixed Enums in Defines.
|
|
* Code Standardizations.
- Removed SD2 hieroglyphics.
- Removed Hungarian Notations.
- Fixed Enums in Defines.
|
|
* Fixed Enums in defines.
|
|
* Removed trailing white spaces
|
|
* Fixed a few derps i missed on last patch
|
|
* Script Standardizations done,
- Removed SD2 Hieroglyphics.
- Removed Hungarian Notations.
- Fixed Enums in Defines.
|
|
* Adjusted copyright headers back to '09 these need updated b4 can use 2012
|
|
* code-style cleanup
* Fixed copyright header
* Fixed defines in enums
todo: make the necessary changes for script_text-> Creature_texts.
|
|
Convert some coded scripts to DB
|
|
|
|
DB/SAI: Convert Priestess Alorah and Grimmin scripts into SmartAI
|
|
|
|
|
|
|
|
* Corrected spawns amount, only 4 Skeletons must be spawned not 5.
* Adjusted timers, now they are blizzlike.
* This also includes skeleton resurrection timer.
* Removed hacky code that was replacing spells (they are casted now).
* Implemented "On The Rocks" achievement.
Thanks to Subv for help.
|
|
is executed.
Core/SAI: Allow SMART_EVENT_GO_STATE_CHANGED to use ActionInvoker target
Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
|
|
mounts are still broken, probably aura handling needs to be updated too
|
|
Core/Commands: Implement reload multiple creature templates
|
|
|
|
fixed #1692
|
|
still missing), sniffs have been used as source.
|
|
* Soulstorm Channel (Visual) will be correctly cast at wip.
* Adjusted Magic Bane timer.
|
|
- Rearranged opcodes enum
(started working on structs + have to check new naming and such)
|
|
|
|
"An Audience With The Arcanist" and "A Meeting With The Magister"
Closes #485
|
|
Arcanist" and "A Meeting With The Magister"
|
|
Example: .reload creature_template 34797 34799 35144 34796
Closes #2700
|
|
closes #3700
|
|
in Anub'arak encounter.
Thanks Vincent-Michael!
Fixes #4834
|
|
motionmaster changes
Also correct year of SQL in dbbac0bdaae
|
|
Fix priority of the player when its added to the lfg group
Better implementation of the Dungeon Deserter debuff
Rewrite the NeedBeforeGreed loot
Fixed players being shown as Unknown Entity when entering the lfg group
Some incremental optimizations after original patch
Thanks to Retriman and Paecman for base implementation
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
|
|
Spline movement controls movements of server-side controlled units (monster movement, taxi movement, etc).
Proper implementation of effects such as charge, jump, cyclic movement will rely on it.
However, need improve our states system before.
Technical changes:
* Added linear, catmullrom and bezier3 splines which based on client's algorthims. They can be reused for proper transport position interpolation.
* Precission increased. There are no more position desync issues since client's position calculation formulas used.
* Now possible to move by paths with multiple points, send whole path to client.
--
Original author of research and implementation: SilverIce. Massive kudos.
Original port for Trinity (ref #4629) Chaplain and Venugh
With the following incremental fixes during my review:
- Restore flightmaster end grid pre-loading
- Fix uninitialized Creature::m_path_id
- Add missing trinity_string entries for .movegens command
- Fix a bug in WaypointMovementGenerator that would trigger unexpected pausing at waypoints for various amounts of time
Known issues:
- Errors like WaypointMovementGenerator::LoadPath creature XXX (Entry: YYYYY GUID: ZZZZZZ) doesn't have waypoint path id: 0.
This is caused by bad DB data. This commit didn't "break" it.
Do not forget to re-run CMake before compiling.
|
|
related to #4788
|
|
|