Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-08 | some fixes in manaplus.cbp | Andrei Karas | 1 | -6/+5 | |
2011-10-08 | Add checks and fix code style. | Andrei Karas | 13 | -80/+77 | |
2011-10-08 | Add checks and fix code style. | Andrei Karas | 15 | -162/+145 | |
2011-10-07 | Fix code style. | Andrei Karas | 12 | -25/+35 | |
2011-10-07 | Fix resize in skills dialog and social window. | Andrei Karas | 5 | -0/+23 | |
2011-10-05 | Fix particle effect Y order. | Andrei Karas | 1 | -1/+1 | |
2011-10-05 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2011-10-05 | Add blacklist relation. In this mode blocked trades, emotes, speech text. | Andrei Karas | 10 | -14/+74 | |
2011-10-04 | Dont select in archer mode very closer mobs if no other mobs in attack distance. | Andrei Karas | 2 | -4/+25 | |
2011-10-03 | Remove debug message "incorrect player position" from debug tab. | Andrei Karas | 1 | -2/+2 | |
2011-10-03 | Fix targeting npc in archer move to target. | Andrei Karas | 1 | -1/+4 | |
2011-10-02 | Add new move to target mode for archers. | Andrei Karas | 4 | -2/+25 | |
In this mode player not selecting closer targets. | |||||
2011-10-02 | Merge branch 'master' into strippedstripped1.1.10.2 | Andrei Karas | 65 | -303/+742 | |
Conflicts: packaging/debian/watch | |||||
2011-10-01 | Change version to 1.1.10.2. | Andrei Karas | 1 | -2/+2 | |
2011-09-29 | Fix move to target in attack range. | Andrei Karas | 2 | -1/+11 | |
2011-09-28 | Hide popups in different hidden windows. | Andrei Karas | 11 | -6/+71 | |
2011-09-28 | Add some checks after previous commit. | Andrei Karas | 2 | -2/+4 | |
2011-09-28 | Fixed item popup still visible after closing inventory window. | Erik Schilling | 5 | -1/+19 | |
Reviewed-by: Bertram. Conflicts: src/gui/widgets/itemcontainer.cpp | |||||
2011-09-28 | Add amount text field to buy dialog. | Andrei Karas | 5 | -11/+62 | |
2011-09-28 | Add untarget key. By default unassigned. | Andrei Karas | 5 | -3/+17 | |
It remove targeting but not stop server side attack. | |||||
2011-09-28 | Show current experience after 99 level. | Andrei Karas | 1 | -1/+2 | |
2011-09-27 | Add limit for stop attack packet. | Andrei Karas | 3 | -2/+10 | |
2011-09-26 | Fix code style. | Andrei Karas | 2 | -5/+5 | |
2011-09-26 | Add ability to scrolling in scrollareas like chat by mouse draging. | Andrei Karas | 2 | -0/+62 | |
2011-09-26 | Split keyboard keys to groups. | Andrei Karas | 3 | -19/+62 | |
2011-09-24 | Replace compare function in who is online to functuator. | Andrei Karas | 1 | -17/+21 | |
2011-09-24 | Fix number of servers type with enabled manaserv. | Andrei Karas | 1 | -0/+4 | |
2011-09-23 | Fix default size for social and status windows. | Andrei Karas | 2 | -3/+3 | |
2011-09-23 | Improve target monster selection if option "target only reachanble" disabled. | Andrei Karas | 2 | -6/+23 | |
2011-09-22 | Remove getters for x,y player position in local player class. | Andrei Karas | 1 | -83/+87 | |
2011-09-22 | Improve speed on targeting monsters placed on same tile with player. | Andrei Karas | 1 | -0/+3 | |
2011-09-21 | Add option to disable advanced mouse targeting. | Andrei Karas | 4 | -36/+75 | |
2011-09-21 | Improve mouse object selection if near mixed floor items and monsters. | Andrei Karas | 1 | -2/+15 | |
2011-09-20 | Auto hide filter in invetory if window size too small. | Andrei Karas | 3 | -20/+74 | |
2011-09-19 | Unhide method widgetResized. Removed empty widgetResized from some classes. | Andrei Karas | 7 | -29/+1 | |
2011-09-19 | Add comment field to spells/commands. | Andrei Karas | 7 | -51/+109 | |
2011-09-18 | Fix half away state. | Andrei Karas | 1 | -4/+2 | |
2011-09-18 | Fix compilation warnings. | Andrei Karas | 14 | -17/+16 | |
2011-09-18 | Merge branch 'master' into strippedstripped1.1.9.18 | Andrei Karas | 200 | -2088/+2721 | |
Conflicts: src/guichan/cliprectangle.cpp src/guichan/focushandler.cpp src/guichan/gui.cpp src/guichan/include/guichan/cliprectangle.hpp src/guichan/include/guichan/inputevent.hpp src/guichan/include/guichan/keyevent.hpp src/guichan/include/guichan/mouseevent.hpp src/guichan/include/guichan/widgets/button.hpp src/guichan/include/guichan/widgets/checkbox.hpp src/guichan/include/guichan/widgets/dropdown.hpp src/guichan/include/guichan/widgets/radiobutton.hpp src/guichan/include/guichan/widgets/slider.hpp src/guichan/include/guichan/widgets/tab.hpp src/guichan/include/guichan/widgets/tabbedarea.hpp src/guichan/include/guichan/widgets/textfield.hpp src/guichan/include/guichan/widgets/window.hpp src/guichan/inputevent.cpp src/guichan/keyevent.cpp src/guichan/mouseevent.cpp src/guichan/widget.cpp src/guichan/widgets/button.cpp src/guichan/widgets/checkbox.cpp src/guichan/widgets/dropdown.cpp src/guichan/widgets/radiobutton.cpp src/guichan/widgets/slider.cpp src/guichan/widgets/tab.cpp src/guichan/widgets/tabbedarea.cpp src/guichan/widgets/textfield.cpp src/guichan/widgets/window.cpp | |||||
2011-09-18 | Quick fix for windows build to fix open settings issue. | Andrei Karas | 1 | -0/+2 | |
2011-09-17 | Change sit state under attack only if player got hit.v1.1.9.18 | Andrei Karas | 1 | -1/+1 | |
2011-09-17 | Change version to 1.1.9.18. | Andrei Karas | 1 | -2/+2 | |
2011-09-16 | Fix compilation warnings. | Andrei Karas | 2 | -15/+6 | |
2011-09-16 | Fix crash in context menu. | Andrei Karas | 1 | -13/+2 | |
2011-09-16 | Fix code style. | Andrei Karas | 4 | -10/+7 | |
2011-09-16 | Fix status popup height. | Andrei Karas | 1 | -1/+2 | |
2011-09-16 | Simplify menu creation in popupmenu class. | Andrei Karas | 3 | -329/+227 | |
2011-09-15 | Remove some diplicated code from embeded guichan. | Andrei Karas | 19 | -796/+7 | |
2011-09-15 | Add buttons Themes, Video, Perfomance in select server screen. | Andrei Karas | 6 | -8/+98 | |
2011-09-14 | Show in context menu some missing items. | Andrei Karas | 1 | -8/+74 | |
Add "move" item for party members. |