Commit Graph

29718 Commits

Author SHA1 Message Date
Aokromes
288b016e31 DB/Quest: The Story Thus Far...
By untaught, closes #11417
2014-06-22 21:22:28 +02:00
Aokromes
74d57fa1c0 DB/Quest: Fix Slim Pickings
By dr-j closes #1900
2014-06-22 21:19:00 +02:00
Aokromes
63c58b6413 DB/SAI: Fix Stone statues
By untaught, closes #1923
2014-06-22 21:15:37 +02:00
Subv
f9a08ac1c9 Core/Dependencies: Remove ACE_Singleton dependency from the Log and DelayExecutor classes.
Removed an unused function.
2014-06-22 14:07:23 -05:00
Aokromes
48af876ace DB/Quest: The Plains of Nasam
By dr-j, closes #3979
2014-06-22 20:58:06 +02:00
Subv
11d545f01d Core/Build: Fixed build. 2014-06-22 13:46:21 -05:00
Subv
79440b3d9d Shared/Misc: Removed some more ACE dependencies 2014-06-22 13:17:47 -05:00
Subv
fa1da7a921 BuildSystem/CMake: Fixed cmake configuring when building in 32 bits. 2014-06-22 12:54:10 -05:00
jackpoz
4fb56fbfe0 Core/Calendar: Fix memory leak in CMSG_CALENDAR_ADD_EVENT handler.
Fix memory leak when malformed CMSG_CALENDAR_ADD_EVENT is received.
This properly fixes the memory leak that 51e38872c7 tried to fix, reverted in 927f16de49.
2014-06-22 19:25:17 +02:00
leak
bfcbde1c97 Various cleanups and fixes due to feedback 2014-06-22 16:29:49 +02:00
leak
ca3327dbed Replaced ACE_Configuration_Heap based config file handling with boost::property_tree::ini_parser 2014-06-22 15:45:54 +02:00
leak
7dd6f0f1d8 Replaced all ACE_OS::localtime_r calls 2014-06-22 15:42:46 +02:00
Vincent-Michael
9bac986f35 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2014-06-22 15:38:22 +02:00
suranex
b3aebb21ec Core/Dependencies: Update gsoap-library to v2.8.17r 2014-06-22 14:33:51 +02:00
jackpoz
ec8cccffe9 Core/Groups: Fix UpdatePlayerOutOfRange() not updating some out of range group members
Fix UpdatePlayerOutOfRange() not updating some out of range group members on different maps by also checking if both player and member are on same map.
2014-06-22 14:24:51 +02:00
Shauren
5e80f86514 Core/Spells: Defined unknown attribute 2014-06-22 12:40:34 +02:00
Trisjdc
ddc8c35d1b Merge pull request #11750 from gecko32/upstream_master
core/spells: Cyclone & Farie Fire Piercing Cyclone
2014-06-22 09:07:11 +01:00
Aokromes
516246cbe9 DB/SAI: Fix Catch and Release
By Polkic, closes #11236
2014-06-22 06:50:17 +02:00
Aokromes
d672828c0e DB/Gameobject: Netherwing Egg
By justicar, updates #10813
2014-06-22 06:26:59 +02:00
Vincent-Michael
caf7e16832 DB/Creature: Added more locales_creature female name for more some language 2014-06-22 00:59:31 +02:00
Vincent-Michael
e5606c6f6f Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts:
	src/server/game/Handlers/CharacterHandler.cpp
