summaryrefslogtreecommitdiff
path: root/src/common/mapindex.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves1-0/+57
2018-07-01Change functions to static where possible (Part 1 - common)Haru1-10/+10
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-10-04Add missing checks into mapindex.cAndrei Karas1-10/+25
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-08-15Minor symbols cleanup to avoid conflictsHaru1-1/+1
2015-06-19Cleaned up some #includesHaru1-2/+1
2015-06-19Removed ".." from include directivesHaru1-6/+6
2015-06-01Replaced some of the hardcoded values with constants (misc)Haru1-1/+1
2015-01-18Merge branch 'master' of github.com:HerculesWS/Herculesshennetsind1-1/+1
2015-01-18Fixing 38 issuesshennetsind1-1/+2
2015-01-18Fix out of bound issue in mapindex.c.Andrei Karas1-1/+1
2014-12-06into mapindex add variable with default map and position.Andrei Karas1-2/+5
2014-11-16In mapindex move check for default map into separate method.Andrei Karas1-3/+11
2014-11-16Whitespace cleanup (no code changes)Haru1-12/+12
2014-09-08Fix on start possible buffer overruns.Andrei Karas1-1/+1
2014-08-07Corrected several format-string errors through the codeHaru1-2/+2
2014-05-30Fixed typos inside src/Shido1-1/+1
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-6/+9
2014-05-10Revert "Fixed order of includes in all source files"panikon1-9/+6
2014-05-09Fixed order of includes in all source filesHaru1-6/+9
2013-12-06HPM: mapindex interfaceshennetsind1-40/+52
2013-11-25Fixed Bug 7833shennetsind1-0/+1
2013-11-05Introducing the Hercules Standalone Script Syntax CheckerHaru1-5/+12
2013-05-17Fixed Look_Base not refreshing skill treeshennetsind1-1/+1
2013-05-17Fixed 2 clang warningsshennetsind1-1/+1
2013-05-08Fixed mapindex_name2idshennetsind1-1/+1
2013-05-04mapindex updateshennetsind1-31/+27
2013-05-04Enabling a temporary debug setup for mapindexshennetsind1-3/+2
2013-02-16Updating the Headers across source filesshennetsind1-1/+1
2013-02-07Fixing mistake in modified source code headersshennetsind1-1/+1
2013-01-31Fixed Bug #3080shennetsind1-4/+5
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-124/+127
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-127/+124
2012-11-24Implemented @warp modification (tid:74181), it check if a map exists regardle...momacabu1-1/+1
2011-05-01* Removed auto-add feature from mapindex code, as map indexes are used for sa...ai4rei1-10/+0
2009-11-13Resolved a client hang in the scenario where the client sent loadendack befor...ultramage1-1/+1
2009-08-14- Fixes and optimization to instancing. Thanks to Saithiszephyrus1-1/+1
2009-06-20- Instancing System (Thanks to Sirius White who did most of the code, with so...zephyrus1-13/+33
2009-05-02- Fixed some typos in the script command documentation. (bugreport:2547)brianluau1-2/+2
2009-01-13* Cleaned up command @users/#users:FlavioJS1-2/+0
2007-10-18Fixed numerous /W4 warnings (and created more :)ultramage1-1/+1
2007-10-17Using predefined constants as parameters to the exit() function.ultramage1-1/+1
2007-09-22* Added 'safestrnlen' to prevent null pointer crashesultramage1-1/+1
2007-08-15small mapindex.c typo fixultramage1-5/+5
2007-08-09- stable -> trunk syncultramage1-1/+1
2007-08-09The new functions now clear junk from the output buffer, this simplifies the ...ultramage1-2/+5
2007-08-08* Cleaned up junk left in the code by the mapcache/mapindex updateultramage1-18/+55