Commit Graph

2020 Commits

Author SHA1 Message Date
XTZGZoReX
fd2f768dfd * Move WheatyExceptionReport back to realmd/worldd. Apparently, it doesn't work when in the shared library.
* Fixed debug build on Windows (no more warnings).
* Spaces->tabs in some .vcproj's; these files are not meant to be composed of spaces (Visual Studio plainly doesn't like it).

--HG--
branch : trunk
2009-03-19 19:53:14 +01:00
XTZGZoReX
6c32bd5441 * Fixed ByteBuffer::read<std::string> specialization. This one is correct.
--HG--
branch : trunk
2009-03-19 17:13:56 +01:00
megamage
4877009098 *Set seer back when it is removed to prevent crash.
--HG--
branch : trunk
2009-03-19 08:59:15 -06:00
XTZGZoReX
2f9688bb07 * Small speedups in mempool/dotconfpp.
--HG--
branch : trunk
2009-03-19 15:42:53 +01:00
XTZGZoReX
a075d37fdd * Removed unused/unneeded classes: Base, Mthread
* Fixed a merge issue that broke VC71 files.
* Moved WheatyExceptionReport to shared, where it should be.

--HG--
branch : trunk
2009-03-19 15:32:16 +01:00
QAston
3ff11b64ba *Move Overkill and Master of Subtlety to procflag and fix some issues with them.
*Proc Shattered Barrier only on aura destroy.
*Fix some possible issues with aura stackamount display.

--HG--
branch : trunk
2009-03-19 10:40:02 +01:00
panaut0lordv
c4a5368d4e cmake codename update
--HG--
branch : trunk
2009-03-19 08:58:56 +01:00
megamage
9f84e9cb22 *Also exit vehicle in uncharm function.
--HG--
branch : trunk
2009-03-18 21:51:52 -06:00
megamage
281d20be0d *Allow spells to summon vehicles.
--HG--
branch : trunk
2009-03-18 21:39:09 -06:00
megamage
886b2a51e9 *Fix build.
--HG--
branch : trunk
2009-03-18 21:20:35 -06:00
megamage
069552aeaa *Summon creatures based on general summon types.
--HG--
branch : trunk
2009-03-18 21:16:24 -06:00
megamage
73d13c4992 *Read dbc summon properties for future use.
--HG--
branch : trunk
2009-03-18 20:54:39 -06:00
megamage
9b08473d28 [7490] Implement expected multiply summon case support with proper duration for EffectSummonDemon Author: VladimirMangos
--HG--
branch : trunk
2009-03-18 20:47:26 -06:00
megamage
249d0d53c0 [7489] Update gameobject rotation fields if need. Author: VladimirMangos
* Fixed update absent in ".gobject turn" command
    * Propetly set rotation fields for summoned objects
    * Check rotation/coordinates fields values at server loading

--HG--
branch : trunk
2009-03-18 20:46:21 -06:00
megamage
ef47783882 [7487] Avoid attempt use InstanceSave data for non-dungeons. Author: VladimirMangos
Also check map existance and correctness at instance data loading.
    Removed unused and totally bugged InstanceMap::GetResetTime.

--HG--
branch : trunk
2009-03-18 20:41:49 -06:00
megamage
1c87752584 [7485] Added support for PostgreSQL connection using Unix sockets. Author: ApoC
For using socket connection specify host name as . and port as
    path to Unix socket directory or . for default path specified
    in PostgreSQL compile time.

--HG--
branch : trunk
2009-03-18 20:39:21 -06:00
megamage
74a8d5a1ac [7484] Cast proper triggred spell at spell 27808 tick. Author: VladimirMangos
--HG--
branch : trunk
2009-03-18 20:38:42 -06:00
megamage
31e0cf6850 [7483] the spell 'Protectorate Demolitionist' is a debuff. Author: DasBlub
--HG--
branch : trunk
2009-03-18 20:37:56 -06:00
megamage
8acc671f59 *Placeholder for special target selection for spell 57669. Patch writed by kozelo, rechapa79 with active support from Lightguard.
*Not really implemented. Need to find a good way.

--HG--
branch : trunk
2009-03-18 20:36:25 -06:00
megamage
b59d758ccf *Fix a typo in 1984.
--HG--
branch : trunk
2009-03-18 20:32:17 -06:00
megamage
f8bb0cd167 *Commend a function because it break build.
--HG--
branch : trunk
2009-03-18 20:22:42 -06:00
megamage
82777554a0 *Merge with 243.
--HG--
branch : trunk
2009-03-18 15:31:44 -06:00
megamage
dbd69bda61 *Fix chain heal. Heal target even when it has full health.
--HG--
branch : trunk
2009-03-18 15:29:25 -06:00
megamage
f11d41b9ce *Do not always add target to aoe map with target number limit.
--HG--
branch : trunk
2009-03-18 15:28:19 -06:00
megamage
e440f13402 *Fixed possible crash and wrong data in instance state save (or not save). Author: zhenya
--HG--
branch : trunk
2009-03-18 15:26:32 -06:00
XTZGZoReX
838ad6d847 * Merge.
--HG--
branch : trunk
2009-03-18 21:57:49 +01:00
XTZGZoReX
d84cec89c0 * Added specialized ByteBuffer::read for std::string. This will aid in packet processing later.
--HG--
branch : trunk
2009-03-18 21:34:59 +01:00
XTZGZoReX
103125cfbd * Do not output "Table game_graveyard_zone incomplete" for maps of type MAP_ARENA. These are not meant to have graveyards anyway.
--HG--
branch : trunk
2009-03-18 21:18:45 +01:00
XTZGZoReX
ae65d36bb4 * Implemented new ObjectAccessor functions: GetCreatures, GetUnits, GetGameObjects, and GetWorldObjects. These can be used for loopong over objects in the world.
* Note: GetWorldObjects is (probably) heavy and should be used very sparingly. Always use the function corresponding to the type of object you're looping over.

