Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-10-25 | * Implemented the official version of 'OnTouch' named as 'OnTouch_'.(it can b... | Inkfish | 1 | -4/+4 |
2009-10-12 | Partially revert r14085, NPC names are allowed to be more than 24 character l... | Inkfish | 1 | -2/+2 |
2009-10-04 | - Implemented new packets for rental items (from Jobbie and Natz and fixed by... | zephyrus | 1 | -0/+6 |
2009-06-30 | Fixed sql char deletion code using a broken pet deletion query (ran very slow... | ultramage | 1 | -209/+143 |
2009-06-23 | Minor update to atcommand_jailfor and atcommand_char_ban's modif_p var increm... | Paradox924X | 1 | -2/+8 |
2009-06-13 | Changed a few sprintf's that had no format arguments to strcpy's. | Paradox924X | 1 | -1/+1 |
2009-06-08 | - Added 'font' config in atcommand_athena.conf (bugreport:3123) | brianluau | 1 | -14/+14 |
2009-05-17 | Removed the optional target parameter from atcommand_homshuffle, since the st... | ultramage | 1 | -23/+4 |
2009-05-15 | - Fixed a bunch of invalid memory access bugs as reported by Valgrind. | skotlex | 1 | -1/+1 |
2009-05-12 | - Rental items now can be stackable items too. | zephyrus | 1 | -22/+58 |
2009-03-31 | (bugreport:2836) A correction of a typographical error with GM command logging. | sketchyphoenix | 1 | -1/+1 |
2009-03-30 | Fixed atcommand_param() using a hardcoded @ symbol, which broke on charcomman... | ultramage | 1 | -5/+3 |
2009-03-24 | * Added support for new status change packet, uses new setting display_status... | Sara | 1 | -5/+6 |
2009-02-25 | - Bugreport #2800 ( Atcommands usables without restriction :S ) | zephyrus | 1 | -2/+1 |
2009-02-24 | Replaced giving dummy sd gm levels in script commands atcommand and charcomma... | sketchyphoenix | 1 | -1/+2 |
2009-02-23 | * Consolidated is_atcommand() and is_atcommand_sub() | sketchyphoenix | 1 | -86/+86 |