summaryrefslogtreecommitdiff
path: root/src/map/map.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-13Automatic HPM symbol sharingHaru1-49/+0
2015-08-13Removed some unnecessary shared symbols, already present in interfacesHaru1-4/+0
2015-08-13Moved sql_handle into the HPMi interfaceHaru1-2/+0
2015-08-13Added core HPM interfaceHaru1-9/+9
2015-08-13HPM compatibility improvementsHaru1-0/+3
2015-08-13Added showmsg HPM interfaceHaru1-5/+5
2015-08-13Cleaned up socket interfaceHaru1-2/+2
2015-08-12Fixed some issues reported by CoverityHaru1-1/+1
2015-08-10Fixed a compile error on WIN32/MSVCHaru1-3/+3
2015-08-09Removed unused tables sstatus and interregHaru1-3/+0
2015-08-09Deprecated SQL item, monster and monster skill databasesHaru1-0/+24
2015-06-19Removed ".." from include directivesHaru1-52/+51
2015-06-01Replaced some of the hardcoded values with constants (map)Haru1-2/+2
2015-05-19Fixed some issues reported by coverity scan [3/3]Haru1-4/+1
2015-02-23Hercules Ultimate Localization Designshennetsind1-0/+22
2015-01-24Fixed Bug 8395shennetsind1-57/+77
2015-01-24Channels refactoring: quit, leave, deleteHaru1-4/+0
2015-01-24Moved the Hercules Channel System to its own file/interfaceHaru1-8/+13
2015-01-22Removed name distinction between (sql) mob/item/mob_skill db and db_re variantsHaru1-9/+0
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-20/+18
2015-01-18Command line arguments handling overhaulHaru1-162/+201
2015-01-18Fixing 38 issuesshennetsind1-3/+3
2015-01-17Another ~10 Fixesshennetsind1-1/+1
2015-01-1710 Distinct fixesshennetsind1-22/+22
2014-12-31Improve performance a bit by removing strlen(str) > 0.Andrei Karas1-1/+1
2014-12-31fix wrong check.Andrei Karas1-1/+1
2014-12-31Add some missing null pointer checks after automatic checks.Andrei Karas1-30/+34
2014-12-28Split mob sql database into mob_db and mob_db_re.malufett1-4/+10
2014-12-26Allowed flag values of map_count_oncell to stackHaru1-34/+30
2014-12-21Fixed Bug#8458malufett1-10/+27
2014-12-14Fixed some improper grammar.Mysteries1-1/+1
2014-12-06Merge pull request #405 from 4144/clifextHaruna1-3/+3
2014-12-06into mapindex add variable with default map and position.Andrei Karas1-3/+3
2014-12-06add channels config into clif interface.Andrei Karas1-3/+3
2014-11-26AIHOHAAAAAAA (!!!!) addressing susus interfacing thing overlookshennetsind1-7/+1
2014-11-16Whitespace cleanup (no code changes)Haru1-35/+31
2014-11-15Add support for plugin options in map server config (inter-server.conf).Andrei Karas1-0/+2
2014-11-03HPM Hooks UpdateHercules.ws1-94/+94
2014-11-03* No cell stacking implemented (official version)Michieru1-9/+105
2014-10-28Added preliminary support for login and char server in the HPMDataCheckHaru1-3/+0
2014-10-26- Can't cast icewall more than once on the same center cell. Special thanks ...Michieru1-0/+4
2014-10-18Fix bug:7454Michieru1-13/+12
2014-09-20Fixed Bug 8260shennetsind1-0/+2
2014-08-12Battle config option for knockback style when on same tile.Taylor Locke1-3/+4
2014-08-10- Fix makes knockback default to the leftMichieru1-2/+2
2014-08-07Corrected several format-string errors through the codeHaru1-26/+23
2014-07-22Fixed some issues with CELL_NOSTACKpanikon1-25/+33
2014-05-30Fixed typos inside src/Shido1-13/+13
2014-05-13Removed trailing whitespace (sources)Haru1-2/+2
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-46/+50