| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-08-16 | Core/Players: Set PLAYER_PROFESSION_SKILL_LINE_1 fields not only when ↵ | Shauren | |
| loading from db | |||
| 2012-08-16 | Core/Players: Updated size of exploration fields | Shauren | |
| 2012-08-16 | Scripts/Commands: Fixed remaining crashes caused by removal of dbc locales | Shauren | |
| 2012-08-16 | Merge pull request #7411 from Tuxity/4.3.4 | Nay | |
| [434] Correct 2 typos | |||
| 2012-08-16 | Core/Stats: Correct druid weapon damage formula, and fix a small mistake. | Tuxity | |
| Thx to @cocolino for the help. | |||
| 2012-08-16 | Core: Fix build | Nay | |
| 2012-08-16 | Merge remote-tracking branch 'origin/master' into 4.3.4 | Nay | |
| Conflicts: src/server/game/AI/EventAI/CreatureEventAIMgr.cpp src/server/game/DataStores/DBCStores.cpp src/server/game/Globals/ObjectMgr.cpp src/server/game/World/World.cpp src/server/scripts/Commands/cs_misc.cpp src/server/worldserver/worldserver.conf.dist | |||
| 2012-08-16 | Core/Spell: Update some comments in SpellEffect enum | Nay | |
| 2012-08-16 | Core/Logging: Remove recently added "outOpCode" with ↵ | Spp | |
| outInfo(LOG_FILTER_OPCODE... (There is no need to create new function) Also, set config options to behave like old log system by default | |||
| 2012-08-16 | SQL: Move all world sql updates to /old/ directory. Base DB is available in ↵ | Nay | |
| https://github.com/TrinityCore/TrinityCore_4.3.4_DB_Alpha From now on, this repository should only contain core related sqls Aforementioned repository will be synced with this one from time to time and will include DB related content | |||
| 2012-08-16 | Core/Logging: Set config options to behave like old log system. | Spp | |
| 2012-08-16 | Core/Loading: Re-enable Server loading log | Spp | |
| 2012-08-15 | Core/Spells: Cleaned up more deprecated spells code | Subv | |
| 2012-08-15 | Merge pull request #7407 from Tuxity/4.3.4 | Nay | |
| [434] Haste | |||
| 2012-08-15 | Core/Stats: Fix a damage bug when you go into a druid's form | Tuxity | |
| 2012-08-15 | Core/Players: | Tuxity | |
| - Power regeneration is now affected by haste. Patch by @Greymane. - Ticks of DoT and HoT spells are now affected by haste. | |||
| 2012-08-15 | Misc: CRLF to LF, whitespace cleanup and tabs to spaces | Nay | |
| 2012-08-15 | Core/Loading: Fix a field type when loading reputation_spillover_template | Nay | |
| Also whitespace cleanup | |||
| 2012-08-15 | Merge remote-tracking branch 'origin/master' into 4.3.4 | Nay | |
| Conflicts: src/server/shared/Logging/Appender.h src/server/worldserver/worldserver.conf.dist | |||
| 2012-08-15 | DB/Schema: Change RewardFactionValueIdOverride to int(11) | Nay | |
| Core change is not needed, it's reading an Int32 already | |||
| 2012-08-15 | DB/Schema: Remove a meaningless index in quest_poi, update PKs for ↵ | Nay | |
| npc_vendor tables | |||
| 2012-08-15 | Core/Logging: Added documentation about this system | Spp | |
| - Restored old CharDump (LOG_FILTER_PLAYER_DUMP) but disabled by default. - "%s" is now used to set dynamic file names, only used by GM commands and Player dump | |||
| 2012-08-15 | SQL: Comment out a sql file that would error with sql-mode strict | Nay | |
| 2012-08-15 | Core&DB: Increase the size of MinLevel and MaxLevel to int16 | Nay | |
| 2012-08-15 | Core/Spells: Updated mount cast check | Shauren | |
| 2012-08-15 | Merge remote-tracking branch 'origin/master' into 4.3.4 | Nay | |
| 2012-08-15 | Core/Items: | Nay | |
| - Update some ItemPrototype enums - Merge armor and weapon vellum into a single subclass - Fix tackler bags | |||
| 2012-08-15 | Core/Logging: Fix crash on authserver shutdown | Spp | |
| Closes #7365 Closes #7325 | |||
| 2012-08-14 | Merge pull request #7403 from Tuxity/4.3.4 | Nay | |
| [434] Attack power formula and druid typos | |||
| 2012-08-15 | Core/Opcodes: Fix compiler error in GCC | Nay | |
| Thanks Nevan Closes #7404 | |||
| 2012-08-15 | Core/Stats: | Tuxity | |
| - Update dodge base, parry cap and dodge cap values to cataclysm. - Remove useless function since defense skill was remove in 4.0.1 | |||
| 2012-08-15 | Core/Stats: Update formula of min/max weapon damages in feral form. | Tuxity | |
| 2012-08-15 | Core/Stats: Feral attack power doesn't exist since 4.0.1 | Tuxity | |
| 2012-08-15 | Core/Stats: Update AttackPower to cataclysm. | Tuxity | |
| 2012-08-15 | Core/Scripts: Missing change from previous commit | Vincent-Michael | |
| 2012-08-14 | Core/Scripts: Fix uninitialized variable in boss_akilzon | Vincent-Michael | |
| 2012-08-14 | Core/Scripts: Fixed more uninitialized variables | Vincent-Michael | |
| 2012-08-14 | Core/Misc: Updated TOTAL_SPELL_TARGETS to 4.3.4 | Shauren | |
| 2012-08-14 | DB/Creature: Add Missing spawn for Mistcaller Soo-gan | Vincent-Michael | |
| 2012-08-14 | Core/Vendors: Add currencies to vendors | Nay | |
| npc_vendor table gets a new field, type (1 is item, 2 is currency) for type 1 fields still mean the same, for type 2 maxcount is buycount (without any "precision") changed structure of SMSG_UPDATE_CURRENCY(_WEEK_LIMIT) but not enabled, wrong values are being wrongly calculated | |||
| 2012-08-14 | Merge pull request #7398 from Vincent-Michael/onyxiaCreatureText | Nay | |
| Scripts/Onyxias Lair: Convert script_texts in creature_text | |||
| 2012-08-14 | Scripts/Onyxias Lair: Convert script_texts in creature_text | Vincent-Michael | |
| 2012-08-14 | Core/Taxi: Updated taxi mask building | Shauren | |
| 2012-08-14 | Core: Add enum for currency flags, update MAX_VENDOR_ITEMS and fix build | Nay | |
| 2012-08-13 | Core/Spells: Finished cleanup in Unit::HandleDummyAuraProc | Subv | |
| 2012-08-13 | Merge pull request #7390 from Kiperr/2 | Nay | |
| Core/Player: Now players will able to equip all types of relics when mee... | |||
| 2012-08-14 | Fix code style. | kiper | |
| 2012-08-13 | Merge pull request #7389 from Kiperr/4.3.4 | Nay | |
| Core/Globals: Add 5th field in reputation_spillover_template for Bilgewa... | |||
| 2012-08-13 | Merge pull request #7388 from Chevron/4.3.4 | Nay | |
| Core/AI: Removed EventAI handling. is not needed more for cataclysm. | |||
| 2012-08-14 | Core/Player: Now players will able to equip all types of relics when meet ↵ | kiper | |
| requirements from items and have relic skill. | |||
