summaryrefslogtreecommitdiff
path: root/src/map/itemdb.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-22=Generaltechnote241-1/+1
2012-04-20=Generaltechnote241-1/+10
2012-04-09- Spring cleaning of various source filesepoque111-2/+2
2012-03-23* Reading the itemDB checks for extra columns.xazax-hun1-0/+6
2012-03-22Rehashed Item_delay.txt (bugreport:5487)shennetsind1-1/+1
2012-03-18* uncluttered DB paths between REMODE on/off a littlelordttseven1-15/+3
2012-03-13Enhanced `DBMap` implementation to allow storing integer type data in additio...gepard19841-17/+24
2012-02-12Follow up r15569 fixed console errorshennetsind1-3/+1
2012-02-11Added 2 new item_trade.txt flags as per kenpachi request:shennetsind1-15/+16
2012-02-08* item_trade.txt is split into re and pre-re folder as per Kenpachi's request.xazax-hun1-1/+5
2012-01-30- Removed more trailing tabs.brianluau1-3/+3
2012-01-26 * Modified drop system to allow overriding global item drop rates on per-ite...gepard19841-5/+0
2012-01-20Merged TXT removal branch back to trunk.gepard19841-4/+0
2012-01-17Enabled Mersenne Twister MT19937 as random number generator instead of standa...gepard19841-1/+2
2012-01-04Re-designed /db/ folder structure as previously discussed.shennetsind1-7/+10
2011-12-27` Updated item_db_re.sql to match item_db_re.txtxantara1-2/+2
2011-12-22itemdb item type range check fixed, bugreport:5140shennetsind1-1/+1
2011-12-14Renamed RRMODE to REMODEshennetsind1-3/+3
2011-12-08Optimized/Improved r15030, credits to Epoque!shennetsind1-21/+31
2011-12-08@reloaditemdb Fix for bugreport:5104shennetsind1-23/+21
2011-12-06Fixed @reloaditemdb @whodrops bug - (bugreport:5084)shennetsind1-0/+20
2011-12-05Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ...shennetsind1-3/+46
2011-02-19* Implemented buying store system (aka. reverse vending, purchase shop) toget...ai4rei1-0/+28
2010-12-30* Made remaining csv databases (guild, castle, homunculus, itemdb, mercenary)...ai4rei1-136/+75
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-5/+5
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-5/+5
2010-12-03* Removed leftovers of the item_value_db.txt feature (bugreport:2031, since a...ai4rei1-2/+0
2010-12-02* Various code tweaks and updates related to item types.ai4rei1-0/+28
2010-11-29* Resolved issues with item delay system.ai4rei1-5/+6
2010-11-24Display a message showing the user where to change MAX_ITEMDELAYS when they h...Paradox924X1-1/+1
2010-11-10Added an item_delay database usable for item-specific use delays.Paradox924X1-1/+46
2010-10-09Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.Paradox924X1-2/+2
2009-08-02* Questlog code cleanup.Inkfish1-1/+1
2008-11-22* Hunted down improper uses of va_list variables.FlavioJS1-28/+20
2008-04-27Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r1266...ultramage1-152/+20
2008-04-27Fixed 'suggest parentheses around assignment ...' gcc warningtoms1-1/+1
2008-04-27<3 CakeKevin1-1/+4
2008-04-27Changed the last commit so it must be called with @reloaditemdb2. @reloaditem...Kevin1-22/+17
2008-04-27Some major changes to @reloaditemdb to allow unloading of any item while map ...Kevin1-13/+143
2008-04-23Changed @reloaditemdb again to only unload items from item_db2. Also byte ali...Kevin1-8/+22
2008-04-22Changed itemdb_reload to clear the database before reloading, so it is possib...Kevin1-1/+11
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-5/+5
2008-02-08Fixed wrong message in item group loading code (bugreport:936)ultramage1-1/+1
2008-01-20- Fixed a comparison whn doing item searchesskotlex1-1/+1
2008-01-10Another round of login server cleaningultramage1-7/+3
2007-11-17Removed battle_config.error_log as console_silent already handles thisultramage1-6/+3
2007-11-08* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.FlavioJS1-2/+2
2007-10-15- fixed Halo-Halo not being consumed on use.skotlex1-5/+22
2007-10-13Fixed a messup in r11398 - option to skip brackets around item scripts was ad...ultramage1-1/+1
2007-10-12* Fixed wrong index calculation in TXT char creation code (ref: r11410)ultramage1-0/+4