Age | Commit message (Expand) | Author | Files | Lines |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -501/+513 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -513/+501 |
2012-11-14 | Following r16914 | glighta | 1 | -23/+26 |
2012-11-12 | -Add/upd basic documentation for script.c | glighta | 1 | -18/+18 |
2012-11-12 | -Add Homon-S skills, 1st implementation (all done except Eleanors) | glighta | 1 | -29/+20 |
2012-10-29 | -Add some src basic documentation. | glighta | 1 | -1/+1 |
2012-07-25 | Fixed bugreport:6320 where trading with multiple characters may lead to explo... | rud0lp20 | 1 | -0/+10 |
2012-02-13 | - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l... | gepard1984 | 1 | -17/+13 |
2012-01-11 | Picklog improvements: | gepard1984 | 1 | -14/+6 |
2011-12-24 | * Merged changes up to eAthena 15040. | eathenabot | 1 | -14/+8 |
2011-12-17 | - Replaced log_config.enable_logs constants with LOG_ enums that existed sinc... | brianluau | 1 | -2/+2 |
2011-03-27 | * Added separate character state for vending (like for buyingstore), instead ... | ai4rei | 1 | -2/+2 |
2011-02-19 | * Implemented buying store system (aka. reverse vending, purchase shop) toget... | ai4rei | 1 | -2/+2 |
2011-01-01 | * Pending trade requests no longer prevent a character from trading someone e... | ai4rei | 1 | -1/+2 |
2010-12-07 | * Reverted r14563, due to multiple issues which render the source malfunction... | ai4rei | 1 | -3/+3 |
2010-12-07 | Changed almost all instances of sprintf() to snprintf(). | Paradox924X | 1 | -3/+3 |
2010-11-08 | Notify players involved in a trade that it has been canceled when one player ... | Paradox924X | 1 | -1/+5 |
2010-08-19 | - Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ... | Skotlex | 1 | -2/+2 |
2009-06-13 | Changed a few sprintf's that had no format arguments to strcpy's. | Paradox924X | 1 | -2/+2 |
2008-11-16 | - Item Rental System. | zephyrus | 1 | -0/+7 |
2008-07-26 | Merged the /loginmerge branch (topic:192754) | ultramage | 1 | -2/+2 |
2008-04-07 | * Made script command 'flagemblem' and guild_emblem_change send an update of ... | FlavioJS | 1 | -0/+1 |
2008-04-07 | Removed the 'wait close' timer that closed a session's socket after 5 seconds. | ultramage | 1 | -2/+2 |
2008-03-24 | Fixed a problem in the new trade window implementation (from r11830) where no... | ultramage | 1 | -6/+6 |
2008-03-19 | - The last bug in Adoption system. | zephyrus | 1 | -1/+6 |
2008-03-18 | - Added the official adoption method. | zephyrus | 1 | -1/+1 |
2008-02-21 | - Fixed new guilds displaying online-connect member count at 0 rather than 1,... | skotlex | 1 | -3/+0 |
2008-02-20 | Changed pc_can_give_items() to use standard boolean logic instead of the inve... | ultramage | 1 | -1/+1 |
2007-12-26 | Moved distance-related functions to path.c/h | ultramage | 1 | -0/+1 |
2007-11-28 | * Reconstructed a list of all PACKETVER types, by reverse-engineering it from... | ultramage | 1 | -2/+2 |
2007-10-18 | Fixed numerous /W4 warnings (and created more :) | ultramage | 1 | -2/+3 |
2007-10-01 | * Fixed various trading/vending glitches | ultramage | 1 | -59/+80 |
2007-08-19 | * Cleaned/clarified some #include relationships between headers | ultramage | 1 | -3/+4 |
2007-05-19 | Reformatting @_@ | ultramage | 1 | -24/+24 |
2007-05-05 | - imported the latest working grfio code from stable | ultramage | 1 | -1/+1 |
2007-04-24 | - NPC_MAGICALATTACK now starts a state similar to Sacrificial Ritual, in the ... | skotlex | 1 | -2/+2 |
2007-04-11 | - Trade-requests now fail if the target is in a NPC. | skotlex | 1 | -1/+7 |
2007-04-03 | - SC_ENCHANTARMS will no longer fail to start if it's already running with a ... | skotlex | 1 | -0/+1 |
2007-02-28 | - Added a check to prevent trades from being commited if either character is ... | skotlex | 1 | -1/+4 |
2007-01-23 | - Moved the homunculus setting from pet.conf to homunc.conf | skotlex | 1 | -1/+0 |
2007-01-18 | - Fixed overflow on the mob delay adjustment setting. | skotlex | 1 | -0/+4 |
2007-01-07 | Undid the memset->malloc_set replacement | ultramage | 1 | -3/+3 |
2006-12-08 | - Now you can request a trade regardless of the state of the target trader. | skotlex | 1 | -26/+45 |
2006-12-05 | - Massive EOL normalization & 'svn:eol-style native' flag setting for all txt... | FlavioJS | 1 | -553/+553 |
2006-11-27 | - Some cleanups on the trade_additem function. When specifying a qty of 0, an... | skotlex | 1 | -5/+14 |
2006-10-19 | - Cleaned up the log.c file. | skotlex | 1 | -4/+4 |
2006-10-11 | - Cleaned up unitattack, unittalk and unitdeadsit | skotlex | 1 | -9/+0 |
2006-10-05 | - skill_blown will now trigger on-touch npcs on the landing tile. | skotlex | 1 | -5/+6 |
2006-09-30 | - Rewrote the txt->sql converter. It now links directly to the char server fi... | skotlex | 1 | -2/+4 |
2006-09-19 | - Made the report_Src function also report name of non-bl objects. | skotlex | 1 | -2/+2 |