Commit Graph

15 Commits

Author SHA1 Message Date
Kandera 8c7b139ccc Merge branch 'master' into wintergrasp_cleanup 2012-03-26 09:32:45 -04:00
leak 12e55a04bb Core/DBLayer: Convert PQuery() queries to prepared statements 2012-03-24 01:25:08 +01:00
Kandera 9b7e3923f2 Merge branch 'master' into wintergrasp_cleanup 2012-03-20 09:51:46 -04:00
Machiavelli 41cc704bf8 Core/Movement:
- Don't abort relocation if movementflag restrictions were violated. There might be lag between client and server and even different parts of the core that made this approach improper.
- MOVEMENTFLAG_ROOT cannot be used in conjunction with MOVEMENTFLAG_MASK_MOVING, but it's a valid flag to receive from client.
- Fix falling to ground when unapplying fly/waterwalk aura. NOTE: This is a client-side initiated fall, in the future this should be initiated and updated by the server. (Working on it)
- Rename MOVEMENTFLAG_FALLING to MOVEMENTFLAG_FALLING_FAR
- Rename MOVEMENTFLAG_JUMPING to MOVEMENTFLAG_FALLING

Closes #5751
2012-03-17 20:36:12 +01:00
Machiavelli 65453620e8 Core/Movement: Do not process server side relocation if reading movementinfo from client resulted in violations (= hacking). 2012-03-16 18:15:08 +01:00
Manuel Carrasco f3c8fcc416 Battlefield: Make sBattlefieldMgr a pointer. By Subv. 2012-03-02 22:00:26 -03:00
Kandera 6cdb5f2ed5 Merge branch 'master' into wintergrasp_cleanup 2012-03-01 10:59:02 -05:00
Spp d38bc3a178 Core: Rename GetCreatureInfo to GetCreatureTemplate and minor cleanup here and there 2012-02-27 14:58:47 +01:00
Discovered c10e6708ed Core: Add some more output in HandleSetActionButtonOpcode (show playername/guid as well)
Signed-off-by: click <click@gonnamakeyou.com>
2012-02-25 21:40:05 +01:00
Kandera 277aed85cf Merge branch 'master' into wintergrasp_cleanup
Conflicts:
	src/server/game/Entities/Unit/Unit.cpp
	src/server/game/World/World.h
	src/server/shared/Logging/Log.h
2012-02-21 11:00:32 -05:00
leak 8e3a4b956e Core/Warden: Base implementation for Warden functionality
Note: The default config file action for clients failing the checks can be changed for each check via the characters.warden_action table

Credits to TOM_RUS
2012-02-19 13:51:16 +01:00
Kandera 8e296fe6d2 merge wintergrasp cleanup into master :] 2012-02-17 09:46:39 -05:00
kaelima 5684f39d58 Core/Protocol: Remove useless ResetInstances call inside WorldSession::HandleResetInstancesOpcode. 2012-02-10 12:52:30 +01:00
Shocker 08be716ef8 Core/Misc: Rename UNIT_STAT_* enums to UNIT_STATE_* 2012-02-03 19:02:17 +02:00
Spp c9762b0e38 Core: Change Handlers location 2012-01-26 10:54:53 +01:00