Age | Commit message (Expand) | Author | Files | Lines |
2006-12-01 | - Fixed txt-converter compilation. | skotlex | 15 | -77/+82 |
2006-12-01 | Minor tweak in | Lance | 1 | -1/+1 |
2006-11-29 | - Added a missing map_quit in clif_parse which was the real reason for the cr... | skotlex | 2 | -11/+7 |
2006-11-29 | - Added overflow protection to @main whisper parsing. | skotlex | 5 | -38/+39 |
2006-11-29 | - Probably fixed the Segmentation Faults we've been having. | FlavioJS | 4 | -3304/+3309 |
2006-11-29 | - Fixed the new npc parsing code not accounting for windows-style line termin... | skotlex | 1 | -1/+1 |
2006-11-29 | - Fixed (likely) deleting homs from the menu causing a double free'd error. | skotlex | 1 | -1/+1 |
2006-11-29 | - HT_PHANTASMIC no longer knocks back even when it misses. | skotlex | 2 | -16/+21 |
2006-11-29 | - Now gvg_dungeon mapflag will activate the other mapflags which are required... | skotlex | 5 | -25/+22 |
2006-11-29 | - Some cleaning on the homunc speed calculating code, so that it correctly us... | skotlex | 3 | -10/+14 |
2006-11-28 | - Fixed a typo which made the wedding_ignore_palette setting not work when yo... | skotlex | 1 | -2/+2 |
2006-11-28 | - Increased line buffer size when parsing scripts. Helps when trying to defin... | skotlex | 1 | -20/+21 |
2006-11-28 | - Reverted the previous SG freeze counter method. Now the counter is reset on... | skotlex | 2 | -9/+10 |
2006-11-28 | - Moved the blocking of casting supportive skills on homunculus from battle_c... | skotlex | 2 | -22/+24 |
2006-11-28 | - Fixed a possible crash due to the recent core.c upgrade. | skotlex | 4 | -20/+19 |
2006-11-28 | - Modified the way Storm Gust freeze's counter works. Now it checks for the c... | skotlex | 3 | -4/+10 |
2006-11-28 | - Changed write to send as suggested by TheUltraMage in: | FlavioJS | 4 | -119/+94 |
2006-11-28 | - Now when a player's "attack once" request fails due to range, the client is... | skotlex | 1 | -6/+4 |
2006-11-27 | - Updated the status change field "option" to an int rather than short. This ... | skotlex | 3 | -8/+10 |
2006-11-27 | - Fixed the Homunculus hungry timer not starting on login. | skotlex | 1 | -0/+2 |
2006-11-27 | - Fixed clif.c dumping unknown packets by default... (oops, used an #ifdef wh... | skotlex | 2 | -2/+2 |
2006-11-27 | Added logging for standard GM commands (/mm /b /kick etc) | KarLaeda | 1 | -6/+48 |
2006-11-27 | - Some cleanups on the trade_additem function. When specifying a qty of 0, an... | skotlex | 1 | -5/+14 |
2006-11-27 | - Corrected KiriKage's range so it works correctly when used by non-players o... | skotlex | 5 | -20/+9 |
2006-11-25 | - Fixed missing line in status.c which explains why NPC_DEFENDER wasn't quite... | skotlex | 1 | -0/+1 |
2006-11-24 | - Heaven's drive no longer targets traps. | skotlex | 2 | -2/+2 |
2006-11-24 | - Cleaned the opt3 values to use hex instead of decimals in status.c, removed... | skotlex | 2 | -37/+27 |
2006-11-24 | - Fixed EDP's damage being 100% more than it should (should be 5x, not 6x on ... | skotlex | 3 | -3/+4 |
2006-11-24 | - Likely fixed Homunculus not disappearing the second their intimacy hit 0. | skotlex | 1 | -2/+2 |
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 | 4 | -15/+20 |
2006-11-24 | - Fixed uninitialized variable fd being used in WFIFOHEAD in a few clif funct... | skotlex | 2 | -32/+23 |
2006-11-24 | - Added all the missing FIFOHEADs in the login/sql servers (required for TURB... | skotlex | 15 | -391/+487 |
2006-11-24 | * Completed Reddozen's hanging mapwarp code to support party and old syntax. | Lance | 1 | -17/+32 |
2006-11-23 | - Made WFIFOHEAD() check for available buffer size remaining on the connectio... | skotlex | 11 | -25/+72 |
2006-11-22 | - Modified slaves_inherit_speed and slaves_inherit_mode so you get better con... | skotlex | 6 | -27/+38 |
2006-11-22 | - Recoded @send so that it uses clif.c instead of doing all the WFIFO stuff i... | skotlex | 4 | -390/+282 |
2006-11-22 | - Fixed the homunc hungry timer being started when the homun data is received... | skotlex | 1 | -2/+1 |
2006-11-22 | - Fixed the Auto-Berserk giving you back defense when it triggers during bers... | skotlex | 2 | -10/+20 |
2006-11-22 | - Fixed pets/homunc trying to be deleted twice when they had 0 intimacy and t... | skotlex | 1 | -4/+6 |
2006-11-21 | - Various GS skill requirement corrections: | skotlex | 1 | -1/+5 |
2006-11-21 | - Corrected GS_DISARM, it is now a normal attack, which, when it connects, ha... | skotlex | 3 | -22/+45 |
2006-11-21 | - Corrected TripleAction's damage. It should do 150%*3 instead of 100*3% damage. | skotlex | 5 | -6/+17 |
2006-11-21 | - Moved ignoreAll to state.ignoreAll so it saves some space. | skotlex | 3 | -225/+240 |
2006-11-20 | - The max level of NPC_SPLASHATTACK is now 1. | skotlex | 5 | -46/+73 |
2006-11-20 | - You now can't use other skills while a skill-induced "window" is up (telepo... | skotlex | 3 | -1/+7 |
2006-11-20 | - Fixed itemskill variable being cleared before parsing the skill, this cause... | skotlex | 5 | -30/+44 |
2006-11-20 | - Raised the amount of skills that can stack on a single cell before the "in-... | skotlex | 3 | -9/+15 |
2006-11-20 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9269 54... | Lance | 1 | -4/+4 |
2006-11-20 | - atcommand and charcommand backwards compatibility | Lance | 1 | -4/+26 |