summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-22- Added the new mail system. Requires optimization and tests.zephyrus1-6/+4
2007-10-19- Added bonusautoscript and bonusautoscript2. These are used to attach a scri...skotlex1-0/+30
2007-10-18Fixed numerous /W4 warnings (and created more :)ultramage1-6/+4
2007-10-18Some code cleaning...ultramage1-10/+4
2007-10-17Using predefined constants as parameters to the exit() function.ultramage1-1/+1
2007-10-11Removed the check that prevented Warp Portal from opening after you picked th...ultramage1-8/+12
2007-10-06 * the mapserver won't exit when no mapcache is found, with use_grf: yesultramage1-12/+10
2007-10-05* Completed the code for SC_LIFEINSURANCE and it's status icon.zephyrus1-1/+1
2007-10-04* Added SC_EXPBOOST (Field Manual), SC_ITEMBOOST (Bubble Gum) to const.txt. A...zephyrus1-2/+2
2007-10-03* Added the code for Field Manual (SC_BONUSEXP) and Bubble Gum (SC_BONUSDROP)zephyrus1-0/+3
2007-10-01* Fixed various trading/vending glitchesultramage1-34/+37
2007-09-28* Implemented Summer Outfit care of Zephyrus_CR.L0ne_W0lf1-2/+14
2007-09-27* Loot code using charid's instead of id's in pick priority.FlavioJS1-7/+7
2007-09-26- Pretend this never happened.skotlex1-2/+0
2007-09-25- Fixed bAddEff2 causing the effect on the enemy rather than on yourself.skotlex1-1/+1
2007-09-25- Modified a bit the hard/lazy ai triggers to match aegis:skotlex1-0/+2
2007-09-25* Disabled tick cache (to enable it: define TICK_CACHE to the number of calls...FlavioJS1-2/+1
2007-09-23* map_addflooritem and struct item_drop_list using id's instead of struct map...FlavioJS1-2/+2
2007-09-20* Merged the tmpsql branch:FlavioJS1-1/+2
2007-09-17- Applied various crash-protections to script commands that deal with the equ...skotlex1-2/+0
2007-09-15Getting some (mostly atcommand) code cleaning out of the way...ultramage1-2/+1
2007-09-10- Removed bonus bAddEffWhenHitShort as it is unneeded and unused.skotlex1-12/+10
2007-09-09- Modified bonus3 bAddEff/bAddEffWhenHit so that the last parameter is now pa...skotlex1-12/+11
2007-09-04- bonus3 autospell (and autospell when hit) will now select for spell target ...skotlex1-2/+6
2007-09-04- Removed usage of MAX_PC_BONUS all over the code, it is now only used in map...skotlex1-102/+83
2007-09-03- Made regen work always, like Hp/Sp Loss, it no longer displays healing numb...skotlex1-4/+4
2007-09-03fixed && -> || typo in r11113 ...ultramage1-4/+4
2007-09-03Fixed a copy-paste typo in r11112.ultramage1-4/+4
2007-09-03- Added bonuses bSPRegenRate, bHPRegenRate. They behave like the opposite of ...skotlex1-39/+95
2007-09-03- Merged @whereis from my server (displays normal spawn maps for given mobs)....skotlex1-2/+2
2007-08-29- oops, fixed bSkillHeal raising bSkillAtk insteadskotlex1-7/+7
2007-08-29- Added bonus bSkillHeal to distinguish offensive skill damage increases from...skotlex1-3/+41
2007-08-19Fixed a gcc compilation error and some warnings.ultramage1-0/+1
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-28/+25
2007-08-19- Cleaned up some the pet armor display code.skotlex1-1/+1
2007-08-14- Modified map_foreachinrange so that you can also specify the max length of ...skotlex1-0/+7
2007-08-09- stable -> trunk syncultramage1-222/+98
2007-07-31Renamed menuskill_lv -> Renamed menuskill_val, because people also used it to...ultramage1-1/+1
2007-07-27* Simplified exp gain equations (now more FPU-friendly and precise), also fix...ultramage1-11/+2
2007-07-08* Fixed typo in 'deletearray' messing up the script engineultramage1-2/+8
2007-07-01Cleaned up some parts of the code.ultramage1-4/+3
2007-06-22* Changed behavior of some guild-related code (according to X.4 tests):ultramage1-3/+4
2007-06-04- Fixed the compilation problem from r10668ultramage1-32/+22
2007-06-03- Fixed missing client update when 'return to savepoint' failsultramage1-8/+11
2007-05-27Cleaned up a hack from r10112 (forward declaration does the trick)ultramage1-1/+1
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-5/+9
2007-05-23- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...ultramage1-2/+2
2007-05-21- Removed the TURBO socket mechanism - it was in fact just using a variable t...ultramage1-1/+0
2007-05-19Reformatting @_@ultramage1-237/+176
2007-05-05- imported the latest working grfio code from stableultramage1-1/+1