Age | Commit message (Expand) | Author | Files | Lines |
2008-04-10 | Some preliminary code for the questlog system (clif packet functions and basi... | Kevin | 4 | -0/+157 |
2008-04-08 | Lolbug. | Kevin | 1 | -1/+1 |
2008-04-08 | Fixed party invitation ack messages not displaying on recent clients (bugrepo... | ultramage | 3 | -4/+16 |
2008-04-08 | Modified PACKETVER for recent clients to use a YYYYMMDD date format instead o... | ultramage | 2 | -19/+20 |
2008-04-08 | Small party/guild creation cleanup. Added packet comments. Removed fake reply... | ultramage | 4 | -31/+49 |
2008-04-08 | Apparently I'm the only one that has it out for the alphabet. | Kevin | 2 | -10/+7 |
2008-04-08 | Added some aFrees, ultramage is a jerk. | Kevin | 2 | -0/+4 |
2008-04-08 | The fix in r12521 will now temporarily trim white space before checking the s... | Kevin | 2 | -2/+7 |
2008-04-08 | Full revert of r12402, could be the cause of mob respawn problems (followup t... | ultramage | 1 | -7/+0 |
2008-04-08 | Reverted L0ne_W0lf's change of PACKETVER | toms | 1 | -1/+1 |
2008-04-08 | Updated MAX_GUARDIANS to support an insane amount of guardians. | L0ne_W0lf | 2 | -2/+2 |
2008-04-07 | Immunity to magic now makes you immune to the SC effect as well. (bugreport:1... | Kevin | 1 | -0/+3 |
2008-04-07 | * Made script command 'flagemblem' and guild_emblem_change send an update of ... | FlavioJS | 11 | -22/+146 |
2008-04-07 | Party/guild names can no longer be less then 2 characters long.(bugreport:1328) | Kevin | 2 | -3/+7 |
2008-04-07 | Removed the 'wait close' timer that closed a session's socket after 5 seconds. | ultramage | 5 | -52/+12 |
2008-04-07 | Improved the Mental Sensing fix from r12507 to not start the status at all, i... | ultramage | 2 | -2/+3 |
2008-04-07 | Fixed a case where a dangling pointer was formed when a person was invited to... | Kevin | 1 | -1/+7 |
2008-04-07 | Magnum Break will now affect traps. See (r12516). | Kevin | 2 | -1/+3 |
2008-04-07 | -Sight rasher now affects the wizard's own and other's icewalls. | Kevin | 2 | -4/+8 |
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 |