Age | Commit message (Expand) | Author | Files | Lines |
2007-12-18 | - Cleaned up a bit the format of skill_db.txt (that comma next to the skill n... | skotlex | 7 | -599/+620 |
2007-12-18 | - removed redundant clif_hominfo line in merc_hom_dead (it was sent already f... | skotlex | 3 | -7/+3 |
2007-12-18 | Fixed a glitch where the TXT charserver would not unlock castle.txt after cre... | ultramage | 1 | -2/+2 |
2007-12-18 | minor code tweaking | ultramage | 5 | -8/+8 |
2007-12-17 | * Added flag.server to indicate interserver sockets | ultramage | 13 | -45/+53 |
2007-12-17 | Removed the 'create athena.txt' step from athena-start as the server does tha... | ultramage | 3 | -13/+2 |
2007-12-16 | Touched up Merchant quest Biliban Kafra function | L0ne_W0lf | 2 | -2/+6 |
2007-12-16 | Updated Louyang NPCs, quests, and warps. | L0ne_W0lf | 5 | -3463/+4690 |
2007-12-16 | Replaced the 'map name' castle data variable with the equivalent 'map index'. | ultramage | 2 | -23/+14 |
2007-12-16 | Some more guild code reformatting (moved do_init_guild() to the end of guild.... | ultramage | 4 | -128/+113 |
2007-12-15 | Fixed one query that I missed when doing r11915 | ultramage | 1 | -3/+4 |
2007-12-14 | Guardian hp handling code removal (see bugreport:342) | ultramage | 14 | -283/+145 |
2007-12-14 | * Commited the quick fix "emps not respawning if the emp breaker logs off". (... | FlavioJS | 5 | -44/+75 |
2007-12-14 | Added a precise and consistent tick() function for freebsd (see bugreport:240) | ultramage | 2 | -1/+6 |
2007-12-14 | - corrected Option_Xmas value in const.txt | skotlex | 6 | -10/+13 |
2007-12-14 | Fixed Big Defense Potion 10ea Box. (was giving small def pot.) | L0ne_W0lf | 2 | -1/+3 |
2007-12-14 | Maheo in Ice dungeon quest now uses setnpcdisplay. | L0ne_W0lf | 2 | -20/+7 |
2007-12-14 | * Minor fixes, guild manager, and a couple others. | L0ne_W0lf | 4 | -6/+13 |
2007-12-14 | Updated Ayothaya NPCs, Quests, and Warps. | L0ne_W0lf | 5 | -1711/+2089 |
2007-12-13 | Fixed a mistake in r11895 where guild invitation data was being cleared too s... | ultramage | 1 | -5/+9 |
2007-12-13 | * Fixed possible segmentation faults in the script engine. | FlavioJS | 2 | -19/+26 |
2007-12-13 | * Disabled ers until recent crashes are fixed. | FlavioJS | 2 | -1/+4 |
2007-12-13 | * Abstracted the windows socket code so that all fd's are in the range [1,FD_... | FlavioJS | 2 | -92/+251 |
2007-12-12 | Some more tweaks to the guild code | ultramage | 2 | -249/+295 |
2007-12-12 | * Some preparations for the guild script update | ultramage | 20 | -510/+509 |
2007-12-12 | Removed the badly designed/unfinished guild_check_conflict() data integrity c... | ultramage | 5 | -68/+1 |
2007-12-12 | - Added some new cash-items and headgears. | zephyrus | 3 | -3/+63 |
2007-12-11 | - Added query_logsql script command to perform sql commands using the log db ... | skotlex | 3 | -12/+40 |
2007-12-11 | - Status change start will now fail when invoked on players that are disconne... | skotlex | 1 | -1/+4 |
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 |