Commit Graph
100 Commits
Author SHA1 Message Date
Vincent-Michael 5b11bb187d Core/PacketIO: Fixed issue reported by static analysis 2016-08-24 18:26:05 +02:00
Vincent-Michael 3c6c78da1c Core/Objects: Added check (error log) for possible invalid position for creatures / game objects 2016-08-23 16:58:48 +02:00
Vincent-Michael 85feeceea1 Core/PacketIO: Updated SMSG_ACCOUNT_HEIRLOOM_UPDATE opcode for 7.0.3 2016-08-21 21:33:03 +02:00
Vincent-Michael ac5b1bd984 Core: Fixed non pch build for unix 2016-08-20 11:07:17 +02:00
Vincent-Michael 0bd6a5d4e5 Core/DataStores: Fixed build 2016-08-14 01:38:25 +02:00
Vincent-Michael f9a9ea2daa Core/Creatures: Fixed typo 2016-08-14 00:29:34 +02:00
Vincent-Michael e8a38ff3fd Core/Creatures: Fixed typo in f94339271e 2016-08-13 22:00:59 +02:00
Vincent-Michael f94339271e Core/Creatures:
- Renamed creature_template.exp_unk to RequiredExpansion
- Added creature_template.HealthScalingExpansion
- Added creature_template.VignetteID
2016-08-13 21:55:39 +02:00
Vincent-Michael 7e84e5df60 Core/PacketIO: Fixed typo 2016-08-12 19:19:25 +02:00
Vincent-Michael 2e0dd7a38c SQL: Sync auth base 2016-07-30 17:09:46 +02:00
Vincent-Michael c25c747b36 Misc/RBAC: Sync with 3.3.5 2016-07-30 16:56:41 +02:00
Vincent-Michael 41aac79357 Core/Player: Fixed coverity issues
Coverity CID 1360561
2016-07-30 16:15:07 +02:00
blub 766afbeacd Merge pull request #17661 from tkrokli/explored_zones_size
Core/Scripts: uint8 -> uint16 in cs_cheat.cpp
2016-07-25 05:53:51 +02:00
Vincent-Michael ff812a37f2 Core/Players: Fix warning in 9e4e339fc2 2016-07-24 22:47:53 +02:00
Vincent-Michael 3c0c790327 Core/Enum: Updated ResponseCodes enum for legion 2016-07-22 20:22:22 +02:00
Vincent-Michael 7eceba09d7 Core/Misc: Fixed warnings 2016-06-08 13:06:16 +02:00
Vincent-Michael 9d7a17d9f5 Core/Commands: Added ".npc set phase" command error message for invalid phaseid
Closes #14927
2016-06-05 16:43:41 +02:00
Vincent-Michael 0139d83e28 Core/Spells: Fixed non pch build 2016-05-14 21:27:22 +02:00
Vincent-Michael fe61770036 Build: Updated boost required to 1.55 2016-05-14 21:19:22 +02:00
Vincent-Michael ede8f0ca0a Build/GCC: Enforce version 4.7.2 2016-05-13 18:06:00 +02:00
Vincent-Michael e43b871137 Build: Added 1.61 Boost version to FindBoost 2016-05-13 17:54:53 +02:00
Vincent-Michael cccdbf4755 Core/Spells: Fixed warning 2016-05-10 19:57:20 +02:00
Vincent-Michael b29005925e Core: Fixed warning 2016-05-08 00:43:17 +02:00
Vincent-Michael a3b4c40073 Core/Commands: Cleanup in 0940f3e077 2016-05-08 00:26:30 +02:00
Vincent-Michael 0940f3e077 Core/Commands: Allowed .server idlerestart / idleshutdown / restart / shutdown to take another parameter structure:
e.g.:
* .server idlerestart 12d3h13m13s
* .server idleshutdown 46m13s
* .server restart 45h56m
* .server shutdown 323m42s
2016-05-08 00:02:15 +02:00
Vincent-Michael 54d759d2bf Core/Units: Fixed warning 2016-05-04 19:36:09 +02:00
Vincent-Michael 913d112449 Core/Hotfix: Fixed startup in bc106abb07 2016-04-24 20:39:29 +02:00
Vincent-Michael 4fbe380639 Core/Items: Fixed build 2016-04-23 19:35:49 +02:00
Vincent-Michael 3cd19d3b30 Core: Removed Whitespaces 2016-04-16 12:19:23 +02:00
Vincent-Michael 1c7515524d Core/Pets: Fixed issues reported by static analysis 2016-04-13 19:29:36 +02:00
Vincent-Michael 179b521dce Core: Remove whitespaces
(cherry picked from commit 5e74c2223bff8a467d6f1ce18f6f08aa05e17019)
2016-04-09 17:14:08 +02:00
Vincent-Michael 2a0582c3f2 Core/PacketIO: Updated SMSG_ACCOUNT_HEIRLOOM_UPDATE opcode 2016-04-03 17:12:57 +02:00
Vincent-Michael e518655b0f Scripts: Fixed warning
(cherry picked from commit 96cb26de285ad301a31254afb5de0aab7cb0f30a)
2016-04-02 19:40:41 +02:00
Vincent-Michael 33593ce0d5 Scripts: Added missing override
(cherry picked from commit d1a185e3d5af9db2c85e04df846167ce9c4a4cf9)
2016-04-02 19:25:43 +02:00
Vincent-Michael 7cd0ddc529 Core: Fix non pch build 2016-03-22 10:04:55 +01:00
Vincent-Michael 834ce504ae Core/Objects: Fix typo in 19cab2c508
(cherry picked from commit dbe854cd313ed23e86c67665228a876b7c23c7fc)

