Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
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 | Update es translation. | Andrei Karas | 1 | -25/+22 | |
2011-11-13 | Add missing h file to make and project files. | Andrei Karas | 3 | -0/+3 | |
2011-11-12 | Fix custom language selection in some linuxes.v1.1.11.12 | Andrei Karas | 1 | -1/+6 | |
2011-11-12 | Move make test script to build directory. | Andrei Karas | 1 | -31/+32 | |
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 | 6 | -6/+27 | |
2011-11-12 | Rebuild translations and update ru translation. | Andrei Karas | 14 | -2535/+2747 | |
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 | 2 | -0/+46 | |
2011-11-08 | Fix more gcc 4.7 warnings. | Andrei Karas | 92 | -536/+549 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 175 | -893/+946 | |
2011-11-07 | Fix compilation under gcc 4.7 snapshot. | Andrei Karas | 3 | -2/+5 | |
2011-11-05 | Fix double network error dialog. | Andrei Karas | 1 | -18/+15 | |
2011-11-05 | Fix languages names translation. | Andrei Karas | 1 | -2/+2 | |
2011-11-05 | Fix current language detection if using custom language. | Andrei Karas | 3 | -5/+19 | |