Age | Commit message (Expand) | Author | Files | Lines |
2007-02-17 | Fixed a typo from r9778, allowing non-gm chars to use /kick | ultramage | 1 | -1/+1 |
2007-02-16 | - Modified the "guardian" spawn script command, it no longer receives a "amou... | skotlex | 1 | -39/+10 |
2007-02-15 | - Cleaned up clif_party_info a bit | ultramage | 1 | -9/+7 |
2007-02-13 | - A bit more work on Ticket #41. | FlavioJS | 1 | -1/+21 |
2007-02-12 | Fixed clif_parse_GMmessage cutting off messages randomly (typo in r9778) | ultramage | 1 | -1/+1 |
2007-02-12 | - Corrected range of self destruction / bio explosion to be equal to their sp... | skotlex | 1 | -0/+3 |
2007-02-12 | - Fixed the inverted behavior of display_skill_fail, caused by r9823 | ultramage | 1 | -3/+2 |
2007-02-12 | Disambiguation | ultramage | 1 | -2/+3 |
2007-02-11 | Fixed clif_party_message using an incorrect buffer length | ultramage | 1 | -28/+30 |
2007-02-09 | - Fixed skill usage being blocked if you use Weapon Refine and there is nothi... | skotlex | 1 | -3/+4 |
2007-02-09 | - Updated the 'unit walk' to functions so they stop your attack if it's possi... | skotlex | 1 | -1/+0 |
2007-02-08 | - Spider web can again be recasted on target. | skotlex | 1 | -5/+6 |
2007-02-08 | Added a missing null pointer check in clif_parse_globalmessage | ultramage | 1 | -4/+5 |
2007-02-08 | - Fixed a bunch of probably incorrect logical comparisons. | skotlex | 1 | -1/+1 |
2007-02-07 | - Removed deprecated console code. | FlavioJS | 1 | -1/+1 |
2007-02-07 | - Moved CHAT_SIZE back to map.h because log_atcommand uses it on sql builds. ... | FlavioJS | 1 | -3/+0 |
2007-02-06 | - Moved define CHAT_SIZE to clif.c, added define CHATBOX_SIZE to specify that... | skotlex | 1 | -79/+84 |
2007-02-06 | - Cleaned up homunc attack request parsing. Homunculus no longer goes into au... | skotlex | 1 | -8/+1 |
2007-02-05 | - Updated the code so that now a range of a skill is determined by the skill'... | skotlex | 1 | -5/+5 |
2007-02-05 | - Fixed a duplicate warp name in Rachel | skotlex | 1 | -2/+2 |
2007-02-03 | - Fixed the flag parameter not working on npcshopattach | skotlex | 1 | -37/+4 |
2007-02-02 | Fine-tuned the global message processing function | ultramage | 1 | -17/+34 |
2007-02-02 | - The define MESSAGE_SIZE was wrong! It is only used for input boxes. Therefo... | skotlex | 1 | -84/+129 |
2007-02-02 | * Restricted global messages to 255 characters (client shows only ~80 anyway,... | ultramage | 1 | -23/+35 |
2007-02-01 | A followup to r9761, a header include that somehow didn't commit | ultramage | 1 | -0/+2 |
2007-02-01 | - When when a party-member levels up, the level change is sent to the char-se... | skotlex | 1 | -1/+5 |
2007-01-31 | Wiped out the old night code | ultramage | 1 | -28/+0 |
2007-01-29 | Added a nasty hack to prevent multilanguage clients from breaking guild notices | ultramage | 1 | -0/+12 |
2007-01-27 | - I'm back, and I begin with an implementation of a good old Aegis bug : Assa... | DracoRPG | 1 | -65/+81 |
2007-01-27 | - Moved the pet rename code from int_pet.c to inter.c and normalized it so it... | skotlex | 1 | -14/+5 |
2007-01-24 | - Made the pc_deleteinvincibletimer function a define so it auto-checks for t... | skotlex | 1 | -13/+6 |
2007-01-23 | - Changed the night status from 149 to 160, which seems to work so much bette... | skotlex | 1 | -2/+15 |
2007-01-23 | - Added view_data support to mercenary.*, so that the Homunculus entries are ... | skotlex | 1 | -1/+3 |
2007-01-23 | - Moved the homunculus setting from pet.conf to homunc.conf | skotlex | 1 | -2/+2 |
2007-01-22 | - Removed sd->max_menu, sd->npc_menu is now reused to store what is the max n... | skotlex | 1 | -1/+1 |
2007-01-21 | Typo hunt | ultramage | 1 | -6/+6 |
2007-01-19 | - Reverted the dup-label check code since it has a bug that needs to be fixed... | skotlex | 1 | -22/+5 |
2007-01-16 | - Implemented Intravision as it should be. Thanks to HelloKitty2 for the capt... | skotlex | 1 | -53/+0 |
2007-01-15 | - The NPC elemental attacks will display a skill animation again. | skotlex | 1 | -14/+6 |
2007-01-15 | - Fixed Joint Beat's speed penalty. | skotlex | 1 | -2/+2 |
2007-01-12 | - Fixed autotrading characters not being able to reconnect. Seams like I misu... | FlavioJS | 1 | -1/+2 |
2007-01-09 | - Changes to script buildin functions: | FlavioJS | 1 | -1/+1 |
2007-01-07 | Undid the memset->malloc_set replacement | ultramage | 1 | -41/+41 |
2007-01-07 | - re-added the duplicit nj/gs name messages in msg_athena | ultramage | 1 | -1/+1 |
2007-01-03 | - Moved refusal of a known packet versions to clif_parse_WantToConnection and... | FlavioJS | 1 | -83/+60 |
2007-01-02 | - Gospel sends the buff message to the affected player. | FlavioJS | 1 | -10/+1 |
2006-12-31 | * Refer to http://www.eathena.ws/board/index.php?showtopic=130285 | FlavioJS | 1 | -3/+3 |
2006-12-26 | - Cleaned up some more the code so it works for -DTURBO | skotlex | 1 | -31/+25 |
2006-12-25 | - Applied part 1 of TheUltraMage's socket cleanup. | FlavioJS | 1 | -1/+1 |
2006-12-23 | - Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ... | FlavioJS | 1 | -2/+1 |