summaryrefslogtreecommitdiff
path: root/src/map/vending.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-27Renamed iMap interface to mapHaru1-4/+4
2013-09-09Fixed Bug #7540shennetsind1-1/+1
2013-07-01Fixed Bug #7216shennetsind1-0/+2
2013-06-25- Added chrif interfaceSusu1-2/+2
2013-06-13Hercules Renewal Phase : Renewalmalufett1-1/+1
2013-06-08Follow up d73783f22b2bb881aab74524d153d89a5932a199shennetsind1-10/+10
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-14/+14
2013-04-22Hercules April 22 MEGA-ULTRA-LONG Patch~!shennetsind1-97/+86
2013-03-30Hercules Renewal: clif.c completeshennetsind1-2/+2
2013-03-29Hercules Renewal: clif.cshennetsind1-16/+16
2013-03-08Fixed Bug #7114malufett1-29/+1
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-320/+334
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-334/+320
2012-11-12-Add/upd basic documentation for script.cglighta1-10/+10
2012-11-12-Add Homon-S skills, 1st implementation (all done except Eleanors)glighta1-15/+12
2012-10-29-Add some src basic documentation.glighta1-1/+1
2012-06-06- Follow-up to r16236, additional array increase to accommodate sprintf messagesepoque111-1/+1
2012-06-04Follow up r16227 & bugreport:5929 fixed typo. super mega hug to malufett <3shennetsind1-1/+1
2012-06-03Adding new config min_npc_vending_distance which simulates the official 'no v...shennetsind1-2/+26
2012-02-13 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...gepard19841-2/+2
2012-01-17* Merged changes up to eAthena 15054. [ai4rei]eathenabot1-3/+3
2012-01-11Picklog improvements:gepard19841-6/+2
2011-12-24* Merged changes up to eAthena 15040.eathenabot1-6/+3
2011-12-20follow up to r15188 -- mr.ind forgot this little guy, sorry!shennetsind1-2/+2
2011-12-20vending bugfix for bugreport:947shennetsind1-3/+3
2011-12-17- Replaced log_config.enable_logs constants with LOG_ enums that existed sinc...brianluau1-1/+1
2011-03-27* Added separate character state for vending (like for buyingstore), instead ...ai4rei1-12/+11
2011-03-06* Implemented search store info system (aka. vending and buying store search)...ai4rei1-1/+89
2011-01-26* Fixed buyers, that are currently in a vending shop could be fooled into buy...ai4rei1-8/+25
2010-12-26* Fixed opening other player's vending terminating currently running NPC conv...ai4rei1-1/+1
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-1/+1
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-1/+1
2010-01-30- Oops, realized the vsd cid check is before the null pointer check. I AM get...skotlex1-3/+2
2010-01-30- Added support for PACKETVER 20100105, which updates the vending related pac...skotlex1-2/+6
2009-05-12- Rental items now can be stackable items too.zephyrus1-0/+1
2008-07-30Removed the IRC bot system, now a customization (see topic:194306)ultramage1-8/+0
2008-05-07- Added function battle_attr_ratio to handle just getting the attribute table...skotlex1-1/+6
2008-04-18Implemented config setting 'vending_over_max', to let people configure the be...ultramage1-0/+6
2008-02-02Fixed npc reloading crash (bugreport:889)ultramage1-1/+1
2007-12-26Moved distance-related functions to path.c/hultramage1-0/+1
2007-10-26Moved the new novending cell check from the internal code to the client-serve...ultramage1-6/+0
2007-10-24- added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which...skotlex1-0/+6
2007-10-18Fixed numerous /W4 warnings (and created more :)ultramage1-7/+7
2007-10-04* Added code that compacts the vending list after a purchase; fixes the probl...ultramage1-7/+22
2007-10-01* Fixed various trading/vending glitchesultramage1-130/+133
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-3/+4
2007-05-19Reformatting @_@ultramage1-8/+4
2007-04-29Gave each file an empty last line, to make svn happierultramage1-1/+0
2007-04-07- Fixed the platform-specific stricmp compilation problemultramage1-1/+1
2007-04-07- Added function str2ip() to do platform-safe conversionsultramage1-3/+3