summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-09-08Fix compilation with old SDL 2 versions (before 2.0.4)Andrei Karas1-0/+6
2017-09-08Remove extra include.Andrei Karas1-1/+0
2017-09-08Fix compilation warning.Andrei Karas1-1/+1
2017-09-07Remove commented code from download.cppAndrei Karas1-6/+0
2017-09-07Fix possible threads structure leak in download.cppAndrei Karas1-3/+3
2017-09-07Add current renderer into user agent string.Andrei Karas7-5/+87
2017-09-07Fix some style issues in sdl2gfx.Andrei Karas4-1503/+1804
2017-09-07Fix tests compilation.Andrei Karas1-1/+1
2017-09-07Add missing sdl2logger files.Andrei Karas2-0/+170
2017-09-07Fix possible thread structure memory leak on SDL2 if thread terminated before...Andrei Karas8-25/+27
2017-09-07Fix possible reading wrong pixel sizes in SDL2.Andrei Karas1-2/+2
2017-09-07Add SDL2 errors logging.Andrei Karas10-1/+29
2017-09-07Remove useless calls in SDL::getAllVideoModes for SDL2.Andrei Karas1-3/+2
2017-09-06Fix and update internal sdl2_gfx files.Andrei Karas5-281/+298
2017-09-06Add include protections into client.h and viewport.hAndrei Karas2-0/+4
2017-09-06Move manaplus game related files into progs/manaplus.Andrei Karas18-410/+461
2017-09-06Move dyecmd separate sources from dyetool into progs/dyecmd directory.Andrei Karas18-24/+24
2017-09-05Fix memory leak on exit in dyecmd.Andrei Karas1-0/+2
2017-09-05Fix stuck some buttons in hightligted state after pressing.Andrei Karas1-1/+1
2017-09-05Draw rescaled casting animation to whole skill area size.Andrei Karas1-3/+5
2017-09-05Fix color for skill popup header.Andrei Karas1-0/+2
2017-09-05Add function for draw rescaled animated sprite.Andrei Karas2-0/+27
2017-09-05Fix send date in mails.Andrei Karas1-1/+2
2017-09-05Fix receiving half broken packet with mail message (SMSG_MAIL2_READ_MAIL).Andrei Karas1-0/+3
2017-09-05Fix adding stackable items to mail.Andrei Karas3-16/+43
2017-09-05Fix crash if enter simple text into chat window before connecting to server.Andrei Karas1-2/+5
2017-09-05Fix drawing emotes button in chat input field.Andrei Karas1-5/+12
2017-09-05Add comment about calling virtual member in destructor in widget.cppAndrei Karas1-0/+1
2017-09-03Fixed all "buttom" into "bottom".Alige6-9/+9
2017-09-03Fixed a typo about mails notification.Alige1-1/+1
2017-09-03Improve a bit scrollarea.Andrei Karas1-4/+4
2017-09-03Fix scrolling in scroll areas.Andrei Karas1-5/+6
2017-09-03Add sorting in theme and fonts and sounds lists.Andrei Karas1-0/+3
2017-09-02Change version to 1.7.9.2.Andrei Karas1-2/+2
2017-09-02Remove extra include from throw.ccAndrei Karas1-2/+0
2017-09-02Add missing translators comment into mailviewwindow.cppAndrei Karas1-1/+1
2017-09-02Remove unused define.Andrei Karas1-2/+0
2017-09-02Fix compilation with old compilers again.Andrei Karas1-11/+3
2017-09-02Fix compilation for old compilers.Andrei Karas1-0/+6
2017-09-01Add missing include for some compilers.Andrei Karas1-0/+4
2017-09-01Add some checks after automatic check code by tools.Andrei Karas6-22/+47
2017-09-01Fix code style.Andrei Karas12-47/+30
2017-09-01Fix include in sdl.ccAndrei Karas1-3/+2
2017-09-01Add macro A_WARN_UNUSED_NON_TESTS what works only not in unit tests.Andrei Karas2-4/+13
2017-09-01Fix compilation warnings in tests.Andrei Karas1-4/+4
2017-09-01Fix unit tests after last changes in configuration.cppAndrei Karas20-49/+151
2017-08-31Add missing reload server config parameter for manamerket legacy server bot.Andrei Karas1-0/+1
2017-08-31Add default values for per server settings in setup tabs.Andrei Karas3-0/+4
2017-08-31Add logging about to set config default values.Andrei Karas1-0/+10
2017-08-31Replace log asserts to report asserts in configuration.cppAndrei Karas1-6/+6