Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-12-19 | - Cleanups or minor changes. | FlavioJS | 1 | -2/+3 |
2006-12-18 | - Updated POS2 macros. The 6th byte is subx0 and suby0 | FlavioJS | 1 | -18/+30 |
2006-12-18 | - Added hom_setting to specify which homunculus 'quirks' are in effect. The d... | skotlex | 1 | -2/+5 |
2006-12-18 | - When walking into a Guild Dungeon your pvp_points will be set to 5 so you h... | skotlex | 1 | -0/+4 |
2006-12-16 | - Moved packet_len_table values to packet_db[SERVER]. | FlavioJS | 1 | -550/+579 |
2006-12-16 | - Increased MAX_PACKET_DB to 0x300 and added a warning for when packet ids gr... | FlavioJS | 1 | -4/+26 |
2006-12-14 | - Added function skill_strip to handle stripping code. The RG strip skills an... | skotlex | 1 | -9/+0 |
2006-12-13 | - Modified flush_fifo so you can decide whether to block the current thread o... | skotlex | 1 | -1/+1 |
2006-12-12 | - Fixed a bug in the new knockback additional packet. | skotlex | 1 | -6/+10 |
2006-12-12 | - Modifed a bit the clif_change_look function, it should fix crashes with the... | skotlex | 1 | -2/+10 |
2006-12-12 | - Fixed skills displaying a 32k damage when used while disguised. | skotlex | 1 | -2/+2 |
2006-12-12 | - Added guild master check before asking to make/delete an alliance/opposition | skotlex | 1 | -1/+17 |
2006-12-12 | - Minor changes to ers. | FlavioJS | 1 | -1/+1 |
2006-12-12 | - Modified the skill damage packet and the knockback packets to mimic aegis s... | skotlex | 1 | -7/+19 |
2006-12-12 | - Removed CART_MASK as OPTION_CART can take care of that. | skotlex | 1 | -5/+3 |
2006-12-11 | - Added various guild packet related missing checks | skotlex | 1 | -1/+16 |
2006-12-10 | err, ups... -.-' | FlavioJS | 1 | -1/+1 |
2006-12-10 | - Added more helpfull error messages when packet_ver=-1. (no more "clif_parse... | FlavioJS | 1 | -31/+80 |
2006-12-09 | - Reversed revision #9415 (messages with server_tick field being sent as soon... | FlavioJS | 1 | -29/+24 |
2006-12-08 | - Now you can request a trade regardless of the state of the target trader. | skotlex | 1 | -7/+3 |
2006-12-06 | - Fixed the compile error when trying to build the ladmin exe. | skotlex | 1 | -1/+1 |
2006-12-06 | - Messages with server_tick field are sent as soon as possible now. | FlavioJS | 1 | -25/+32 |
2006-12-05 | - Found the position of emblem_id in packet 1b6, commented out the old fix wh... | FlavioJS | 1 | -2/+4 |