Commit Graph

14003 Commits

Author SHA1 Message Date
kaelima
b0d106944b Core/Misc:
- Add missing spell effects
- One missing area flag
- Added some fields to AreaTableEntry fields that now has previously been empty
(4.2.2)
2011-11-30 21:25:20 +01:00
Nay
e8b51cc25c Core/Packets: Re-add ticket related to opcodes to opcode enum (thanks Fabi for confirming them, I guess);
Add IsValidClass/IsValidRace methods to Player class
2011-11-29 18:45:22 +00:00
Rat
309fd11fb9 Core/MovementHandler: added new packet handler for movement
(it is using 4.2.0 struct so not useable, but can be updated, use it as a base)
2011-11-29 17:57:38 +01:00
Shauren
a2f6e169e2 Core/DBC: Fixed loading of NameGen.dbc 2011-11-29 10:22:46 +01:00
Manuel Carrasco
e2d303dc26 Core/Packets: Restored functionality of "Randomize" button at character creation. Now it is server-side. 2011-11-28 23:06:50 -03:00
kaelima
36a90f7098 Core/Definies: Updated SharedDefines header with 4.2.2 values
FYI:
BATTLEGROUND_TP = Twin Peaks
BATTLEGROUND_BFG = Battle For Gilneas
2011-11-29 02:27:17 +01:00
Nay
f94730bd93 Core/Misc: Fix "Return to graveyard" button and remove some opcodes that need to be confirmed 2011-11-28 23:41:30 +00:00
kiper
48652b9352 Core/Packets: Add some new opcodes and enable handlers for
some opcodes.
2011-11-28 22:05:43 +00:00
Nay
1a1cf8d263 Core/GOs: Update gameobject_template and SMSG_GAMEOBJECT_QUERY_RESPONSE 2011-11-28 17:22:21 +00:00
Kaelima
aa96a4ca9c Merge pull request #4131 from Venugh/4.x
4.x
2011-11-28 09:04:54 -08:00
Venugh
e3017f6e2a Core/Player: Correct val in SMSG_POWER_UPDATE. 2011-11-28 17:53:44 +01:00
Nay
699574267c Core/Chat: Fix most chat opcodes
TODO: Addon chat handling and some chat types (raid, bg, dnd, afk)
2011-11-28 15:59:49 +00:00
Rat
c1d6359218 Core/Packets: CANCEL_AURA "fix"
-Updates to WorldPacket and MovementInfo
2011-11-28 15:50:25 +01:00
Machiavelli
059d4f52a3 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.x 2011-11-28 15:42:32 +01:00
Machiavelli
0b4b853a05 Merge pull request #4128 from w1sht0l1v3/master
Scripts/Brd: Fix learning of Dark Iron Smelting.
2011-11-28 06:40:27 -08:00
w1sht0l1v3
b8a0d04acc Scripts/Brd: Fix learning of Dark Iron Smelting. 2011-11-28 16:36:43 +02:00
Supabad
86f7f546ec Core/Transports: Fix crash related to Transport 2011-11-28 12:22:45 +01:00
Rat
487da95a92 Core/Packets: added new opcodes for player movement and some others
-enabled some handlers
-temp disabled the movementhandler to prevent spamming bytebuffer exceptions, until correct structure is found
2011-11-28 07:39:21 +01:00
Nay
6094e11ca5 Merge pull request #4123 from Venugh/4.x
Updated SMSG_FEATURE_SYSTEM_STATUS to 4.2.2 thanks to nay for help.
2011-11-27 14:48:07 -08:00
Venugh
e667c4ab1d Core/Opcode: Fixed SMSG_FEATURE_SYSTEM_STATUS.
thx to nay for help.
2011-11-27 23:42:55 +01:00
kaelima
359a21a553 Core/Protocol: Allow use of a bunch of opcodes
(all structs have been checked)
2011-11-27 23:31:46 +01:00
Nay
f28fd90535 Core/Protocol: Two new opcs and re-enable more handlers 2011-11-27 20:39:35 +00:00
Rat
7b5f51b006 Core/Packets: enabled / fixed handlers 2011-11-27 21:20:37 +01:00
Rat
0ffb50fcd2 Core/Packets: corrected error msg 2011-11-27 20:49:07 +01:00
Rat
d27ba7379b Core/Units: SetPower should be signed int 2011-11-27 20:23:48 +01:00
Nay
521df431d2 Core/Protocol: Re enable handlers for some opcodes 2011-11-27 19:03:02 +00:00
Nay
23dae4e6bb Yet another typo in opcodes, failCount++ 2011-11-27 18:23:10 +00:00
Nay
2bd70aae3d Usual fix compile commit 2011-11-27 18:13:00 +00:00
Rat
d977ed01e7 Core/Units: fixed power update
(yes you are now alive ingame)
2011-11-27 19:09:47 +01:00
Nay
a28b5c3a95 Core/Protocol: Few more opcodes from WPP 2011-11-27 18:09:00 +00:00
Manuel Carrasco
df3f11dc80 Scripts/EoE: Malygos does not fly always. 2011-11-27 14:52:28 -03:00
Shauren
6d1c770d8d Cosmetic changes and typo fixes 2011-11-27 17:46:05 +01:00
Rat
5be5eae64f Core/Packets: updated WorldPacket compressor 2011-11-27 17:04:01 +01:00
Nay
07740f84b5 Core/Packets: Refactor BuildMovementPacket 2011-11-27 15:18:29 +00:00
Rat
7fdefceb43 Core/Packets: updated update_object structure
Welcome ingame!
2011-11-27 16:06:29 +01:00
Nay
8eac7e3fdc Add missed change to previous commit and fix a typo in BitStream::Empty 2011-11-27 13:55:44 +00:00
Nay
0bc3b2d50e Core/Object: Update Update_type enum, remove BuildMovementUpdateBlock and write the correct (?) number of bits in BuildMovementPack
TODO: Send map before count
2011-11-27 13:47:56 +00:00
Shauren
e8523b1c3c Core/Packets: Simplified ByteBuffer constructor 2011-11-27 14:41:16 +01:00
Shauren
3a855f3f38 Core/PacketIO: Fixed memory leak in HandlePlayerLoginOpcode and cleaned some tabs -> spaces 2011-11-27 12:17:24 +01:00
Shauren
015e459616 DB/Templates: Fixed The Lich King damage (previous sql had typos in creature entries and pointed to non-existing templates) 2011-11-27 11:28:39 +01:00
Rat
70c3488dd0 Core/Player: fixed player loading to reflect new DB changes
- added missing changes to characters_datasabase.sql
2011-11-27 09:37:32 +01:00
kaelima
b84d82e569 Core/Protocol: Add some account data protocols.
Their struct have not changed since 3.3.5a.
2011-11-27 04:02:59 +01:00
kaelima
50f8881494 Core/Player: Store guild id inside protected integer instead of fetching from db. Still have method GetGuildIdFromGuid though if player is offline. 2011-11-27 03:40:03 +01:00
Nay
35bc064407 DB/Player: Add class/race level stats for the new combos (level 1 only);
Core/Misc: Set RecruitAFriend.MaxLevel to 80 (from 60);
Also fix a typo in previous commit (thanks @Blumster)
2011-11-27 01:29:21 +00:00
Nay
007fed581d Core/Unit: Update creature_template table and SMSG_CREATURE_QUERY_RESPONSE 2011-11-27 00:51:23 +00:00
Shocker
e6b120032d Core/Spells: Remove outdated code for Rockbiter Weapon 2011-11-27 01:21:12 +02:00
Nay
dd01ac9f64 DB/Startinfo: Add startinfo info (spells, actions and position) for all races/classe combos.
Done by Singularity team for 420, thanks a lot to them
2011-11-26 23:05:26 +00:00
Shocker
97d85e00c2 Core/Spells: Remove outdated code for Predatory Strikes 2011-11-27 01:00:29 +02:00
Shocker
abb82345a4 Core/Pets: Water Elementals are now permanent pets 2011-11-27 00:43:03 +02:00
Shocker
dd06dc75e6 Revert "Core/Pets: Water Elementals are now permanent pets" (wrong branch)
This reverts commit 0136c86054.

Also add line ending to recently added SQL file
2011-11-27 00:40:58 +02:00