Age | Commit message (Expand) | Author | Files | Lines |
2010-12-26 | * Fixed items, that get dropped at 100% chance, being reported in @iteminfo a... | ai4rei | 6 | -11/+11 |
2010-12-26 | * Updated commands @delitem/#delitem. | ai4rei | 1 | -39/+49 |
2010-12-26 | * Fixed two-hand weapons not getting recognized as such upon equipping, causi... | ai4rei | 1 | -4/+1 |
2010-12-25 | * Updated script commands delitem and delitem2. | ai4rei | 1 | -121/+189 |
2010-12-25 | * Added support for new /remove and /recall packets for 2010-08-03aRagexeRE a... | ai4rei | 3 | -4/+119 |
2010-12-23 | * Fixed server processing the sell list (deleting items and giving zeny) for ... | ai4rei | 1 | -62/+104 |
2010-12-22 | * NPC shop buy list received from the client is now validated for scripted sh... | ai4rei | 1 | -2/+8 |
2010-12-22 | * Resolved random compiler warnings. | ai4rei | 5 | -11/+12 |
2010-12-22 | * Fixed sql mapreg loading code specifying output buffer size for SqlStmt_Bin... | ai4rei | 1 | -2/+2 |
2010-12-21 | * Added script_setarray_pc for setting temporary character array variables ou... | ai4rei | 3 | -9/+54 |
2010-12-21 | * Replaced in-place generation of uid of script array elements with reference... | ai4rei | 1 | -21/+21 |
2010-12-21 | * Fixed dynamic shop arrays @bought_nameid, @bought_quantity, @sold_nameid an... | ai4rei | 3 | -0/+46 |
2010-12-19 | * Replaced maximum script array size literals with a define (constant). | ai4rei | 1 | -11/+14 |
2010-12-18 | * Renamed item array in 'struct guild_storage' from 'storage_' to 'items' to ... | ai4rei | 1 | -21/+21 |
2010-12-18 | * Bunch of intif_parse_LoadGuildStorage fixes. | ai4rei | 1 | -4/+1 |
2010-12-18 | * Fixed character storage no longer being sorted (bugreport:1982, since r12950). | ai4rei | 3 | -11/+12 |
2010-12-18 | * Updates to handling of hair color/style and cloth color of characters. | ai4rei | 2 | -12/+30 |
2010-12-18 | * Made the 'player not attached' script error also report the function it occ... | ai4rei | 1 | -0/+39 |
2010-12-17 | * Fixed a crash, when script command 'doevent' is called without an attached ... | ai4rei | 1 | -1/+8 |
2010-12-17 | * Fixed label definitions silently overwriting built-in script functions (bug... | ai4rei | 1 | -2/+2 |
2010-12-17 | * Added temporary check to skill_delunitgroup to prevent crashes when 'group'... | ai4rei | 3 | -3/+17 |
2010-12-17 | * Random script engine clean-ups that have accumulated over time. | ai4rei | 1 | -8/+26 |
2010-12-15 | * Corrected type of second argument of script command 'setbattleflag' from st... | ai4rei | 1 | -2/+2 |
2010-12-15 | * Fixed missing check in cooking, causing cooking kit requirement could be by... | ai4rei | 1 | -0/+5 |
2010-12-12 | * Fixed homunculus_autoloot not working with skill/item granted drops and loo... | ai4rei | 1 | -4/+4 |
2010-12-12 | * Fixed killed monsters were assumed to be killed by homunculus only, if no d... | ai4rei | 1 | -5/+12 |
2010-12-12 | * Added enumeration for monster damage log field 'flag'. | ai4rei | 2 | -11/+18 |
2010-12-12 | * Removed disabled backup of script command 'isequipped' (since r1605). | ai4rei | 1 | -62/+0 |
2010-12-12 | * Made script engine's DEBUG_DISASM block use script_op2name, rather than har... | ai4rei | 1 | -37/+12 |
2010-12-12 | * Cleaned up MOTD reading (related r292 and r4552). | ai4rei | 2 | -34/+74 |
2010-12-12 | * Fixed impossible condition in soundeffect script command (since athena-dev-... | ai4rei | 1 | -4/+1 |
2010-12-12 | * Updates to the playBGM functionality (since r14335). | ai4rei | 3 | -28/+28 |
2010-12-12 | * Fixed script command setd always assuming value parameter to be a string, w... | ai4rei | 1 | -5/+4 |
2010-12-12 | * Updates to dynamic server information `ragsrvinfo` on SQL. | ai4rei | 1 | -30/+8 |
2010-12-12 | - Fixed argument declaration of 'setd' (topic:261833, related r14573). | brianluau | 1 | -1/+1 |
2010-12-11 | * Added support for checking argument data type of built-in script functions ... | ai4rei | 2 | -0/+98 |
2010-12-11 | * Fixed error message in intif_parse_mercenary_received printing wrong struct... | ai4rei | 1 | -1/+1 |
2010-12-11 | * Replaced buildin_getpartyname_sub, buildin_getguildname_sub and buildin_get... | ai4rei | 1 | -77/+54 |
2010-12-11 | * Fixed bAutoSpellOnSkill bonuses not working independently of each other (bu... | ai4rei | 1 | -7/+1 |
2010-12-10 | * Revised argument declaration of all script commands according to the actual... | ai4rei | 1 | -62/+63 |
2010-12-09 | * Removed some of the duplicate, storage-related packet code. | ai4rei | 4 | -136/+18 |
2010-12-07 | * Reverted r14563, due to multiple issues which render the source malfunction... | ai4rei | 18 | -329/+329 |
2010-12-07 | Changed almost all instances of sprintf() to snprintf(). | Paradox924X | 18 | -329/+329 |
2010-12-06 | Added support for bonus bAddItemHealRate, which works for all healing items c... | L0ne_W0lf | 3 | -0/+8 |
2010-12-05 | * Fixed party booking search increasing result counter, even when no results ... | ai4rei | 1 | -1/+4 |
2010-12-03 | * Fixed soul linkers not receiving taekwon angel buffs upon level up (bugrepo... | ai4rei | 1 | -1/+1 |
2010-12-03 | * Removed leftovers of the item_value_db.txt feature (bugreport:2031, since a... | ai4rei | 5 | -19/+5 |
2010-12-02 | * Various code tweaks and updates related to item types. | ai4rei | 5 | -12/+37 |
2010-12-02 | * Added support for IT_CASH to @iteminfo, logging filters and item drop rate ... | ai4rei | 3 | -5/+7 |
2010-12-02 | * Added item type IT_CASH (item type 18) Requires user confirmation before us... | L0ne_W0lf | 1 | -1/+1 |