Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-30 | Remove unused code from guildhandler. | Andrei Karas | 7 | -36/+15 | |
Fix memory leak in guild class. | |||||
2011-07-30 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2011-07-30 | Extract shared logic from guildhandler and partyhandler netcode to ea namespace. | Andrei Karas | 19 | -1218/+1849 | |
2011-07-29 | Extract shared logic from chathandler and gamehandler netcode to ea namespace. | Andrei Karas | 13 | -416/+648 | |
2011-07-28 | Extract shared logic from charserverhandler and loginhandler netcode to ea ↵ | Andrei Karas | 11 | -434/+746 | |
namespace. | |||||
2011-07-12 | Fix again compilation issue in big endian system. | Andrei Karas | 1 | -1/+1 | |
2011-07-12 | Fix compilation error in big endian system. | Andrei Karas | 1 | -1/+1 | |
2011-07-09 | Fix for party memory leak and crash. | Andrei Karas | 5 | -1/+18 | |
2011-07-09 | Fix compilation error from last commit. | Andrei Karas | 2 | -3/+3 | |
2011-07-09 | Reserve bits in gender field for future usage. | Andrei Karas | 3 | -3/+8 | |
2011-07-08 | Add small optimisations and fixes. | Andrei Karas | 15 | -42/+45 | |
2011-07-08 | Fix some issues after automatic checking. | Andrei Karas | 1 | -4/+0 | |
Change compilation flags in make scripts. | |||||
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 60 | -205/+205 | |
2011-07-05 | Add ability to send client states to other clients. | Andrei Karas | 2 | -9/+11 | |
Using for this emotes. | |||||
2011-07-04 | Replace some lists to vectors. | Andrei Karas | 2 | -2/+2 | |
2011-07-02 | Add xgettext:no-c-format comment for some strings. | Andrei Karas | 1 | -0/+3 | |
Rebuild languge files and update translations. Disable and enable some translations. | |||||
2011-07-01 | Replace some lists to vectors. | Andrei Karas | 1 | -1/+2 | |
2011-06-25 | Fix memory leaks in npchandler and npcdialog classes. | Andrei Karas | 1 | -0/+7 | |
2011-06-12 | Delete some forgotten variables from loginhandler on exit. | Andrei Karas | 3 | -0/+9 | |
2011-06-12 | Fix change character.v1.1.6.12 | Andrei Karas | 5 | -0/+14 | |
2011-06-05 | Fix crash if reconnecting to server. Was introduced after fixing memory leaks. | Andrei Karas | 3 | -0/+9 | |
2011-06-02 | Fix some memory leaks and missing initialisations. | Andrei Karas | 2 | -1/+2 | |
2011-05-31 | Fix slots mapping. | Andrei Karas | 1 | -2/+3 | |
2011-05-31 | Revert "Switch includes to use embedded guichan." | Andrei Karas | 1 | -1/+1 | |
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1. | |||||
2011-05-30 | Switch includes to use embedded guichan. | Andrei Karas | 1 | -1/+1 | |
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 31 | -1/+62 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-05-23 | Show speach messages variable time, depend on message size. | Andrei Karas | 2 | -3/+3 | |
2011-05-22 | Update translations again and fix typos. | Andrei Karas | 2 | -3/+3 | |
2011-05-22 | Rebuild language files again. Update translations. Fixed typo in text lines. | Andrei Karas | 1 | -1/+1 | |
New translation for Finish language. thanks for Byakushin. | |||||
2011-05-22 | Some typo fixes and add comments for translators. | Andrei Karas | 3 | -4/+4 | |
2011-05-22 | Allow show equipment from other players from context menu "show items". | Andrei Karas | 1 | -4/+2 | |
Also allow undress separate items from players locally. | |||||
2011-05-21 | Fix some issues after automatic code checking. | Andrei Karas | 2 | -9/+7 | |
2011-05-20 | Start separating netcode to functions and moving some code to ea name space | Andrei Karas | 13 | -1211/+1828 | |
for future usage for different server types. Processed classes: adminhandler, beinghandler, buysellhandler. | |||||
2011-05-19 | Enable server type selection again. Add evol server type. Now working same ↵ | Andrei Karas | 3 | -2/+8 | |
as tmweathena. | |||||
2011-05-13 | Add more MANASERV_SUPPORT defines to disable server type checks, if manaserv ↵ | Andrei Karas | 3 | -1/+4 | |
disabled. Fix some compilation warnings. | |||||
2011-05-12 | Renaming login, sell, trade (cpp, h) files to correct names. | Andrei Karas | 4 | -4/+4 | |
2011-05-08 | Fix some include files paths. | Andrei Karas | 2 | -2/+3 | |
2011-05-07 | Fix missing initialisations. | Andrei Karas | 1 | -2/+2 | |
2011-05-06 | Fix player moving with mouse. | Andrei Karas | 1 | -1/+1 | |
Now move with mouse is soft moving. Player always can stop or change direction. Collisions not stoping player what holding down left mouse button. Also fix typo in method name navigateClean. | |||||
2011-05-05 | Fix complilation warnings. | Andrei Karas | 1 | -3/+3 | |
2011-05-02 | Fix reading attack delay. | Andrei Karas | 1 | -7/+7 | |
2011-05-02 | Save being speed in being object. | Andrei Karas | 1 | -6/+18 | |
2011-04-25 | Add more checks. | Andrei Karas | 1 | -8/+16 | |
2011-04-15 | Add missing check. | Andrei Karas | 1 | -3/+6 | |
2011-04-14 | Add missing auth failure reasons | Ben Longbons | 1 | -0/+9 | |
2011-04-14 | Stop protected pickups flood. | Andrei Karas | 3 | -2/+28 | |
2011-04-13 | Fix warnings in clang compilation. | Andrei Karas | 1 | -1/+1 | |
2011-04-12 | Updating equip/unequip buttons in inventory. | Andrei Karas | 1 | -0/+3 | |
2011-04-09 | Fix compilation in manaserv. | Andrei Karas | 1 | -4/+4 | |
2011-04-09 | Small refactoring based on idea from mana commit ↵ | Andrei Karas | 6 | -18/+18 | |
30d4b0adf4f17f05d1d62fc3428c896ef1079b6b |