summaryrefslogtreecommitdiff
path: root/src/map/trade.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-22Hercules April 22 MEGA-ULTRA-LONG Patch~!shennetsind1-2/+2
2013-04-16Fixed Bug #419shennetsind1-2/+1
2013-03-30Hercules Renewal: clif.c completeshennetsind1-4/+4
2013-03-29Hercules Renewal: clif.cshennetsind1-45/+45
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-501/+513
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-513/+501
2012-11-14Following r16914glighta1-23/+26
2012-11-12-Add/upd basic documentation for script.cglighta1-18/+18
2012-11-12-Add Homon-S skills, 1st implementation (all done except Eleanors)glighta1-29/+20
2012-10-29-Add some src basic documentation.glighta1-1/+1
2012-07-25Fixed bugreport:6320 where trading with multiple characters may lead to explo...rud0lp201-0/+10
2012-02-13 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...gepard19841-17/+13
2012-01-11Picklog improvements:gepard19841-14/+6
2011-12-24* Merged changes up to eAthena 15040.eathenabot1-14/+8
2011-12-17- Replaced log_config.enable_logs constants with LOG_ enums that existed sinc...brianluau1-2/+2
2011-03-27* Added separate character state for vending (like for buyingstore), instead ...ai4rei1-2/+2
2011-02-19* Implemented buying store system (aka. reverse vending, purchase shop) toget...ai4rei1-2/+2
2011-01-01* Pending trade requests no longer prevent a character from trading someone e...ai4rei1-1/+2
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-3/+3
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-3/+3
2010-11-08Notify players involved in a trade that it has been canceled when one player ...Paradox924X1-1/+5
2010-08-19- Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ...Skotlex1-2/+2
2009-06-13Changed a few sprintf's that had no format arguments to strcpy's.Paradox924X1-2/+2
2008-11-16- Item Rental System.zephyrus1-0/+7
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage1-2/+2
2008-04-07* Made script command 'flagemblem' and guild_emblem_change send an update of ...FlavioJS1-0/+1
2008-04-07Removed the 'wait close' timer that closed a session's socket after 5 seconds.ultramage1-2/+2
2008-03-24Fixed a problem in the new trade window implementation (from r11830) where no...ultramage1-6/+6
2008-03-19- The last bug in Adoption system.zephyrus1-1/+6
2008-03-18- Added the official adoption method.zephyrus1-1/+1
2008-02-21- Fixed new guilds displaying online-connect member count at 0 rather than 1,...skotlex1-3/+0
2008-02-20Changed pc_can_give_items() to use standard boolean logic instead of the inve...ultramage1-1/+1
2007-12-26Moved distance-related functions to path.c/hultramage1-0/+1
2007-11-28* Reconstructed a list of all PACKETVER types, by reverse-engineering it from...ultramage1-2/+2
2007-10-18Fixed numerous /W4 warnings (and created more :)ultramage1-2/+3
2007-10-01* Fixed various trading/vending glitchesultramage1-59/+80
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-3/+4
2007-05-19Reformatting @_@ultramage1-24/+24
2007-05-05- imported the latest working grfio code from stableultramage1-1/+1
2007-04-24- NPC_MAGICALATTACK now starts a state similar to Sacrificial Ritual, in the ...skotlex1-2/+2
2007-04-11- Trade-requests now fail if the target is in a NPC.skotlex1-1/+7
2007-04-03- SC_ENCHANTARMS will no longer fail to start if it's already running with a ...skotlex1-0/+1
2007-02-28- Added a check to prevent trades from being commited if either character is ...skotlex1-1/+4
2007-01-23- Moved the homunculus setting from pet.conf to homunc.confskotlex1-1/+0
2007-01-18- Fixed overflow on the mob delay adjustment setting.skotlex1-0/+4
2007-01-07Undid the memset->malloc_set replacementultramage1-3/+3
2006-12-08- Now you can request a trade regardless of the state of the target trader.skotlex1-26/+45
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS1-553/+553
2006-11-27- Some cleanups on the trade_additem function. When specifying a qty of 0, an...skotlex1-5/+14
2006-10-19- Cleaned up the log.c file.skotlex1-4/+4