Age | Commit message (Expand) | Author | Files | Lines |
2015-11-12 | Moved class and dir initializers to npc_create_npc | Haru | 1 | -6/+1 |
2015-10-22 | Removed support for the deprecated SQL item, mob, mob_skill databases. | Haru | 1 | -60/+1 |
2015-10-20 | Fixed an issue preventing the mob_db2 from being loaded | Haru | 1 | -8/+5 |
2015-10-19 | Add support for mob_db in conf format. | Andrei Karas | 1 | -239/+539 |
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 | -10/+2 |
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 1 | -16/+15 |
2015-09-24 | Add bl parameter to map_searchrandfreecell and map_addflooritem. | Andrei Karas | 1 | -2/+2 |
2015-09-24 | Add bl parameter to getcell functions. | Andrei Karas | 1 | -3/+3 |
2015-09-18 | Clarified the intent of several assignments inside conditional expressions | Haru | 1 | -3/+4 |
2015-09-17 | Added Configuration in enabling/disabling monster hp bar on new clients. | Frost | 1 | -10/+10 |
2015-09-10 | Add to path search functions source bl for plugins usage. | Andrei Karas | 1 | -1/+1 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+1 |
2015-07-25 | Reduce memory usage in HPM in skill.c | Andrei Karas | 1 | -4/+4 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -35/+35 |
2015-06-01 | Replaced some of the hardcoded values with constants (map) | Haru | 1 | -15/+15 |
2015-02-23 | Extend official_cell_stack_limit option. | Andrei Karas | 1 | -1/+1 |
2015-02-13 | Fixed alchemist marine sphere causing double deletion on renewal | shennetsind | 1 | -5/+5 |
2015-01-22 | Removed name distinction between (sql) mob/item/mob_skill db and db_re variants | Haru | 1 | -12/+6 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -32/+29 |
2015-01-18 | Replacing rand leftovers with the mt19937ar | shennetsind | 1 | -1/+1 |
2015-01-17 | 27 Fixes | shennetsind | 1 | -1/+1 |
2015-01-11 | Convert pcdb_checkid into function in pc interface. | Andrei Karas | 1 | -4/+4 |
2014-12-31 | Add some missing null pointer checks after automatic checks. | Andrei Karas | 1 | -6/+8 |
2014-12-31 | Fix possible memory overflows and underflows. | Andrei Karas | 1 | -1/+1 |
2014-12-28 | Split mob sql database into mob_db and mob_db_re. | malufett | 1 | -2/+14 |
2014-12-21 | Remove plugin data in mob_db destruction. | Andrei Karas | 1 | -1/+12 |
2014-12-21 | Move mob_db deletion into separate function. | Andrei Karas | 1 | -6/+10 |
2014-12-14 | Fixed Bug#8456 | malufett | 1 | -1/+7 |
2014-11-28 | Add function for create npc. | Andrei Karas | 1 | -7/+2 |
2014-11-24 | * 1st Transcendent Spirit, monster position lag fixes | Michieru | 1 | -0/+10 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -153/+168 |
2014-11-10 | Merge pull request #386 from 4144/fixplugins | Haruna | 1 | -2/+2 |
2014-11-10 | Fix interfaces methods usage. | Andrei Karas | 1 | -2/+2 |
2014-11-09 | Follow git rev: cf18e5578f85bc6c368a2ad4d7c746af8687c7f0 | Michieru | 1 | -0/+1 |
2014-11-06 | revert Git:10e6f1a189f20ca346ada2f6199378869b370442 | Michieru | 1 | -20/+6 |
2014-11-03 | HPM Hooks Update | Hercules.ws | 1 | -4/+4 |
2014-11-03 | * No cell stacking implemented (official version) | Michieru | 1 | -3/+8 |
2014-10-31 | - Monster chase range updates (bugreport:7637) | Michieru | 1 | -15/+16 |
2014-10-25 | HPM Hooks Update | Hercules.ws | 1 | -12/+12 |
2014-10-25 | Sight Blaster and other skill fixes, magic reflect, crash, trap display and m... | Michieru | 1 | -11/+15 |
2014-10-18 | Fix bug:7454 | Michieru | 1 | -18/+9 |
2014-10-13 | * Monster skill use behavior, ranges, position lag fixes | Michieru | 1 | -36/+42 |
2014-10-02 | * Rewrote the hard monster AI. Monsters will now behave a lot closer to offic... | Michieru | 1 | -30/+36 |
2014-09-20 | Replaced hardcoded values with constants for status_change_start's flag | Haru | 1 | -1/+2 |
2014-09-16 | Follow: https://github.com/HerculesWS/Hercules/commit/8ab61745b81d1cf0602c799... | Michieru | 1 | -3/+3 |
2014-08-07 | Corrected several format-string errors through the code | Haru | 1 | -4/+4 |
2014-07-08 | Removed redundant data from guardian_data, saving up to 40 bytes per guardian... | panikon | 1 | -53/+40 |
2014-06-17 | Fixed issue where a crash would occur in mobs with MD_RANDOMTARGET, issue: 82... | panikon | 1 | -2/+5 |