summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-11-22* Fixed a crash when shutting down char-server (TXT only), after it failed to...ai4rei1-4/+10
2010-11-22* mail_deliveryfail no longer attempts to log (since r12910) and give items (...ai4rei1-5/+8
2010-11-21* Added enumeration RC2_* for mob data 'race2' (bugreport:4561).ai4rei5-6/+17
2010-11-21* Added 64-bit variants of the socket and buffer I/O macros.ai4rei1-0/+4
2010-11-21* Added msinttypes (rev. 26, http://msinttypes.googlecode.com/svn/trunk/) por...ai4rei1-5/+8
2010-11-20* Made atcommand declarations use ACMD_FUNC macro (bugreport:4252, related r1...ai4rei1-225/+225
2010-11-20* Fixed login-server account engine initialization not getting checked, wheth...ai4rei2-7/+11
2010-11-20* Fixed @doom and @doommap spamming packets for the visual effect on invoker ...ai4rei1-2/+2
2010-11-20* Fixed a crash when SqlStmt_ShowDebug is given NULL pointer as statement han...ai4rei1-1/+1
2010-11-20* Removed ; from INTPTR_* defines (since r13449).ai4rei1-5/+5
2010-11-20* Fixed pc_marriage not checking spouse character job for baby class.ai4rei1-1/+1
2010-11-20* Made script command getmapxy print a warning, if an invalid type is supplie...ai4rei1-0/+4
2010-11-19* Fixed WFIFOL being used instead of WFIFOW for a short field of packet 0x271...ai4rei2-2/+2
2010-11-19* Fixed plug-in version getting checked against itself and a wrong operator b...ai4rei1-2/+2
2010-11-19* Various VC6-related fixes and tweaks. [Ai4rei]ai4rei4-21/+26
2010-11-17Added a missing argument to a warning containing a format specifier.Paradox924X1-1/+1
2010-11-16Follow-up to r14456. Default initialize atk_rate to 0 instead of 100 to match...Paradox924X2-5/+6
2010-11-14* Updated quest_read_db. Might need reviewing. ;-;L0ne_W0lf2-2/+8
2010-11-13- Fixed a typo in abra_db.txt (bugreport:4548)brianluau1-12/+9
2010-11-10Changed the check prior to adding to the attack rate so it ensures the value ...Paradox924X1-1/+1
2010-11-10Made bAtkRate add the rate rather than setting it. (bugreport:4499)Paradox924X1-1/+1
2010-11-10Added an item_delay database usable for item-specific use delays.Paradox924X4-4/+76
2010-11-10Use packet 0xe7 instead of 0x1f5 within clif_tradestart() when there is no tr...Paradox924X1-16/+13
2010-11-09Follow-up to r14368. Load last_map from SQL on char load so the information i...Paradox924X1-2/+5
2010-11-08Notify players involved in a trade that it has been canceled when one player ...Paradox924X1-1/+5
2010-11-08Send the actual level of the person you're trading with rather than limiting ...Paradox924X1-2/+2
2010-11-07'Exp gained' packets are now sent regardless of @showexp. @showexp can be ena...Gepard1-7/+6
2010-11-07Applied clif_equiplist fix by Ai4rei to prevent client crash when equipment i...Gepard1-0/+6
2010-11-02Fixed an issue where two ushorts were being strcmp'd. Follow-up to r14442. (b...Paradox924X1-1/+1
2010-11-02Ensured character data is saved even when last map is the only value that has...Paradox924X1-0/+1
2010-11-02Applied fix by Ai4rei to reintroduce mapName within charinfo packet when PACK...Paradox924X2-2/+2
2010-11-02Applied patch by xazax to clean up various bits of code across mapserver code...Paradox924X7-29/+8
2010-11-02Changed Normal and Cash Food statuses so they do not stack and overwrite the ...Paradox924X1-0/+96
2010-11-02Modified certain atcommands to use 64 bit arithmetic before capping a value t...Paradox924X1-3/+3
2010-10-21 * Removed unused 'indoors' mapflag (follow-up to r3729).Gepard4-10/+2
2010-10-17Fixed wrong char info packet size for clients after 2010-07-27 (follow-up to ...Gepard2-2/+2
2010-10-13Prevented direct transformation into dummy jobs via @jobchange command. (bugr...Paradox924X1-14/+16
2010-10-13Prevented @stpoint and @skpoint from causing overflows.Paradox924X1-2/+2
2010-10-11Implemented official cash food behavior, including use delay, not being dispe...Paradox924X8-35/+91
2010-10-11Applied ultramage's fix to prevent a segfault when a mob dead event triggered...Paradox924X1-0/+3
2010-10-11Applied Ai4rei's patch to prevent an invalid rid from being attached to the e...Paradox924X1-2/+7
2010-10-11Added NULL initialization to info variable in map_readfromcache() to satiate ...Paradox924X1-1/+1
2010-10-11Applied Ai4rei's patch to eliminate unnecessary and redundant castle data sav...Paradox924X1-34/+0
2010-10-11Added a missing const qualifier to a variable. (bugreport:4472)Paradox924X1-1/+1
2010-10-11Follow up from r14413, should take care of the errors from bugreport:4472.L0ne_W0lf1-0/+1
2010-10-11Pull `name` from character table instead of using `master` from guild table w...Paradox924X1-2/+2
2010-10-11Use `char_id` rather than `master` when checking if a guild needs to be delet...Paradox924X1-1/+1
2010-10-09Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.Paradox924X22-492/+492
2010-10-06* Touched up the party booking patch, seems I forgot some lines in clif.c...a...L0ne_W0lf2-1/+6
2010-10-05* Added Spira's Party Booking System implementationL0ne_W0lf6-3/+328