Commit graph

5644 commits

Author SHA1 Message Date
Yaki Khadafi
9aa0614517 [0009] Cleanup SMSG_ALL_ACHIEVEMENT_DATA, fix SMSG_RESPOND_INSPECT_ACHIEVEMENTS structure and enable it's opcode.
Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
2020-02-16 02:54:08 +00:00
Yaki Khadafi
2bb1b2558e [0008] Typos v_v
Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
2020-02-16 02:54:07 +00:00
Salja
a97b8311d2 [0007] Fix VC100 build.
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 02:54:06 +00:00
Yaki Khadafi
4409188546 [0006] Fix most of movement opcodes. Thx Strawberry & Trinity for MovementStatusElements idea.
Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
2020-02-16 02:54:05 +00:00
Yaki Khadafi
0e630a3639 [0005] Implement ResetBitReader() method for ByteBuffer and get rid of random unintended read bugs
Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
2020-02-16 02:54:04 +00:00
Salja
93a8a0c22f [0004] Fix crash on login with warrior. Thanks Zaka for pointing
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 02:54:04 +00:00
Salja
cb2d7ceea5 [0003] Typo
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 02:54:03 +00:00
Salja
6df0910e61 [0002] 0.17.0-DEV --> CATACLYSM-DEV
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 02:54:02 +00:00
Salja
8276c75bef [0001] Start on MaNGOS 4.3.4
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 02:54:01 +00:00
Yaki Khadafi
936404c101 Update ObjectGuid to cata, remove ref in ByteBuffer::WriteGuid*
Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>

Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 02:53:50 +00:00
Salja
3e5895f2f5 Fix CMSG_CHAR_ENUM
Note: VC80/VC90 need update =)

Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 02:25:26 +00:00
Salja
5424aed420 Added Support for DB2 Reader. Thanks to all Authors
NOTE: extractor need fix/update.
      support for VC80/VC90
      cmake need update

Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 02:25:24 +00:00
Salja
22bfaa12b0 Mage 400 INTO master/434
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 01:59:51 +00:00
Nay
bb91aa5933 [12080] Use a single method to send SMSG_ACTIVATETAXIREPLY
Signed-off-by: stfx <stfx@hotmail.de>
2012-08-03 19:27:06 +02:00
zergtmn
af349b4bdd Move some methods from .h to .cpp 2012-08-03 20:12:15 +06:00
Sergey
16fe6cbe82 Merge pull request #65 from LordJZ/bug/ACE_Stack_Trace
Fix compile on Linux
2012-08-03 06:53:44 -07:00
Machiavelli
21a3ee9267 [12079] Remove some redundant explicit NULL checks for pointers before delete or delete[] calls since this check is done implicitly when deleting
Signed-off-by: stfx <stfx@hotmail.de>
2012-08-03 14:30:18 +02:00
stfx
4a684fe630 [12078] Fix SMSG_SET_FACTION_STANDING
Client now correctly displays visual effect for faction rank increase. Also added comment for refer-a-friend bonus reputation field

Based on patch by kaelima
Thanks to TOM_RUS

Signed-off-by: stfx <stfx@hotmail.de>
2012-08-03 14:23:20 +02:00
LordJZ
9daa9ad472 Possibly fix ByteBuffer when no ACE_Stack_Trace available.
Testing required as I do not have access to a system that lacks ACE_Stack_Trace."
2012-08-03 05:14:11 +04:00
Silinoron
4bf5c3d701 [12077] Send SMSG_GROUP_INVITE also when the invite fails due to the invitee already being in a group
Signed-off-by: stfx <stfx@hotmail.de>
2012-08-02 19:58:31 +02:00
stfx
e81b605caa [12076] Remove redundant casts in Player.cpp 2012-08-02 10:26:11 +02:00
Machiavelli
32aede1a82 [12075] Don't check registry for game folder on windows, use relative "Data" dir, similar to linux.
Fixes annoyance when you have multiple wow clients and building vmaps fails for reason that extractor takes path from wrong client even though it is located inside the correct directory

