Commit Graph

  • 36233538fd Some whitespace fixes in zone/spells.cpp Michael Cook (mackal) 2013-11-17 00:34:58 -05:00
  • 3d5b3d1e8c Added Mob::DoCastingChecks() which checks for various casting fail conditions while casting Michael Cook 2013-11-17 00:31:17 -05:00
  • 3c2ae8250f Merge pull request #91 from Leere/drink_message Michael Cook 2013-11-15 19:23:02 -08:00
  • 6a95abb01f Fix for auto-consume drinking message Leere 2013-11-16 03:40:35 +01:00
  • 4c6fce5d5c Add a little more debug info to MQGate hack detection. JJ 2013-11-15 19:31:43 -05:00
  • 08b5225a13 Merge pull request #90 from Leere/stacking_issue Michael Cook 2013-11-15 13:15:53 -08:00
  • 765b5ee826 Fix for a stacking issue with SE_StackingCommand_Block for druid skins Leere 2013-11-15 18:03:13 +01:00
  • a40a34d2e8 Fixed Mob::CalcFocusEffect()'s SE_LimitEffect Michael Cook 2013-11-15 01:17:27 -05:00
  • 983ee2d39b Merge branch 'master' of github.com:EQEmu/Server Michael Cook (mackal) 2013-11-14 20:28:01 -05:00
  • e1255af708 Fix Spell level restrictions Michael Cook (mackal) 2013-11-14 20:26:58 -05:00
  • b99d476754 Change INSERT to REPLACE JJ 2013-11-13 21:59:38 -05:00
  • 23ab896dfc Fix last commit .... Michael Cook 2013-11-13 18:04:11 -05:00
  • d094a09ded Implemented Singing/Instrument Mastery as an AA bonus Michael Cook 2013-11-13 18:03:08 -05:00
  • 3f8ee533d3 Implement bard song instrument mod caps Michael Cook 2013-11-13 15:07:34 -05:00
  • 0c3c84d711 Merge branch 'master' of github.com:EQEmu/Server Michael Cook 2013-11-12 22:32:44 -05:00
  • 79c53a41a8 Add some sanity for bard songs in snares ... Michael Cook 2013-11-12 22:32:03 -05:00
  • 2ffa13c993 Compile fix. cavedude00 2013-11-12 16:08:31 -08:00
  • 8af48bbe48 Merge pull request #89 from httm/master Ludwig 2013-11-12 15:22:47 -08:00
  • 65c0772d37 Update exp.cpp httm 2013-11-12 18:06:24 -05:00
  • 78ab347171 Fix walk speed calculation Michael Cook 2013-11-11 23:55:43 -05:00
  • d83b94d231 Revert "Fixed non-attacking related movement while mobs are snared" Michael Cook 2013-11-11 21:06:48 -05:00
  • ed6c46f7ff Fixed non-attacking related movement while mobs are snared Michael Cook (mackal) 2013-11-11 18:18:12 -05:00
  • 925e19b15c Fix database scheme comments that got clobbered on nullptr conversion Michael Cook (mackal) 2013-11-11 15:37:20 -05:00
  • 2be71fc2ec Cleaned up common/spdat.cpp Michael Cook 2013-11-10 21:37:01 -05:00
  • bc2ee8dce8 Merge pull request #88 from Leere/bardmana_fix Ludwig 2013-11-09 11:20:44 -08:00
  • 1deef77f07 Fix for bard mana regen Leere 2013-11-09 04:56:57 +01:00
  • e00c57bc47 Fix to changelog conflict in merge. KimLS 2013-11-07 12:44:13 -08:00
  • da3ba12560 Fix for #npcedit qglobal JJ 2013-11-06 21:12:57 -05:00
  • f68b89b7d9 Prerelease commit KimLS 2013-11-06 13:48:35 -08:00
  • c944aafb39 Merge branch 'master' into base_data KimLS 2013-11-06 13:18:20 -08:00
  • 0e6c9820cd Importing client files works now KimLS 2013-11-06 13:17:44 -08:00
  • b8d1838dcc Added in-game commands to enable/disable tradeskill recipes -Commands: #enablerecipe recipe_id, #disablerecipe recipe_id -Perl: quest::enablerecipe(recipe_id), quest::disablerecipe(recipe_id) -Lua: eq.enable_recipe(recipe_id), eq.disable_recipe(recipe_id) JJ 2013-11-01 23:55:17 -04:00
  • aba535b589 Merge pull request #87 from Leere/recipe_disable JJ 2013-11-01 08:33:13 -07:00
  • cf117b1a4d Add the ability to disable a tradeskill recipe Leere 2013-10-31 17:55:04 +01:00
  • 1bae570b68 Merge pull request #86 from EQEmu/uleat_cleanup_1 Uleat 2013-10-30 14:39:26 -07:00
  • 1f0e263b6e Fix for compile failure in deity.h - Thanks V! (I should write a book on gcc:vs differences..I have found almost all of them...) Uleat 2013-10-30 03:49:32 -04:00
  • 08706055af Final prep for extending skill use range - client patch and database are ready..just need the code in-between Uleat 2013-10-28 13:06:49 -04:00
  • 28bcf074fc Client patch prep work for extending usable skill range Uleat 2013-10-28 05:00:49 -04:00
  • 1c8aaf97bc Changelog entry clarification..did not explain the issue clearly... Uleat 2013-10-27 13:41:39 -04:00
  • a891597f4c Prepped the client patch files for larger skill buffer size (not active) Uleat 2013-10-27 13:30:45 -04:00
  • e3805d5920 Converted SkillType typedef enumeration to SkillUseTypes enumeration Uleat 2013-10-27 13:03:41 -04:00
  • 3e6be197e6 Changed ItemTypes to ItemUseTypes Uleat 2013-10-27 09:04:52 -04:00
  • 0d5fc26841 Converted MATERIAL defines to MaterialUseSlots enumeration Uleat 2013-10-27 08:01:37 -04:00
  • df47e17c8e Changed ItemClass enumeration to ItemClassTypes enumeration Uleat 2013-10-27 06:38:34 -04:00
  • e53fa1d873 Changed ItemUseType enumeration to ItemInstTypes enumeration - naming conflicted with definition Uleat 2013-10-27 05:45:52 -04:00
  • d5152a0e59 Moved and expanded Deity-related code Uleat 2013-10-27 05:08:53 -04:00
  • 78e04dee99 Enforced naming standard on my recent changes Uleat 2013-10-27 04:17:08 -04:00
  • b3d117f8c1 Improper skill in use allowing riposte fix (Archery and Throwing allowing riposte check..no known bug reports) Uleat 2013-10-27 03:25:27 -04:00
  • cab77e83da High level debug (12) compile failure fix - I searched for as many as I could find with GrepWin, so there may be a few out there still Uleat 2013-10-27 03:13:10 -04:00
  • b4068823ed Merge pull request #85 from vexyl/fix1 Michael Cook 2013-10-26 14:13:00 -07:00
  • a694cf3079 Fix for healing unconscious players. vexyl 2013-10-26 13:46:03 -07:00
  • 3c09613d01 Changed the MT_Shout to MT_SpellFailure in Mob::SpellOnTarget Michael Cook 2013-10-24 17:38:46 -04:00
  • 36d336e69c Fix some memory leaks in Mob::SpellOnTarget Michael Cook 2013-10-24 17:35:21 -04:00
  • 4270d77692 Merge branch 'master' into base_data KimLS 2013-10-21 16:42:32 -07:00
  • ec6c5519a5 More work on importing... I need my escape stuff from other branch for this though KimLS 2013-10-21 16:41:34 -07:00
  • a06fe1d02e Implemented buff level restrictions Michael Cook 2013-10-21 19:13:55 -04:00
  • 56ba87577b GetMinLevel will now return 0 for more cases Michael Cook 2013-10-21 19:10:01 -04:00
  • cdb29be4f3 Merge branch 'master' into base_data KimLS 2013-10-18 21:44:18 -07:00
  • 4ef9732e37 Compile fix KimLS 2013-10-18 21:43:47 -07:00
  • f2f4e55818 Import/Export util start KimLS 2013-10-18 21:23:45 -07:00
  • 403ac53a9e Renamed/expanded 'BagTypes' enumeration Uleat 2013-10-18 20:33:41 -04:00
  • cdcda943be Base data for hp/mana/end calcs, mostly but not completely correct KimLS 2013-10-18 00:09:00 -07:00
  • 2c25241763 Fix for lua say links, other branch taking longer than thought so making this its own commit KimLS 2013-10-16 15:47:08 -07:00
  • 17729365db Merge pull request #84 from clucksoft/master Sorvani 2013-10-13 09:34:04 -07:00
  • 5d5dc1b544 update to spell fix clucksoft 2013-10-11 22:54:35 -07:00
  • 244c7e019c Changed dates due to time of commit. badcaptain 2013-10-12 00:52:02 -04:00
  • a7fea4fc69 Merge branch 'master' of https://github.com/EQEmu/Server badcaptain 2013-10-12 00:47:55 -04:00
  • 809925dc3e Bots- added out of combat bard songs & #bot bardoutofcombat on|off command to turn them on/off. badcaptain 2013-10-12 00:47:15 -04:00
  • 98c835e470 Fix Titanium clients from not being able to start in Tutorial zone. Michael Cook 2013-10-12 00:29:44 -04:00
  • 8ac4845930 Merge branch 'master' of https://github.com/EQEmu/Server badcaptain 2013-10-11 23:43:38 -04:00
  • 765f23febc Initial check-in of bard bot in combat song code. badcaptain 2013-10-11 23:37:46 -04:00
  • f1b70b3340 Fix Merc crash bugs. badcaptain 2013-10-11 23:27:55 -04:00
  • 549dfc9781 Allow use of Go Home button when Tutorial still selected in RoF. JJ 2013-10-11 22:40:49 -04:00
  • 2019379a42 bool* foo = false should probably be an error, GCC 4.8+ at least warns about it, clang I think fails on it. Michael Cook 2013-10-11 00:00:21 -04:00
  • 15335509c2 Merge branch 'master' of github.com:EQEmu/Server Michael Cook 2013-10-10 23:45:15 -04:00
  • da401acdb2 Fix mana and timer being used on single target buffs failing Michael Cook 2013-10-10 23:17:02 -04:00
  • 8327f22f6f Revert change to EnterWorldPacket introduced on 22 April 2013 to fix inability to enter Tutorial or Go Home from character select screen. JJ 2013-10-10 22:38:23 -04:00
  • 6154cfce99 Fixed zone shutdown (or #reloadqst) reinitalization of Perl. This should allow for Perl 5.14 and later to work on Windows under the new quest system. SecretsOTheP 2013-10-10 05:15:38 -07:00
  • c13c039721 Merge pull request #83 from AMDmi3/patch-1 Michael Cook 2013-10-09 08:33:27 -07:00
  • 7ee417ab05 Simplify conditional linking with libdl Dmitry Marakasov 2013-10-09 00:46:43 +04:00
  • 3a95f81196 Fixed more instances of AA timers being eaten Michael Cook 2013-10-09 02:00:49 -04:00
  • 9a19a00bdc Added IsBuffSpell(spell_id). This will return true if the spell would end up having a duration, which will mean it would end up in one of the many buff windows on the client. This just makes sure the spell has a buffduration or buffdurationformula, which means the calculation will return a duration Replaced all instances of CalcBuffDuration being used to determine if a spell was a buff with IsBuffSpell Removed Mob::HasBuffIcon since it does the same thing IsBuffSpell does in a more convoluted way and had a rather missing leading name Fixed issues that arose from the 10/03/2013 changes Michael Cook 2013-10-08 17:24:07 -04:00
  • 24308aec6c fixed issue with stackable items summoning with 0 charges Sorvani 2013-10-05 21:55:21 -05:00
  • 6b4b259753 Fix when the random +1 tick is added to nerf extension focus effects to where they should be Michael Cook 2013-10-03 23:04:58 -04:00
  • bf77bc47d1 Merge pull request #81 from vexyl/master Alex 2013-10-02 21:19:59 -07:00
  • 2bde0b40bb Fixed issue with #showstats window, should probably be refactored to completely use stringstream or to_string whenever VS2010 support is dropped Michael Cook 2013-09-30 22:17:34 -04:00
  • 478f7b8e49 Changed SummonItem to no longer recharge 0 charge items Sorvani 2013-09-30 20:57:12 -05:00
  • f289dffc48 Fix for segfault in Database::CheckStatus() when using MariaDB. Vexyl 2013-09-28 10:38:50 -07:00
  • d119ed058b Add /pet hold on and /pet hold off support for UF/RoF Michael Cook (mackal) 2013-09-13 15:20:45 -04:00
  • fdb6f0fe84 Fix for training skill bailout when you can train the skill but not at the current level. KimLS 2013-08-29 15:52:17 -07:00
  • bef02b3511 Merge branch 'master' of https://github.com/EQEmu/Server KimLS 2013-08-29 15:46:56 -07:00
  • fcd9b525a8 Removed Common Profiler and Zone Profiler. They're well past outdated status and are just code bloat. KimLS 2013-08-29 15:46:40 -07:00
  • 590d8f4043 Fix for bot pet spell buff corruption Uleat 2013-08-20 20:55:19 -04:00
  • 406e2f84eb Fix for special atk sql missing a type. Fix for a crash in quest manager setanim. Fix for pfs_list not compiling on x64 windows. KimLS 2013-08-10 14:17:06 -07:00
  • 926e2f7939 Merge pull request #80 from josheb/master josheb 2013-08-06 14:55:25 -07:00
  • b92a009539 Fixed some lua stuff I bork. Tabasco 2013-08-01 19:37:16 -05:00
  • cfab1c4649 Removed redundant Innate Metabolism checks. Tabasco 2013-08-01 19:34:27 -05:00
  • fc03ee94e2 Added rules for what int mobs need to not attack red cons and how much food and drink is taken per stamina update. Added mod hooks for food/drink values and mob aggro. Added quest functions for getting/setting hunger and thirst. Tabasco 2013-08-01 19:24:15 -05:00
  • 936c8cce4b Fixed a regression with level 10 and 20 hit caps. Tabasco 2013-08-01 14:41:27 -05:00
  • 1f2145a45d Fix for special_abilities crash dealing with std::string in struct that was then memcpyed KimLS 2013-07-18 00:24:43 -07:00