Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2011-11-19 | Add limits for creating chars (hair color, hair style, stats). | Andrei Karas | 8 | -4/+234 | |
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 | 2 | -44/+99 | |
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. | |||||
2011-11-13 | Add support compotability with future mana reorder sprites implimentation. | Andrei Karas | 1 | -11/+37 | |
(support for missing sprite tag) | |||||
2011-11-13 | Change chat logs dirs format to yyyy-mm/dd/file.log. | Andrei Karas | 4 | -40/+43 | |
2011-11-13 | Show enemy relation in online list. | Andrei Karas | 2 | -1/+17 | |
2011-11-13 | Add missing h file to make and project files. | Andrei Karas | 2 | -0/+2 | |
2011-11-12 | Fix custom language selection in some linuxes.v1.1.11.12 | Andrei Karas | 1 | -1/+6 | |
2011-11-12 | Fix compilation with manaserv support. | Andrei Karas | 3 | -2/+15 | |
2011-11-12 | Change version to 1.1.11.12. | Andrei Karas | 1 | -2/+2 | |
2011-11-10 | Prevent possible joystick enable if it was disabled and joystick | Andrei Karas | 1 | -1/+1 | |
device selection was changed. | |||||
2011-11-10 | Fix random key press loses. | Andrei Karas | 1 | -1/+3 | |
2011-11-09 | Fix joystick attack (button 0). | Andrei Karas | 1 | -6/+14 | |
Add stop attack action to joystick (button 4). | |||||
2011-11-09 | Add code for joystick debug. | Andrei Karas | 2 | -0/+17 | |
2011-11-09 | Enable joystick hat support for moving. Now only support hat with index 0. | Andrei Karas | 2 | -1/+19 | |
2011-11-09 | Add option to use joystick only if game window is active. | Andrei Karas | 5 | -23/+51 | |
2011-11-09 | Fix joystick after reconnecting to server. | Andrei Karas | 2 | -1/+3 | |
2011-11-09 | Fix jpoystick calibration message. | Andrei Karas | 1 | -1/+2 | |
2011-11-09 | Fix code style. | Andrei Karas | 11 | -11/+35 | |
2011-11-09 | Add support for joystick selection. | Andrei Karas | 7 | -44/+206 | |
Fix enable/disable joystick support. Increase max joystick buttons number to 64. Prevent joystick usage without calibration. | |||||
2011-11-08 | Add make script for gcc 4.7 snapshot. | Andrei Karas | 1 | -0/+2 | |
2011-11-08 | Fix more gcc 4.7 warnings. | Andrei Karas | 92 | -536/+549 | |