Shauren
585f978c58
Core: Started work on 6.2.0.20182
2015-07-01 02:22:03 +02:00
jackpoz
e4e903ba95
Merge pull request #14728 from kelno/fixes
...
Core/SAI: Fixed a math error overflow in SmartScript::DecPhase(int32)
(cherry picked from commit 6d7339e7a3 )
2015-06-26 03:27:54 +01:00
MitchesD
c6d3b0f250
Merge pull request #14838 from Rushor/stop
...
Scripts/SmartScripts: Clear Movement on Death
(cherry picked from commit f166dc3cab )
2015-06-26 03:23:59 +01:00
Shauren
cb854a2b7b
Core/Maps: Removed dbguid/spawnid grid searchers, they are no longer neccessary
2015-06-08 17:48:21 +02:00
Shauren
edbd44a675
Core/Creatures: Extended npcflags to uint64
2015-05-04 12:39:36 +02:00
MitchesD
feabc6dff1
Core/SAI: SMART_ACTION_SET_COUNTER now can be used for all targets, not just for self
2015-05-02 15:35:07 +02:00
Shauren
ca83e14f8b
Core/Entities: Reworked guid scopes
...
* Added ObjectGuid traits to easily access whether guid type can be generated globally (ObjectMgr) or not
* This adds separate (per map) guid sequences depending on object type
* Ported map object container from cmangos/mangos-wotlk@a2d396eb0b
* Added type container visitor for TypeUnorderedMapContainer
* Implemented helper function to erase unique pairs from multimap containers
* Moved object storage of all objects except players and transports to map level
* Added containers linking database spawn id with creature/gameobject in world
* Renamed DBTableGuid to spawnId
* Added a separate spawn id sequence generator for creatures and gameobjects - this will be used in db tables
* Moved building SMSG_UPDATE_OBJECT - updatefields changes broadcast to map update
2015-04-28 21:19:46 +02:00
Golrag
d999caee67
Core/AreaTrigger: Added 'bool entered' to OnTrigger
2015-04-18 11:22:30 +02:00
MitchesD
9ed21eb5b1
Core/SAI: fix typo
2015-04-02 21:27:27 +02:00
MitchesD
23b1c042ad
Core/SmartScripts: added SMART_ACTION_SET_COUNTER and SMART_EVENT_COUNTER_SET
...
as per request of DB developers
2015-04-02 18:02:34 +02:00
Shauren
cc4d79495f
Core/Misc: Warning fixes
2015-03-22 13:47:55 +01:00
Naios
9a61049f88
Core/Game: Fix some issues detected by static analysis.
...
* Possible inefficient checking for 'list' emptiness.
* Variable '_scheduledScripts' is assigned in constructor body.
Consider performing initialization in initialization list.
* Variable 'Text' is assigned in constructor body.
Consider performing initialization in initialization list.
* Possible inefficient checking for 'm_loadedScripts' emptiness.
2015-03-11 08:53:13 +01:00
Shauren
e15ba34444
Core/Misc: Cleaned up data truncation warnings
2015-03-08 22:04:34 +01:00
Shauren
0ba2e0d5ee
Core/Spells: Implemented multiple spell power costs
2015-03-08 13:31:57 +01:00
Shauren
854917a31a
Core/DataStores: Added an extra safeguard for loading db2 hotfix locale tables - invalid row will no longer cause crashes
2015-03-06 18:52:58 +01:00
jackpoz
e6f26cfb1f
Core/Misc: Fix static analysis issues
...
Fix some static analysis issues reported by Coverity.
Rename SpellMgr::EnsureSpellInfo() to SpellMgr::AssertSpellInfo() to be consistent with other similar methods.
2015-02-08 19:40:03 +01:00
Vincent-Michael
ab90f74486
Update copyright note for 2015
...
Happy new year
2015-01-01 00:28:09 +01:00
Rat
257f46e678
Core/Aokromes: typo? fix
2014-12-28 10:34:33 +01:00
Aokromes
ccf2b36c0c
Core/Logs: Move runtime log to debug
...
because it's already checked at startup.
2014-12-28 10:20:23 +01:00
Shauren
3c3b42362f
Core/DataStores: Added DB2Manager
...
* Moved DB2 helpers to new class
* Moved hotfix data to hotfixes database and core management functions to DB2Manager class
* Updated HotfixNotifyBlob packet
2014-12-26 01:38:40 +01:00
joschiwald
6c6e4d4328
Core/Packets: moved chat packet building function to packet builder class
2014-12-23 00:06:36 +01:00
Rat
926a37a305
Core/Spells: more code updates...
2014-11-22 17:18:16 +01:00
Intel
5f2b5a325b
Core/DataStores: Updated AreaTrigger.dbc struct
2014-11-06 01:13:06 +02:00
Vincent-Michael
48d47998d9
Core: Fix warnings
2014-11-03 17:25:56 +01:00
Discover-
ed4feec276
Core/SAI: Allow dropping a specific amount of aura charges using SMART_ACTION_REMOVEAURASFROMSPELL (action_param2).
2014-11-02 17:30:44 +01:00
DDuarte
5bc823f5e7
Core: Even more warning fixes
2014-10-27 22:52:19 +00:00
DDuarte
07a640de0d
Core: Fix warnings, mostly wrong printf formatters
2014-10-27 21:56:44 +00:00
Shauren
209a743bbe
Core/Entities: Updated updatefields
2014-10-26 22:06:48 +01:00
Shauren
9e1930959d
Core/Entities: Changed object lowguid to uint64
2014-10-26 02:57:28 +02:00
Shauren
bea5cad67d
Core/Entities: Fourth part of removing GetGUIDLow() uses
2014-10-22 21:22:04 +02:00
Shauren
9cc7044546
Core/Entities: First batch of removing implicit conversions of ObjectGuid to uint64
2014-10-21 19:23:32 +02:00
Shauren
8936723291
Merge branch '4.3.4' of https://github.com/TrinityCore/TrinityCore into 6.x
...
Conflicts:
dep/PackageList.txt
src/server/bnetserver/Packets/WoWRealmPackets.cpp
src/server/bnetserver/Server/Session.cpp
2014-10-18 17:03:30 +02:00
Vincent-Michael
02192ab870
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
2014-10-12 02:02:07 +02:00
Vincent-Michael
1e181d7021
Core:/SAI: Added better error log output in 0a897616da
2014-10-11 18:56:58 +02:00
joschiwald
90a2acfbdf
Core/SAI: changed multiple validation checks
2014-10-11 18:52:01 +02:00
Vincent-Michael
0a897616da
Core/SAI: Added new error for wrong target orientation value
2014-10-11 05:33:34 +02:00
Vincent-Michael
63d7b348bb
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
2014-10-10 05:29:06 +02:00
yesitsme
de7b503cc4
Core/SmartScripts: Fix multiple target_types
...
Checking the worldobjects GUID against the iterators GUID instead of pointer to worldobject against pointer to iterator, as 2 different pointers may point to the same object.
Closes #12670
2014-10-09 00:04:04 +02:00
Vincent-Michael
ec784be893
Core/SAI: Ingore text valid errors for SMART_TARGET_CREATURE_DISTANCE / SMART_TARGET_CREATURE_RANGE / SMART_TARGET_CLOSEST_CREATURE
2014-10-07 22:56:50 +02:00
Vincent-Michael
def151bb18
Core/SAI: Fix text over errors
2014-10-07 21:49:50 +02:00
Kinzcool
bc97908822
Core/Defines: Updated some enums to build 6.0.2.18988
...
* Fixed build
2014-10-06 18:37:38 -04:00
Vincent-Michael
8abdede17d
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
2014-10-05 03:51:13 +02:00
Vincent-Michael
a3192b1ae3
Core: Fix warning
2014-10-05 03:50:45 +02:00
Vincent-Michael
689b7f6d56
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
2014-10-05 03:44:35 +02:00
Vincent-Michael
ef92d31c49
Revert "Core/SAI: Added new error for is using other script as sai"
...
This reverts commit d08862a792 .
2014-10-04 20:24:58 +02:00
Vincent-Michael
d08862a792
Core/SAI: Added new error for is using other script as sai
2014-10-04 20:18:02 +02:00
Vincent-Michael
3d0c5cbf9a
Core/SAI: Fix typo
2014-10-04 19:45:33 +02:00
Vincent-Michael
973df92043
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
2014-10-04 16:32:14 +02:00
Vincent-Michael
a21149e1b7
Core/SAI: Added new error log is not using SmartAI / SmartGameObjectAI in db
2014-10-04 16:19:52 +02:00
Vincent-Michael
339ddf5e83
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
2014-10-04 03:29:04 +02:00