aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Movement
AgeCommit message (Expand)Author
2011-08-01Core: Pass by const reference for simple objects replaced with pass by valueSpp-
2011-08-01Core: Fix annoying compile warning and some other minor changes here and thereSpp-
2011-08-01Core/Movement: Crash fixSpp-
2011-07-27Core/Movement: Implemented methods to animate creatures landing and takeoff a...Shauren
2011-07-22Compile fix and removed unneeded call in HomeMovementGenerator initializationShauren
2011-07-15Core/Spells: Set UNIT_FIELD_TARGET to current spell cast target for proper fa...Shauren
2011-06-11Core: Codestyle cleanupclick
2011-05-24Core/WaypointMgr: Fixed crashes when loading data with `waypoint_data`.`id`=0...Shauren
2011-04-29Add spaces after commasleak
2011-03-21Core: Removed all double (and more) empty linesShauren
2011-03-08Core: Fixed warnings:Shauren
2011-02-20Core/Log: Implement log masks for debug log level, to allow selective debug o...Machiavelli
2011-01-01Update copyright note for 2011.Machiavelli
2010-12-23Core: Removed more operator workarounds for ACE_Singleton (missed previously ...Shauren
2010-12-22Core: Get rid of dirty operator workaround for ACE_Singleton class implementa...Shauren
2010-12-22Removing ProgressBars as they are performing badly on startup.leak
2010-12-19Streamlining loading functions for server startupleak
2010-12-18Core/MovementGenerators: Remove evade state when HomeMovementGenerator gets d...linencloth
2010-12-17Core/Unit: Renamed addUnitState/hasUnitState/clearUnitState to AddUnitState/H...Shauren
2010-12-16Make some cleanup.Anubisss
2010-12-06Core: Some optimizationsSpp
2010-12-04Core/Traveller: Calculate the travel time correctly for zero distancelinencloth
2010-11-13Core/MovementGenerators: Don't remove evade state when clearing unit states.linencloth
2010-10-07REALLY fix the CRLF-crap...click
2010-10-07Remove the accidental additions of CRLF-crap from the header updatesclick
2010-10-07More copyright header updates (will this ever end?)click
2010-10-07Copyright header updates - part 3... (and some whitespace cleanups)click
2010-10-07Update copyright headers (following the same standard in all files = good)click
2010-09-15Core/Unit: Fix a crash in GetCurrentMovementGeneratorType(). Author: dr.tenmaMachiavelli
2010-09-11Core/DBLayer:Machiavelli
2010-08-30Core: Fix more warningsSpp
2010-08-25* Move Paladin Judgement bonuses to spell_bonus_data, thanks deltapower.incShocker
2010-08-23Replace World::getConfig with World::getFloatConfig, World::getIntConfig, and...silinoron
2010-08-22* Some consistency changes.silinoron
2010-08-22Core/Game: fix all warnings related to converting doubles and floats.silinoron
2010-08-22Core: Fix more warnings, add new function sLog.outStaticDebug() that replaces...click
2010-08-21Core: Remove "may be used uninitialized in this function", "unused parameter ...Spp
2010-08-21Core: Remove lots warnings:Spp
2010-08-21Core/Includes: Include ACE as an external dependency, not local (#include "ac...click
2010-08-18Making sure CreaturesAddon are re-loaded after creature evade (by NoFantasy).azazel
2010-08-08Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the cl...click
2010-08-04*Update movement enums - thanks to Zor for info.QAston
2010-07-30*use ASSERT macro instead of regular assert for better output.QAston
2010-07-12change "IN_MILISECONDS" to proper english "IN_MILLISECONDS"click
2010-06-27Update ConfusedMovementGenerator with some coordinate sanity checks.Machiavelli
2010-06-25Get rid of Trinity Singleton and Threading patterns and replace them with ACE...Machiavelli
2010-06-23Preload grid on flightpath 2 nodes before final node instead of halfway.Machiavelli
2010-06-23Implement taxi/transport event scripts support. Author: VladimirMachiavelli
2010-06-23Use original taxipath data in taxi flight movement generator. Author: VladimirMachiavelli
2010-06-19Fix usage of uninitialized waypoint array variables in ConfusedMovementGenera...Machiavelli