2014-06-22 00:58:08 +02:00
Vincent-Michael
ac343c72cc DB/Creature: Fix locales_creature for some language 2014-06-22 00:52:57 +02:00
Shauren
ec49d510fc Core/Battle.net: Defined more communication channels 2014-06-21 23:45:06 +02:00
Rochet2
c22d51f468 Core: Fix pet dismiss on phase with update 2014-06-21 23:57:23 +03:00
Vincent-Michael
01094be1d7 Core/Creature: Added missing part in ff9cd652e0 2014-06-21 22:46:51 +02:00
Vincent-Michael
ff9cd652e0 Core/Creature:
- Addet support for female creature name
- Fix some name_loc for deDE
- Added some female name loc for deDe
2014-06-21 22:40:26 +02:00
leak
ccf3374e49 Removed ACE dependies from ByteBuffer 2014-06-21 20:21:33 +02:00
leak
0df19b9087 Replaced ACE_Auto_Array_Ptr 2014-06-21 20:19:55 +02:00
leak
33dc72a812 Replaced Threading and SFMT access related code with std::thread and boost TSS
Note: The remote access thread is currently broken due to unknown ACE fail (will be replaced at some point anyways..)
2014-06-21 19:39:16 +02:00
Discover-
dae3ae0696 Merge pull request #12328 from Rochet2/onfirstlogin
Core: Add loginFirst param to OnLogin hook to allow doing things on firs...
2014-06-21 19:11:22 +02:00
Rochet2
7240fafe94 Core: Add loginFirst param to OnLogin hook to allow doing things on first login only
whitespacefix

Fix warning about unused param
2014-06-21 17:40:56 +03:00
Aokromes
8ddf289e2f DB/Creature: Fix Kroshius text
By Rushor, closes #11801
2014-06-21 08:27:34 +02:00
Kinzcool
1c848d15e8 DB/Spells: Added all serverside spells for 3.3.5a 2014-06-20 23:15:39 -04:00
Subv
b9d288e2ad Auth/Battle.net: Corrected some battle.net auth response enum values 2014-06-20 20:04:05 -05:00
Vincent-Michael
1d210bc490 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts:
	dep/PackageList.txt
2014-06-21 00:07:48 +02:00
jackpoz
0892c71a16 Core/Dependencies: Clean up recastnavigation folder
Remove old files from recastnavigation folder and update the structure to the same of https://github.com/memononen/recastnavigation/ to allow easier updates.
2014-06-20 23:30:44 +02:00
Subv
42f3c9cf5b Core/Guilds: Use the right opcode in Guild::SendCommandResult.
Documented the change a little.
2014-06-20 14:56:19 -05:00
Shauren
ffcdcea13a Core/Players: Fixed Death Knight starting First Aid skill max value 2014-06-20 21:34:30 +02:00
Subv
556dd6b2db Core/Scripts: Re-add the modify currency command, accidentally removed in fca4a5448a
Closes #11507

P.D: Steam Summer Sale is currently on Day 2, for those of you who maybe haven't noticed.
2014-06-20 13:53:44 -05:00
Vincent-Michael
b102c1c979 SQL: Rename for sync and add missing end of line 2014-06-19 23:01:05 +02:00
Vincent-Michael
910f32d48d Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts:
	src/server/game/Entities/Player/Player.cpp
	src/server/game/Entities/Unit/Unit.cpp
2014-06-19 22:57:44 +02:00
jackpoz
57069b393d Core/Dependencies: Upgrade to jemalloc-3.6.0 2014-06-19 22:20:55 +02:00
Vincent-Michael
dc96fb1cee Core: Fix typo in 316d9a5ce8 2014-06-19 18:51:47 +02:00
Vincent-Michael
316d9a5ce8 Core/Misc: Fix coverity analysis issues 2014-06-19 15:58:33 +02:00
Shauren
fccdba3842 Core/Players: Fixed trainers still displaying profession skills after learning
Closes #8103
2014-06-19 15:30:07 +02:00
Aokromes
1962b68ac3 DB/Creature: Spawn Thalorien Dawnseeker's remains
Closes #11017
2014-06-19 06:54:05 +02:00
Kinzcool
34572492dd Merge branch '4.3.4_phases' of https://github.com/TrinityCore/TrinityCore into 4.3.4 2014-06-18 23:25:57 -04:00
Vincent-Michael
05d17b700d Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2014-06-18 17:13:18 +02:00
Shauren
6dfc6b145c Added missing changes for previous commit 2014-06-18 16:31:30 +02:00
Shauren
41daea5b4e Core/Mail: Implemented sending battle.net account bound items 2014-06-18 00:19:00 +02:00