Age | Commit message (Expand) | Author | Files | Lines |
2008-02-28 | - Added cash shop support. (i need to add documentation, working on it). | zephyrus | 1 | -0/+52 |
2008-02-27 | Added support for the "view player equip" feature (see topic:174461) | ultramage | 1 | -2/+133 |
2008-02-22 | * Removed code in socket.c that tries to avoid send buffer overloading, as th... | ultramage | 1 | -12/+6 |
2008-02-22 | Fixed 2 problems in r12223 - incorrect variable used (bugreport:1031) and a m... | ultramage | 1 | -3/+3 |
2008-02-21 | - Added status_calc_life to properly calculate hp/max_hp as a ratio taking in... | skotlex | 1 | -3/+1 |
2008-02-21 | - Fixed new guilds displaying online-connect member count at 0 rather than 1,... | skotlex | 1 | -93/+90 |
2008-02-19 | Fixed a typo in /map/clif.c (acount_id -> account_id) | L0ne_W0lf | 1 | -1/+1 |
2008-02-19 | * Forgotten update to the definition of script command 'input'. | FlavioJS | 1 | -1/+5 |
2008-02-16 | Removed some useless svn:ignore properties. | ultramage | 1 | -17/+6 |
2008-02-13 | - Some fixes to mail system. | zephyrus | 1 | -4/+21 |
2008-02-04 | - Some code cleanups. | zephyrus | 1 | -17/+23 |
2008-02-03 | Fixes to Devotion (see topic:153345) | ultramage | 1 | -40/+26 |
2008-01-26 | Added an out-of-bounds crashfix for map_delobject and map_delobjectnofree. | ultramage | 1 | -1/+1 |
2008-01-26 | Some random cleaning | ultramage | 1 | -18/+13 |
2008-01-21 | Fixed/cleaned r12114 and 12117. | ultramage | 1 | -19/+13 |
2008-01-21 | - Optimized some code about @size changes in chars. | zephyrus | 1 | -5/+20 |
2008-01-15 | * Manner system fixing | ultramage | 1 | -30/+78 |
2008-01-14 | * Client packet corrections | ultramage | 1 | -118/+156 |
2008-01-14 | Applied a temp patch to make some npc-executed atcommands work again (bugrepo... | ultramage | 1 | -5/+19 |
2008-01-14 | Simplified the BL_CAST macro (see topic:166795) | ultramage | 1 | -8/+8 |
2008-01-10 | - Fixed getmonsterinfo to return "null" when returning the name of a non-exis... | skotlex | 1 | -1/+1 |
2008-01-09 | - corrected duration of sphere mines to be 30 secs regardless of skill level | skotlex | 1 | -4/+3 |
2008-01-08 | Added missing code to log main chat messages sent by whispering to main_chat_... | ultramage | 1 | -0/+5 |
2008-01-06 | Corrected a TXT compilation problem caused by r12023 (mail system code is not... | ultramage | 1 | -4/+9 |
2008-01-06 | - Fixed a visual itemdupple bug on mail system. | zephyrus | 1 | -0/+5 |
2008-01-06 | Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge... | ultramage | 1 | -15/+15 |
2008-01-04 | Fixed a typo in r12008 causing server crashes when sending the fake npc packet. | ultramage | 1 | -2/+4 |
2008-01-04 | - Fixed clif_sendfakenpc not being updated for PACKETVER 9 | skotlex | 1 | -7/+13 |
2008-01-03 | Moved extra junk from map_addblock/map_delblock to where it logically belongs... | ultramage | 1 | -0/+10 |
2007-12-31 | * Added code to reject double logins in clif_parse_WantToConnection and added... | FlavioJS | 1 | -1/+11 |
2007-12-28 | * Reverted a bad modification in clif_produceeffect from r11290. | FlavioJS | 1 | -2/+5 |
2007-12-27 | * Tweeked the declaration and initialization defines for vectors. | FlavioJS | 1 | -1/+2 |
2007-12-23 | - Fixed warning about unused variable | skotlex | 1 | -3/+0 |
2007-12-22 | Fixed server not always sending the correct level values to the client. | ultramage | 1 | -4/+5 |
2007-12-18 | - removed redundant clif_hominfo line in merc_hom_dead (it was sent already f... | skotlex | 1 | -3/+0 |
2007-12-17 | * Added flag.server to indicate interserver sockets | ultramage | 1 | -1/+1 |
2007-12-16 | Some more guild code reformatting (moved do_init_guild() to the end of guild.... | ultramage | 1 | -1/+1 |
2007-12-12 | * Some preparations for the guild script update | ultramage | 1 | -13/+19 |
2007-12-10 | - Cleaned up clif_setdisguise and fixed it for PACKETVER>=9. I was kinda righ... | skotlex | 1 | -36/+12 |
2007-12-10 | - Reverted last change, I was wrong in my assumption o_O; | skotlex | 1 | -5/+3 |
2007-12-10 | - Fixed the disguise packet sent in clif_move | skotlex | 1 | -2/+4 |
2007-12-09 | small fix to the server's packet parsing code to display server IPs correctly. | ultramage | 1 | -2/+1 |
2007-12-08 | - Fixed a 'variable may be used uninitialized' error. | skotlex | 1 | -2/+2 |
2007-12-07 | - Insignificant cleanups. | skotlex | 1 | -1/+4 |
2007-12-06 | - Cleaned up the messy code used to generate the idle/walk packets (or at lea... | skotlex | 1 | -176/+123 |
2007-12-06 | - Likely fixed clif_set_disguise for PACKET_VER 9 | skotlex | 1 | -19/+26 |
2007-12-06 | - The default event script behaviour is to trigger on labels rather than NPCs... | skotlex | 1 | -4/+1 |
2007-12-05 | - Made the struct weapon_atk lhw in status_data a static member rather than a... | skotlex | 1 | -4/+4 |
2007-12-03 | - Added a fix to prevent missing a mail attachment is map servers disconnect ... | zephyrus | 1 | -1/+2 |
2007-12-03 | - Corrected clif_pase_DropItem so ack/nak is always sent (or client hangs wai... | skotlex | 1 | -17/+18 |