Age | Commit message (Expand) | Author | Files | Lines |
2019-01-14 | Fix search item by name if id bigger than MAX_ITEMDB | Andrei Karas | 1 | -0/+1 |
2018-12-12 | Add support for 4 bytes item id fields in main clients. | Andrei Karas | 1 | -3/+3 |
2018-11-27 | Add support for int32 item id fields in zero client 20181114. | Andrei Karas | 1 | -3/+3 |
2018-07-19 | Add new constant MAX_ITEM_ID for maximum allowed item id. | Andrei Karas | 1 | -3/+21 |
2018-07-19 | Changed MAX_ITEMDB to 0xFFFF. | Andrei Karas | 1 | -1/+11 |
2018-07-19 | Replace item id shorts to int in map server. | Andrei Karas | 1 | -7/+7 |
2018-06-29 | Fix packet 836 (search in stores). | Andrei Karas | 1 | -4/+4 |
2018-05-31 | 2012-2018 ! | Maytichai Saowa | 1 | -1/+1 |
2018-04-08 | Added new items for item checks | Jedzkie | 1 | -0/+3 |
2017-12-23 | Add support for new drop packet 0xadd for zero clients | Asheraf | 1 | -0/+4 |
2017-09-17 | Fix a typo in the constant ITEMUPPER_THIRDUPPER | Haru | 1 | -1/+1 |
2017-09-17 | Add support for parsing arrays of constants as bitmasks in the item_db | Haru | 1 | -0/+1 |
2017-09-17 | Split 'View' in two different fields in the item database | Haru | 1 | -2/+4 |
2017-09-17 | Reimplement getiteminfo/setiteminfo in a safer and more maintainable way | Haru | 1 | -3/+0 |
2017-05-04 | Merge pull request #1695 from Jedzkie/7-CashFoodFix | Haru | 1 | -13/+0 |
2017-04-29 | Fixes #994 | Jedzkie | 1 | -2/+1 |
2017-04-25 | Removal of cashfood_use_interval setting. | Jedzkie | 1 | -13/+0 |
2017-04-21 | Update GX Poison items | Jedzkie | 1 | -14/+8 |
2017-04-21 | Update Rune Knight Runes & Ores | Jedzkie | 1 | -18/+10 |
2017-04-04 | Implementation of Item Options System. | Smokexyz | 1 | -1/+23 |
2016-12-03 | Clarify some Job Class vs MapID confusion (1/2) | Haru | 1 | -1/+1 |
2016-11-20 | Synchronized the AegisNames to the in-source ITEMID_ constants | Haru | 1 | -14/+14 |
2016-10-22 | Implemented SU_LUNATICCARROTBEAT Skill. | Dastgir Pojee | 1 | -0/+2 |
2016-03-20 | Dropped typedef from DBMap | Haru | 1 | -2/+2 |
2016-03-20 | Dropped typedefs from union DBKey and struct DBData | Haru | 1 | -3/+3 |
2016-02-24 | Added definitions of struct itemlist | Haru | 1 | -0/+8 |
2016-02-23 | Corrected some warnings in Visual Studio | Haru | 1 | -1/+1 |
2016-02-21 | Changing Job field to 'int64' | Dastgir | 1 | -3/+3 |
2016-02-21 | New format for Job field in job_db.conf | Dastgir | 1 | -2/+4 |
2016-02-17 | Replaced some now unnecessary includes with forward declarations in header files | Haru | 1 | -1/+1 |
2016-02-17 | Removed unnecessary typedefs from libconfig | Haru | 1 | -3/+3 |
2016-01-16 | Added OneClickIdentify packet | Dastgir | 1 | -0/+2 |
2016-01-09 | Corrected various zero-argument function definitions | Haru | 1 | -1/+1 |
2016-01-08 | Cleaned up the pilebunker item check | Haru | 1 | -0/+1 |
2016-01-07 | Skill Update: | Jedzkie | 1 | -0/+3 |
2016-01-06 | Fixed #1071 | Jedzkie | 1 | -1/+5 |
2016-01-05 | Change the leftover ItemID's in skills. | Jedzkie | 1 | -0/+1 |
2015-12-28 | Added some missing item IDs to their enum | Haru | 1 | -0/+2 |
2015-12-20 | Costume and Shadow items are not equip-able anymore on older clients that doe... | hemagx | 1 | -0/+2 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-12-10 | Rename 'ITEMIDBATTLE_MANUAL100' to 'ITEMID_BATTLE_MANUAL100'. | Jedzkie | 1 | -1/+1 |
2015-10-22 | Removed support for the deprecated SQL item, mob, mob_skill databases. | Haru | 1 | -3/+0 |
2015-10-11 | Cleanup of the HPluginData implementation (second part) | Haru | 1 | -3/+1 |
2015-10-11 | Cleanup of the HPluginData implementation (First part) | Haru | 1 | -2/+2 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -3/+3 |
2015-07-08 | Update Unique ID system to match official now it cover all cash items include... | Ibrahim Hossam | 1 | -0/+3 |
2015-06-19 | Cleaned up some #includes | Haru | 1 | -61/+57 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -6/+6 |
2015-01-12 | Blocked compilation of plugins that use unavailable functions | Haru | 1 | -0/+2 |
2014-12-23 | Allow use constants in item_db.conf for int fields. | Andrei Karas | 1 | -0/+1 |