summaryrefslogtreecommitdiff
path: root/src/map/trade.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-11- Cleaned up unitattack, unittalk and unitdeadsitskotlex1-9/+0
2006-10-05- skill_blown will now trigger on-touch npcs on the landing tile.skotlex1-5/+6
2006-09-30- Rewrote the txt->sql converter. It now links directly to the char server fi...skotlex1-2/+4
2006-09-19- Made the report_Src function also report name of non-bl objects.skotlex1-2/+2
2006-08-27* Optional macro MEMSET_TURBO for faster low-level memory initializations.Lance1-7/+8
2006-08-10- Should have fixed the login-sql crash when passed user-name's length is bey...skotlex1-1/+1
2006-08-10- Fixed two instances in the login-sql server where the ip in the log-login t...skotlex1-18/+14
2006-08-04- Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out o...skotlex1-2/+2
2006-07-11- Coded @reset.skotlex1-2/+2
2006-07-06- Rewrote all the item restriction functions so that they will take into acco...skotlex1-5/+8
2006-06-30- Removed the check to prevent equipped items from being traded as pc_delitem...skotlex1-3/+0
2006-06-30- Added a check to prevent equipped items from being traded.skotlex1-0/+3
2006-06-29- Made the map server send list of characters online to the char-server on re...skotlex1-1/+1
2006-06-28- Added trade-range check on trade reply.skotlex1-1/+12
2006-06-28- Cleaned up a bit the code for @itemskotlex1-2/+5
2006-06-13- Updated clif_disp_onlyself to not use dynamic memory and write directly to ...skotlex1-3/+2
2006-05-18- NPC_AGIUP will now give movement boost of 50%skotlex1-2/+2
2006-05-11- Changed a bit the MAX_ZENY checks in trade.c to prevent overflows.skotlex1-8/+8
2006-05-10- Rewrote/cleaned up trade.c for a more clean trading implementation.skotlex1-345/+318
2006-05-07removed old logsLupus1-3/+0
2006-04-20- Added support for n to specify minutes to @charban. skotlex1-4/+9
2006-04-18- Removed message 592 from trade.cskotlex1-16/+4
2006-03-15- Added mapflag nodrop, fixed mapflag notrade.skotlex1-0/+5
2006-01-29AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ...Valaris1-0/+569
2006-01-29Clearing trunk.Valaris1-389/+0