| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-11-26 | Merge branch '4.x' of github.com:TrinityCore/TrinityCore into 4.x | Rat | |
| 2011-11-26 | Core/CharacterHandler: fixed guid reading in PlayerLoginOpcode handler | Rat | |
| thanks to Nay && Shauren | |||
| 2011-11-26 | Core/Packets: Implemented BitStream helper class | Rat | |
| - added Static BitConverter class - upgraded the ByteBuffer class for easier usage | |||
| 2011-11-26 | Core/Packets: disable sending 0 as opcode and print trace info | Rat | |
| 2011-11-26 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.x | Machiavelli | |
| 2011-11-26 | Core/Misc: Make VMapManager2::acquireModelInstance and releaseModelInstance ↵ | Machiavelli | |
| thread safe Closes #4086 | |||
| 2011-11-26 | Core/DBLayer: Yet Another Typo Fix To Player::SaveToDB() | Nay | |
| 2011-11-26 | Core/Items: Added more checks determining item disenchanting loot | Shauren | |
| DB/Loot: Added all disenchant templates | |||
| 2011-11-26 | Core/Quests: Update `quest_template` and SMSG_QUEST_QUERY_RESPONSE | Nay | |
| TODO: - Validate SkillId and reward it - Validate Currency, add it to the requires and reward it (after being able to read currency dbc) - Update other quest related opcodes | |||
| 2011-11-26 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.x | Machiavelli | |
| Conflicts: src/server/game/Entities/Player/Player.cpp | |||
| 2011-11-26 | Core/DBLayer: Fix player saving | Machiavelli | |
| 2011-11-26 | Core/Items: Removed obsolete field from ItemTemplate | Shauren | |
| 2011-11-26 | Merge branch 'master' into 4.x | Nay | |
| Conflicts: src/server/shared/Database/Implementation/CharacterDatabase.cpp | |||
| 2011-11-26 | Add SQL to previous commit (5a4636c145cc5e) *facepalms* | Nay | |
| Correct a DB error in quest_template for quest 14171 (Thanks Bizzy) | |||
| 2011-11-26 | Core|DB/Quests: Rename and re-order fields in `quest_template` table, for ↵ | Nay | |
| the sake of consistency Order should match SMSG_QUEST_QUERY_RESPONSE | |||
| 2011-11-26 | Core/DB: Another typo in SaveToDB | kaelima | |
| 2011-11-26 | Core/DB: Fix character creation in Player::SaveToDB. | kaelima | |
| And some misc comments/whitespaces | |||
| 2011-11-26 | Core/Misc: Fix compile and char creation | kaelima | |
| - Added very basic honor/conquest support, no idea if its works even a little since there's no possibility of testing yet | |||
| 2011-11-25 | Core/Items | Shauren | |
| * Updated ItemTemplate structure to 4.x * Calculate armor, damage and disenchant loot from dbc files TODO: Use dbc disenchant ids in disenchant_loot_template | |||
| 2011-11-25 | Core/Corpse: Fix indexing in Corpse::SaveToDB(). Thanks @Ciclop | Nay | |
| 2011-11-25 | Core/Misc: | kaelima | |
| Clearing compile errors since UpdateFields were changed: - Completely remove ammo (Cataclysm change) - Revert some changes with power/maxpower and only store the 5 needed powers in db (the rest is useless) - Remove GuildId from corpse - Move PLAYER_GUILDID to character db (removed updatefield) Note: Compile is still not working as we need to change currency handling | |||
| 2011-11-25 | Merge branch 'master' of github.com:TrinityCore/TrinityCore | Shocker | |
| 2011-11-25 | Core/Player: Typo in player flags | Shocker | |
| 2011-11-25 | Core/DB: Fix a typo in commit 72675d55d821e0648c53d53d78a1 | Nay | |
| Closes #4068 | |||
| 2011-11-25 | DB/Creature: Delete a very high guid and insert a lower one | Nay | |
| *slaps someone* | |||
| 2011-11-25 | Core/Mechanics: | kaelima | |
| - Add basic support for focus used by players (hunters) - Drop all support for pet happieness (as it has been completely removed) - Add new fields to characters db to store new power values (Should now be able to create characters again) | |||
| 2011-11-25 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.x | Machiavelli | |
| 2011-11-25 | Core/DBLayer: Use prepared statements in Player::SaveToDB. Also split the ↵ | Machiavelli | |
| function up between an INSERT part (new character creation) and UPDATE part (existing character). | |||
| 2011-11-25 | DB/Quests: Fix Junkboxes Needed class requirements | Nay | |
| Closes #509 | |||
| 2011-11-25 | Core/Quests: Add new field RequiredClasses for quest_template Credits to | Stalker_Riddick | |
| NoFantasy. * SkillOrClass is converted to RequiredSkill (and then field can contain skill id only) * Field ZoneOrSort has no longer a function in quest requirement, and RequiredClasses must be used instead where class limits are expected. To restrict a quest to one class or more, use bitmask of class in RequiredClasses. RequiredSkill works like before. Signed-off-by: NoFantasy <nofantasy@nf.no> Signed-off-by: Stalker_Riddick <nenad_kuza@hotmail.com> | |||
| 2011-11-25 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.x | Machiavelli | |
| 2011-11-25 | Core/Enum: Add missing race and powers from dbc | kaelima | |
| 2011-11-25 | Core/Object: Update UpdateFields to version 4.2.2 (14545) | kaelima | |
| 2011-11-25 | Merge pull request #4061 from Venugh/4.x | Kaelima | |
| Fix some whitespaces in Datastore | |||
| 2011-11-24 | Core/Protocols: Rename CMSG_WORLD_LOGIN to CMSG_LOAD_SCREEN and add simple ↵ | kaelima | |
| structure (still unknown purpose). | |||
| 2011-11-24 | Core/DataStores: Coding style. | Venugh | |
| 2011-11-24 | Core/Protocol: Fix struct of SMSG_AURA_UPDATE/SMSG_AURA_UPDATE_ALL | kaelima | |
| 2011-11-24 | Core/DisableMgr: Fixed spells disables | Shocker | |
| 2011-11-24 | Core/Items: Updated scaling item stat calculations | Shauren | |
| 2011-11-24 | Core/Pets: Fix pet saving typo from recent cleanups (spotted by Nay) | Shocker | |
| 2011-11-24 | Core/DataStores: | Rat | |
| -dropped dbcstring/db2string, use simple nonconstant char* (will be useable when loading custom data from db to dbc) -fixed most dbc string related errors (you can now turn on logging) | |||
| 2011-11-24 | DVCS: Added any type of build directory to gitignore | Shauren | |
| 2011-11-24 | Core/Protocol: Handle CMSG_CAST_SPELL. | kaelima | |
| 2011-11-24 | Core/Protocol: Add few opcode ids | Nay | |
| 2011-11-24 | DB/Misc: Add XP for level up to 84 | Nay | |
| Source: www.wowwiki.com/Formulas:XP_To_Level | |||
| 2011-11-24 | Core/Auth: Fix SMSG_AUTH_RESPONSE | Nay | |
| Should send an extra byte with expansion (selecting new classes in char enum screen is now possible) | |||
| 2011-11-24 | Core/Enums: Add two new races to enumerations and update maxlevel in config | Nay | |
| 2011-11-24 | Merge branch 'master' into 4.x | Nay | |
| 2011-11-23 | Forgot to delete files after copying them to 'sql/old' | Nay | |
| Fail count is high tonight... | |||
| 2011-11-23 | DB: TDB 43: Move SQL updates to the old directoryTDB335.11.44 | Nay | |
