Age | Commit message (Expand) | Author | Files | Lines |
2008-07-26 | Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w... | ultramage | 1 | -1/+1 |
2008-06-29 | Random assortment of various small corrections and tweaks. | ultramage | 1 | -0/+1 |
2008-05-29 | - Fixed bug report 1436 (Auction) | zephyrus | 1 | -3/+9 |
2008-05-16 | Fixed 64bit timestamps messing up auction/storage (bugreport:1454) | ultramage | 1 | -4/+4 |
2008-04-27 | fixing some timestamp type difference warnings... | ultramage | 1 | -2/+3 |
2008-04-27 | Removed the calc_times() no-op (bugreport:1289) | ultramage | 1 | -2/+2 |
2008-04-21 | * Changed the data field of timers from int to intptr. | FlavioJS | 1 | -2/+2 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -2/+2 |
2008-03-18 | - Added the official adoption method. | zephyrus | 1 | -1/+0 |
2008-03-17 | - Clean up of calc_times function. | zephyrus | 1 | -8/+2 |
2008-03-14 | * extended the "npc_event: event queue is full" error message to also print t... | ultramage | 1 | -2/+0 |
2008-03-10 | - Bug ID #1152: Auction System Mail Message Typos | zephyrus | 1 | -3/+3 |
2008-03-10 | - Fixed a bug allow GM with notrade to send zeny. | zephyrus | 1 | -2/+2 |
2008-03-08 | - Auction System implementation completed. | zephyrus | 1 | -97/+106 |
2008-03-08 | - Added support for Auction Close and Cancel. | zephyrus | 1 | -0/+106 |
2008-03-07 | - Fixing the time calculation. (Missing "()" <<) | zephyrus | 1 | -5/+5 |
2008-03-07 | - Moved the auction time controls only on Char Servers. | zephyrus | 1 | -2/+3 |
2008-03-07 | - Fixed some bugs on auction. | zephyrus | 1 | -7/+7 |
2008-03-07 | - Added some debug messages to test Auctions. | zephyrus | 1 | -1/+5 |
2008-03-07 | - More updates to Auctions. Now you "really" can register auctions, limit to ... | zephyrus | 1 | -8/+43 |
2008-03-07 | - More official way of auction mails. | zephyrus | 1 | -8/+7 |
2008-03-05 | eol-style:native for recently added files | ultramage | 1 | -333/+333 |
2008-03-05 | - Merged Auction Search and Register. It seen to work fine, so you can test t... | zephyrus | 1 | -14/+98 |
2008-03-02 | - New optimizations for mail system and adjust to use it on Auctions. | zephyrus | 1 | -4/+221 |
2008-02-29 | - Starting preparatives for Auctions System. | zephyrus | 1 | -0/+32 |