--HG--
branch : trunk
2009-03-18 21:04:47 +01:00
QAston
21374e2590 *Fix milling.
*Fix Divine Shield.

--HG--
branch : trunk
2009-03-18 21:04:46 +01:00
XTZGZoReX
ced575a3f3 * Added DO_WARN (-DDO_WARN=1) option to CMake. This can help find/remove warnings.
--HG--
branch : trunk
2009-03-18 20:51:13 +01:00
XTZGZoReX
5184783bd1 * Fixed/improved the config library: Removed useless methods and fixed the existing.
* Few related changes to make the rest of the core reflect the changes.

--HG--
branch : trunk
2009-03-18 20:46:39 +01:00
XTZGZoReX
5f2e9f1ed1 * Fixed extractor on systems with 2GB fopen() limit. Author: arrai
--HG--
branch : trunk
2009-03-18 20:10:37 +01:00
QAston
14f475d2ce *Fix Furious Attacks proc. By Darwin.
--HG--
branch : trunk
2009-03-18 20:02:04 +01:00
QAston
d50316a731 *Merge.
--HG--
branch : trunk
2009-03-18 19:56:48 +01:00
QAston
00c27bcc05 Backed out changeset eb07c8f645e8
--HG--
branch : trunk
2009-03-18 19:55:31 +01:00
QAston
55f2f1db17 * Apply aura SPELL_AURA_ABILITY_IGNORE_AURASTATE for damage bonuses.
--HG--
branch : trunk
2009-03-18 19:53:36 +01:00
megamage
61645326a7 *Fix a crash. By VladimirMangos
--HG--
branch : trunk
2009-03-17 18:10:54 -06:00
megamage
385b4c09ce *Fix build.
--HG--
branch : trunk
2009-03-17 17:20:27 -06:00
megamage
8a21e4199b *Fix build.
--HG--
branch : trunk
2009-03-17 15:55:27 -06:00
megamage
9c7f2a0c01 [7480] Clear flight flag early for safe. Author: VladimirMangos
--HG--
branch : trunk
2009-03-17 14:58:13 -06:00
megamage
6d81b4e903 [7479] Implement per client localization for text emote target name. Author: VladimirMangos
--HG--
branch : trunk
2009-03-17 14:55:53 -06:00
megamage
6a6f4de757 [7478] Avoid rescan data at some achievments triggering for speed. Author: VladimirMangos
Only if chnage can affect result
    * ACHIEVEMENT_CRITERIA_TYPE_LEARN_SPELL
    * ACHIEVEMENT_CRITERIA_TYPE_LEARN_SKILLLINE_SPELLS
    * ACHIEVEMENT_CRITERIA_TYPE_GAIN_REPUTATION
    * ACHIEVEMENT_CRITERIA_TYPE_GAIN_EXALTED_REPUTATION if

--HG--
branch : trunk
2009-03-17 14:55:16 -06:00
megamage
46dfd6261b [7477] Implement work ACHIEVEMENT_CRITERIA_TYPE_EQUIP_ITEM Author: VladimirMangos
--HG--
branch : trunk
2009-03-17 14:54:32 -06:00
megamage
cb1ff8180d [7476] Implement druid's talent 61336. Author: Lightguard
--HG--
branch : trunk
2009-03-17 14:53:30 -06:00
megamage
5fb7a0585c *Fix a bug that redundant packets are sent to clients which may cause freeze.
--HG--
branch : trunk
2009-03-17 14:35:11 -06:00
QAston
98eb343d10 *Allow triggered spells with spellfamilyflags to trigger other ones if spellprocevent for triggering aura has specified spellfamily.
--HG--
branch : trunk
2009-03-17 19:07:38 +01:00
megamage
d4b52d5bbc *Move movementinform to finalize function to prevent error log spams.
--HG--
branch : trunk
2009-03-17 10:40:28 -06:00
megamage
c24e336387 *Remove an assert and use error log instead.
--HG--
branch : trunk
2009-03-17 10:30:39 -06:00
QAston
b1da219266 *Merge.
--HG--
branch : trunk
2009-03-17 00:28:59 +01:00