Signed-off-by: stfx <stfx@hotmail.de>
2012-08-02 10:08:40 +02:00
stfx
8ebcfae37c [12074] Improve OS detection for windows crash reporting 2012-08-02 09:54:45 +02:00
Sergey
10f55eab70 Merge pull request #62 from LordJZ/feature/bytebuffer-enhancement
Print stack trace in ByteBufferException::PrintPosError.
2012-07-30 19:30:25 -07:00
LordJZ
1ae8dee2c2 Print stack trace in ByteBufferException::PrintPosError. 2012-07-31 00:44:19 +04:00
LordJZ
e45969b9ec Eliminate race condition in World Log.
In has been introduced with multithreaded packet processing, and prevents the dump from being written correctly, e.g. with tools.
2012-07-31 00:38:45 +04:00
antiroot
dfde2cdd28 [12073] ACE Remove sys/param.h includes
These are already included elsewhere if the platform supports it
2012-07-27 16:11:51 -05:00
antiroot
2c7ba84313 [12072] Apply ACE patches for FreeBSD 2012-07-27 10:44:59 -05:00
Schmoozerd
7dc0a86237 [12071] Improve recent commits. Thanks to Reamer and stfx for pointing 2012-07-22 15:50:21 +02:00
Schmoozerd
8c93370a19 [12070] Add some override correctness 2012-07-22 14:39:53 +02:00
Schmoozerd
835d1c7479 [12069] Cleanup comment style 2012-07-22 14:39:31 +02:00
bugeyedcreepy
5efb3867f5 [12068] Fix another engrish line and improve the lines output 2012-07-22 02:01:26 +02:00
Shyax
759d7f80db [12067] Use world state enum for adding/ remove a state in bg and various cleanups
Thanks to stfc for additional input

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
2012-07-22 01:49:43 +02:00
stfx
3707b04330 [12066] Optimize some parts for ++C 2012-07-21 17:15:11 +02:00
Schmoozerd
84080ee5d3 [12065] Fix various warnings 2012-07-20 21:17:04 +02:00
Xfurry
5f4d61928f [12064] Implement spell 56430 2012-07-20 18:14:53 +02:00
Schmoozerd
e32b9953a1 Cleanup Operator padding 2012-07-20 17:38:23 +02:00
Lillecarl
9141299127 [12063] Fix Typo in SpellTemplate storage checks 2012-07-19 23:04:33 +02:00
Schmoozerd
aeff8f9d1a [12062] Cleanup MaNGOS sources 2012-07-19 22:05:00 +02:00
Schmoozerd
c334cd5ea4 Various Cleanups (shared/Database/) 2012-07-19 21:57:32 +02:00
Xfurry
2a4b8f2cb0 [12061] Assert correct loading of GO_TYPE_CAPTURE_POINT
This will assert controlled behaviour when loading a `gameobject_template` entry of type Capture Point with bad data
Patch improved by stfx

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
2012-07-19 21:37:31 +02:00
Xfurry
5a0f668515 [12060] Implement GO_TYPE_CAPTURE_POINT support
Patch also developed by stfx

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
2012-07-19 21:32:04 +02:00
stfx
acffb0de4c [12059] Add grid searcher for OPvP Capture Points
Might be based on work of original OPvP authors

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
2012-07-19 21:18:41 +02:00
Schmoozerd
6de10526cc [12058] Remove more header includes 2012-07-19 04:15:13 +02:00
Schmoozerd
f24fa870c5 [12057] Add some static wrappers for Lookup access to SQLStorages 2012-07-19 01:14:02 +02:00
Velvet
4e117d1ee8 [12056] Fix a bug of [11825] that causes wrong offhand attack times for players.
Thx to fr1nge for reporting the bug.
Problem spotting and patch by vovk
Additional cleanup by fr1nge

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
2012-07-18 14:58:11 +02:00
Schmoozerd
1c7e46a4a8 [12055] Add some defines for hard-coded field-indexes that need special convertion on SQL-Storage loading - Idea by Vladimir 2012-07-18 13:50:54 +02:00
stfx
754634fe42 [12054] Add grayard linking/ unlinking support 2012-07-18 01:32:23 +02:00
Xfurry
c9d98e8c96 [12053] Add target limitation for 65872 2012-07-16 22:16:14 +02:00
boxa
59961cffc7 [12052] Fixup commit 12043, My bad. Thx to Reamer for pointing 2012-07-16 22:10:50 +02:00