Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-20 | Possible fix for sticky paste key in X systems. | Andrei Karas | 2 | -1/+11 | |
This code add 2 seconds timeout between paste actions. | |||||
2011-05-19 | Show servers list even if have unknown server in list. | Andrei Karas | 1 | -2/+2 | |
2011-05-19 | Enable server type selection again. Add evol server type. Now working same ↵ | Andrei Karas | 3 | -15/+32 | |
as tmweathena. | |||||
2011-05-18 | Impliment support for images in browser box. Enabled for help window. | Andrei Karas | 3 | -4/+65 | |
2011-05-13 | Add more MANASERV_SUPPORT defines to disable server type checks, if manaserv ↵ | Andrei Karas | 1 | -2/+12 | |
disabled. Fix some compilation warnings. | |||||
2011-05-12 | Renaming login, sell, trade (cpp, h) files to correct names. | Andrei Karas | 13 | -19/+19 | |
2011-05-09 | Add drawing colors for new collision types. | Andrei Karas | 4 | -73/+13 | |
2011-05-09 | Separate commands and text for translation. | Andrei Karas | 1 | -136/+172 | |
2011-05-08 | Fix some include files paths. | Andrei Karas | 15 | -15/+17 | |
2011-05-08 | Fix chat tab size issue, if enabled hiding chat input. | Andrei Karas | 1 | -10/+7 | |
2011-05-08 | Improved algorithm for cleaning sdltext cache. | Andrei Karas | 1 | -10/+33 | |
Now cache using less memory, but possible some times working bit slower. | |||||
2011-05-08 | Add opengl texture counter for debugging. | Andrei Karas | 2 | -2/+15 | |
2011-05-07 | Ask account password before deleting char. | Andrei Karas | 4 | -9/+76 | |
2011-05-06 | Move attack filter arrays and methods from localplayer to actorspritemanager ↵ | Andrei Karas | 2 | -48/+51 | |
class. | |||||
2011-05-06 | Fix simple moving with mouse. Was broken after previous commit. | Andrei Karas | 1 | -1/+0 | |
2011-05-06 | Fix player moving with mouse. | Andrei Karas | 1 | -3/+23 | |
Now move with mouse is soft moving. Player always can stop or change direction. Collisions not stoping player what holding down left mouse button. Also fix typo in method name navigateClean. | |||||
2011-05-05 | Fix compilation warnings. | Andrei Karas | 1 | -5/+0 | |
2011-05-05 | Fix debug path drawing after previous commit. Draw path with color from ↵ | Andrei Karas | 1 | -44/+19 | |
settings. Remove unneeded debug lines/fills. | |||||
2011-05-05 | Made the client show much more path debug information. | Yohann Ferreira | 1 | -36/+65 | |
First of all, the mouse path is only computed when necessary, This will save a bit of CPU when in debug view. Secondly, every being paths, collision radius, and position are graphically represented now. This will help code and content developers when checking their sprite offsets. Reviewed-by: CodyMartin. Conflicts: src/gui/viewport.cpp | |||||
2011-05-05 | Fix complilation warnings. | Andrei Karas | 3 | -9/+9 | |
2011-05-03 | Add min, max, critical hits to debug window. | Andrei Karas | 2 | -0/+19 | |
2011-05-02 | Fix reading attack delay. | Andrei Karas | 1 | -1/+1 | |
2011-05-02 | Split debug window to tabs. | Andrei Karas | 2 | -117/+288 | |
2011-04-30 | Add missing default statement. | Andrei Karas | 1 | -0/+2 | |
2011-04-30 | Fix compilation for windows. | Andrei Karas | 3 | -3/+3 | |
2011-04-29 | Add char command /addpriorityattack. | Andrei Karas | 1 | -0/+1 | |
2011-04-29 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2011-04-26 | Impliment 3 attack lists. (priority, attack, ignore) | Andrei Karas | 6 | -59/+193 | |
2011-04-25 | Dont compile manaserv related code if manaserv support disabled. | Andrei Karas | 6 | -3/+27 | |
2011-04-25 | Fix cache option enabled/disabled state. | Andrei Karas | 1 | -1/+2 | |
2011-04-25 | Possible fix chat scrolling in near bottom position. | Andrei Karas | 1 | -2/+4 | |
2011-04-24 | Add reset yellow bar command to bars context menu. | Andrei Karas | 3 | -2/+14 | |
2011-04-22 | Remove useless code. | Andrei Karas | 1 | -4/+0 | |
2011-04-21 | Add attack filter char commands. | Andrei Karas | 2 | -1/+7 | |
And place avatar list box separator without left padding. | |||||
2011-04-21 | Fix draw issue in SDL after vertex precalculation. | Andrei Karas | 5 | -3/+23 | |
2011-04-21 | Impliment attack filter. | Andrei Karas | 9 | -7/+392 | |
Add tab in social tab. | |||||
2011-04-19 | Unhide some virtual methods. | Andrei Karas | 4 | -6/+6 | |
2011-04-18 | Impliment away log in away mode. | Andrei Karas | 4 | -0/+55 | |
2011-04-18 | Disable software settings if software mode not enabled. | Andrei Karas | 1 | -0/+7 | |
2011-04-18 | Allow try different language part for searching help translations. | Andrei Karas | 1 | -3/+8 | |
2011-04-16 | Fix some possible memory leaks. | Andrei Karas | 3 | -9/+26 | |
2011-04-15 | Show id on unknown items. | Andrei Karas | 2 | -5/+8 | |
2011-04-13 | Fix warnings in clang compilation. | Andrei Karas | 5 | -7/+4 | |
2011-04-13 | Impliment new tags in sprites animations and random condition. | Andrei Karas | 1 | -1/+1 | |
Tags: <label>, <goto> | |||||
2011-04-12 | Fix windows size if part of window showed out of screen. | Andrei Karas | 1 | -0/+16 | |
2011-04-12 | Updating equip/unequip buttons in inventory. | Andrei Karas | 2 | -1/+17 | |
2011-04-09 | Small fix to code style and compilation warning. | Andrei Karas | 1 | -2/+2 | |
2011-04-09 | Small refactoring based on idea from mana commit ↵ | Andrei Karas | 10 | -26/+26 | |
30d4b0adf4f17f05d1d62fc3428c896ef1079b6b | |||||
2011-04-09 | Really remove nicks if need. Also remove colors if need. | Andrei Karas | 1 | -1/+5 | |
2011-04-09 | Add race in char creation dialog. Change client protocol version to 4. | Andrei Karas | 2 | -6/+66 | |