Age | Commit message (Expand) | Author | Files | Lines |
2011-02-19 | * Implemented buying store system (aka. reverse vending, purchase shop) toget... | ai4rei | 1 | -0/+28 |
2010-12-30 | * Made remaining csv databases (guild, castle, homunculus, itemdb, mercenary)... | ai4rei | 1 | -136/+75 |
2010-12-07 | * Reverted r14563, due to multiple issues which render the source malfunction... | ai4rei | 1 | -5/+5 |
2010-12-07 | Changed almost all instances of sprintf() to snprintf(). | Paradox924X | 1 | -5/+5 |
2010-12-03 | * Removed leftovers of the item_value_db.txt feature (bugreport:2031, since a... | ai4rei | 1 | -2/+0 |
2010-12-02 | * Various code tweaks and updates related to item types. | ai4rei | 1 | -0/+28 |
2010-11-29 | * Resolved issues with item delay system. | ai4rei | 1 | -5/+6 |
2010-11-24 | Display a message showing the user where to change MAX_ITEMDELAYS when they h... | Paradox924X | 1 | -1/+1 |
2010-11-10 | Added an item_delay database usable for item-specific use delays. | Paradox924X | 1 | -1/+46 |
2010-10-09 | Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls. | Paradox924X | 1 | -2/+2 |
2009-08-02 | * Questlog code cleanup. | Inkfish | 1 | -1/+1 |
2008-11-22 | * Hunted down improper uses of va_list variables. | FlavioJS | 1 | -28/+20 |
2008-04-27 | Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r1266... | ultramage | 1 | -152/+20 |
2008-04-27 | Fixed 'suggest parentheses around assignment ...' gcc warning | toms | 1 | -1/+1 |
2008-04-27 | <3 Cake | Kevin | 1 | -1/+4 |
2008-04-27 | Changed the last commit so it must be called with @reloaditemdb2. @reloaditem... | Kevin | 1 | -22/+17 |
2008-04-27 | Some major changes to @reloaditemdb to allow unloading of any item while map ... | Kevin | 1 | -13/+143 |
2008-04-23 | Changed @reloaditemdb again to only unload items from item_db2. Also byte ali... | Kevin | 1 | -8/+22 |
2008-04-22 | Changed itemdb_reload to clear the database before reloading, so it is possib... | Kevin | 1 | -1/+11 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -5/+5 |
2008-02-08 | Fixed wrong message in item group loading code (bugreport:936) | ultramage | 1 | -1/+1 |
2008-01-20 | - Fixed a comparison whn doing item searches | skotlex | 1 | -1/+1 |
2008-01-10 | Another round of login server cleaning | ultramage | 1 | -7/+3 |
2007-11-17 | Removed battle_config.error_log as console_silent already handles this | ultramage | 1 | -6/+3 |
2007-11-08 | * Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include. | FlavioJS | 1 | -2/+2 |
2007-10-15 | - fixed Halo-Halo not being consumed on use. | skotlex | 1 | -5/+22 |
2007-10-13 | Fixed a messup in r11398 - option to skip brackets around item scripts was ad... | ultramage | 1 | -1/+1 |
2007-10-12 | * Fixed wrong index calculation in TXT char creation code (ref: r11410) | ultramage | 1 | -0/+4 |
2007-10-10 | * Fixed itemdb_read_sqldb blowing up the server with segmentation faults. | FlavioJS | 1 | -34/+16 |
2007-10-05 | * Removed a broken remnant of code from old gospel code (r4349) that's _suppo... | ultramage | 1 | -1/+1 |
2007-10-04 | * Added MAX_HOTKEYS to supplement the HOTKEY_SAVING define | ultramage | 1 | -3/+3 |
2007-09-28 | * Changed back the query to get the friends of a character to a LEFT JOIN. | FlavioJS | 1 | -0/+9 |
2007-09-27 | * Reimplemented mmo_char_fromsql using sql statements. (fixes bugreport:93) | FlavioJS | 1 | -30/+51 |
2007-09-21 | * itemdb.c/h using a static array of 32k struct item_data* entries (faster it... | FlavioJS | 1 | -83/+162 |
2007-09-20 | * Merged the tmpsql branch: | FlavioJS | 1 | -307/+189 |
2007-08-19 | * Cleaned/clarified some #include relationships between headers | ultramage | 1 | -4/+5 |
2007-05-27 | Cleaned up a hack from r10112 (forward declaration does the trick) | ultramage | 1 | -3/+3 |
2007-05-25 | Corrected some weird fgets() statements, plus reformatted them | ultramage | 1 | -5/+10 |
2007-05-19 | Reformatting @_@ | ultramage | 1 | -50/+31 |
2007-04-22 | - Removed the include of features.h from the console.c plugin. It is apparent... | skotlex | 1 | -1/+1 |
2007-04-03 | - Fixed @reloaditemdb not unsetting the consume delay flag when a type 11 ite... | skotlex | 1 | -1/+2 |
2007-04-01 | - Fixed the server crashing on startup due to bad define | ultramage | 1 | -57/+14 |
2007-03-12 | - Corrected the new packet version entries for skilluseposinfo | skotlex | 1 | -1/+2 |
2007-02-01 | - Item search is now a bit smarter. When no item is found with the same 'aegi... | skotlex | 1 | -19/+13 |
2007-01-27 | Removed useless read-from-GRF features | DracoRPG | 1 | -159/+0 |
2007-01-09 | - Changes to script buildin functions: | FlavioJS | 1 | -6/+6 |
2007-01-07 | Undid the memset->malloc_set replacement | ultramage | 1 | -7/+7 |
2007-01-07 | - re-added the duplicit nj/gs name messages in msg_athena | ultramage | 1 | -6/+6 |
2006-12-27 | - Cleaned up item_misc.txt | skotlex | 1 | -2/+2 |
2006-12-22 | - Added support for the new "make new char" packet that has the rename button... | skotlex | 1 | -6/+6 |