VladimirMangos
c4d4bb5620
[7552] Move client version dependend DBC code to src/game.
2009-03-27 01:59:26 +03:00
VladimirMangos
8928df7f07
[7380] Implement highest value achievements support. Implement some auction achievements
...
* ACHIEVEMENT_CRITERIA_TYPE_HIGHEST_AUCTION_BID:
* ACHIEVEMENT_CRITERIA_TYPE_HIGHEST_AUCTION_SOLD: (FIXME: only for online player)
2009-03-05 13:49:37 +03:00
VladimirMangos
98750bd95b
[7367] Restore one more time broken auctions work. Sorry :(
2009-03-01 19:02:52 +03:00
VladimirMangos
2b9eeb782e
[7362] Use IN_MILISECONDS where appropriate, other cleanups.
2009-03-01 05:22:56 +03:00
VladimirMangos
01d7801ca0
[7346] Revert [7342] and really restore work CONFIG_ALLOW_TWO_SIDE_INTERACTION_AUCTION setting.
2009-02-27 06:46:08 +03:00
False.Genesis
4a46cb843d
[7342] Use neutral auctionhouse id in case CONFIG_ALLOW_TWO_SIDE_INTERACTION_AUCTION as more expected.
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-02-26 05:15:18 +03:00
VladimirMangos
9b3daf3933
[7330] Code warnings and style cleanups. Some bugs fixes.
...
1) comparison singed and unsigned values
2) redundent includes
3) wrong constructor :-part field initilization
4) unused not-/*name*/-guarded args in template/virtual functions that not required like args.
5) explicitly list not implemented achievement types.
Also bugs fixed:
1) Drop wrong phase mask 0 check in WorldObject::InSamePhase.
2) ArenaTeamMember::ModifyPersonalRating incorrect work with move points in negative with infinity values in result.
3) ArenaTeam::SaveToDB code send uint64 value to string with arg format %u.
2009-02-24 01:54:53 +03:00
VladimirMangos
50b6bfd7f1
[7267] Drop auctionhouse.location.
2009-02-12 04:54:15 +03:00
VladimirMangos
2d242c86a8
[7266] Use DBC data for auction cut/deposit percents and location (auiction house id in fact).
...
Note: `auctionhouse`.`location` field not used after this. But not removed to simplify backporting to mangos-0.12.
2009-02-12 04:52:02 +03:00
VladimirMangos
4fd34bf101
More auction related code refactoring,
2009-02-12 04:50:30 +03:00
VladimirMangos
7c3ab4b453
Move auction related code from ObjectMgr to AuctionHouseMgr.
2009-02-12 04:50:29 +03:00