Conflicts:
	src/server/game/Globals/ObjectMgr.h
2016-01-20 21:10:36 +01:00
Vincent-Michael 478cc756eb Update copyright note for 2016
Happy new year (Again new year with idiots ...)
2016-01-01 00:34:25 +01:00
Vincent-Michael c63d515643 Build: Added 1.60 Boost version to FindBoost 2015-12-22 11:33:06 +01:00
Vincent-Michael b5329d8a03 Core: Revert fail 2015-11-15 16:49:17 +01:00
Vincent-Michael 5d584116fe Core: Added missing overrides 2015-11-15 16:48:12 +01:00
Vincent-Michael 00b4e8b6cc Scripts: Added missing overrides 2015-11-15 03:38:02 +01:00
Vincent-Michael d80f38ed4f Core/Condition: Remove unused code 2015-11-15 00:40:29 +01:00
blub 2a9a68877a Merge pull request #15729 from Vincent-Michael/gpsTransport
Core/Commands: Added transport position for command .gps
2015-11-14 20:41:50 +01:00
Vincent-Michael 9c99a1d0c7 Core/Commands: Added transport position for command .gps 2015-11-14 20:12:50 +01:00
Vincent-Michael 39a5844c6e Core: Fix warning
(cherry picked from commit d0c28c66eb294c2a8443054f76fbce7a309b6356)
2015-11-14 04:25:11 +01:00
Vincent-Michael 700508e484 Core/Condition: Fix issue reported by static analysis
Coverity defect ID: 1339314

(cherry picked from commit d1889602166b03a9c4dc07b6523410714ef3d1f6)
2015-11-14 04:24:51 +01:00
Vincent-Michael 6d01960448 Updated url for tc wiki 2015-11-07 11:22:16 +01:00
blub bf7175ee83 Merge pull request #15731 from ShinDarth/toscri
Convert the Duel Cooldown Reset feature to scripts
(cherry picked from commit 5c449b50aadcb35a4bd7fdc25d3a249f023cf507)
2015-11-07 00:38:05 +01:00
Vincent-Michael 23bb45bfe9 Core/Misc: Fix issues reported by static analysis
Coverity defect IDs: 1296295, 1296294

