summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-06-17Fix width in browserbox if padding non standard.Andrei Karas1-1/+1
2017-06-16Change default theme to jewelry.Andrei Karas1-2/+1
2017-06-15Allow open server info window from game.Andrei Karas12-1/+68
2017-06-14Add workaround to browserbox if text line start with bold sign.Andrei Karas1-1/+6
2017-06-14Add docs section for server in serverslist.xmlAndrei Karas3-0/+14
2017-06-14Remove extra include from serverinfowindow.cppAndrei Karas1-1/+0
2017-06-13Fix virtual member call in Window constructor.Andrei Karas3-4/+14
2017-06-13Add missing calls to Window::postInit.Andrei Karas2-0/+2
2017-06-13Report error about windows without postinit call in debug chat tab.Andrei Karas1-2/+3
2017-06-13Move virtual methods from Being constructor to postInit.Andrei Karas9-21/+45
2017-06-13Add missing const references to constructor parameters.Andrei Karas11-15/+22
2017-06-13Remove extra include from serverdialog.cppAndrei Karas1-1/+0
2017-06-13Remove unused interface from serverinfowindow.Andrei Karas2-16/+2
2017-06-13Show site url in server info window.Andrei Karas3-3/+15
2017-06-13Show register and support url in server info window.Andrei Karas2-19/+39
2017-06-13Show server sources in server info window.Andrei Karas2-0/+57
2017-06-12Load sources url list for each server from servers list xml.Andrei Karas5-1/+112
2017-06-12Add comments for unknown licensed and non free servers.Andrei Karas6-0/+76
2017-06-12Add server info window. For now empty.Andrei Karas6-9/+196
2017-06-11Rename player_relations into playerRelations.Andrei Karas25-85/+85
2017-06-10Change version to 1.7.6.10.v1.7.6.10Andrei Karas1-2/+2
2017-06-09Fix code style.Andrei Karas75-132/+28
2017-06-09Fix hide issue in ConnectionDialog::action.Andrei Karas2-2/+2
2017-06-09Remove extra includes.Andrei Karas2-6/+0
2017-06-09Restore math.h include in SDL2_rotozoom.hAndrei Karas1-1/+1
2017-06-09Fix too long line.Andrei Karas1-1/+3
2017-06-09Fix code style.Andrei Karas8-18/+45
2017-06-09Fix unused parameter.Andrei Karas1-1/+1
2017-06-08Replace ext.compare to direct string comparison.Andrei Karas3-6/+6
2017-06-08Add missing function parameters.Andrei Karas11-14/+15
2017-06-08Improve performance in string find operation in cpu.cppAndrei Karas1-1/+1
2017-06-08Remove useless string initialisations.Andrei Karas9-19/+19
2017-06-08Add missing consts or string references.Andrei Karas6-7/+7
2017-06-08Improve strings concatination performance.Andrei Karas4-6/+6
2017-06-08Remove useless extern declarations.Andrei Karas77-88/+65
2017-06-08Replace depricated headers.Andrei Karas6-6/+6
2017-06-08Replace size() to empty() where is possibleAndrei Karas24-184/+178
2017-06-07Fix some wrong parameter names in headers.Andrei Karas6-11/+12
2017-06-07Remove static in anonimouse namespaces.Andrei Karas8-75/+68
2017-06-07Fix namespace comments.Andrei Karas85-89/+89
2017-06-07Fix compilation of header mockdrawitem.hAndrei Karas1-0/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas521-5838/+6168
2017-06-05Remove extra include from net/ea/loginrecv.cppAndrei Karas1-1/+0
2017-06-05Add packet SMSG_LOGIN_DATA 0x0ac4.Andrei Karas8-48/+116
2017-06-05Add packet SMSG_CHAR_MAP_INFO 0x0ac5.Andrei Karas1-0/+6
2017-06-05Add shuffle packet versions 2017.Andrei Karas1-0/+306
2017-06-05Fix compilation warnings with some flags.s20170605Andrei Karas1-0/+3
2017-06-04Add missing contructor flag into SDL_gfxBlitInfo.Andrei Karas1-0/+2
2017-06-04Add missing final into sdlgfxblitfunc.cppAndrei Karas1-1/+1
2017-06-04Fix code style.Andrei Karas49-104/+103