Age | Commit message (Expand) | Author | Files | Lines |
2013-07-29 | Added intif interface | Susu | 1 | -2/+2 |
2013-07-17 | Added missing initialization of some functions in the homunculus interface | Haru | 1 | -1/+1 |
2013-07-11 | Fix to Bug #7434 | shennetsind | 1 | -3/+7 |
2013-07-01 | Fixed Bug #7216 | shennetsind | 1 | -0/+3 |
2013-06-25 | - Added chrif interface | Susu | 1 | -6/+6 |
2013-06-23 | Official Item Group/Package/Chain | shennetsind | 1 | -23/+17 |
2013-06-20 | Hercules Renewal Phase One: storage.c | shennetsind | 1 | -20/+56 |
2013-06-08 | Follow up d73783f22b2bb881aab74524d153d89a5932a199 | shennetsind | 1 | -2/+2 |
2013-06-08 | Follow up d73783f22b2bb881aab74524d153d89a5932a199 | shennetsind | 1 | -12/+12 |
2013-06-07 | Hercules Renewal Phase One : pc, party, map, timer | Susu | 1 | -19/+19 |
2013-05-17 | - Made DB and malloc lib HPM-friendly | Susu | 1 | -2/+2 |
2013-05-15 | Hercules Renewal Phase One: guild.c started | shennetsind | 1 | -1/+1 |
2013-03-30 | Hercules Renewal: clif.c complete | shennetsind | 1 | -4/+4 |
2013-03-29 | Hercules Renewal: clif.c | shennetsind | 1 | -23/+23 |
2012-12-19 | Implemented @clearstorage, @cleargstorage, @clearcart, @clearinventory (alias... | momacabu | 1 | -0/+13 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -457/+465 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -465/+457 |
2012-10-29 | -Add some src basic documentation. | glighta | 1 | -8/+88 |
2012-06-12 | * Merged /branches/renewal/ r14635 Item Stacking System to /trunk (follow up ... | brianluau | 1 | -2/+12 |
2012-03-13 | Enhanced `DBMap` implementation to allow storing integer type data in additio... | gepard1984 | 1 | -9/+14 |
2012-02-14 | Removed deprecated memory manager macros (follow-up to r14916). | gepard1984 | 1 | -1/+1 |
2012-02-13 | - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l... | gepard1984 | 1 | -4/+4 |
2012-01-30 | - Removed more trailing tabs. | brianluau | 1 | -1/+1 |
2012-01-17 | * Merged changes up to eAthena 15057. | eathenabot | 1 | -6/+6 |
2012-01-11 | Picklog improvements: | gepard1984 | 1 | -17/+8 |
2011-12-24 | * Merged changes up to eAthena 15040. | eathenabot | 1 | -12/+6 |
2011-12-17 | - Replaced log_config.enable_logs constants with LOG_ enums that existed sinc... | brianluau | 1 | -6/+6 |
2010-12-30 | * Fixed improper use of itemdb_search. It does not return NULL but a dummy it... | ai4rei | 1 | -1/+2 |
2010-12-18 | * Renamed item array in 'struct guild_storage' from 'storage_' to 'items' to ... | ai4rei | 1 | -21/+21 |
2010-12-18 | * Fixed character storage no longer being sorted (bugreport:1982, since r12950). | ai4rei | 1 | -11/+10 |
2010-12-09 | * Removed some of the duplicate, storage-related packet code. | ai4rei | 1 | -4/+4 |
2010-10-09 | Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls. | Paradox924X | 1 | -17/+17 |
2010-08-19 | - Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ... | Skotlex | 1 | -2/+2 |
2009-10-06 | Fixed rental items can be moved into guild storage from cart. | Inkfish | 1 | -7/+1 |
2009-10-04 | - Implemented new packets for rental items (from Jobbie and Natz and fixed by... | zephyrus | 1 | -9/+3 |
2009-05-15 | - Fixed a bunch of invalid memory access bugs as reported by Valgrind. | skotlex | 1 | -2/+2 |
2008-11-16 | - Item Rental System. | zephyrus | 1 | -11/+24 |
2008-07-13 | Modified storage data loading | ultramage | 1 | -192/+48 |
2008-07-13 | storage code cleanup (no behavioral changes yet) | ultramage | 1 | -72/+82 |
2008-07-10 | Renamed 'storage_' to 'items' in the storage_data structure. | ultramage | 1 | -18/+18 |
2008-07-10 | Renamed 'struct storage' to 'struct storage_data' (to make 'storage' availabl... | ultramage | 1 | -21/+21 |
2008-04-27 | Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r1266... | ultramage | 1 | -1/+1 |
2008-04-27 | Some major changes to @reloaditemdb to allow unloading of any item while map ... | Kevin | 1 | -1/+1 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -4/+4 |
2008-02-21 | - Fixed new guilds displaying online-connect member count at 0 rather than 1,... | skotlex | 1 | -9/+0 |
2008-02-20 | Changed pc_can_give_items() to use standard boolean logic instead of the inve... | ultramage | 1 | -2/+2 |
2007-11-08 | * Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include. | FlavioJS | 1 | -4/+4 |
2007-08-19 | * Cleaned/clarified some #include relationships between headers | ultramage | 1 | -4/+8 |
2007-05-19 | Reformatting @_@ | ultramage | 1 | -26/+17 |
2007-04-02 | * Some source code cleaning | ultramage | 1 | -4/+19 |