aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Server
AgeCommit message (Expand)Author
2010-08-23Core: Fix more warningsSpp
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 "suggest parentheses around ‘&&’ within ‘||’" and "sugge...Spp
2010-08-21Core: Remove "enumeration value 'xxx' not handled in switch" warningsSpp
2010-08-21Core: Remove lots warnings:Spp
2010-08-21DB Layer:Machiavelli
2010-08-21Core/Includes: Include ACE as an external dependency, not local (#include "ac...click
2010-08-19- Fix Linux build (huge thanks to Aokromes for testing as always)Machiavelli
2010-08-18DBLayer:Machiavelli
2010-08-17Add support for recruit-a-friend XP and reputation multipliers.silinoron
2010-08-18* HIGHLY EXPERIMENTAL - USE AT OWN RISK *Machiavelli
2010-08-17Dungeon Finder: Simplify 'Offer to continue' checks and allow to join non-ran...Spp
2010-08-16Fix Windows-build (YES, IT COMPILES!) - partial revert of revision a9386a2655click
2010-08-14Buildsystem/Linux: Deprecate and remove use of FindTermcap.cmake - it was onl...click
2010-08-14Add a GuildScript class with a handful of hooks.silinoron
2010-08-14Dungeon Finder: Add config value to Enable/Disable Dungeon FinderSpp
2010-08-14Dungeon Finder: Fix an error that was preventing a group from exit queueSpp
2010-08-13Dungeon Finder: Add vote kick supportSpp
2010-08-13Dungeon Finder: Fix Teleport issuesSpp
2010-08-12* Modify PlayerScript::OnChat hook. Now it takes one optional parameter of ty...azazel
2010-08-11Add PlayerScript hooks:silinoron
2010-08-12Dungeon Finder: Fix bad dungeon selection being show at offer continue rolech...Spp
2010-08-11Dungeon Finder: Add proposals, find group algorithm and teleport supportSpp
2010-08-11Dungeon Finder: Add LFG support to groupsSpp
2010-08-11Dungeon Finder: minor improvements and code clean-upsSpp
2010-08-11Dungeon Finder: Make player internal Lfg data private and some minor cleanupsSpp
2010-08-10Fixed honor points and arena points displaying in currency tabShauren
2010-08-08*Implement spell casting on transports (no more out of range error, etc)QAston
2010-08-08Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the cl...click
2010-08-08* Rename InstanceData to InstanceScriptazazel
2010-08-08* Some singleton renames for consistency:XTZGZoReX
2010-08-08* Rename: Sha1Hash -> SHA1Hash.XTZGZoReX
2010-08-08* Rename: BattleGround -> Battleground.XTZGZoReX
2010-08-07* Rename some more functions for consistency.XTZGZoReX
2010-08-06*** New core <-> script library interface - complete rewrite of the old one.XTZGZoReX
2010-08-06Remove AuctionHouseBot-functionality from core (some cleanups may be required)click
2010-08-06Revert changes done in r0074e32c2f and r4d86e4199a - fixes buildissues ( if()...click
2010-08-05Make use of new ToItem() castsShauren
2010-08-05* Implement item limit category (based on changes by VladimirMangos)azazel
2010-08-04*Update CMSG_USE_ITEM opcode to fit new clientCastFlag handling.QAston
2010-08-04*Typofix - Relocate != SetPosition - fixes problems with visibility after cha...QAston
2010-08-04*Some more research about spell target flags - thanks to Zor for info.QAston
2010-08-04Add gender field to SMSG_WHO packet (author: MaS0n)azazel
2010-08-04*Update movement enums - thanks to Zor for info.QAston
2010-08-04Cleaned up item flags: separated item proto flags and item field flagsShauren
2010-08-02Updated .pdump commandsShauren
2010-07-31Prevent players from gaining rest state in hostile capital zones.thenecromancer
2010-07-30Add basic support for NPCs on transports; DB data required.silinoron