Age | Commit message (Expand) | Author | Files | Lines |
2006-11-27 | Added logging for standard GM commands (/mm /b /kick etc) | KarLaeda | 1 | -6/+48 |
2006-11-27 | - Corrected KiriKage's range so it works correctly when used by non-players o... | skotlex | 1 | -1/+1 |
2006-11-24 | - Heaven's drive no longer targets traps. | skotlex | 1 | -1/+1 |
2006-11-24 | - Some cleaning of the pc_authok, clif_WantToConnection functions. Also some ... | skotlex | 1 | -94/+88 |
2006-11-24 | - The check that blocks the skill AL_TELEPORT on noteleport maps will be over... | skotlex | 1 | -7/+15 |
2006-11-24 | - Fixed uninitialized variable fd being used in WFIFOHEAD in a few clif funct... | skotlex | 1 | -16/+4 |
2006-11-24 | - Added all the missing FIFOHEADs in the login/sql servers (required for TURB... | skotlex | 1 | -115/+97 |
2006-11-23 | - Made WFIFOHEAD() check for available buffer size remaining on the connectio... | skotlex | 1 | -11/+15 |
2006-11-22 | - Modified slaves_inherit_speed and slaves_inherit_mode so you get better con... | skotlex | 1 | -1/+1 |
2006-11-22 | - Recoded @send so that it uses clif.c instead of doing all the WFIFO stuff i... | skotlex | 1 | -1/+42 |
2006-11-21 | - Moved ignoreAll to state.ignoreAll so it saves some space. | skotlex | 1 | -200/+215 |
2006-11-20 | - Fixed itemskill variable being cleared before parsing the skill, this cause... | skotlex | 1 | -4/+4 |
2006-11-20 | - Raised the amount of skills that can stack on a single cell before the "in-... | skotlex | 1 | -1/+3 |
2006-11-19 | * Hack protection from packet monkeys in clif_parse_NpcSelectMenu. | Lance | 1 | -2/+9 |
2006-11-18 | Calculation error in clif_parse_Wis. | Lance | 1 | -1/+1 |
2006-11-17 | - Corrected use of the party invitation reply packet, thanks to FlavioJS. | skotlex | 1 | -1/+6 |
2006-11-17 | * Fixed potential hack by modifying packet of whispers. | Lance | 1 | -2/+13 |
2006-11-17 | - Updated map_quit to handle removing of players who are not even authenticat... | skotlex | 1 | -2/+6 |
2006-11-16 | * Edited atcommand and charcommand syntax. Now it doesn't need the useless ch... | Lance | 1 | -9/+9 |
2006-11-16 | - Overlapping song/dances will now cause dissonance/ugly-dance level 1 instea... | skotlex | 1 | -2/+1 |
2006-11-14 | - Characters with Karma may fight amongst them anywhere. | skotlex | 1 | -0/+72 |
2006-11-13 | - HP Conversion will fail when used at max SP. It should not display any erro... | skotlex | 1 | -1/+8 |
2006-11-13 | - Volcano/Deluge/Violent Gale are now interchangeable, in the sense that as ... | skotlex | 1 | -6/+6 |
2006-11-10 | - Fog of Wall will fail when casted on top of a Volcano/Violent Gale | skotlex | 1 | -19/+22 |
2006-11-08 | - The GVG map-packet will now also be sent for guild dungeon maps. | skotlex | 1 | -1/+1 |
2006-11-08 | - Did some cleaning in pc_authok and clif_parse_LoadEndAck | skotlex | 1 | -88/+80 |
2006-11-08 | - Some cleaning of the Gospel code. | skotlex | 1 | -1/+25 |
2006-11-08 | - Moved the duel functions to pc.c since they are so totally out of place in ... | skotlex | 1 | -2/+4 |
2006-11-07 | - Added a check to prevent casting ground skills on a target and vice-versa w... | skotlex | 1 | -7/+12 |
2006-11-07 | - Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the varia... | skotlex | 1 | -18/+35 |
2006-11-06 | - Ganbantein's delay is now 2 secs. | skotlex | 1 | -5/+6 |
2006-11-06 | modified src/map/clif.c | Lance | 1 | -1/+2 |
2006-10-30 | - Set the inf2 to encore skills of Wand of Hermode | skotlex | 1 | -37/+37 |
2006-10-25 | - Cleaned up some more the event dequeue code, it will no longer clear out th... | skotlex | 1 | -1/+2 |
2006-10-20 | - Fixed Charge Atk being able to go through chasm/pits. | skotlex | 1 | -57/+47 |
2006-10-16 | - Adjusted UTSUSEMI/BUNSINJYUTSU so that they block range/melee weapon attack... | skotlex | 1 | -1/+0 |
2006-10-14 | Homun info window to display crit value | Vicious | 1 | -1/+1 |
2006-10-06 | - Disabling status abnormalities will now reset a mob's target. | skotlex | 1 | -9/+1 |
2006-10-06 | - Now you can trade while in a chatroom. | skotlex | 1 | -3/+3 |
2006-10-04 | - Bowling bash now always hits twice regardless of situation. | skotlex | 1 | -2/+9 |
2006-10-03 | - Reverted declaration of run_script to normal since it appears there's no lo... | skotlex | 1 | -4/+5 |
2006-09-25 | - Disabled again client-self-muting since it's causing too much trouble. | skotlex | 1 | -29/+8 |
2006-09-25 | - Removed config setting allow_atcommand_when_mute as it's no longer used (se... | skotlex | 1 | -1/+0 |
2006-09-25 | - Applied FlavioJS's suggestion of expanding WFIFOPOS to also take the direct... | skotlex | 1 | -13/+9 |
2006-09-20 | - Fixed party_sub_count (TK_POWER) failing when the idle_no_share setting was... | skotlex | 1 | -0/+2 |
2006-09-19 | - Made the report_Src function also report name of non-bl objects. | skotlex | 1 | -25/+3 |
2006-09-19 | - Simplified the code for @storage | skotlex | 1 | -2/+22 |
2006-09-19 | - Fixed Spider Web fire damage bonus. | skotlex | 1 | -11/+10 |
2006-09-18 | - Reloading scripts will no longer eliminate mobs with no respawn data. Watch... | skotlex | 1 | -1/+5 |
2006-09-18 | - Reenabled client requesting to self mute, as the whole knockback packet iss... | skotlex | 1 | -4/+2 |