Age | Commit message (Expand) | Author | Files | Lines |
2008-04-07 | NPC earthquake now divides the atk2 bonus between players. (bugreport:1253) | Kevin | 1 | -1/+2 |
2008-04-07 | Changed guild skills restore, regen, and battle order to only affect BL_PC. (... | Kevin | 1 | -3/+3 |
2008-04-07 | Reverted one of the changes in dynamic mobs that may be causing the spawning ... | Kevin | 1 | -1/+1 |
2008-04-06 | NVM on last fix (r12510). | Kevin | 1 | -1/+1 |
2008-04-06 | Changed Mental Vision fix (r12507) to check for mexp rather then the boss fla... | Kevin | 1 | -1/+1 |
2008-04-06 | Equip speed buffs no longer stack with speed consumables other then speed pot... | Kevin | 1 | -2/+7 |
2008-04-06 | Sprint, Fusion, and Increase AGI now stack independently. The other speed buf... | Kevin | 1 | -21/+34 |
2008-04-06 | Mind Sensing no longer gives an xp bonus on bosses. (bugreport:1282) | Kevin | 1 | -1/+1 |
2008-04-06 | Changed Union/Increase AGI stack fix (it should work now). (bugreport:1155) | Kevin | 1 | -6/+2 |
2008-04-06 | Fixed seven wind not allowing ghost/shadow. (bugreport:1155) | Kevin | 1 | -1/+3 |
2008-04-06 | Added Moscovia to the list of @go destinations | toms | 2 | -1/+5 |
2008-04-06 | Unequip should no longer remove any buff from seven wind. (bugreport:1155) | Kevin | 4 | -3/+6 |
2008-04-06 | Union and Increase AGI now stack. (bugreport:1155) | Kevin | 1 | -0/+6 |
2008-04-05 | Union now consumes sp when not soul linked. (bugreport:1155) | Kevin | 1 | -1/+2 |
2008-04-05 | Running into a wall/npc/pc/mob no longer enables spurt. (bugreport:1155) | Kevin | 2 | -1/+12 |
2008-04-05 | Fixed unable to move after using a skill to break out of sprint. (bugreport: ... | Kevin | 1 | -3/+4 |
2008-04-05 | Reverted my recent changes to trunk. | ultramage | 6 | -3595/+1954 |
2008-04-05 | Removed code that maintains the `sstatus` table, because it's in the way. To ... | ultramage | 2 | -33/+0 |
2008-04-05 | Running now resumes after dmg as well, see (r12488). (bugreport:1155) | Kevin | 1 | -3/+32 |
2008-04-05 | Added back the login_log() function for txt (removed in r11826). | ultramage | 3 | -42/+101 |
2008-04-05 | DMG no longer stops running. (bugreport:1155) | Kevin | 1 | -2/+3 |
2008-04-05 | Last fix for r12485, I swear. >_> | Kevin | 1 | -1/+1 |
2008-04-05 | Fix for (r12475), wasn't checking to see if the target cell was walkable. | Kevin | 1 | -1/+1 |
2008-04-05 | PCs/Mobs/NPCs now block Leap(TK_HIGHJUMP) and sprint(TK_RUN). (bugreport:1155) | Kevin | 2 | -1/+6 |
2008-04-05 | Disconnect user on forged selectegg packet (may be temporary fix). (bugreport... | Kevin | 1 | -1/+5 |
2008-04-04 | Fixed @rura between maps on more then one map server. (r12483) | Kevin | 1 | -1/+1 |
2008-04-04 | Small bug for r12481 :) | Kevin | 1 | -1/+1 |
2008-04-04 | Update to Auth Glitch fix: moved unit_free_pc back to where it was and update... | Kevin | 3 | -8/+7 |
2008-04-04 | Added login.c to hold most of the common functionality of the login server. | ultramage | 6 | -1026/+660 |
2008-04-04 | Preparations for the login server TXT/SQL merge | ultramage | 4 | -23/+2004 |
2008-04-04 | Fixed a little bug in Kevin's commit (r12473) | toms | 1 | -1/+1 |
2008-04-04 | Removed commented-out TXT-only login-server code that was supposed to prevent... | ultramage | 2 | -37/+0 |
2008-04-04 | Bug fixes for Auth Glitch and Map server crash through script warp when chang... | Kevin | 3 | -8/+19 |
2008-04-03 | Renamed 'connect_until_time' to 'expiration_time'. | ultramage | 12 | -142/+142 |
2008-04-02 | First round of minor updates for WoE SE. | L0ne_W0lf | 1 | -1/+1 |
2008-04-02 | * Added SV_KEEP_TERMINATOR option to not split the line terminator. | FlavioJS | 2 | -18/+24 |
2008-04-02 | * Added sv_split to strlib.c/h (similar to sv_parse). | FlavioJS | 2 | -10/+104 |
2008-04-02 | Fixed a compilation issue in r12457. | ultramage | 1 | -0/+5 |
2008-04-02 | * Added more debug information to track the double remove_map's | FlavioJS | 2 | -4/+17 |
2008-03-31 | fixed aciddemo map server crash | Lupus | 1 | -1/+4 |
2008-03-31 | - Fixed wrong expire calculation on Wall of Fog used over Deluge (Bug report ... | zephyrus | 1 | -1/+1 |
2008-03-30 | Yet more login server stuff: | ultramage | 5 | -358/+387 |
2008-03-29 | - Fixed a visual bug in mail when sending Zeny. | zephyrus | 2 | -1/+4 |
2008-03-29 | Fixed a compilation issue with r12446 (C can't handle non-constant initialize... | ultramage | 2 | -2/+6 |
2008-03-29 | - Fixed a bug in a previous Adoption fix from umage (partnerid is char_id not... | zephyrus | 1 | -1/+3 |
2008-03-28 | Some more txt/sql login server synchronization: | ultramage | 10 | -734/+150 |
2008-03-28 | - Fixing a bug in map_nick2sd. Also fixed on Stable. | zephyrus | 1 | -12/+11 |
2008-03-27 | Added proper script constants and documentation for the 'checkcell' command. ... | ultramage | 1 | -14/+18 |
2008-03-27 | Fixed a mistake in r12223, where during warping between mapservers, a charact... | ultramage | 1 | -1/+2 |
2008-03-27 | Partial rewrite of the login server's auth system. | ultramage | 7 | -424/+523 |