Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-17 | Move target cursors to themes. | Andrei Karas | 18 | -35/+15 | |
Remove old unused target cursors. | |||||
2011-12-17 | Change png and xpm icons of Manaplus. | Reid | 2 | -34/+35 | |
2011-12-16 | Fix blocking some chars in inventory/storage input box. | Andrei Karas | 1 | -0/+1 | |
2011-12-14 | Update mplus fonts. | Andrei Karas | 2 | -0/+0 | |
2011-12-14 | Fix memory leak in reading evol online list. | Andrei Karas | 1 | -0/+1 | |
2011-12-14 | Fix increasing log file if client was disconnected from network. | Andrei Karas | 1 | -2/+7 | |
2011-12-14 | Add last login time to char selection dialog. | Andrei Karas | 4 | -1/+10 | |
2011-12-11 | Fix compilation warning.v1.1.12.11 | Andrei Karas | 1 | -0/+1 | |
2011-12-10 | Fix language switching in windows. | Andrei Karas | 1 | -1/+1 | |
2011-12-10 | Fix talk to npc key delay. | Andrei Karas | 2 | -2/+2 | |
2011-12-10 | Change verstion to 1.1.12.11. | Andrei Karas | 6 | -6/+22 | |
2011-12-10 | Rebuild translations and update pl translation. | Andrei Karas | 14 | -885/+879 | |
2011-12-08 | Add pasting into two clipboards under xserver. | Andrei Karas | 1 | -1/+13 | |
2011-12-08 | Fix monster hp bar in evol server. | Andrei Karas | 1 | -5/+1 | |
2011-12-08 | Add variables for any chat text/commands. | Andrei Karas | 4 | -0/+90 | |
<PLAYER> - target or nearest player nick. <MONSTER> - target or nearest monster name. <PEOPLE> - comma separated list of visible players (except self). <PARTY> - all party members (except self). Example usage: type in chat: hello <PEOPLE>. | |||||
2011-12-08 | Rebuild translations and update russian translation. | Andrei Karas | 14 | -3892/+3959 | |
2011-12-08 | Add to combined menu also floor items. | Andrei Karas | 5 | -22/+52 | |
2011-12-08 | Fix some colors in wood theme. | Andrei Karas | 1 | -5/+5 | |
2011-12-06 | Add gm commands to chat autocomplete list (only for gms) | Andrei Karas | 11 | -14/+84 | |
2011-12-05 | A bit improve speed in getting color from theme. | Andrei Karas | 4 | -9/+23 | |
2011-12-03 | Under X for copy to clipboard use destination clipboard with name "clipboard" | Andrei Karas | 1 | -1/+1 | |
before was "primary" clipboard (mouse clipboard). | |||||
2011-12-03 | Allow copy any line from chat log to clipboard by | Andrei Karas | 6 | -2/+102 | |
context menu item "Copy to clipboard". | |||||
2011-12-02 | Fix some issues after automatic code checking. | Andrei Karas | 6 | -16/+15 | |
2011-11-30 | Add limits for online list packet. | Andrei Karas | 3 | -6/+15 | |
2011-11-30 | Add server side online players list support. | Andrei Karas | 11 | -69/+242 | |
2011-11-29 | Update fr and pl (Derpella) translations. | Andrei Karas | 17 | -2707/+2837 | |
2011-11-27 | Fix recursive directory creation for windows. | Andrei Karas | 1 | -5/+9 | |
2011-11-27 | Fix players and mobs hp bar. Draw damage bar part in some situations. | Andrei Karas | 1 | -1/+2 | |
2011-11-26 | Change version to 1.1.11.27.v1.1.11.27 | Andrei Karas | 6 | -6/+20 | |
2011-11-26 | Rebuild translation and update es translation. | Andrei Karas | 13 | -1234/+1136 | |
2011-11-25 | Fix compilation errors and warnings in manaserv code. | Andrei Karas | 4 | -3/+7 | |
2011-11-25 | Move A_UNUSED define to include file. | Andrei Karas | 107 | -667/+43 | |
2011-11-24 | Refactoring in spritedef after last commit. | Andrei Karas | 2 | -22/+20 | |
Add missing checks. | |||||
2011-11-24 | Prevented circular include in sprite definitions | Erik Schilling | 1 | -4/+15 | |
When including a file that already is included the client won't try to load it again and end in an endless loop but stops parsing and logs and warning. Reviewed-by: bjorn. Conflicts: src/resources/spritedef.cpp | |||||
2011-11-24 | Fix possible file name conflicts between client data files and skins. | Andrei Karas | 1 | -3/+8 | |
2011-11-24 | Remove some debug messages and old comments. | Andrei Karas | 4 | -21/+0 | |
2011-11-24 | Add ability to play different animation depend on monster hp. | Andrei Karas | 13 | -24/+157 | |
Disabled for legacy servers because monster hp unknown and compilated hp can be wrong (version <= 0). For usage need add to action tag attribute hp="xx" Example: <action name="stand" hp="50" imageset="base"> ... </action> Here 50 mean 50% of health or less. Default action tag mean hp=100 | |||||
2011-11-20 | Rebuild translations. Update russian translation. | Andrei Karas | 15 | -6684/+5922 | |
2011-11-20 | Fix memory leak in char selection dialog. | Andrei Karas | 4 | -0/+12 | |
2011-11-20 | Fix compilation warnings. | Andrei Karas | 1 | -2/+2 | |
2011-11-19 | Add limits for creating chars (hair color, hair style, stats). | Andrei Karas | 18 | -5/+270 | |
2011-11-19 | Fix copyright in colordb files. | Andrei Karas | 2 | -0/+2 | |
2011-11-19 | Show changed yellow bar modes in debug chat tab. | Andrei Karas | 6 | -769/+457 | |
2011-11-15 | Split Game::handleInput to small functions. | Andrei Karas | 2 | -637/+668 | |
2011-11-15 | Autocomplete player nick in whisper first even if player offline | Andrei Karas | 2 | -1/+9 | |
or not in visible range. | |||||
2011-11-14 | Fix incorrect memory access if hiding some gui layout cells. | Andrei Karas | 2 | -8/+15 | |
2011-11-14 | Fix code style. | Andrei Karas | 3 | -8/+5 | |
2011-11-14 | Add equipment window background images. | Andrei Karas | 5 | -44/+101 | |
Based on images from mana client. | |||||
2011-11-13 | Fix dead mobs and floor items Y sorting position. | Andrei Karas | 7 | -2/+23 | |
2011-11-13 | Another compotability fix with mana. Use advanced directions only | Andrei Karas | 1 | -2/+28 | |
if server version more than 0. |