(cherry picked from commit 5745c880fdbaa69de619263884c8f690c2bd044b)
2015-11-01 10:44:39 +01:00
Vincent-Michael d8c5136325 SQL: Update auth_database 2015-10-10 10:39:02 +02:00
Vincent-Michael 4d4da189ff DB/Auth: Updated to 6.2.2a.20574 2015-10-09 09:06:28 +02:00
Vincent-Michael e5a2c5c026 DB/Hotfixes: Updated gameobjects table to 6.2.2.20490 2015-09-20 01:27:41 +02:00
Vincent-Michael 351e93078c DB/Auth: Updated to 6.2.2a.20490 2015-09-15 20:31:33 +02:00
Vincent-Michael 49b4dc269c DB/Quests: Updated quest_template up to 6.2.2 2015-09-05 19:00:08 +02:00
Vincent-Michael b5dc7761ba Core/PacketIO: Fix chat message opcodes for 6.2.2 2015-09-05 16:54:39 +02:00
Vincent-Michael 3ed84dad88 Core/PacketIO: Updated TutorialAction enum for 6.2.2 2015-09-05 15:46:13 +02:00
Vincent-Michael be6827335a Core/PacketIO: Updated base build for pkt log 2015-09-05 15:42:22 +02:00
Vincent-Michael 45610a69b0 DB/Hotfixes: Updated broadcast_text to patch 6.2.2 2015-09-05 04:23:48 +02:00
Vincent-Michael 6da6df5dcc DB/Bnet: Fix typo in 663cff2195 2015-09-05 02:59:45 +02:00
Vincent-Michael ca5c5221ba Core/Unit: Updated ReactStates for WoD 2015-08-25 13:20:54 +02:00
Vincent-Michael bc54df6ea5 Core/PacketIO: Enabled CMSG_FAR_SIGHT opcode 2015-08-23 05:18:17 +02:00
Vincent-Michael 93d555266c Core/Taxi: Update ActivateTaxiReply enum for 6.2.0 2015-08-09 19:40:41 +02:00
Vincent-Michael edcbe1bf47 Core/Instances: Fix order (wrong build) in 57eae1dc13 2015-08-09 17:27:48 +02:00
Vincent-Michael 57eae1dc13 Core/Instances: Added ResetFailedReason enum for 6.2.0 2015-08-09 17:23:56 +02:00
Vincent-Michael 00a77230bd Core/PacketIO: Updated and enabled SMSG_RAID_GROUP_ONLY opcode 2015-08-09 01:30:58 +02:00
Vincent-Michael a2969358d9 Core/Misc: Added RaidGroupReason enum for 6.2.0 2015-08-09 00:54:57 +02:00
Vincent-Michael f792e8ee7c Core/PacketIO: Updated and enabled SMSG_BREAK_TARGET opcode 2015-08-08 22:30:27 +02:00
Vincent-Michael 829431c48e SQL: Added missing sql in d8b36dfc17 2015-08-08 19:37:09 +02:00
Vincent-Michael d8b36dfc17 Core/PacketIO: Added and enabled CMSG_SET_LOOT_SPECIALIZATION opcode 2015-08-08 18:10:02 +02:00
Vincent-Michael 9109440367 Core/PacketIO: Updated and enabled SMSG_QUEST_GIVER_QUEST_FAILED opcode 2015-08-08 16:15:37 +02:00
Vincent-Michael 650dd53b84 Core/PacketIO: Updated and enabled SMSG_QUEST_UPDATE_FAILED_TIMER opcode 2015-08-08 15:31:18 +02:00
Vincent-Michael c9e138d66d Core/PacketIO: Updated and enabled SMSG_QUEST_GIVER_INVALID_QUEST opcode 2015-08-08 12:40:43 +02:00
Vincent-Michael a76fdb9d38 Core/Misc:
- Updated and enabled CMSG_QUEST_PUSH_RESULT opcode
- Update QuestPushReason enum for 6.2.0
2015-08-08 01:30:42 +02:00
Vincent-Michael 32284d3e9c Core/Quests: Update QuestFailedReason enum for 6.2.0 2015-08-08 00:01:00 +02:00
Vincent-Michael 87a8267f2e Core/PacketIO: Fixed SMSG_QUEST_GIVER_OFFER_REWARD_MESSAGE structure 2015-08-05 18:27:25 +02:00
Vincent-Michael 8cef6b03bf Core/PacketIO: Fixed SMSG_QUEST_GIVER_QUEST_DETAILS structure 2015-08-05 18:22:16 +02:00
Vincent-Michael cbd8b1961c Fix build 2015-08-03 17:26:31 +02:00
Vincent-Michael dc791d4286 Core/PacketIO: Update CMSG_SET_LOOT_METHOD for 6.2.0 2015-08-02 22:05:02 +02:00
Vincent-Michael 4145eb0b83 Core/Loot: Fix group loot 2015-08-02 21:37:44 +02:00
Vincent-Michael 908ee891f7 Core/Loot: Update LootMethod enum for 6.2.0 2015-08-02 21:27:32 +02:00
Vincent-Michael d8850f0536 Core/PacketIO: Update and enabled SMSG_PARTY_KILL_LOG opcode 2015-08-02 20:35:01 +02:00
Vincent-Michael f3d44b0309 Core/PacketIO: Update and enabled SMSG_LOOT_LIST opcode 2015-08-02 20:19:52 +02:00
Vincent-Michael 49a6e600ea SQL: Fix bad sql in c8589f771c 2015-08-02 18:43:09 +02:00
Vincent-Michael b409d695c1 Core: Added code back in f60a28978a 2015-08-02 18:26:04 +02:00
Vincent-Michael f60a28978a Core/PacketIO: Update and enabled SMSG_ITEM_COOLDOWN opcode 2015-08-02 18:02:50 +02:00
Vincent-Michael b0ad346cf3 Core/PacketIO: Enabled more opcodes 2015-08-02 17:30:09 +02:00
Vincent-Michael 4a08ff819c Core/PacketIO: Added and enabled CMSG_SET_PVP opcode 2015-08-02 16:20:01 +02:00
Vincent-Michael 681df2c1e9 Core/PacketIO: Enabled void storage opcodes 2015-08-02 03:32:41 +02:00
Vincent-Michael a53a73a967 Core/PacketIO: Removed useless stuff (only debug for me) 2015-08-02 02:10:29 +02:00
Vincent-Michael 4088fe51c0 Core/PacketIO: Enabled CMSG_VIOLENCE_LEVEL, SMSG_SPELL_ENERGIZE_LOG, SMSG_SPELL_HEAL_LOG opcode 2015-08-02 01:47:21 +02:00
Vincent-Michael adabac9edd Core/PacketIO: Updated and enabled CMSG_TOGGLE_PVP opcode 2015-08-02 01:29:46 +02:00
Vincent-Michael 8335770207 Core/BattleNet: Removed bad line 2015-08-01 20:27:49 +02:00
Vincent-Michael 8aa55a0b57 Core/Misc: Update game creature template locale in simple system 2015-08-01 11:58:14 +02:00
Vincent-Michael 0e6c549a57 Core/PacketIO: Updated TutorialAction enum for 6.2.0 and fix typo 2015-07-31 21:12:18 +02:00
Vincent-Michael a177a10018 DB/BattleNet: Update wow build to 20338 2015-07-29 05:59:58 +02:00
Vincent-Michael 8092c68e88 SQL: Fix bad sql
(cherry picked from commit 9e2b0eb718f1a3fdadd816db6e4638b468b82059)

Conflicts:
	sql/updates/world/2015_07_26_00_world.sql
2015-07-27 01:32:41 +01:00
Vincent-Michael 2e586bc520 Core: Header cleanup in game/*/*.cpp 2015-07-25 20:18:42 +02:00
Vincent-Michael ddcc0352d0 Core/PacketIO: Fixed bad opcode name 2015-07-25 12:07:30 +02:00
Vincent-Michael df1f4969d8 Fix non pch build for Visual Studio 2015 compiler 2015-07-23 18:44:54 +02:00
Vincent-Michael 4ee4cffb49 DB/Quests: Updated quest_template to 6.2.0.20253 no.4 2015-07-19 18:35:11 +02:00