Commit Graph

21556 Commits

Author SHA1 Message Date
leak
c7d5660e99 Readd support for TCP_NODELAY socket option 2014-07-07 21:37:55 +02:00
Subv
110396447f Fixed the authserver not accepting clients.
Fixed using hostnames in the realmlist table.
2014-07-07 14:25:17 -05:00
Subv
eeb2720401 Removed some dead code 2014-07-06 19:05:13 -05:00
Subv
9872162835 Added a missing definition 2014-07-06 17:41:47 -05:00
Subv
77caf33deb Removed some unneeded boost dependencies.
Ensure that the correct packet sizes are read in the authserver.
Added some try catch to the authserver to deal with boost exceptions (this part is not finished)
2014-07-06 17:04:42 -05:00
leak
59c8ffe4b3 Change the freeze detector thread to be a periodic callback running on the thread pool 2014-07-06 23:04:38 +02:00
Subv
32f5286d05 Fixed compile 2014-07-06 13:46:17 -05:00
leak
013e3f4c0c Merge branch 'master' of github.com:TrinityCore/TrinityCore into boost 2014-07-06 20:07:52 +02:00
Subv
80a8ed23b7 Fixed player saving 2014-07-06 13:02:46 -05:00
leak
0dcb0d6490 Restore CMSG_PING handling 2014-07-06 19:46:56 +02:00
Subv
ee3bb46feb Fixed login, we're in world guys! 2014-07-06 12:17:27 -05:00
jackpoz
a6494375f9 Core/Wintergrasp: Spawn npcs only after initial map configs have been set
Spawn BATTLEFIELD_WG_NPC_STALKER only after the MapID has been set otherwise it will try to spawn it on map 0
2014-07-06 18:32:27 +02:00
jackpoz
0f8c1d4a47 Core/Maps: Don't load vmaps/mmaps if disabled in configs
Don't try to load vmaps/mmaps if they are disabled in the configs.
Fixes #12392
2014-07-06 18:27:32 +02:00
leak
5dc47243fc Fixed packet header decryption and zero size packet handling 2014-07-06 15:17:59 +02:00
Aokromes
072787b58f DB/Quest: Kaw the Mammoth Destroyer
By dr-j, closes #12409
2014-07-06 13:29:23 +02:00
Aokromes
6c757c4ae9 DB/Quest: Steady as a Rock?
By untaught, closes #3976
2014-07-06 10:03:26 +02:00
Subv
916800eb35 Corrected a mistake in the client packet size 2014-07-06 00:35:51 -05:00
Subv
b5d5768d44 Fixed the crashes 2014-07-05 21:38:29 -05:00
Subv
42b2041aeb Fixed PCH build, some leaks and tidied the code up a bit 2014-07-05 19:41:18 -05:00
leak
da3f6e923a Completely remove ACE as dependency for TC - kkthxbye 2014-07-06 01:42:35 +02:00
leak
7befb26625 Some groundwork for replacing the ACE based WorldSocket handling 2014-07-06 01:26:29 +02:00
Shauren
408b490851 Scripts/Magister's Terrace: Fixed typo in SetEncounterState 2014-07-06 00:01:24 +02:00
Vincent-Michael
8edecb0da6 TDB 335.54 - 2014/07/05 TDB335.54 2014-07-05 22:50:21 +02:00
Gacko
03b1464412 Wrong branch... 2014-07-05 20:33:43 +02:00
Gacko
65170d8aa4 DB/Spell: Gain focus for using Steady Shot and Cobra Shot
Thanks @RezolveX
2014-07-05 20:31:43 +02:00
Vincent-Michael
63784fee2a SQL: Fix end of file 2014-07-05 19:44:31 +02:00
Dr-J
23e4dfd8e8 DB/SAI: Fix db startup errros 2014-07-05 19:41:57 +02:00
Trisjdc
dad9b01b26 Core/Spells: Fix Blink/_DEST spell effects when cast inside/near water 2014-07-05 15:35:21 +01:00
Vincent-Michael
a1fb24f5ed Core: Remove again whitespace 2014-07-05 16:05:59 +02:00
Aokromes
2042b09526 DB/Creature: Fix Abyssal Flamewalker
By mario-64 and dr-j, closes #10699
2014-07-05 08:28:32 +02:00
Trisjdc
124398feef Core/Spells: Improve charge path logic, get a point to the target and then reduce it by the necessary distance 2014-07-04 22:22:28 +01:00
jackpoz
4302226a85 Core/Spells: Fix Charge pathing
Fallback to "straight path" pathing when raycast doesn't find a valid path.
Fixes #7931
2014-07-04 22:00:46 +02:00
Shauren
53a469a52b DB/Skills: Corrected languages for night elves, taurens and blood elves 2014-07-04 18:03:59 +02:00
Shauren
d28b66bca8 Core/Skills: Fixed players getting all ranged skills when learning one of bows/crossbows/guns 2014-07-04 17:27:22 +02:00
leak
021e18d152 Refactored both world and auth main
- Master/Worldrunable removed
- World Update loop now running on main (which was doing nothing before)
- Processpriority moved to shared
- Added a preliminary thread pool for boost::asio::io_service
2014-07-04 15:22:06 +02:00
leak
4f2f9e08f8 Fixed compilation and some copy paste error 2014-07-04 15:20:23 +02:00
Shauren
70daf21554 Rename 2014_07_01_02_world playercreateinfo_skills.sql to 2014_07_01_02_world_playercreateinfo_skills.sql 2014-07-04 14:27:27 +02:00
Subv
151785b9ce Merge branch 'master' of github.com:TrinityCore/TrinityCore into boost
Conflicts:
	src/server/game/World/World.cpp
