Age | Commit message (Expand) | Author | Files | Lines |
2011-02-08 | * Updates to various client packets. | ai4rei | 1 | -4/+4 |
2011-01-29 | * Removed @aw/@away which duplicates and collides with client's /am (away mes... | ai4rei | 1 | -26/+0 |
2011-01-28 | * Fixed @accept not checking, whether or not a duel is already full (bugrepor... | ai4rei | 1 | -0/+7 |
2011-01-23 | * Some cleaning here and there. | ai4rei | 1 | -1/+1 |
2011-01-14 | * Removed unconditional redundant status change checks before status_change_e... | ai4rei | 1 | -1/+1 |
2011-01-14 | * Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria... | ai4rei | 1 | -5/+5 |
2011-01-08 | * Fixed @homlevel usage message stating, that deleveling is possible, althoug... | ai4rei | 1 | -5/+4 |
2011-01-07 | * Fixed @alootid using 'autolootitem' (internal name) in it's usage message (... | ai4rei | 1 | -4/+4 |
2010-12-30 | * Fixed improper use of itemdb_search. It does not return NULL but a dummy it... | ai4rei | 1 | -4/+4 |
2010-12-26 | * Fixed items, that get dropped at 100% chance, being reported in @iteminfo a... | ai4rei | 1 | -3/+3 |
2010-12-26 | * Updated commands @delitem/#delitem. | ai4rei | 1 | -39/+49 |
2010-12-22 | * Resolved random compiler warnings. | ai4rei | 1 | -3/+3 |
2010-12-12 | * Cleaned up MOTD reading (related r292 and r4552). | ai4rei | 1 | -17/+27 |
2010-12-07 | * Reverted r14563, due to multiple issues which render the source malfunction... | ai4rei | 1 | -190/+190 |
2010-12-07 | Changed almost all instances of sprintf() to snprintf(). | Paradox924X | 1 | -190/+190 |
2010-12-03 | * Removed leftovers of the item_value_db.txt feature (bugreport:2031, since a... | ai4rei | 1 | -1/+1 |
2010-12-02 | * Various code tweaks and updates related to item types. | ai4rei | 1 | -9/+5 |
2010-12-02 | * Added support for IT_CASH to @iteminfo, logging filters and item drop rate ... | ai4rei | 1 | -3/+4 |
2010-12-02 | * Removed clif_weather_sub and clif_misceffect2 in favor of clif_specialeffec... | ai4rei | 1 | -2/+2 |
2010-11-30 | * Made skill_tree.txt reading use sv_readdb. [Ai4rei] | ai4rei | 1 | -1/+1 |
2010-11-28 | * Added clr_type enumeration for vanish effect constants. | ai4rei | 1 | -11/+11 |
2010-11-26 | * Fixed base and job exp not getting reset on (de)leveling through commands (... | ai4rei | 1 | -8/+8 |
2010-11-23 | * Various small cleanups. | ai4rei | 1 | -16/+58 |
2010-11-22 | * Fixed guild and guild member exp truncation issue (bugreport:4130, since r1... | ai4rei | 1 | -1/+1 |
2010-11-20 | * Made atcommand declarations use ACMD_FUNC macro (bugreport:4252, related r1... | ai4rei | 1 | -225/+225 |
2010-11-20 | * Fixed @doom and @doommap spamming packets for the visual effect on invoker ... | ai4rei | 1 | -2/+2 |
2010-11-02 | Modified certain atcommands to use 64 bit arithmetic before capping a value t... | Paradox924X | 1 | -3/+3 |
2010-10-21 | * Removed unused 'indoors' mapflag (follow-up to r3729). | Gepard | 1 | -2/+0 |
2010-10-13 | Prevented direct transformation into dummy jobs via @jobchange command. (bugr... | Paradox924X | 1 | -14/+16 |
2010-10-13 | Prevented @stpoint and @skpoint from causing overflows. | Paradox924X | 1 | -2/+2 |
2010-10-09 | Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls. | Paradox924X | 1 | -5/+5 |
2010-08-19 | * Follow up to r14383, changed use of clif_font_area to clif_font, seems Skot... | L0ne_W0lf | 1 | -2/+2 |
2010-08-19 | - Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ... | Skotlex | 1 | -3/+3 |
2010-08-10 | Updated several buffers to use an appropriate size of CHAT_SIZE_MAX rather th... | Paradox924X | 1 | -19/+19 |
2010-08-10 | Made the rates command much more verbose. | Paradox924X | 1 | -5/+14 |
2010-08-10 | Ensure exp rate changes from a reloadbattleconf cause a call to mob_reload(). | Paradox924X | 1 | -1/+3 |
2010-06-01 | Rewrote the autotrade mapflag check and display from r14322. | Paradox924X | 1 | -2/+5 |
2010-06-01 | Fixed a few typos from r14322. | Paradox924X | 1 | -1/+1 |
2010-06-01 | Added support for using 'town', 'autotrade', 'allowks', 'monster_noteleport',... | Paradox924X | 1 | -2/+10 |
2010-05-31 | Rewrote and reorganized checks in @autotrade to check and display most useful... | Paradox924X | 1 | -22/+22 |
2010-05-10 | - Fixed the Juice Maker's "As many as I can" option. (bugreport:4155) | brianluau | 1 | -1/+1 |
2010-04-10 | - Fixed a comparison check in OBB quest. (bugreport:4167) | brianluau | 1 | -11/+11 |
2010-03-24 | * Implemented NPC_TALK (Credit to SnakeDrak and Daegaladh) | L0ne_W0lf | 1 | -4/+18 |
2010-01-15 | * Fixed change cart packet doesn't check for skill. | Inkfish | 1 | -1/+1 |
2010-01-08 | - Fixed a typo in Orc's Memory. | brianluau | 1 | -1/+1 |
2009-11-19 | - Applied the renewal client support patch from Diablo (eA forum topic 222623) | skotlex | 1 | -50/+4 |
2009-11-11 | - Fixed a typo in Strawberry Cake (12319). (bugreport:3702) | brianluau | 1 | -3/+3 |
2009-11-03 | Extended broadcast implementation: | Gepard | 1 | -6/+6 |
2009-11-02 | * Quick fix to char command checking gm level of the target player instead of... | Inkfish | 1 | -1/+16 |
2009-10-25 | Reverted renaming foreach functions and create a new one for OnTouch so that ... | Inkfish | 1 | -4/+4 |