summaryrefslogtreecommitdiff
path: root/src/char_sql/int_auction.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-2/+2
2011-01-14* Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria...ai4rei1-1/+1
2010-03-02Fixed an exploit where the buyer can end the auction himself.Inkfish1-0/+6
2008-11-17followupultramage1-0/+1
2008-11-17- Some "expire_time" = 0 considerations. Please update. (Bugreport 2451)zephyrus1-0/+1
2008-07-26Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w...ultramage1-1/+1
2008-06-29Random assortment of various small corrections and tweaks.ultramage1-0/+1
2008-05-29- Fixed bug report 1436 (Auction)zephyrus1-3/+9
2008-05-16Fixed 64bit timestamps messing up auction/storage (bugreport:1454)ultramage1-4/+4
2008-04-27fixing some timestamp type difference warnings...ultramage1-2/+3
2008-04-27Removed the calc_times() no-op (bugreport:1289)ultramage1-2/+2
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS1-2/+2
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-2/+2
2008-03-18- Added the official adoption method.zephyrus1-1/+0
2008-03-17- Clean up of calc_times function.zephyrus1-8/+2
2008-03-14* extended the "npc_event: event queue is full" error message to also print t...ultramage1-2/+0
2008-03-10- Bug ID #1152: Auction System Mail Message Typoszephyrus1-3/+3
2008-03-10- Fixed a bug allow GM with notrade to send zeny.zephyrus1-2/+2
2008-03-08- Auction System implementation completed.zephyrus1-97/+106
2008-03-08- Added support for Auction Close and Cancel.zephyrus1-0/+106
2008-03-07- Fixing the time calculation. (Missing "()" <<)zephyrus1-5/+5
2008-03-07- Moved the auction time controls only on Char Servers.zephyrus1-2/+3
2008-03-07- Fixed some bugs on auction.zephyrus1-7/+7
2008-03-07- Added some debug messages to test Auctions.zephyrus1-1/+5
2008-03-07- More updates to Auctions. Now you "really" can register auctions, limit to ...zephyrus1-8/+43
2008-03-07- More official way of auction mails.zephyrus1-8/+7
2008-03-05eol-style:native for recently added filesultramage1-333/+333
2008-03-05- Merged Auction Search and Register. It seen to work fine, so you can test t...zephyrus1-14/+98
2008-03-02- New optimizations for mail system and adjust to use it on Auctions.zephyrus1-4/+221
2008-02-29- Starting preparatives for Auctions System.zephyrus1-0/+32