Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-06 | Fix packet warnings for server plugin version < 16. | Andrei Karas | 1 | -12/+48 | |
2017-03-06 | Fix packets for updated hercules. | Andrei Karas | 1 | -0/+9 | |
All manaplus builds before this commits will show warnings in debug tab if run with new hercules. | |||||
2017-02-21 | Move other fs related files into fs directory. | Andrei Karas | 3 | -7/+5 | |
2017-02-14 | Remove extra includes. | Andrei Karas | 1 | -1/+0 | |
2017-02-14 | Fix possible use after free in curl. | Andrei Karas | 1 | -3/+3 | |
2017-02-07 | Remove extra include SDL_stdinc.h. | Andrei Karas | 1 | -12/+0 | |
2017-02-07 | Fix compilation with SDL2. | Andrei Karas | 1 | -2/+2 | |
2017-02-07 | Fix compilation with gcc version below 4.6. | Andrei Karas | 1 | -3/+3 | |
2017-02-04 | Fix code style. | Andrei Karas | 3 | -3/+3 | |
2017-02-04 | Fix libcurl version checks. | Andrei Karas | 1 | -28/+25 | |
2017-02-04 | Fix compilation with very new SDL2. | Andrei Karas | 1 | -1/+3 | |
2017-02-02 | Remove extra include from cashshoprecv.cpp | Andrei Karas | 1 | -2/+0 | |
2017-02-02 | Remove extra include from buysellrecv.cpp | Andrei Karas | 1 | -2/+0 | |
2017-02-01 | Store interacted npc type before buy or talk and send it to buy dialog. | Andrei Karas | 5 | -14/+27 | |
2017-02-01 | Set currency to buy dialog based on selected npc type id. | Andrei Karas | 7 | -6/+98 | |
For now this type never set. | |||||
2017-01-31 | Move units into db directory. | Andrei Karas | 3 | -8/+11 | |
2017-01-31 | Fix money amount in cash shops. | Andrei Karas | 1 | -2/+3 | |
2017-01-31 | Allow buy multiply items at once from cash shops. | Andrei Karas | 6 | -9/+105 | |
2017-01-31 | Remove extra include from buysellrecv.cpp | Andrei Karas | 1 | -1/+0 | |
2017-01-30 | Move BuySellRecv::processNpcBuyResponse from ea namespace into eathena and tmwa. | Andrei Karas | 8 | -38/+67 | |
In eathena version remove access to buy dialog, because anyway it must not exists at this time. | |||||
2017-01-30 | Clean buy dialog dungling pointer if buy dialog was destroyed. | Andrei Karas | 3 | -0/+14 | |
2017-01-30 | Fix compilation with old libcurl versions. | Andrei Karas | 1 | -7/+11 | |
2017-01-20 | Fix code style. | Andrei Karas | 21 | -21/+42 | |
2017-01-20 | Add missing initialisation for Token struct. | Andrei Karas | 1 | -1/+5 | |
2017-01-19 | Dump on startup linked and loaded lib versions. | Andrei Karas | 1 | -2/+2 | |
For now only zlib supported. Also detect zlib by pkgconfig in configure. | |||||
2017-01-18 | Remove extra include. | Andrei Karas | 1 | -1/+0 | |
2017-01-17 | Remove support for hercules plugin version 6. | Andrei Karas | 7 | -19/+2 | |
2017-01-17 | Add missing A_DEFAULT_COPY / A_DELETE_COPY into net. | Andrei Karas | 44 | -0/+190 | |
2017-01-03 | Update copyright year. | Andrei Karas | 402 | -402/+402 | |
2016-12-30 | Improve drawing map layers. | Andrei Karas | 1 | -0/+1 | |
Pre cache repeated tiles count and width. | |||||
2016-12-17 | Drop support for evol plugin version 5. | Andrei Karas | 6 | -17/+1 | |
2016-12-12 | Add noexcept in some files. | Andrei Karas | 2 | -5/+5 | |
2016-12-10 | Fix some issues found by automatic checks. | Andrei Karas | 5 | -9/+9 | |
2016-11-11 | Fix typo implimented -> implemented. | Andrei Karas | 37 | -170/+170 | |
2016-11-04 | Fix some defines/includes, because in some systems it may works wrong. | Andrei Karas | 5 | -11/+7 | |
2016-11-04 | Fix version for packet SMSG_SKILL_NO_DAMAGE in some cases. | Andrei Karas | 1 | -1/+1 | |
Before was version auto detection and this is wrong. | |||||
2016-11-04 | Dont send some packets with unsupported server versions. | Andrei Karas | 8 | -12/+64 | |
2016-10-28 | Add missing packet initialisation for new packets. | Andrei Karas | 1 | -0/+2 | |
2016-10-26 | Fix some packets. | Andrei Karas | 3 | -6/+73 | |
2016-10-17 | Fix versions for some incoming packets. | Andrei Karas | 1 | -4/+23 | |
2016-10-12 | Fix character creation for hercules with packet version >= 20120307. | Andrei Karas | 1 | -0/+1 | |
2016-10-04 | Move menutype into enums directory. | Andrei Karas | 3 | -55/+4 | |
2016-10-04 | Move beingtype into enums directory. | Andrei Karas | 3 | -56/+11 | |
2016-09-26 | Add support for quest fields in quests window. | Andrei Karas | 1 | -2/+0 | |
Quest attributes: {@@var1}, {@@var2}, {@@var3}, {@@time} | |||||
2016-09-26 | Read all fields from new quest packets and send to quests and skills window. | Andrei Karas | 2 | -22/+22 | |
But for now not using this fields. | |||||
2016-09-26 | Add paket SMSG_QUEST_ADD2 0x0b24. | Andrei Karas | 3 | -0/+24 | |
2016-09-26 | Add packet SMSG_QUEST_LIST2 0x0b23. | Andrei Karas | 4 | -1/+26 | |
Increase packet version to 20. | |||||
2016-09-23 | Add missing comments into defines. | Andrei Karas | 12 | -63/+96 | |
2016-09-21 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2016-09-18 | Add serverFeature have flag. | Andrei Karas | 5 | -0/+16 | |