Age | Commit message (Expand) | Author | Files | Lines |
2014-07-25 | Use all methods in gamemodifiers as static. | Andrei Karas | 1 | -12/+7 |
2014-07-24 | Fix hide windows action (default key H) | Andrei Karas | 1 | -27/+1 |
2014-07-23 | move "change away type" option into gamemodifiers. | Andrei Karas | 1 | -1/+2 |
2014-07-22 | move "change game modifiers" option into gamemodifiers. | Andrei Karas | 1 | -2/+3 |
2014-07-22 | Remove unsued macro callYellowBar | Andrei Karas | 1 | -19/+10 |
2014-07-22 | move "change imitation mode" option into gamemodifiers. | Andrei Karas | 1 | -1/+1 |
2014-07-21 | move "change pvp attack type" option into gamemodifiers. | Andrei Karas | 1 | -1/+1 |
2014-07-21 | move "change attack type" option into gamemodifiers. | Andrei Karas | 1 | -2/+2 |
2014-07-21 | move "change pickup type" option into gamemodifiers. | Andrei Karas | 1 | -1/+1 |
2014-07-21 | move "change drop counter" option into gamemodifiers. | Andrei Karas | 1 | -2/+2 |
2014-07-21 | move "change attack type" option into gamemodifiers. | Andrei Karas | 1 | -1/+1 |
2014-07-21 | move "change attack weapon type" option into gamemodifiers. | Andrei Karas | 1 | -1/+1 |
2014-07-21 | move "change follow mode" option into gamemodifiers. | Andrei Karas | 1 | -1/+1 |
2014-07-21 | move "change move to target type" option into gamemodifiers. | Andrei Karas | 1 | -1/+1 |
2014-07-21 | move "change crazy move" option into gamemodifiers. | Andrei Karas | 1 | -1/+1 |
2014-07-21 | move "change move" option into gamemodifiers. | Andrei Karas | 1 | -1/+11 |
2014-07-20 | In localplayer rename methods moveType into changeMoveType. | Andrei Karas | 1 | -1/+1 |
2014-07-20 | In localplayer rename InvertDirection into MoveType. | Andrei Karas | 1 | -1/+1 |
2014-07-20 | Add ability to switch yellow bar parameters back. | Andrei Karas | 1 | -2/+4 |
2014-07-20 | Simplify yellow bars action. | Andrei Karas | 1 | -66/+27 |
2014-07-20 | Yellow bar action methods add support for back and forward switch. | Andrei Karas | 1 | -11/+11 |
2014-07-09 | Add empty map mode without collisions. | Andrei Karas | 1 | -1/+1 |
2014-07-02 | Fix background musis if it was enabled by quck enable action. | Andrei Karas | 1 | -0/+2 |
2014-06-24 | Add new action for select closest monster without filters and sorting. | Andrei Karas | 1 | -8/+13 |
2014-06-06 | Remove some duplicate code. | Andrei Karas | 1 | -8/+11 |
2014-05-29 | Move from client packets limiter related code into separate file. | Andrei Karas | 1 | -4/+4 |
2014-05-28 | Move dialogs related function into separate file. | Andrei Karas | 1 | -1/+2 |
2014-05-22 | allow open updater window from inside game. | Andrei Karas | 1 | -0/+10 |
2014-05-18 | Move inputaction into separate file. | Andrei Karas | 1 | -24/+24 |
2014-05-18 | Move mousebutton into separate file. | Andrei Karas | 1 | -1/+1 |
2014-05-16 | Move chatmsgtype into separate file. | Andrei Karas | 1 | -2/+2 |
2014-05-13 | Move actor type into separate file. | Andrei Karas | 1 | -10/+10 |
2014-05-12 | Move being directions into separate file. | Andrei Karas | 1 | -12/+21 |
2014-05-12 | Fix code style | Andrei Karas | 1 | -0/+2 |
2014-05-11 | Move player attributes into separate file. | Andrei Karas | 1 | -1/+2 |
2014-04-27 | Add UpdateStatusListener. | Andrei Karas | 1 | -3/+3 |
2014-03-11 | Show copyright at background. | Andrei Karas | 1 | -4/+4 |
2014-03-09 | fix compilation warnings. | Andrei Karas | 1 | -2/+2 |
2014-03-08 | Add about button. | Andrei Karas | 1 | -2/+12 |
2014-02-20 | improve includes. | Andrei Karas | 1 | -3/+1 |
2014-02-16 | Move inputevent into events directory. | Andrei Karas | 1 | -1/+2 |
2014-02-16 | move mouseevent into events directory. | Andrei Karas | 1 | -1/+1 |
2014-02-16 | move actionevent into events directory. | Andrei Karas | 1 | -2/+2 |
2014-02-08 | Add action for open trade window. | Andrei Karas | 1 | -0/+17 |
2014-02-04 | rename Setup into SetupWindow. | Andrei Karas | 1 | -1/+1 |
2014-02-02 | add actions for select next/previous tab in spells/commands window. | Andrei Karas | 1 | -0/+20 |
2014-02-02 | add actions for select next/previous tab in shortcuts window. | Andrei Karas | 1 | -0/+20 |
2014-02-02 | Add missing const and static into other classes. | Andrei Karas | 1 | -1/+1 |
2014-01-31 | Combine "Mod" and "Stop attack" keys. | Andrei Karas | 1 | -1/+1 |
2014-01-28 | Move direct SDL_GetMouseState calls into method in gui class. | Andrei Karas | 1 | -2/+2 |