summaryrefslogtreecommitdiff
path: root/src/map/vending.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-27- Moved coma to skill_additional_effect, added special_state.bonus_coma to pr...skotlex1-0/+2
2007-02-26- NPC_AGIUP now boosts flee by 100% and duration is 5+5*lv secs, as stated on...skotlex1-1/+1
2007-02-25added vender <-> buyer map & distance checkLupus1-0/+7
2007-02-02- The define MESSAGE_SIZE was wrong! It is only used for input boxes. Therefo...skotlex1-1/+2
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS1-267/+267
2006-10-19- Cleaned up the log.c file.skotlex1-2/+2
2006-08-04- Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out o...skotlex1-1/+1
2006-07-06- Rewrote all the item restriction functions so that they will take into acco...skotlex1-1/+1
2006-07-06- Added EQP_/EQI_ constants in pc.h to identify equip position and equip inde...skotlex1-0/+1
2006-06-28- Cleaned up a bit the code for @itemskotlex1-2/+4
2006-05-29[Optimized] Lance1-1/+1
2006-05-25added noVending mapflag. Tested. + custom Market Place NPC, fixed MSG stringsLupus1-0/+4
2006-05-07removed old logsLupus1-7/+0
2006-02-24- Player-summoned mobs won't level up now.skotlex1-0/+1
2006-02-05* Added some of eAIRC bot code, written by me and LittleWolf. It is disabled ...Valaris1-5/+10
2006-01-29AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ...Valaris1-0/+261