Age | Commit message (Expand) | Author | Files | Lines |
2007-12-11 | Fixed TXT charserver attempting to do a guild master change instead of an int... | ultramage | 1 | -1/+1 |
2007-12-11 | Oops, forgot to commit! | L0ne_W0lf | 1 | -0/+395 |
2007-12-11 | Fixed a mistake in r11876 that prevented the login server from doing auth cor... | ultramage | 2 | -2/+2 |
2007-12-11 | Updated Amatsu NPCs, Quests, and Warps. | L0ne_W0lf | 7 | -2009/+2515 |
2007-12-10 | - The interserver outgoing buffer now gets flushed when it reaches 512KB of d... | skotlex | 1 | -1/+6 |
2007-12-10 | - Cleaned up clif_setdisguise and fixed it for PACKETVER>=9. I was kinda righ... | skotlex | 2 | -36/+13 |
2007-12-10 | - Reverted last change, I was wrong in my assumption o_O; | skotlex | 2 | -6/+3 |
2007-12-10 | - Fixed the disguise packet sent in clif_move | skotlex | 2 | -2/+5 |
2007-12-10 | - Cleared up npc shop id when warping a player. | skotlex | 4 | -2/+6 |
2007-12-09 | * Modified npc_parsesrcfile to parse the line as a 'tab-separated values' str... | FlavioJS | 2 | -15/+52 |
2007-12-09 | * Added a generic 'delimiter-separated values' string parser to strlib.c/h. | FlavioJS | 3 | -0/+375 |
2007-12-09 | Changed Cloaking to not show an animation when it fails (thanks to Harbin for... | ultramage | 3 | -49/+56 |
2007-12-09 | small fix to the server's packet parsing code to display server IPs correctly. | ultramage | 3 | -11/+13 |
2007-12-09 | - Cleaned up a bit the code for HVAN_CHAOTIC | skotlex | 1 | -4/+4 |
2007-12-09 | Fixed a bug in r11633 always spawning only 1 chest type | ultramage | 2 | -1/+3 |
2007-12-08 | - Fixed a 'variable may be used uninitialized' error. | skotlex | 2 | -4/+5 |
2007-12-08 | * Removed double tabs from mapflag/warp/script/function/duplicate declarations. | FlavioJS | 13 | -134/+136 |
2007-12-08 | - Changed the chaotic delay from block to delay since it just a sec | skotlex | 4 | -5/+3 |
2007-12-07 | - Fixed ensembles skills. | skotlex | 3 | -5/+4 |
2007-12-07 | - removed the timer heap correction code when the timers overflow since Flavi... | skotlex | 8 | -108/+68 |
2007-12-07 | - Insignificant cleanups. | skotlex | 2 | -2/+5 |
2007-12-06 | - Cleaned up the messy code used to generate the idle/walk packets (or at lea... | skotlex | 1 | -176/+123 |
2007-12-06 | - Likely fixed clif_set_disguise for PACKET_VER 9 | skotlex | 1 | -19/+26 |
2007-12-06 | ooops, two errors escaped... >.< | FlavioJS | 1 | -2/+2 |
2007-12-06 | * Removed the attempts to recover from invalid syntax in npc_parsesrcfile sin... | FlavioJS | 3 | -85/+244 |
2007-12-06 | - The default event script behaviour is to trigger on labels rather than NPCs... | skotlex | 12 | -222/+78 |
2007-12-05 | - Made the struct weapon_atk lhw in status_data a static member rather than a... | skotlex | 7 | -93/+66 |
2007-12-05 | - Fixed a possible crash when the memory manager is disabled and a non-respaw... | skotlex | 1 | -1/+4 |
2007-12-05 | - Corrected Lif skill durations/delays according to http://irowiki.org/wiki/Lif | skotlex | 2 | -4/+8 |
2007-12-03 | - Added a fix to prevent missing a mail attachment is map servers disconnect ... | zephyrus | 6 | -13/+27 |
2007-12-03 | - Corrected clif_pase_DropItem so ack/nak is always sent (or client hangs wai... | skotlex | 1 | -17/+18 |
2007-12-02 | * Added Indian RO "Children Week" Event. Thanks $ephirot | samuray22 | 4 | -3/+92 |
2007-12-02 | - Added some missing headgears from others official servers. | zephyrus | 2 | -3/+14 |
2007-12-02 | Fixed some minor inconsistencies in homunculus packets, in an attempt to make... | ultramage | 3 | -9/+7 |
2007-12-02 | * Rescripted Headgear Quests 1 (Comodo) to Aegis 10.3 Standards. | samuray22 | 3 | -83/+71 |
2007-12-02 | Fixed charserver unable to reestablish link to login server after a disconnec... | ultramage | 3 | -22/+35 |
2007-12-01 | Fixed 'unit walking in sight' packet missing the 'level' value (mistake in r1... | ultramage | 1 | -1/+1 |
2007-11-30 | * Added Missed Storage Password Function. (bugreport:515) | samuray22 | 2 | -1/+5 |
2007-11-30 | - pc_setoption no longer does view_data changes while disguised (as this brea... | skotlex | 2 | -0/+5 |
2007-11-30 | * Random cleanup/documentation. | FlavioJS | 15 | -136/+184 |
2007-11-29 | * Rescripted Hair Dresser to the Aegis 10.3 Standards. | samuray22 | 2 | -2038/+506 |
2007-11-29 | - Allowed disguising while riding a peco-peco (this does not seem to cause pr... | skotlex | 3 | -13/+20 |
2007-11-29 | - Probably fixed splash damage. | skotlex | 2 | -5/+2 |
2007-11-29 | - Integrated the SG related info of hate_mob and feel_map into a single struc... | skotlex | 7 | -60/+61 |
2007-11-28 | * Fixed problem in the Hair Dyer NPC. (bugreport:509) | samuray22 | 2 | -18/+22 |
2007-11-28 | - Cleaned up some disguise related code, it fixes the disguise sprite not hav... | skotlex | 1 | -35/+35 |
2007-11-28 | - Applied the required changes to handle def as a signed char (allows for neg... | skotlex | 4 | -11/+12 |
2007-11-28 | - Corrected skill_check_condition to not delete items right away for certain ... | skotlex | 4 | -38/+47 |
2007-11-28 | Fixed reflected spells bypassing WoE no-knockback restriction, because the co... | ultramage | 2 | -1/+3 |
2007-11-28 | Fixed a typo in r11826 messing up TXT gm account loading. | ultramage | 1 | -1/+1 |