2014-07-03 15:57:47 -05:00
jackpoz
519d76c194 Core/VMAPs: Fix object orientation
Merge 2f8b8e55d9
Quoting original commit log:
This patch fixes 2 issues with the vmap extractor. 1) Incorrectly converts vertex coordinates. 2) Forgets to convert coordinates on triangle indices.

The effects of [1] causes models to be flipped. This isn't very noticeable on most trees as flipping a cylinder results in the same cylinder, but it's very noticeable on any non-symmetrical geometry (which, even includes trees, it's just harder to notice). [2] Didn't seem to be a problem when the coordinates were incorrectly converted, but when applying the correct conversion caused some triangles to be flipped (i.e. facing inwards).

You will need to re-extract vmaps and re-generate mmaps for these changes to take effect.

Fixes #417
2014-07-03 22:52:36 +02:00
joschiwald
7b74a725c8 Core/Spells: fixed Deep Freeze after 2a3546ca36
Closes #12424
2014-07-03 22:32:41 +02:00
Subv
0a07fd5fc3 Some changes here and there in shared 2014-07-03 15:08:35 -05:00
leak
25debd7577 Fix non-PCH compile 2014-07-03 19:05:42 +02:00
Aokromes
37f7cc4615 DB/Items: Fix typos on 4c3cb80
By dr-j
2014-07-03 12:26:40 +02:00
Aokromes
13f849aea8 Rename 2014_06_20_01_world_spell_dbc.sql to 2014_06_20_01_world_creature_text.sql 2014-07-03 08:32:14 +02:00
Subv
87b72f41ca Fixed login and some errors 2014-07-02 21:56:40 -05:00
Subv
b516926da8 Enabled RA and removed all ACE from it 2014-07-02 18:58:48 -05:00
Trisjdc
531de49fe7 Core/Spells: Spells which do not apply auras should not apply DR
- Solves issue where Intimidating Shout applied DR twice on the main target
2014-07-03 00:42:55 +01:00
Subv
15352a9302 Fixed an uninitialized value that made the MapUpdater worker threads exit on launch 2014-07-02 18:38:22 -05:00
Subv
bdc42f663e Cleaned up worldserver includes a bit 2014-07-02 12:06:25 -05:00
Subv
2874014443 Cleaned up the authserver includes a bit.
Fixed authserver pch build
2014-07-02 11:50:03 -05:00