summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-07-22Added the ability to bind atcommands to NPC events (ex: NPCNAME::OnEvent); or...cookiecrumbs6-1/+231
2012-07-22Added a new configuration option to allow either weapon switching to cancel S...cookiecrumbs5-1/+23
2012-07-21Fixed documentation for bNoWeaponDamage and bNoMagicDamage. (bugreport:5972)kenpachi2k111-1/+1
2012-07-21Renamed bUseSPrateSkill to bSkillUseSPrate.kenpachi2k116-17/+38
2012-07-21* Created standardized headers with explanations in /conf/mapflag/, deleted "...euphyy6-13/+13
2012-07-21Fixed an old bug in waitingroom where NPCs weren't appearing into their chatr...daegaladh2-9/+27
2012-07-21Fixed bugreport:5968 mvp tombs should now unload w/o spiking cpu / lag / what...shennetsind1-2/+20
2012-07-20Added new status bonuses: SC_INCMHP and SC_INCMSP to increase maximum HP and ...cookiecrumbs2-1/+9
2012-07-18Fixed bugreport:6269 added a way to test files prior to @reloadatcommand so t...shennetsind2-1/+19
2012-07-18Follow up r16445 performance improvement.shennetsind1-30/+13
2012-07-18New permissions added for groups: show_bossmobs, disable_pvm and disable_pvp;...cookiecrumbs4-5/+41
2012-07-18Follow up r16427 fixed issue with parenthesis logic and a battle.c warning on...shennetsind2-2/+2
2012-07-18Super performance improvement to groups system, caching permissions levels an...shennetsind6-34/+121
2012-07-18Reverted r16439 that cause bugreport:6182 again and proper fix for bugreport:...rud0lp202-21/+30
2012-07-18Updated summoning items files to episode 13.2 (pre-re) and 13.3 (re).daegaladh1-1/+1
2012-07-18Fixed an issue where when a trap was set that required a Special Alloy Trap, ...cookiecrumbs2-2/+2
2012-07-18Fixed Cloaking Exceed; now allows the player to hide from Insect and Demon mo...cookiecrumbs1-0/+2
2012-07-17Fixed double decrement with unit_remove_map and the issue that causes dynamic...cookiecrumbs2-4/+20
2012-07-16Fixed bugreport:6248 special ubber thanks to cookie.shennetsind1-1/+4
2012-07-16Fixed bugreport:6233 traps should now hit/damage all targets inside gvg/pvp g...rud0lp203-68/+85
2012-07-14- Added new script command hommutate which changes an Homunculus into an Homu...masao876-11/+154
2012-07-14Follow up r16424 fixed warning, missing parenthesis.shennetsind1-3/+2
2012-07-13Fixed bugreport:6220 updated SR_SKYNETBLOW behavior to official and damage fo...rud0lp204-40/+57
2012-07-13Fixed bugreport:6229 where PF_SPIDERWEB is not working/compatible with item a...rud0lp201-6/+8
2012-07-12Fixed bugreport:6223 so this happened to be indented eh, whops.shennetsind1-4/+4
2012-07-12Follow up r16414 fixed memleak with md->lootitemshennetsind1-2/+4
2012-07-12Fixed bugreport:6215 where using SR_CRESCENTELBOW can cause map server crashi...rud0lp203-6/+6
2012-07-12Fixed all warnings left from when compiling with -pedantic, confirmed with gc...shennetsind6-22/+23
2012-07-12another set of minor adjustments throughout the code.shennetsind2-2/+2
2012-07-12Fixed a mildly broken portion of code responsible for clearing status from sk...shennetsind1-2/+3
2012-07-12Fixed "comparison of unsigned expression < 0 is always false" warning.shennetsind2-4/+5
2012-07-12Improved item_combo_db error message so it makes it easier to identify which ...shennetsind2-1/+13
2012-07-12Improved item_combo_db parsing to detect missing bracketsshennetsind1-4/+4
2012-07-12Follow up r16395 - Forgot to apply the changes to MAX_RANDOMMONSTER.daegaladh1-1/+1
2012-07-11Follow up r16403, adjusted map_reloadnpcs to follow new config standards(r163...greenboxal23-10/+13
2012-07-11Fixed bugreport:6187 @reloadscript now reload map config files seeking for npcs.greenboxal23-0/+50
2012-07-11Fixed bugreport:6012, special thanks to EvilPunckershennetsind1-9/+1
2012-07-11Fixed bugreport:6178 where SR_CRESCENTELBOW doesn't work with skills and WM_P...rud0lp204-101/+104
2012-07-11nothing noteworthy, really.shennetsind1-11/+12
2012-07-11Follow up r16388, fix for bugreport:6200shennetsind1-2/+2
2012-07-11Added mob_classchange.txt since SA_CLASSCHANGE was using mob_boss.txt monster...daegaladh2-2/+3
2012-07-11Fixed plenty "comparison of unsigned expression >= 0 is always true" warnings...shennetsind1-2/+4
2012-07-11Implementing Kenpachi's design of item_combo_db.txtshennetsind3-35/+207
2012-07-11Updated Item Group items to episode 13.2 and reorganized the files for future...daegaladh1-1/+1
2012-07-10Fixed bugreport:6200 Prevent server crash when releasing empty spellbooks.trojal1-0/+3
2012-07-10Fixed bugreport:6175 | Assumptio now doubles def & mdef on RE mode.ignizh2-2/+21
2012-07-08Okie ladies and gentleman if this commit breaks anything it's jman's and maki...shennetsind10-8/+10
2012-07-08Hello World. Initial support for the new homunculus has been added, credits t...shennetsind6-48/+135
2012-07-05Implemented Renewal ASPD formula(bugreport:5644)rud0lp208-81/+227
2012-07-04Fixed a couple compiling warningsshennetsind3-13/+9