Commit Graph

  • 1a7b0d573c Merge pull request #3652 from Poli93/master Shocker 2011-11-26 10:39:51 -08:00
  • 01d44a83e3 Merge pull request #4041 from PKX/remove_obsolete Shocker 2011-11-26 10:37:22 -08:00
  • 68e5a96312 Merge pull request #4040 from devilcoredev/fix_004 Shocker 2011-11-26 10:37:13 -08:00
  • bc37c75dfd Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.x Machiavelli 2011-11-26 19:20:10 +01:00
  • 4c3c418511 Core/Misc: Make VMapManager2::acquireModelInstance and releaseModelInstance thread safe Machiavelli 2011-11-26 19:11:58 +01:00
  • 310af5bb76 Core/DBLayer: Yet Another Typo Fix To Player::SaveToDB() Nay 2011-11-26 15:40:10 +00:00
  • bbf9703b73 Core/Items: Added more checks determining item disenchanting loot Shauren 2011-11-26 16:36:01 +01:00
  • 711858c43b Core/Quests: Update quest_template and SMSG_QUEST_QUERY_RESPONSE Nay 2011-11-26 14:49:15 +00:00
  • a8397c6542 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.x Machiavelli 2011-11-26 15:23:08 +01:00
  • fcd28e5dad Core/DBLayer: Fix player saving Machiavelli 2011-11-26 15:15:04 +01:00
  • d4de587036 Core/Items: Removed obsolete field from ItemTemplate Shauren 2011-11-26 12:02:26 +01:00
  • 846870bf6c Merge branch 'master' into 4.x Nay 2011-11-26 03:19:37 +00:00
  • c105be95a5 Add SQL to previous commit (5a4636c145) *facepalms* Nay 2011-11-26 03:03:55 +00:00
  • 5a4636c145 Core|DB/Quests: Rename and re-order fields in quest_template table, for the sake of consistency Nay 2011-11-26 03:00:06 +00:00
  • 31533a342a Core/DB: Another typo in SaveToDB kaelima 2011-11-26 01:54:24 +01:00
  • a919265623 Core/DB: Fix character creation in Player::SaveToDB. kaelima 2011-11-26 01:53:44 +01:00
  • aa215e5e80 Core/Misc: Fix compile and char creation kaelima 2011-11-26 01:46:41 +01:00
  • e8c3a3ac9c Core/Items Shauren 2011-11-25 23:24:40 +01:00
  • 8d3bc5e8b9 Core/Corpse: Fix indexing in Corpse::SaveToDB(). Thanks @Ciclop Nay 2011-11-25 20:49:03 +00:00
  • ec54bb4895 Core/Misc: kaelima 2011-11-25 18:54:59 +01:00
  • 754f6f29ac Merge branch 'master' of github.com:TrinityCore/TrinityCore Shocker 2011-11-25 19:48:52 +02:00
  • 002ba537fe Core/Player: Typo in player flags Shocker 2011-11-25 19:48:29 +02:00
  • f8ffe0f1e3 Core/DB: Fix a typo in commit 72675d55d8 Closes #4068 Nay 2011-11-25 15:41:06 +00:00
  • 2bdf3bcedd DB/Creature: Delete a very high guid and insert a lower one Nay 2011-11-25 14:36:57 +00:00
  • 9696d6ba7b Core/Mechanics: kaelima 2011-11-25 15:28:36 +01:00
  • ec3880a1d0 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.x Machiavelli 2011-11-25 15:14:38 +01:00
  • 72675d55d8 Core/DBLayer: Use prepared statements in Player::SaveToDB. Also split the function up between an INSERT part (new character creation) and UPDATE part (existing character). Machiavelli 2011-11-25 15:12:57 +01:00
  • 4f738fe75a DB/Quests: Fix Junkboxes Needed class requirements Nay 2011-11-25 13:17:57 +00:00
  • d8ffeed476 Core/Quests: Add new field RequiredClasses for quest_template Credits to Stalker_Riddick 2011-11-25 13:11:53 +00:00
  • b4ac70f8cb Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.x Machiavelli 2011-11-25 13:46:07 +01:00
  • cf0d5e4ec8 Core/Enum: Add missing race and powers from dbc kaelima 2011-11-25 13:33:11 +01:00
  • 23bd7bc0a3 Core/Object: Update UpdateFields to version 4.2.2 (14545) kaelima 2011-11-25 13:32:46 +01:00
  • 316b461bd8 Merge pull request #4061 from Venugh/4.x Kaelima 2011-11-25 01:22:25 -08:00
  • 3ea366be0a Core/Protocols: Rename CMSG_WORLD_LOGIN to CMSG_LOAD_SCREEN and add simple structure (still unknown purpose). kaelima 2011-11-24 18:58:00 +01:00
  • 21f9a05324 Core/DataStores: Coding style. Venugh 2011-11-24 18:54:59 +01:00
  • b76b820e49 Core/Protocol: Fix struct of SMSG_AURA_UPDATE/SMSG_AURA_UPDATE_ALL kaelima 2011-11-24 18:22:04 +01:00
  • d2b4f33112 Core/DisableMgr: Fixed spells disables Shocker 2011-11-24 19:09:01 +02:00
  • ec8738557e Core/Items: Updated scaling item stat calculations Shauren 2011-11-24 15:02:23 +01:00
  • 414987541c Core/Pets: Fix pet saving typo from recent cleanups (spotted by Nay) Shocker 2011-11-24 15:31:07 +02:00
  • 05880cc748 Core/DataStores: -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) Rat 2011-11-24 13:43:41 +01:00
  • 0fe05707aa DVCS: Added any type of build directory to gitignore Shauren 2011-11-24 10:17:15 +01:00
  • d171f41e01 Core/Protocol: Handle CMSG_CAST_SPELL. kaelima 2011-11-24 06:14:57 +01:00
  • 16e1ab0742 Core/Protocol: Add few opcode ids Nay 2011-11-24 02:07:46 +00:00
  • 5ce3621e3e DB/Misc: Add XP for level up to 84 Nay 2011-11-24 01:33:48 +00:00
  • d6ad3c854a Core/Auth: Fix SMSG_AUTH_RESPONSE Nay 2011-11-24 00:36:02 +00:00
  • 7e6afa7fe8 Core/Enums: Add two new races to enumerations and update maxlevel in config Nay 2011-11-24 00:35:11 +00:00
  • dfa2fdc2cb Merge branch 'master' into 4.x Nay 2011-11-24 00:10:09 +00:00
  • af086931e5 Forgot to delete files after copying them to 'sql/old' Nay 2011-11-23 23:48:59 +00:00
  • 9447478630 DB: TDB 43: Move SQL updates to the old directory TDB335.11.44 Nay 2011-11-23 22:31:44 +00:00
  • 5d39e09d89 Merge branch 'master' of github.com:TrinityCore/TrinityCore Rat 2011-11-23 20:23:26 +01:00
  • 47d0a7f3af Merge branch 'master' of github.com:TrinityCore/TrinityCore Rat 2011-11-23 20:23:04 +01:00
  • afb2289d02 Core/DisableMgr: Fixed possible crashes at startup Shauren 2011-11-23 19:55:05 +01:00
  • f116960b2a Remove a check which always returns true. Correct me if I am wrong. megamage 2011-11-23 13:20:28 -05:00
  • 358b33239a Core: Fixed remaining C6246: Local declaration of 'x' hides declaration of the same name in outer scope. from previous commit Shauren 2011-11-23 19:17:33 +01:00
  • f091360940 Do not allow base map be accessed from outside if map is instanceable. megamage 2011-11-23 13:14:59 -05:00
  • 0eb193f2b4 Revert 2f83db28f2. Note that here we only want to check baseMap->canEnter, but not instanceMap->canEnter. Thanks to SignFinder. megamage 2011-11-23 12:55:00 -05:00
  • 5a0ffefecc Remove unnecessary const_cast<Map*>. megamage 2011-11-23 12:51:20 -05:00
  • 98be413ce0 Clean up very some confusing MapManager functions (create/find map/base map). megamage 2011-11-23 12:45:59 -05:00
  • b3fef1e280 Fix build. megamage 2011-11-23 12:42:11 -05:00
  • 638693e78f Core: Fixed more warnings (C6246: Local declaration of 'x' hides declaration of the same name in outer scope.) Shauren 2011-11-23 17:55:16 +01:00
  • 44693cfa99 Core: Fixed a few warnings and silly typos in scripts Shauren 2011-11-23 16:57:08 +01:00
  • f9b0cdd4f8 DB/Misc: Removed obsolete spell_groups PKX 2011-11-23 11:24:45 +01:00
  • 47b7e75149 Core/Spells: Removed some obsolete code PKX 2011-11-10 23:03:10 +01:00
  • 298c162c86 Do not allow an instance map to be created twice if it already exists. Fix #4018. megamage 2011-11-23 09:34:08 -05:00
  • 53077d670f Fix Sapphiron flying phase start. Giuseppe Montesanto 2011-11-23 14:14:29 +01:00
  • 1b3017472b Scripts/Naxxramas: Patchwerk's Hateful Strike's timer should be 1s. Shocker 2011-11-23 14:22:50 +02:00
  • 47e28a7576 removed no more needed mixed dbc files Rat 2011-11-23 13:18:35 +01:00
  • 8c4d145178 fixed dbc local handling Rat 2011-11-23 13:17:40 +01:00
  • dd80a880dc updated all remaining dbc structures Rat 2011-11-23 13:16:45 +01:00
  • e9cd4c6e80 Merge pull request #3988 from kandera/tempbranch2 Shocker 2011-11-23 04:03:47 -08:00
  • fffe60b0d9 Scripts/Icecrown Citadel: Corrected an overlooked frenzy spam by Shambling Horrors on heroic mode (does not change anything in the fight) Shauren 2011-11-23 09:44:34 +01:00
  • 8444532746 Core/Units: Second part of SMSG_MOVE_SET_COLLISION_HGT implementation: compute proper collision height according to client formulae and send this to the client when mounting up. Machiavelli 2011-11-22 20:25:49 +01:00
  • 34f0792f75 fixed startup crash while loading instance_encounters Rat 2011-11-22 16:50:00 +01:00
  • a12df963b9 -updated all DBC formats, except spell* ones -added dbc.zip (all 4.2.2 files + 3.3.5 spells) -hardcoded map 0's entry for mapdifficulty (dbc has no data for it) Rat 2011-11-22 13:32:11 +01:00
  • 99ad58233b Core/Opcodes: Change status of CMSG_MOVE_SET_COLLISION_HGT_ACK to Unhandled to kill spam log Spp 2011-11-22 13:26:54 +01:00
  • 367122dd62 Core/Packets: Allow CMSG_MOVE_SET_COLLISION_HGT_ACK to be received from the client (currently unhandled) Machiavelli 2011-11-22 06:02:18 +01:00
  • 10444a1423 DB/Event/Pilgrim: Partially fix food tables Nay 2011-11-21 23:54:33 +00:00
  • fc24f4959f DB/Event/Pilgrim: Template updates, vendor tables and other misc. stuff (A) Nay 2011-11-21 22:55:31 +00:00
  • 23186b24e2 Merge pull request #3421 from Chipsi/master megamage 2011-11-21 14:12:46 -08:00
  • 811d1f85a5 Merge pull request #3990 from kandera/lfgfix megamage 2011-11-21 13:58:23 -08:00
  • 0992f27cad Fix the correct exit from the dungeon finder queue. megamage 2011-11-21 16:55:38 -05:00
  • a14cbcaa3e Core/Units: Partial implementation of SMSG_MOVE_SET_COLLISION_HGT - send proper character collision height on dismount. Machiavelli 2011-11-21 22:52:53 +01:00
  • 7c8f4358ea DB/Event/Pilgrim: Template updates, vendor tables and other misc. stuff (H) Nay 2011-11-21 19:24:12 +00:00
  • 0c343970d1 DB/Event/Pilgrim: Fix achievement "Turkey Lurkey". By Vincent-Michael Nay 2011-11-21 16:34:51 +00:00
  • 4e683214da DB/Event/Pilgrim: Add item and mail reward to the "Pilgrim" achievement (A/H) Nay 2011-11-21 16:16:10 +00:00
  • ad2b6964c9 DB: Fix DB startup errors Nay 2011-11-21 15:36:45 +00:00
  • 154612f279 -started updating DBC formats for 14545 -added new dbc files for dev usage Rat 2011-11-21 14:27:26 +01:00
  • d2a97e0d26 modified base sql to use 14545 as default game version Rat 2011-11-21 14:25:25 +01:00
  • 7f8193abf1 Merge branch 'master' of github.com:TrinityCore/TrinityCore Rat 2011-11-20 18:39:20 +01:00
  • 27afb1acd4 Added temperory dbc / db2 files currently 3.3.5 dbc files are used, except for CurrencyTypes.dbc (was needed to get items working) Rat 2011-11-20 18:38:33 +01:00
  • d1affc4340 Initial Commit for client version change to 4.2.2 (14545) - added known opcodes (handlers are commented till not updated) - added bitstream support to bytebuffer - updated realm auth for 14545 - updated world auth - fixed char_enum,create,delete handlers - added DB2 reader - added opcode logging to debuglogmask (ignores loglevel) - fixed compile in win64, others not yet tested - using db2 values for item models at char_enum to prevent client crash Rat 2011-11-20 18:28:18 +01:00
  • eb190eb0bc DB/Quest: adding SAI for quests: Cleansing of the Orb of Orahil, Mana Surges Discover 2011-11-20 17:04:11 +01:00
  • 85c44aa1d5 DB/Commit: Revert 2011_11_20_11_world_sai.sql zxbiohazardzx 2011-11-20 16:55:43 +01:00
  • 7d1bfb5dbd DB/Quest: adding SAI for quest Elixir of Pain Discover 2011-11-20 16:49:58 +01:00
  • f40994922f DB/Quests: adding SAI for quest Rivenwood Captives (11296) Discover 2011-11-20 16:46:37 +01:00
  • 7bb02390fa Db/Quest: added SAI to quest A Carver and a Croaker (11476) Discover 2011-11-20 16:41:54 +01:00
  • bd4b6f38f2 DB/Quests: adding SAI for quest: The Kettis Offensive Discover 2011-11-20 16:38:06 +01:00
  • 701a304480 Commit: fix bad date on filenames zxbiohazardzx 2011-11-20 16:17:46 +01:00
  • 32bcee40bf Core/Spells: Fix crash in Glyph of Rake Machiavelli 2011-11-20 16:04:41 +01:00
  • 0442eb1d9f DB/Quest: converted EAI to SAI for quest Maintaining Discipline Discover 2011-11-20 16:05:09 +01:00