joschiwald
1a075f0454
Core/Misc: fixed a scenario when character factionchange create unexpected results, also moved packet generating code into unique methods
2014-10-19 15:30:35 +02:00
jackpoz
183a0c59e0
Core/Misc: Remove unsafe not thread-safe localtime() calls
...
Replace not thread-safe localtime() calls with thread-safe localtime_r().
(cherry picked from commit 5b08387792 )
2014-10-19 15:14:45 +02:00
Nyeriah
5462936896
Scripts/Commands: Fix static analysis issues
2014-10-18 20:17:31 -03:00
Heihachi
15a9c6729e
Scripts/Commands: Implement mutehistory command for GM's with requested improvements
...
Closes #13350
2014-10-18 23:34:18 +01:00
Nyeriah
2f016098c2
Scripts/Commands: Implement commands to set and get boss states during run time
...
Closes #13186
2014-10-18 22:05:04 +01:00
Duarte Duarte
996ad78122
Merge pull request #13353 from ShinDarth/335_quest_tracker
...
Core/Quest: implement Quest Tracker
2014-10-18 18:57:30 +01:00
ShinDarth
e806fc8a02
Core/Quest: implement Quest Tracker
2014-10-18 18:37:39 +02:00
joschiwald
0de1603944
Core/ObjectAccessor: don't use singleton when calling static methods
2014-10-18 15:13:29 +02:00
jackpoz
ee5eaab598
Core/Players: Fix players not being notified if on loading screen
...
Fix packets not being sent to players on loading screen even if the system supports these packets to be queued and sent till the player is in world.
There might be additional cases where this applies, please report back if you find any.
Fixes #11339
2014-10-17 22:35:28 +02:00
Shauren
67f9d916cb
Build: Fixed game & collision depending on each other for linking
2014-10-09 23:01:31 +02:00
Shauren
b781a4dc33
Core/Logging: Replaced direct calls to GetCounter() in logs with ToString()
2014-10-08 17:59:27 +02:00
xjose93
0d50833d20
Core/Commands: Fix displaying in .baninfo character command.
2014-09-19 18:58:12 +02:00
Shocker
80f77977f1
Core/Grids: Replace some magic numbers with constants
...
(P.S.: That's why! @cs_misc.cpp)
2014-09-19 18:03:49 +03:00
DDuarte
cefcde9ba9
Core/Misc: Multiple static analysis issues fixed (small optimizations and clear code)
2014-09-19 03:30:02 +01:00
Shauren
7d1d55124c
Merge branch 'ObjectGuid' of https://github.com/TrinityCore/TrinityCore
...
Conflicts:
src/server/game/Entities/Player/Player.cpp
src/server/game/Entities/Player/Player.h
src/server/game/Scripting/MapScripts.cpp
src/server/scripts/Northrend/Naxxramas/instance_naxxramas.cpp
src/server/scripts/Northrend/Nexus/EyeOfEternity/instance_eye_of_eternity.cpp
src/server/scripts/Northrend/Nexus/Nexus/boss_anomalus.cpp
src/server/scripts/Northrend/Nexus/Nexus/boss_magus_telestra.cpp
src/server/scripts/Northrend/Nexus/Oculus/boss_varos.cpp
src/server/scripts/Northrend/Ulduar/HallsOfStone/halls_of_stone.cpp
src/server/scripts/Northrend/Ulduar/Ulduar/boss_auriaya.cpp
src/server/scripts/Northrend/Ulduar/Ulduar/boss_freya.cpp
src/server/scripts/Northrend/Ulduar/Ulduar/boss_hodir.cpp
src/server/scripts/Northrend/Ulduar/Ulduar/boss_ignis.cpp
src/server/scripts/Northrend/Ulduar/Ulduar/boss_razorscale.cpp
src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_skadi.cpp
src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_svala.cpp
src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_ymiron.cpp
2014-09-16 21:50:01 +02:00
Shauren
878073d516
Core/Logging: Fixed incorrect usage of guid in logs
2014-09-16 20:47:08 +02:00
Shauren
bee9a3069b
Core/Scripts: Fixed incorrect guid usage in logs
2014-09-16 19:56:33 +02:00
Shauren
6c1a33d62d
Core/Scripts: Fixed incorrect guid usage in logs
2014-09-16 19:47:10 +02:00
jackpoz
7d26a2ccd4
Scripts/Commands: Fix ".npc info" immune mask output
...
Fix ".npc info" showing wrong immune mask list
Fixes #12358
2014-09-14 20:58:17 +02:00
Shauren
2a1a294383
Scripts/Commands: Fixed build with -DSCRIPTS=0
2014-09-14 16:54:21 +02:00
Shauren
a0e50ea35f
Core/Entities: Use ObjectGuid class in game project
2014-09-14 16:14:12 +02:00
joschiwald
59baaeec48
Core/Chat: cleanup MonsterText methods
2014-09-13 20:41:31 +02:00
DDuarte
27479cf571
Core/Scripts: Nuke db_script_string table and make SCRIPT_COMMAND_TALK with broadcast_text instead
...
Original code by @Ascathor with modifications
Closes #13092
2014-09-13 02:45:51 +01:00
Shauren
ce67a097bf
Core/Entities: Use new PackedGuid class
2014-09-13 01:12:16 +02:00
Odyssey
54e201b8b9
Scripts/Commands: Allow to set a custom duration to the Freeze command applied Aura
...
- Allow to set a default duration for the Freeze Aura in worldserver.conf
- Handle the .freeze and .unfreeze command custom effects through the Freeze AuraScript
- Make players able to eventually unfreeze by themselves since the aura will expire without someone having to use .unfreeze
- Make .freeze command usable with the following syntax:
* .freeze (with a targeted player)
* .freeze duration_in_seconds (with a targeted player)
* .freeze playername duration (if duration is an invalid value it will be defaulted to the config one)
* .freeze playername (in this case, duration will be defaulted to the config value)
- Make .listfreeze command able to show the remaining freeze duration on all affected players
Closes #12972
2014-09-08 15:56:32 +01:00
Vincent-Michael
f2655b2d2d
Core: Remove whitespace (again, again, ...)
2014-09-07 22:22:16 +02:00
Vincent-Michael
c7e1eae2ce
Core: Remove again whitespace (meh :/)
2014-09-07 04:06:50 +02:00
jackpoz
29b9e5f0d5
Scripts/Commands: Fix issues reported by static analysis
...
Fix possible buffer overflow in ".server shutdown" and NULL-dereference/Triggered Debug Assert.
2014-09-06 20:43:08 +02:00
Nyeriah
3b987c4a89
Scripts/Commands: Move instance command strings to database
2014-09-05 21:59:58 -03:00
Duarte Duarte
88045921a4
Merge pull request #13016 from Odyssey/pinfo
...
Scripts/Commands: Move cs_misc.cpp command output hardcoded strings to DB
2014-09-05 21:52:49 +01:00
Duarte Duarte
36f7cfbd04
Merge pull request #13039 from Nyeriah/pr-cmd
...
Core/Tickets: Send global GM system messages on ticket complete
2014-09-05 21:51:52 +01:00
Odyssey
5efd2579e5
Scripts/Commands: Move cs_misc command output hardcoded strings to DB so they can be localized too
2014-09-05 12:42:08 +02:00
Nyeriah
014adaa0fd
Core/Tickets: Send global GM system messages on ticket complete
2014-09-03 17:25:36 -03:00
Duarte Duarte
c565d8566f
Merge pull request #13004 from Nyeriah/pr-cmd
...
Scripts/Commands: Fix up logic at group join command, so it doesn't retu...
2014-09-01 03:46:30 +01:00
Nyeriah
a151105a69
Scripts/Commands: Fix up logic at group join command, so it doesn't return full group error when it actually isn't full
2014-08-31 23:43:36 -03:00
DDuarte
d5c0aeaa18
Scripts/Commands: Replace regex usage
...
Sorry for the shitty C code but std::regex is not supported by GCC 4.7 and 4.8
2014-09-01 03:03:26 +01:00
DDuarte
2086ba46cf
Scripts/Commands: Add optional reason to server shutdown/restart commands
...
Display a "reason" ingame in the server shutdown ingame messages
Fix multiple typos in the .server idlerestart/idleshutdown/restart/shutdown commands
Closes #2671
2014-08-30 14:07:52 +01:00
Vincent-Michael
1dc8a219a3
scripts/Commands: Sync with 4.3.4 branch (meh nayd)
2014-08-29 21:40:07 +02:00
joschiwald
01380c66bf
Core/Misc: some random changes after recent pull requests
2014-08-29 17:46:55 +02:00
Odyssey
8adde791d8
Scripts/Commands: Implement .guild info command
...
Displays a information summary about the selected player guild or a given guildId or Name
Closes #12949
Signed-off-by: DDuarte <dnpd.dd@gmail.com >
2014-08-28 23:04:52 +01:00
jackpoz
9cceb458d9
Merge branch 'Rochet2/ahbot' into master
...
Close pull request #12917
2014-08-28 22:01:58 +02:00
jackpoz
4d9f8b926a
Scripts/Commands: Change "few" commands to target current Player by default
2014-08-25 22:00:04 +02:00
Blipi
a7d1394c2e
Core/AHBot: Implemented AHBot based on MaNGOS code
...
Warning: CMake must be rerun
Apply if you have crashes
Rewrite Seller prices, add random properties and implement some suggestions on price calculations
Core/AHBot: Update to latest suggestions
Fix SQLs after merge, split the AH bot to spearate headers and cpps, fix the config default values
Remove case 8 from GetBuyModifier. It was not correct
Fix Gray Grey GRAY typos
Change message config name
Fix non pch build
Fix switch ident, also earlier removed whitespace. Add missing include for non pch build
Fix possible crash: if (forplayer || GetOwnerGUID()) changed to if (forplayer)
Apply Nayd.diff - Code style fixes
Fix leftovers from nayd
Correct SQL transaction and change one SQL query to C++ instead
Make loot items distinct
2014-08-25 22:15:59 +03:00
jackpoz
7fe7f30521
Core/Misc: Fix some -Wconversion warnings
2014-08-23 19:56:41 +02:00
joschiwald
ccfa82e7d5
Core/Creature: update creature_template and some other small things
...
http://www.trinitycore.org/f/topic/9572-creature-damage/
2014-08-14 16:09:14 +02:00
DDuarte
df3b08d140
Core/Server: Use nullptr instead of 0 where pointers are expected
2014-08-09 21:32:26 +01:00
Vincent-Michael
893d58fa87
Scripts/Commands: Fix static analysis issues
2014-08-09 19:18:05 +02:00
Subv
a03c879565
Core/PreparedStatements: Fixed a change I missed in the World prepared statements for waypoints.
2014-07-25 20:18:43 -05:00
Shauren
7532864264
Buildsystem/MSVC: Warning fixes
...
C4800 'type' : forcing value to bool 'true' or 'false' (performance warning)
C4127 conditional expression is constant
2014-07-17 15:42:57 +02:00
leak
aedb824e99
Merge branch 'master' of github.com:TrinityCore/TrinityCore into boost
2014-07-16 17:53:33 +02:00