summaryrefslogtreecommitdiff
path: root/src/map/npc.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-28* Minor adjustment to take into account the end of line.FlavioJS1-7/+11
2007-10-28* Restricted more the parsing of npc code. (fixes bugreport:317)FlavioJS1-7/+24
2007-10-27Fixed a typo in r11505 messing up the 'npcmove' command (only 'x' coordinate ...ultramage1-1/+1
2007-10-24* Corrected a fex misshaps from r11571:FlavioJS1-6/+2
2007-10-24- added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which...skotlex1-0/+5
2007-10-24* Cleaned up some messy guild code (more to come)ultramage1-8/+5
2007-10-18Uncommented the ShowWarning and ShowDebug from rev. 11508, and cleaned up the...L0ne_W0lf1-7/+3
2007-10-18Fixed numerous /W4 warnings (and created more :)ultramage1-2/+2
2007-10-18* Fixed the incorrect map names on the debug messages (mapid->mapindex mishap...FlavioJS1-5/+5
2007-10-18* Commented out ShowWarning and ShowDebug messages added in revision 11508. A...L0ne_W0lf1-3/+7
2007-10-18* Clarified how npc names work in script_commands.txt.FlavioJS1-64/+92
2007-10-18Some code cleaning...ultramage1-15/+12
2007-10-17* Reworked the parsing at npc.c.FlavioJS1-466/+426
2007-10-17Using predefined constants as parameters to the exit() function.ultramage1-5/+5
2007-10-06 * the mapserver won't exit when no mapcache is found, with use_grf: yesultramage1-291/+35
2007-09-20* Merged the tmpsql branch:FlavioJS1-0/+1
2007-09-15Getting some (mostly atcommand) code cleaning out of the way...ultramage1-1/+1
2007-09-03- Merged @whereis from my server (displays normal spawn maps for given mobs)....skotlex1-1/+30
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-3/+2
2007-08-19* Fixed a deallocation mistake and some buffer overflows in npc_chat.c after ...ultramage1-3/+4
2007-08-18- Corrected a bit npc_remove_map, map_deliddb and strdb_remove calls belong t...skotlex1-4/+2
2007-08-16Fixed eAthena's wrong interpretation of the respawn timesPlaytester1-0/+4
2007-08-16* Fixed npc chatrooms not being deleted on npc unload/reload (crash)ultramage1-5/+4
2007-08-15* Some serious code cleanupsultramage1-106/+69
2007-08-09- stable -> trunk syncultramage1-14/+7
2007-08-07Some minor typo fixing.ultramage1-1/+1
2007-06-03- Fixed missing client update when 'return to savepoint' failsultramage1-3/+3
2007-05-25Reformatting, warning fixes, unsigned char removalultramage1-206/+190
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-4/+5
2007-05-23- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...ultramage1-8/+8
2007-05-19Reformatting @_@ultramage1-84/+52
2007-05-05- imported the latest working grfio code from stableultramage1-5/+3
2007-04-22- Removed the include of features.h from the console.c plugin. It is apparent...skotlex1-2/+7
2007-04-17- The gain exp from resurrection config will now only work when the revived p...skotlex1-1/+1
2007-04-17* Discarded extra deflate function needed for afm readingultramage1-1/+0
2007-04-11- Fixed crash caused by fake-NPC (some fields were not initialized to NULL, I...skotlex1-7/+1
2007-04-09* Recoded and renamed the trim function in strlib to normalize_name. (didn't ...FlavioJS1-17/+19
2007-04-09- Fixed some compiling warnings.skotlex1-2/+2
2007-04-09* Cleanups at npc source file adding/removing. (one variable has been removed)FlavioJS1-74/+78
2007-04-09* Changed db key from 'unsigned char*' to 'const char*'.FlavioJS1-14/+14
2007-04-09* Played around with MinGW a bit today...ultramage1-1/+0
2007-04-08- Updated some Guild WoE rules to behave as explained here: http://www.eathen...skotlex1-4/+3
2007-04-06I'm still here!DracoRPG1-7/+7
2007-04-01- Fixed the server crashing on startup due to bad defineultramage1-6/+5
2007-03-30Fixed typos from previous revisions :)ultramage1-1/+0
2007-03-30* Added all the missing defines for ctype.h functions and converted all the d...FlavioJS1-3/+0
2007-03-18- Removed the old 'mapserver charsave' mechanismultramage1-3/+2
2007-03-11- Added player not attached crash prevention to countitem/countitem2skotlex1-2/+2
2007-03-11- @storage/@gstorage will no longer work if you have a trade or a storage ope...skotlex1-21/+83
2007-03-11- Added resetting the total count of labels to 0 when unloading an npc clears...skotlex1-0/+1