Commit Graph

17418 Commits

Author SHA1 Message Date
cyberbrest
dcfaf07054 [Core/Currency] drop conquestPoints and totalHonorPoints columns with porting data to new table. 2012-09-03 22:55:28 +03:00
cyberbrest
0c40fb0fe9 [Core/Currency] save all currencies on special db table.
+ fix initialization currencies.
2012-09-03 22:55:13 +03:00
cyberbrest
e9a3d38769 [Core/Currency] not allow add more then week limit. 2012-09-03 22:55:02 +03:00
cyberbrest
9025a86536 [Core/Currency] no needed delta calculations + fix crashes because of it. 2012-09-03 22:54:45 +03:00
Nay
25cc49b489 Core: Fix x64 compile and GCC compile 2012-09-03 18:16:04 +01:00
cyberbrest
83bb6d0207 Core/Stats mana generation: remove MP5 rule (http://www.wowwiki.com/Mana_regeneration) + add correct
generation formula from wowwiki

Closes #7459
2012-09-03 16:27:58 +01:00
Nay
f76b961562 Merge pull request #7491 from NorthStrider/pull-1
[4.3.4] Core/Players: updated health regeneration to cataclysm.
2012-09-03 08:24:36 -07:00
Nay
874ddcb0ae Merge remote-tracking branch 'origin/master' into 4.3.4
Conflicts:
	dep/PackageList.txt
	src/tools/map_extractor/System.cpp
2012-09-03 16:11:46 +01:00
Nay
0db5573d4d Core/Dependencies: Update G3D to version 8.01 2012-09-03 15:39:07 +01:00
Nay
5f6e190a96 Core/Dependencies: Update zlib to version 1.2.7 2012-09-03 15:37:39 +01:00
Nay
531e16e5b8 Core/Dependencies: Update utf8-cpp to version 2.3.2 2012-09-03 15:36:36 +01:00
Nay
6cde35955d Core/Dependencies: Update bzip2 to version 1.0.6 2012-09-03 15:35:28 +01:00
Nay
c8a91e2559 Tools/Extractors: Fix build under GCC 4.7 2012-09-03 15:21:52 +01:00
w1sht0l1v3
f46982ee7a Scripts: Fix non pch build 2012-09-03 16:15:18 +03:00
w1sht0l1v3
128d99b29b Core/Scripts: Rewrite Cold Hearted quest.
Closes #1758 .
2012-09-03 15:50:08 +03:00
Nay
dba602ea16 Core/BFs: Fix GCC (?) compile
Closes #7629
2012-09-03 13:33:21 +01:00
Nay
80b61fa584 Core/Spells: Hard-limit the number of hit and miss targets sent in SMSG_SPELL_GO to 255 (each), fixes client crashes
Closes #3873
2012-09-03 02:45:27 +01:00
Nay
77c8e0a2a4 Merge pull request #7625 from Elron103/pull-requests
Scripts/MoltenCore: Fix boss Golemagg enrage behaviour
2012-09-02 17:05:34 -07:00
Elron103
1e361bc43a Scripts/MoltenCore: Fix boss Golemagg enrage behaviour 2012-09-03 01:57:01 +02:00
Nay
1a49554af8 Misc: Correct a SQL, update PackageList.txt and remove an uneeded file (soap) 2012-09-02 22:52:22 +01:00
click
0cca186a44 Core/Dependencies: Ugrade gsoap-library to v2.8.10
+ add documentation for later upgrades and the original stub.file used for service generation.
2012-09-02 22:57:10 +02:00
Vincent-Michael
28a5e1e148 SQL: Fix sql error (thx ChazyTheBest) 2012-09-02 21:02:35 +02:00
Shauren
10c9f0d0ed Scripts/Commands: Fixed compile 2012-09-02 18:40:08 +02:00
Nay
1731ff5ca1 SQL: Rename SQL file after PR 2012-09-02 15:50:29 +01:00
Nay
40c22de0b7 Merge pull request #7587 from acrathos/master
DB/SAI: Thorim and Lok'lira the Crone
2012-09-02 07:47:57 -07:00
nelegalno
f4fdb0c64c DB/Quests: Fix required races for multiple quests
Closes #7620
2012-09-02 15:44:00 +01:00
Shauren
c649e2fe6b Fixed typo in PutBits 2012-09-02 14:22:18 +02:00
Sovak
13e1e23611 Core/Battlegrounds: More battleground fixes
Signed-off-by: Shauren <shauren.trinity@gmail.com>
2012-09-02 12:17:38 +02:00
Shauren
62b68f5a6c Merge pull request #7613 from Elron103/pull-requests
Core/Scripting: Fix DoAction function of SummonList incorrectly removing entries in SummonList
2012-09-02 02:36:22 -07:00
Nay
ce003baea9 Merge pull request #7614 from Elron103/pull-requests2
Core/Scripting: Add missing entry in ScriptLoader for boss Ouro
2012-09-01 16:32:51 -07:00
Elron103
24d1a5a98e Core/Scripting: Add missing entry in ScriptLoader for boss Ouro 2012-09-02 00:48:23 +02:00
Elron103
46852a3808 Core/Scripting: Fix DoAction function of SummonList incorrectly removing entries in SummonList 2012-09-02 00:19:13 +02:00
Nay
2e1de60593 Merge remote-tracking branch 'origin/master' into 4.3.4
Conflicts:
	src/server/game/Entities/Player/Player.cpp
	src/server/scripts/Commands/cs_misc.cpp
	src/server/worldserver/worldserver.conf.dist
2012-09-01 22:19:13 +01:00
Spp
a7dd289b04 Core/Config: Change default log level of "Chat Log" to fit old log system 2012-09-01 22:13:12 +02:00
Spp
b127610510 Config: Cosmetic changes to fit config guidelines 2012-09-01 21:24:09 +02:00
Spp
7811e9100c Core/Logging: Delete player filename will now use guid_name format like old log system. (was set to account_name by error) 2012-09-01 21:18:01 +02:00
Spp
5cafe0ca01 Core/Logging: Fix delete player crash having logging player enabled.
closes #7437
2012-09-01 21:15:20 +02:00
Shauren
d218afa198 Core/PacketIO: Implemented ByteBuffer::PutBits allowing to put a value at specified position with bit precision 2012-09-01 17:52:19 +02:00
Shauren
3d0c6a3f4a Merge pull request #7607 from Sovak/party_derp 2012-09-01 06:22:45 -07:00
Sovak
5a649b52b3 Core/Groups: Fixed issue, when invite message says that you are inviting yourself
Signed-off-by: Sovak <Sovak007@gmail.com>
2012-09-01 15:16:59 +02:00
kaelima
859b706079 Core/PacketIO: Refix SMSG_TRAINER_BUY_SUCCEEDED and actually activate SMSG_PLAY_SPELL_VISUAL_KIT
ref commit c0602889b5
2012-09-01 05:39:19 +02:00
kaelima
c0602889b5 Core/PacketIO:
- Rename and fix: CMSG_INSPECT_HONOR_STATS and SMSG_INSPECT_HONOR_STATS.
- Replaced SMSG_TRAINER_BUY_SUCCEEDED with new SMSG_TRAINER_SERVICE.
- Fix sending SMSG_PLAY_SPELL_VISUAL_KIT and removed obsolate SMSG_PLAY_SPELL_IMPACT.
Thanks to mangos
2012-09-01 05:03:15 +02:00
Myran2
4bc983d7b7 Core/Commands: Fix .cheat kill and add instakill immunity to it
Closes #7586
2012-09-01 00:36:26 +01:00
Nay
107bd5f5a3 Scripts: Fix non pch build 2012-09-01 00:11:44 +01:00
Nay
6b0c2a307b Merge pull request #7599 from gacko28/zuluhed
Core/Spell: Unlocking zuluhed chains
Closes #996
Fixes quest Zuluhed the Whacked
2012-08-31 15:58:34 -07:00
Gacko
74d4aec49b Core/Spell: Unlocking zuluhed chains
Core/Spell: Unlocking zuluheds chains

Core/Spell: Unlocking zuluheds chains

Core/Spell: Unlocking zuluheds chains
2012-09-01 00:35:52 +02:00
Nay
8bfdfd18cd Scripts: Fix a merge issue, thanks cyberbrest 2012-08-31 19:48:26 +01:00
Nay
5ab5cbcd2c Core/Loading: Fix a typo when loading creature_template 2012-08-31 17:48:05 +01:00
Trista
305b8d2d69 Core/Scripts: Improve Wyrmrest Defender gossip
* Added conditions to only show default gossip, if not on quest 12372
* Else show other gossip text
* Add second gossip text on gossip select
* Remove close gossip - after a lot of videos turns out character close it by moving or clicking "goodbye"

Ref #1861
Closes #7594
2012-08-31 14:20:55 +01:00
Santiago
0af00a8283 DB/SAI: Remove Lol'kira the Krone and Thorim cpp scripts, handled by SAI 2012-08-30 23:32:03 -03:00