Age | Commit message (Expand) | Author | Files | Lines |
2016-02-20 | Add missing const in gui directory. | Andrei Karas | 137 | -341/+387 |
2016-02-20 | Add support for onscreen buttons in format 3x2. | Andrei Karas | 1 | -2/+3 |
2016-02-17 | Fix unit tests compilation with SDl 1.2 | Andrei Karas | 1 | -2/+0 |
2016-02-17 | Fix unit tests if build with SDL2 support. | Andrei Karas | 1 | -1/+10 |
2016-02-16 | Add gm commands into chat whisper context menu. | Andrei Karas | 1 | -44/+46 |
2016-02-14 | Fix crash in char creation if stats was hidden (tmwa). | Andrei Karas | 1 | -1/+4 |
2016-02-14 | Fix crash in setup input page with name gui. | Andrei Karas | 2 | -7/+9 |
2016-02-12 | Fix code style. | Andrei Karas | 3 | -3/+10 |
2016-02-12 | Fix compilation with different flags. | Andrei Karas | 2 | -2/+8 |
2016-02-11 | Add support for add action commands inside links. | Andrei Karas | 2 | -64/+119 |
2016-02-11 | Add item shortcut keys into allowed action for onscreen buttons. | Andrei Karas | 2 | -2/+4 |
2016-02-11 | Use inline attribute in some critial performance functions. | Andrei Karas | 1 | -2/+2 |
2016-02-10 | Fix compilation warnings. | Andrei Karas | 2 | -8/+8 |
2016-02-10 | Allow hide player stats sliders in char creation dialog. | Andrei Karas | 2 | -12/+30 |
2016-02-09 | Allow select skill units and attack it. | Andrei Karas | 1 | -1/+2 |
2016-02-08 | Fix small performance issues. | Andrei Karas | 2 | -3/+2 |
2016-02-08 | Add some missing checks and remove useless checks. | Andrei Karas | 4 | -109/+94 |
2016-02-08 | Improve some empty string checks. | Andrei Karas | 11 | -13/+16 |
2016-02-08 | Add some missing const. | Andrei Karas | 10 | -14/+22 |
2016-02-08 | Remove useless variable from itemcontainer. | Andrei Karas | 2 | -3/+1 |
2016-02-08 | Fix possible variables overflow. | Andrei Karas | 1 | -1/+1 |
2016-02-08 | Fix extended minimaps building. | Andrei Karas | 1 | -1/+4 |
2016-02-08 | Change sign on rainbow color. | Andrei Karas | 2 | -4/+4 |
2016-02-08 | Add missing operator= in classes with copy constructors. | Andrei Karas | 2 | -1/+8 |
2016-02-07 | Fix code style. | Andrei Karas | 5 | -9/+2 |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 108 | -628/+628 |
2016-02-07 | Fix some casts between signed and unsigned in some files. | Andrei Karas | 35 | -174/+238 |
2016-02-06 | Hide cutin if npc window closed. | Andrei Karas | 3 | -0/+19 |
2016-02-05 | Allow to show images in npc dialogs. | Andrei Karas | 1 | -0/+1 |
2016-02-05 | Fix compilation without C++11 flags. | Andrei Karas | 2 | -2/+2 |
2016-02-05 | Add support for play animation in cutins. | Andrei Karas | 2 | -22/+28 |
2016-02-05 | Impliment packet SMSG_NPC_CUTIN. Add support for cutins. | Andrei Karas | 4 | -2/+204 |
2016-02-03 | Update last seen also from online list. | Andrei Karas | 1 | -0/+4 |
2016-02-03 | Update descript for option for collecting ids and seen log. | Andrei Karas | 1 | -1/+1 |
2016-02-03 | Add option for saving mapping between account id and nicks. | Andrei Karas | 1 | -0/+4 |
2016-02-03 | Add missing translators comments. | Andrei Karas | 1 | -0/+2 |
2016-02-03 | Add option in settings to allow enable/disable sell spam filter. | Andrei Karas | 3 | -1/+11 |
2016-02-03 | Improve trade spam filterring. | Andrei Karas | 1 | -8/+15 |
2016-01-29 | Fix code style. | Andrei Karas | 4 | -8/+0 |
2016-01-27 | In char create dialog allow hair style with wrong range. | Andrei Karas | 1 | -20/+37 |
2016-01-27 | In char create dialog allow hair color with wrong range. | Andrei Karas | 1 | -26/+53 |
2016-01-27 | Remove popup action "copy bar to chat" | Andrei Karas | 1 | -6/+1 |
2016-01-27 | Remove action "reset yellow bar" from context menu. | Andrei Karas | 1 | -5/+1 |
2016-01-27 | remove "remove from attack list" action from social window popup menu. | Andrei Karas | 1 | -26/+1 |
2016-01-27 | remove removepickup action from social window popup menu. | Andrei Karas | 1 | -26/+1 |
2016-01-27 | Remove add/remove/ignore pickup actions from item popup menu. | Andrei Karas | 1 | -31/+6 |
2016-01-27 | Remove copy to clipboard action in npc dialog popup. | Andrei Karas | 3 | -19/+5 |
2016-01-27 | Remove copy to clipboard action in chat popup. | Andrei Karas | 1 | -6/+1 |
2016-01-27 | Improve undress popup menu item. | Andrei Karas | 1 | -5/+1 |
2016-01-27 | Add context menu for moving items to craft. | Andrei Karas | 2 | -0/+46 |