Age | Commit message (Expand) | Author | Files | Lines |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -320/+334 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -334/+320 |
2012-11-12 | -Add/upd basic documentation for script.c | glighta | 1 | -10/+10 |
2012-11-12 | -Add Homon-S skills, 1st implementation (all done except Eleanors) | glighta | 1 | -15/+12 |
2012-10-29 | -Add some src basic documentation. | glighta | 1 | -1/+1 |
2012-06-06 | - Follow-up to r16236, additional array increase to accommodate sprintf messages | epoque11 | 1 | -1/+1 |
2012-06-04 | Follow up r16227 & bugreport:5929 fixed typo. super mega hug to malufett <3 | shennetsind | 1 | -1/+1 |
2012-06-03 | Adding new config min_npc_vending_distance which simulates the official 'no v... | shennetsind | 1 | -2/+26 |
2012-02-13 | - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l... | gepard1984 | 1 | -2/+2 |
2012-01-17 | * Merged changes up to eAthena 15054. [ai4rei] | eathenabot | 1 | -3/+3 |
2012-01-11 | Picklog improvements: | gepard1984 | 1 | -6/+2 |
2011-12-24 | * Merged changes up to eAthena 15040. | eathenabot | 1 | -6/+3 |
2011-12-20 | follow up to r15188 -- mr.ind forgot this little guy, sorry! | shennetsind | 1 | -2/+2 |
2011-12-20 | vending bugfix for bugreport:947 | shennetsind | 1 | -3/+3 |
2011-12-17 | - Replaced log_config.enable_logs constants with LOG_ enums that existed sinc... | brianluau | 1 | -1/+1 |
2011-03-27 | * Added separate character state for vending (like for buyingstore), instead ... | ai4rei | 1 | -12/+11 |
2011-03-06 | * Implemented search store info system (aka. vending and buying store search)... | ai4rei | 1 | -1/+89 |
2011-01-26 | * Fixed buyers, that are currently in a vending shop could be fooled into buy... | ai4rei | 1 | -8/+25 |
2010-12-26 | * Fixed opening other player's vending terminating currently running NPC conv... | ai4rei | 1 | -1/+1 |
2010-12-07 | * Reverted r14563, due to multiple issues which render the source malfunction... | ai4rei | 1 | -1/+1 |
2010-12-07 | Changed almost all instances of sprintf() to snprintf(). | Paradox924X | 1 | -1/+1 |
2010-01-30 | - Oops, realized the vsd cid check is before the null pointer check. I AM get... | skotlex | 1 | -3/+2 |
2010-01-30 | - Added support for PACKETVER 20100105, which updates the vending related pac... | skotlex | 1 | -2/+6 |
2009-05-12 | - Rental items now can be stackable items too. | zephyrus | 1 | -0/+1 |
2008-07-30 | Removed the IRC bot system, now a customization (see topic:194306) | ultramage | 1 | -8/+0 |
2008-05-07 | - Added function battle_attr_ratio to handle just getting the attribute table... | skotlex | 1 | -1/+6 |
2008-04-18 | Implemented config setting 'vending_over_max', to let people configure the be... | ultramage | 1 | -0/+6 |
2008-02-02 | Fixed npc reloading crash (bugreport:889) | ultramage | 1 | -1/+1 |
2007-12-26 | Moved distance-related functions to path.c/h | ultramage | 1 | -0/+1 |
2007-10-26 | Moved the new novending cell check from the internal code to the client-serve... | ultramage | 1 | -6/+0 |
2007-10-24 | - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which... | skotlex | 1 | -0/+6 |
2007-10-18 | Fixed numerous /W4 warnings (and created more :) | ultramage | 1 | -7/+7 |
2007-10-04 | * Added code that compacts the vending list after a purchase; fixes the probl... | ultramage | 1 | -7/+22 |
2007-10-01 | * Fixed various trading/vending glitches | ultramage | 1 | -130/+133 |
2007-08-19 | * Cleaned/clarified some #include relationships between headers | ultramage | 1 | -3/+4 |
2007-05-19 | Reformatting @_@ | ultramage | 1 | -8/+4 |
2007-04-29 | Gave each file an empty last line, to make svn happier | ultramage | 1 | -1/+0 |
2007-04-07 | - Fixed the platform-specific stricmp compilation problem | ultramage | 1 | -1/+1 |
2007-04-07 | - Added function str2ip() to do platform-safe conversions | ultramage | 1 | -3/+3 |
2007-03-27 | - Moved coma to skill_additional_effect, added special_state.bonus_coma to pr... | skotlex | 1 | -0/+2 |
2007-02-26 | - NPC_AGIUP now boosts flee by 100% and duration is 5+5*lv secs, as stated on... | skotlex | 1 | -1/+1 |
2007-02-25 | added vender <-> buyer map & distance check | Lupus | 1 | -0/+7 |
2007-02-02 | - The define MESSAGE_SIZE was wrong! It is only used for input boxes. Therefo... | skotlex | 1 | -1/+2 |
2006-12-05 | - Massive EOL normalization & 'svn:eol-style native' flag setting for all txt... | FlavioJS | 1 | -267/+267 |
2006-10-19 | - Cleaned up the log.c file. | skotlex | 1 | -2/+2 |
2006-08-04 | - Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out o... | skotlex | 1 | -1/+1 |
2006-07-06 | - Rewrote all the item restriction functions so that they will take into acco... | skotlex | 1 | -1/+1 |
2006-07-06 | - Added EQP_/EQI_ constants in pc.h to identify equip position and equip inde... | skotlex | 1 | -0/+1 |
2006-06-28 | - Cleaned up a bit the code for @item | skotlex | 1 | -2/+4 |
2006-05-29 | [Optimized] | Lance | 1 | -1/+1 |