summaryrefslogtreecommitdiff
path: root/src/map/itemdb.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-27Introducing Hercules' Map Zone Databaseshennetsind1-22/+0
2013-02-18Improvements all over the placeshennetsind1-1/+1
2013-01-08* Renaming variable name from nsiuid to unique_id for better understanding of...markzd1-4/+4
2013-01-07* Implemented Unique identifier for Non stackable items. (tid:69380)markzd1-1/+48
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-1117/+1121
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-1121/+1117
2012-11-08Fixed item_db parser:shennetsind1-6/+16
2012-10-29* Follow-up r16835: Some cleanup.euphyy1-2/+2
2012-10-29-Add some src basic documentation.glighta1-6/+8
2012-09-07Removed pre-re item_db from mysql item db load order when renewal is enabled ...shennetsind1-16/+15
2012-08-14Added equipment max-level support as per manager Kenpachi request (required f...shennetsind1-0/+4
2012-07-27Splitted item_buyingstore.txt into pre-re and re as per Kenpachi's request.shennetsind1-1/+1
2012-07-27Fixed bugreport:309 combos may now stack properly. moved all combo processing...shennetsind1-81/+88
2012-07-12Fixed "comparison of unsigned expression < 0 is always false" warning.shennetsind1-1/+2
2012-07-12Improved item_combo_db error message so it makes it easier to identify which ...shennetsind1-1/+12
2012-07-12Improved item_combo_db parsing to detect missing bracketsshennetsind1-4/+4
2012-07-11Implementing Kenpachi's design of item_combo_db.txtshennetsind1-17/+177
2012-06-12* Merged /branches/renewal/ r14635 Item Stacking System to /trunk (follow up ...brianluau1-5/+46
2012-06-10moved skill_nocast_db.txt to re / pre-re db path blacksirius1-5/+5
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