summaryrefslogtreecommitdiff
path: root/src/gui/models
AgeCommit message (Expand)AuthorFilesLines
2016-12-12Add noexcept in some files.Andrei Karas3-7/+7
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-4/+4
2016-09-23Add missing comments into defines.Andrei Karas3-6/+6
2016-09-08Add esperanto language in language selection.Andrei Karas1-2/+4
2016-08-15Move itemtype.h into item directory.Andrei Karas1-1/+1
2016-08-13Remove some useless includes.Andrei Karas1-1/+1
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-7/+1
2016-07-18Move skillinfo into resources/skill directory.Andrei Karas1-1/+2
2016-07-18Move skilldata into resources/skill directory.Andrei Karas1-1/+1
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-2/+0
2016-06-07Move image class into image directory.Andrei Karas1-2/+2
2016-05-25Change namespace in resources loaders from other to Loader.Andrei Karas1-1/+1
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas1-2/+2
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-1/+1
2016-05-12Fix wrong image loading in LangListModel.Andrei Karas1-2/+10
2016-05-06Add missing include int beingslistmodel.hAndrei Karas1-0/+2
2016-05-06Fix code style.Andrei Karas1-2/+0
2016-04-30Fix issies found by gcc 6 in paranoid mode.Andrei Karas1-0/+2
2016-04-23Fix compilation error with some flags in beingslistmodel.hAndrei Karas1-0/+2
2016-04-23Fix compilation with some flags.Andrei Karas1-0/+2
2016-04-23Fix code style.Andrei Karas1-2/+0
2016-04-21Remove extra spaces at line ends.Andrei Karas2-5/+5
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas28-63/+63
2016-04-17Fix code style.Andrei Karas1-1/+3
2016-04-17Remove override keyword, if it present with final.Andrei Karas28-63/+63
2016-04-14Remove unused method.Andrei Karas1-7/+0
2016-04-14Fix compilation with different flags.Andrei Karas1-1/+1
2016-04-14Add support for different groups of update servers reading from servers list.Andrei Karas1-9/+28
2016-03-24Add enum for item types.Andrei Karas2-6/+8
2016-03-15Replace server type name eAthena to Hercules.Andrei Karas1-2/+2
2016-03-15Remove old evol server type.Andrei Karas1-5/+3
2016-02-20Add missing const in gui directory.Andrei Karas6-8/+10
2016-02-11Add item shortcut keys into allowed action for onscreen buttons.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas16-32/+32
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas4-6/+6
2016-01-02Update copyrights year.Andrei Karas44-44/+44
2015-12-29Move shopitem into item directory.Andrei Karas1-1/+1
2015-12-23Add const attribute to gui classes.Andrei Karas1-3/+3
2015-12-14Move constant touchActionDataSize into touchactionmodel.cppAndrei Karas1-0/+2
2015-09-15Fix Ukrainian language name.Andrei Karas1-1/+1
2015-08-28Add to language selection list language Chinese (Hong Kong).Andrei Karas1-1/+3
2015-08-25Add Ukrainian language to language selection list.Andrei Karas1-2/+4
2015-08-25Add Catalan language to language selection list.Andrei Karas1-4/+6
2015-08-22Use resource manager as global variable.Andrei Karas1-2/+1
2015-08-16Add strong typed int for item color.Andrei Karas2-8/+11
2015-08-09Add some missing checks to gui found by paranucker.Andrei Karas2-2/+2
2015-07-20Add some missing checks.Andrei Karas1-4/+0
2015-07-11Add missing checks into gui.Andrei Karas3-5/+8
2015-06-30Fix code style.Andrei Karas4-3/+3
2015-06-25Add missing checks into models.Andrei Karas3-1/+6