Age | Commit message (Expand) | Author | Files | Lines |
2016-12-03 | Clarify some Job Class vs MapID confusion (1/2) | Haru | 1 | -8/+25 |
2016-11-20 | Added validation for the AegisName while parsing the item db | Haru | 1 | -0/+24 |
2016-10-22 | Added Summoner Class. | Dastgir Pojee | 1 | -0/+5 |
2016-09-30 | Add different fixes for gcc 7 warnings. | Andrei Karas | 1 | -1/+1 |
2016-07-02 | Trivialities: indentation fixes | Haru | 1 | -2/+2 |
2016-03-20 | Dropped typedef from DBIterator | Haru | 1 | -2/+3 |
2016-03-20 | Dropped typedefs from union DBKey and struct DBData | Haru | 1 | -6/+6 |
2016-03-14 | Dont load roulette_db.conf if roulette disabled. | Andrei Karas | 1 | -1/+1 |
2016-03-06 | Merge pull request #1189 from 4144/itemdbview | Haru | 1 | -0/+6 |
2016-03-06 | Check allowed range for "View" field in item_db for weapon items. | Andrei Karas | 1 | -0/+6 |
2016-03-06 | Fixes some issues while processing item db "Job" fields | Haru | 1 | -5/+14 |
2016-02-23 | Corrected some warnings in Visual Studio | Haru | 1 | -94/+98 |
2016-02-21 | Changing Job field to 'int64' | Dastgir | 1 | -8/+8 |
2016-02-21 | New format for Job field in job_db.conf | Dastgir | 1 | -10/+160 |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 1 | -6/+6 |
2016-02-17 | Removed unnecessary typedefs from libconfig | Haru | 1 | -15/+15 |
2016-02-17 | Renamed config->read_file to config->load_file | Haru | 1 | -11/+10 |
2016-01-29 | Modified Mob DB loader to behave like the Item DB loader | Haru | 1 | -18/+18 |
2016-01-13 | Added support to mark constants in db/constants.conf as deprecated | Haru | 1 | -2/+2 |
2016-01-09 | Corrected various zero-argument function definitions | Haru | 1 | -1/+2 |
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 1 | -1/+1 |
2015-12-28 | Replaced some numeric mob IDs with the proper constants (MOBID_TREASURE_BOX*) | Haru | 1 | -2/+2 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-12-04 | Add missing checks into itemdb.c | Andrei Karas | 1 | -2/+30 |
2015-10-22 | Removed support for the deprecated SQL item, mob, mob_skill databases. | Haru | 1 | -163/+8 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-10-11 | Cleanup of the HPluginData implementation (second part) | Haru | 1 | -2/+1 |
2015-10-11 | Cleanup of the HPluginData implementation (First part) | Haru | 1 | -11/+2 |
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 1 | -167/+142 |
2015-09-18 | Clarified the intent of several assignments inside conditional expressions | Haru | 1 | -1/+1 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+1 |
2015-08-12 | Fixed some issues reported by Coverity | Haru | 1 | -1/+1 |
2015-08-09 | Corrected search order in itemdb_searchname | MordekaiserGod | 1 | -1/+1 |
2015-08-07 | Update itemdb.c | Smokexyz | 1 | -4/+4 |
2015-07-08 | Update Unique ID system to match official now it cover all cash items include... | Ibrahim Hossam | 1 | -21/+43 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -15/+15 |
2015-01-22 | Removed name distinction between (sql) mob/item/mob_skill db and db_re variants | Haru | 1 | -4/+0 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -23/+20 |
2015-01-17 | 27 Fixes | shennetsind | 1 | -1/+1 |
2015-01-17 | Another ~10 Fixes | shennetsind | 1 | -1/+1 |
2014-12-31 | Remove useless checks. | Andrei Karas | 1 | -1/+1 |
2014-12-31 | Add some missing null pointer checks after automatic checks. | Andrei Karas | 1 | -36/+44 |
2014-12-23 | Allow use constants in item_db.conf for int fields. | Andrei Karas | 1 | -18/+37 |
2014-12-21 | Add function for reading custom itemdb fields. | Andrei Karas | 1 | -0/+7 |
2014-12-19 | Remove plugin data in item_data destruction. | Andrei Karas | 1 | -0/+10 |
2014-12-17 | Move check is item usable or not to separate method. | Andrei Karas | 1 | -0/+9 |
2014-12-02 | Add item attribute what prevent item removing on use. | Andrei Karas | 1 | -1/+4 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -26/+27 |
2014-11-03 | Introducing 2014-10-22, Roulette and Per-Char Gender! | shennetsind | 1 | -0/+4 |
2014-11-03 | Missing 'type' field in itemdb now defaults to IT_ETC rather than IT_UNKNOWN | shennetsind | 1 | -1/+1 |