Age | Commit message (Expand) | Author | Files | Lines |
2017-06-13 | Report error about windows without postinit call in debug chat tab. | Andrei Karas | 1 | -2/+3 |
2017-06-13 | Add missing const references to constructor parameters. | Andrei Karas | 3 | -3/+3 |
2017-06-11 | Rename player_relations into playerRelations. | Andrei Karas | 2 | -27/+27 |
2017-06-09 | Fix code style. | Andrei Karas | 2 | -3/+0 |
2017-06-08 | Add missing function parameters. | Andrei Karas | 2 | -3/+3 |
2017-06-08 | Add missing consts or string references. | Andrei Karas | 1 | -2/+2 |
2017-06-08 | Remove useless extern declarations. | Andrei Karas | 3 | -5/+1 |
2017-06-08 | Replace size() to empty() where is possible | Andrei Karas | 2 | -3/+3 |
2017-06-07 | Remove static in anonimouse namespaces. | Andrei Karas | 2 | -3/+3 |
2017-06-07 | Fix namespace comments. | Andrei Karas | 1 | -1/+1 |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 96 | -988/+1040 |
2017-06-04 | Fix code style. | Andrei Karas | 6 | -10/+10 |
2017-05-30 | Fix memory leak in itemcontainer cell image. | Andrei Karas | 1 | -0/+5 |
2017-05-18 | Add support for additional unit test library doctest. | Andrei Karas | 1 | -2/+5 |
2017-05-18 | Move catch.hpp into test directory. | Andrei Karas | 1 | -1/+2 |
2017-05-08 | Fix wrong checks after removing some server features. | Andrei Karas | 3 | -4/+4 |
2017-05-08 | Add option for disable / enable particles effect located in map file. | Andrei Karas | 1 | -1/+5 |
2017-05-08 | Unshadow variable mParent between Window and Widget. | Andrei Karas | 2 | -3/+3 |
2017-05-05 | Rename virtfs into fs. | Andrei Karas | 1 | -1/+1 |
2017-05-03 | Fix style in some functions. | Andrei Karas | 1 | -2/+4 |
2017-05-02 | Remove extra includes. | Andrei Karas | 5 | -5/+0 |
2017-05-01 | Remove ServerFeatures haveMultyStatusUp because it depend only on server type. | Andrei Karas | 1 | -1/+2 |
2017-05-01 | Remove ServerFeatures haveCards because it depend only on server type. | Andrei Karas | 1 | -1/+2 |
2017-05-01 | Remove ServerFeatures haveCart because it depend only on server type. | Andrei Karas | 1 | -1/+2 |
2017-05-01 | Remove ServerFeatures::haveNativeGuilds and ServerFeatures::haveChatChannels. | Andrei Karas | 1 | -1/+2 |
2017-05-01 | Add tmwa ifdefs for guildmanager and emulateguildtab. | Andrei Karas | 1 | -0/+4 |
2017-05-01 | Remove ServerFeatures haveChangePartyLeader because it depend only on server ... | Andrei Karas | 1 | -3/+4 |
2017-04-25 | Add option for enable/disable DSA OpenGL extension. | Andrei Karas | 1 | -0/+4 |
2017-04-21 | Show item options in item popups. | Andrei Karas | 1 | -1/+2 |
2017-04-08 | Move resourcemanager from class to namespace. | Andrei Karas | 2 | -3/+20 |
2017-04-03 | Replace string::append with pathJoin. | Andrei Karas | 1 | -2/+3 |
2017-03-28 | Join fs/virfs.h and fs/virtfs/virtfs.h | Andrei Karas | 1 | -1/+1 |
2017-03-17 | Remove shadow variable from shoplistbox. | Andrei Karas | 2 | -3/+2 |
2017-03-14 | Fix shadow variables in PopupMenu and Desktop. | Andrei Karas | 2 | -2/+2 |
2017-03-10 | Add setting to allow and not allow move character by mouse. | Andrei Karas | 1 | -0/+4 |
2017-03-09 | Simplify add/remove dirs and zips methods in virtfs. | Andrei Karas | 1 | -4/+4 |
2017-03-08 | Add configuration path initialisation in tests where it need. | Andrei Karas | 1 | -0/+10 |
2017-03-08 | Clean global font pointer on gui deletion. | Andrei Karas | 1 | -0/+3 |
2017-03-07 | Fix unit tests on windows. | Andrei Karas | 1 | -1/+0 |
2017-03-04 | Reimplement VirtFs in correct way. Now all tests should pass. | Andrei Karas | 1 | -4/+4 |
2017-03-02 | Revert "Fix tests failure in physfs deinit." | Andrei Karas | 1 | -1/+1 |
2017-03-02 | Fix tests failure in physfs deinit. | Andrei Karas | 1 | -1/+1 |
2017-03-01 | Fix tests running without physfs. | Andrei Karas | 1 | -0/+2 |
2017-02-28 | Add paths.xml option overweightPercent for show overweight message. | Andrei Karas | 1 | -1/+0 |
2017-02-21 | Move virt fs related files into fs directory. | Andrei Karas | 1 | -1/+2 |
2017-02-20 | Fix all left leaks in tests. | Andrei Karas | 1 | -1/+0 |
2017-02-20 | Fix some leaks in unit tests. | Andrei Karas | 2 | -2/+8 |
2017-02-19 | Fix some memory leaks and add duplicate item fields check. | Andrei Karas | 1 | -0/+1 |
2017-02-11 | Split virtfs api for add directories and archives. | Andrei Karas | 1 | -2/+4 |
2017-02-10 | Rename physfstools into virtfs. | Andrei Karas | 1 | -1/+1 |