Age | Commit message (Expand) | Author | Files | Lines |
2012-01-20 | Merged TXT removal branch back to trunk. | gepard1984 | 1 | -2/+0 |
2012-01-17 | * Merged changes up to eAthena 15063. | eathenabot | 1 | -0/+6 |
2012-01-17 | * Merged changes up to eAthena 15061. | eathenabot | 1 | -1/+0 |
2012-01-17 | * Merged changes up to eAthena 15058. | eathenabot | 1 | -1/+2 |
2012-01-17 | * Merged changes up to eAthena 15057. | eathenabot | 1 | -5/+4 |
2012-01-17 | * Merged changes up to eAthena 15054. [ai4rei] | eathenabot | 1 | -4/+88 |
2012-01-17 | * Merged changes up to eAthena 15053. [ai4rei] | eathenabot | 1 | -1/+1 |
2012-01-17 | * Merged changes up to eAthena 15052. | eathenabot | 1 | -138/+138 |
2012-01-17 | * Merged changes ONLY eAthena 15002. | eathenabot | 1 | -80/+74 |
2011-12-24 | Added official elemental converter creation window handling, bugreport:5144 | shennetsind | 1 | -0/+4 |
2011-12-21 | Fixed soul drain visual effect not being displayed to mobs, bugreport:2980 | shennetsind | 1 | -1/+1 |
2011-12-20 | * Added packet support to new 2011 clients. | protimus | 1 | -2/+2 |
2011-12-11 | * Merged changes up to eAthena 15032. | eathenabot | 1 | -0/+1 |
2011-12-05 | Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ... | shennetsind | 1 | -3/+27 |
2011-10-28 | * Fixed db/packet_db.txt reading not checking for max. amount of positions. | ai4rei | 1 | -4/+8 |
2011-10-16 | * Fixed public/guild chat message packets sending strings without zero-termin... | ai4rei | 1 | -4/+4 |
2011-10-10 | * Add correct reply when player invited to party isn't found. | flaviojs | 1 | -1/+1 |
2011-09-17 | * Rental items no longer expire in cart and storage. The packet does not supp... | ai4rei | 1 | -1/+1 |
2011-08-23 | - Rewrote/updated the SC_COMBO logic. Got rid of state.combo and added usage ... | Skotlex | 1 | -0/+1 |
2011-08-06 | * Added missing fields to guild belong info packet 0x16c (ZC_UPDATE_GDID). | ai4rei | 1 | -1/+1 |
2011-06-16 | * Merges from charmerge: | flaviojs | 1 | -1/+1 |
2011-06-11 | * Added support for new skill usage notification packet 0x7fb (ZC_USESKILL_AC... | ai4rei | 1 | -1/+1 |
2011-06-11 | * Fixed party invite packet 0xfe (ZC_REQ_JOIN_GROUP) using account id of the ... | ai4rei | 1 | -1/+1 |
2011-05-29 | Renamed clif_parse_ReqFeel to clif_feel_req (since r4352). | ultramage | 1 | -1/+1 |
2011-04-28 | * Code cleaning and reformatting in functions responsible for sending guild e... | ai4rei | 1 | -1/+1 |
2011-04-10 | * Added more packets for clients 2010-11-23aRagexeRE+ provided by Shinryo. | ai4rei | 1 | -1/+1 |
2011-03-25 | * Fixed battlegrounds chat packet 0x2dc (ZC_BATTLEFIELD_CHAT) being sent with... | ai4rei | 1 | -1/+1 |
2011-03-06 | * Implemented search store info system (aka. vending and buying store search)... | ai4rei | 1 | -0/+6 |
2011-02-19 | * Implemented buying store system (aka. reverse vending, purchase shop) toget... | ai4rei | 1 | -0/+14 |
2011-02-08 | * Updates to various client packets. | ai4rei | 1 | -3/+39 |
2011-01-23 | * Some cleaning here and there. | ai4rei | 1 | -2/+0 |
2010-12-12 | * Updates to the playBGM functionality (since r14335). | ai4rei | 1 | -1/+1 |
2010-12-09 | * Removed some of the duplicate, storage-related packet code. | ai4rei | 1 | -3/+1 |
2010-12-02 | * Added clif_starskill (packet 0x20e, ZC_STARSKILL) to host the packet previo... | ai4rei | 1 | -0/+1 |
2010-12-02 | * Various additions and updates to the comments and documentation of packets ... | ai4rei | 1 | -3/+3 |
2010-12-02 | * Removed clif_weather_sub and clif_misceffect2 in favor of clif_specialeffec... | ai4rei | 1 | -1/+0 |
2010-12-02 | * Added packet 0x1b1 (ZC_SHOWDIGIT). | ai4rei | 1 | -0/+2 |
2010-12-01 | * Confirmed packet 0x291 (ZC_MSG) to be general-purpose msgstringtable.txt pa... | ai4rei | 1 | -1/+3 |
2010-11-28 | * Added emotion_type enumeration for clif_emotion constants. | ai4rei | 1 | -0/+87 |
2010-11-28 | * Added clr_type enumeration for vanish effect constants. | ai4rei | 1 | -2/+10 |
2010-11-28 | * Made the party booking search pass results as array of pointers, rather tha... | ai4rei | 1 | -1/+1 |
2010-10-11 | Follow up from r14413, should take care of the errors from bugreport:4472. | L0ne_W0lf | 1 | -0/+1 |
2010-10-05 | * Added Spira's Party Booking System implementation | L0ne_W0lf | 1 | -0/+7 |
2010-09-18 | * Added bard/dancer songs and duets to the nodispell list. (bugreport:4411) | L0ne_W0lf | 1 | -1/+1 |
2010-08-19 | - Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ... | Skotlex | 1 | -3/+3 |
2010-06-09 | * Added support for packet 0x7fe which changes the bgm temporarily for a sing... | Yommy | 1 | -0/+1 |
2010-06-01 | Replaced all occurrences of 'leaved' with 'withdraw'. | Paradox924X | 1 | -1/+1 |
2010-06-01 | Rewrote and optimized clif_hpmeter to employ map_foreachinarea() rather than ... | Paradox924X | 1 | -0/+1 |
2010-04-23 | Merged a few updates for supporting renewal clients (thanks to Diablo): [Skot... | skotlex | 1 | -1/+1 |
2010-03-24 | * Implemented NPC_TALK (Credit to SnakeDrak and Daegaladh) | L0ne_W0lf | 1 | -0/+1 |