| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2011-11-23 | Merge branch 'master' of github.com:TrinityCore/TrinityCore | Rat | |
| 2011-11-23 | Merge branch 'master' of github.com:TrinityCore/TrinityCore | Rat | |
| Conflicts: src/server/game/DataStores/DBCStores.cpp src/server/game/DataStores/DBCfmt.h src/server/game/Server/Protocol/Opcodes.cpp | |||
| 2011-11-23 | Core/DisableMgr: Fixed possible crashes at startup | Shauren | |
| 2011-11-23 | Remove a check which always returns true. Correct me if I am wrong. | megamage | |
| 2011-11-23 | Core: Fixed remaining C6246: Local declaration of 'x' hides declaration of ↵ | Shauren | |
| the same name in outer scope. from previous commit | |||
| 2011-11-23 | Do not allow base map be accessed from outside if map is instanceable. | megamage | |
| 2011-11-23 | Revert 2f83db28f2a11384e1b818b1d5d42d0d87111172. Note that here we only want ↵ | megamage | |
| to check baseMap->canEnter, but not instanceMap->canEnter. Thanks to SignFinder. | |||
| 2011-11-23 | Remove unnecessary const_cast<Map*>. | megamage | |
| 2011-11-23 | Clean up very some confusing MapManager functions (create/find map/base map). | megamage | |
| 2011-11-23 | Fix build. | megamage | |
| 2011-11-23 | Core: Fixed more warnings (C6246: Local declaration of 'x' hides declaration ↵ | Shauren | |
| of the same name in outer scope.) | |||
| 2011-11-23 | Core: Fixed a few warnings and silly typos in scripts | Shauren | |
