summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-12-01* Fixed rare crash when using Flying Kick on clones (bugreport:2506)ultramage1-26/+9
2008-11-27* Fixed a memory leak when returning a string variable in the script engine. ...FlavioJS1-5/+0
2008-11-24* Fixed a va_end using the wrong variable. (from r13383, fixes bugreport:2483)FlavioJS1-1/+1
2008-11-23* Readded code that was removed from atcommand_showmobs by mistake in the pre...FlavioJS1-0/+3
2008-11-22* Hunted down improper uses of va_list variables.FlavioJS10-147/+121
2008-11-22* Hunted down the simpler 64bit pointer truncations.FlavioJS14-26/+26
2008-11-20Added setting of state.speed_changed in script function 'npcspeed'.ultramage1-5/+8
2008-11-18Autotrade characters will no longer get caught by Urgent Recall. (bugreport:2...L0ne_W0lf1-1/+1
2008-11-17followupultramage3-2/+5
2008-11-17- Some "expire_time" = 0 considerations. Please update. (Bugreport 2451)zephyrus3-4/+8
2008-11-16- Item Rental System.zephyrus11-74/+305
2008-11-11* Updated script_commands.txtFlavioJS2-45/+97
2008-11-10Added a check to make sure killed monster's level was greater than half of th...Paradox924X1-1/+1
2008-11-08Cleaned up mob_readskilldb() a bit (moved row processing to its own function).ultramage1-218/+248
2008-11-08Changed how mobcount works since it wasn't counting last mob death. (bugrepor...L0ne_W0lf1-1/+2
2008-11-06* Fixed 'Char creation denied' message not being sent properly.FlavioJS2-2/+2
2008-11-06some minor tweaks to previous commitsultramage1-1/+1
2008-11-06Fix of accident in 13353Sara1-266/+1
2008-11-06* Fixed the maximum level of Create Elemental Converter. (bugreport:2326) [Sara]Sara2-1/+267
2008-11-02stop erasing revision history, damnit...ultramage2-3955/+3955
2008-11-02* Added charcommands again. Wrong project.sketchyphoenix2-0/+3955
2008-11-02Removed charcommands from the source.sketchyphoenix2-3955/+0
2008-10-30slight cleanup for r13336sketchyphoenix1-1/+1
2008-10-30Small cleanup of r13321/r13322/r13331.ultramage2-70/+10
2008-10-30Small cleanup of r13332 (bugreport:2368).ultramage1-6/+3
2008-10-29* Novice skill, Trick Dead, will no longer be granted to classes upon reset (...sketchyphoenix1-0/+8
2008-10-28Made script command "unequip" call status_calc_pc. Thanks to Orcao. (bugrepor...Paradox924X1-1/+3
2008-10-28Fixed all overflow checks and made the code a bit cleaner from r13322.Paradox924X2-23/+75
2008-10-24Added protection from segfault by int overflow in charcommand heal and fixed ...Paradox924X2-2/+10
2008-10-24Added protection from segfault by int overflow in atcommand heal. (bugreport:...Paradox924X1-2/+10
2008-10-24Commented out unused function clif_marriage_process.Paradox924X1-1/+2
2008-10-21Added a check to make sure a player wasn't in a guild when they accepted a gu...Paradox924X1-1/+6
2008-10-18* Corrected a target checking problem brought about with Kaizel/Osiris combin...sketchyphoenix1-1/+1
2008-10-16* Added missing char_sql/int_mercenary files to txt-converter's Makefile.inFlavioJS1-0/+2
2008-10-15- Added the required changes to support the 2008-09-10+ clientsskotlex3-15/+20
2008-10-15* Fixed ipban sql connecting to the sql server when disabledFlavioJS1-1/+24
2008-10-12Fixed multiple casts of NPC_REBIRTH interfering with activation of mob death ...ultramage1-0/+2
2008-10-12Fixed silly assignment operator mistake in r13281.ultramage1-1/+1
2008-10-12- Fixed divorce should work on both partners. Bug Report #2339.zephyrus1-10/+16
2008-10-11* Using Kaizel in conjunction with Osiris Card should now work. (bugreport:2251)sketchyphoenix2-2/+6
2008-10-11Code improvement for r13279.ultramage1-3/+2
2008-10-11Going 90% overweight will now make you stop attacking (bugreport:2315).ultramage1-1/+3
2008-10-11Swapped around packets 0x2b6 and 0x2b7, ought to fix some issues with the que...ultramage1-3/+3
2008-10-11Added safeguards to Redemptio's exp penalty code to prevent arithmetic overfl...ultramage2-12/+6
2008-10-11Quick fix to txt charserver initialization order - chardb needs to be ready f...ultramage1-4/+1
2008-10-10Slightly corrected the NPC_REBIRTH code from r13272.ultramage3-6/+5
2008-10-09Updated NPC_REBIRTH. Has it's own values, and no longer leeches off SL_KAIZEL.L0ne_W0lf4-6/+20
2008-10-08Fixed chat_createnpcchat() not checking if a chatroom already exists, produci...ultramage3-2/+13
2008-10-07Fixed the 'exp calculation overflow fix' from r10291 which wasn't really work...ultramage1-4/+4
2008-10-06Damage count on rebirthed mobs is now reset. (Valaris)L0ne_W0lf1-0/+2