summaryrefslogtreecommitdiff
path: root/src/map/map.h
AgeCommit message (Expand)AuthorFilesLines
2007-11-22- Changed the status_change structure to use dynamic rather than static memor...skotlex1-4/+9
2007-11-21- Moved subtype from struct block_list to struct npc_data.skotlex1-4/+3
2007-11-18* Replaced jA's way of allocating npc shop data with a simple dynamic array t...ultramage1-2/+4
2007-11-17Made OnTouch zone dimensions be stored as radius instead of diameter.ultramage1-4/+4
2007-11-03Added script function 'strnpcinfo', for increased npc awareness (originally f...ultramage1-0/+1
2007-11-02Removed some long-unneccessary debug messages (from r1105).ultramage1-3/+3
2007-10-31* Added names to the SC_ and SI_ enums, now they can be used to properly indi...ultramage1-8/+2
2007-10-27- Improvements to the mail system.zephyrus1-0/+1
2007-10-26* Removed confusing map_nick2sd_nocase(), let the charserver handle itultramage1-1/+0
2007-10-24- added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which...skotlex1-4/+4
2007-10-22- Added the new mail system. Requires optimization and tests.zephyrus1-7/+7
2007-10-19- Added bonusautoscript and bonusautoscript2. These are used to attach a scri...skotlex1-0/+6
2007-10-18Fixed some gcc-specific stuff, silenced some more warningsultramage1-7/+0
2007-10-18Fixed numerous /W4 warnings (and created more :)ultramage1-7/+7
2007-10-18* Clarified how npc names work in script_commands.txt.FlavioJS1-2/+2
2007-10-18Some code cleaning...ultramage1-5/+5
2007-10-17* Reworked the parsing at npc.c.FlavioJS1-1/+1
2007-10-10* Removed 'into_abyss' effect on traps; tests show that it works ONLY for Gem...ultramage1-1/+0
2007-10-09* Corrected string lengths according to bugreport:198ultramage1-7/+6
2007-10-08* Delayed the check for required items when a skill is cast to when they are ...FlavioJS1-2/+2
2007-10-06 * the mapserver won't exit when no mapcache is found, with use_grf: yesultramage1-4/+0
2007-10-01* Fixed various trading/vending glitchesultramage1-2/+2
2007-09-28Added missing msg_athena.conf entry for the summer outfit; name 'Summer' used...ultramage1-2/+2
2007-09-28* Implemented Summer Outfit care of Zephyrus_CR.L0ne_W0lf1-0/+1
2007-09-27* Loot code using charid's instead of id's in pick priority.FlavioJS1-2/+2
2007-09-25- Modified a bit the hard/lazy ai triggers to match aegis:skotlex1-0/+1
2007-09-25* Disabled tick cache (to enable it: define TICK_CACHE to the number of calls...FlavioJS1-6/+5
2007-09-23* map_addflooritem and struct item_drop_list using id's instead of struct map...FlavioJS1-1/+1
2007-09-21some unimportant path.c / unit.c cleaningultramage1-1/+1
2007-09-20* Merged the tmpsql branch:FlavioJS1-32/+21
2007-09-15Getting some (mostly atcommand) code cleaning out of the way...ultramage1-3/+3
2007-09-10- Removed bonus bAddEffWhenHitShort as it is unneeded and unused.skotlex1-1/+2
2007-09-04- bonus3 autospell (and autospell when hit) will now select for spell target ...skotlex1-1/+1
2007-09-04- Removed usage of MAX_PC_BONUS all over the code, it is now only used in map...skotlex1-8/+7
2007-09-03- Added bonuses bSPRegenRate, bHPRegenRate. They behave like the opposite of ...skotlex1-15/+12
2007-08-31* Documented/cleaned up chatroom code and packetryultramage1-3/+3
2007-08-29- Added bonus bSkillHeal to distinguish offensive skill damage increases from...skotlex1-4/+3
2007-08-19* Fixed a deallocation mistake and some buffer overflows in npc_chat.c after ...ultramage1-1/+1
2007-08-16* Fixed npc chatrooms not being deleted on npc unload/reload (crash)ultramage1-2/+2
2007-08-15* Some serious code cleanupsultramage1-20/+22
2007-08-14- Modified map_foreachinrange so that you can also specify the max length of ...skotlex1-1/+1
2007-08-09- stable -> trunk syncultramage1-1/+1
2007-08-08- Fixed some missing max levels for npc skillsskotlex1-1/+0
2007-07-31Renamed menuskill_lv -> Renamed menuskill_val, because people also used it to...ultramage1-1/+1
2007-07-26* Cleaned up mob drop code, crashfix is still needed though...ultramage1-1/+1
2007-07-03- Re-coded 'soundeffectall'; removed the third parameter ('coverage')ultramage1-8/+7
2007-07-01Cleaned up some parts of the code.ultramage1-1/+1
2007-05-20- Fixed one missed malloc->aMallocA typo, causing memory deallocation problemsultramage1-4/+3
2007-05-19Removed the wtf-y mmo_char_fromsql_short() from r2527ultramage1-2/+0
2007-05-11Re-phrased the attacker flee/def penalty config descsultramage1-1/+6