Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-04 | Add ability for testing drivers and graphics. | Andrei Karas | 9 | -15/+722 | |
2012-01-04 | Allow play gui sound with incorrect paths configured. | Andrei Karas | 1 | -2/+6 | |
2012-01-04 | Add process execute functions. | Andrei Karas | 4 | -0/+204 | |
2011-12-30 | Fix crash with status effects cleaning with more than one reconnection to ↵ | Andrei Karas | 1 | -2/+2 | |
server. | |||||
2011-12-29 | Move sha256 files to manaserv only files. | Andrei Karas | 2 | -4/+4 | |
2011-12-26 | Add clear current outfit option to outfits context menu. | Andrei Karas | 3 | -6/+17 | |
Removed load old outfits option. | |||||
2011-12-26 | Restore GL_PACK_ALIGNMENT after creating screenshots in opengl modes. | Andrei Karas | 2 | -0/+8 | |
2011-12-26 | Fix -s command line parameter. | Andrei Karas | 1 | -1/+1 | |
2011-12-25 | Allow close npc dialog if server script working incorrectly. | Andrei Karas | 1 | -4/+3 | |
2011-12-24 | Change version to 1.1.12.25v1.1.12.25 | Andrei Karas | 1 | -2/+2 | |
2011-12-24 | Fix compilation with external guichan. | Andrei Karas | 1 | -0/+1 | |
2011-12-23 | Fix code style and some auto checked errors. | Andrei Karas | 5 | -7/+5 | |
2011-12-23 | Probably fix auto adjusting perfomance after going from sleep mode. | Andrei Karas | 3 | -12/+28 | |
2011-12-22 | Fix create char dialog size and widgets positions. | Andrei Karas | 1 | -11/+12 | |
2011-12-21 | Dont load move type from config. | Andrei Karas | 2 | -6/+9 | |
2011-12-18 | Ad comments for "unused" data from server packets. | Andrei Karas | 7 | -18/+20 | |
Fix some guild and worlds packets. | |||||
2011-12-17 | Move target cursors to themes. | Andrei Karas | 1 | -3/+3 | |
Remove old unused target cursors. | |||||
2011-12-16 | Fix blocking some chars in inventory/storage input box. | Andrei Karas | 1 | -0/+1 | |
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 | 1 | -2/+1 | |
2011-12-10 | Change verstion to 1.1.12.11. | Andrei Karas | 1 | -2/+2 | |
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 | Add to combined menu also floor items. | Andrei Karas | 5 | -22/+52 | |
2011-12-06 | Add gm commands to chat autocomplete list (only for gms) | Andrei Karas | 7 | -13/+48 | |
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 | 1 | -1/+2 | |
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 | 1 | -2/+2 | |
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 | 1 | -1/+0 | |
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 | |