Commit graph

55 commits

Author SHA1 Message Date
Jesusalva Jesusalva
ce718ac588 Update copyright headers up to 2023 2024-02-09 13:36:22 +00:00
Andrei Karas
d530e74cc4
Update copyright year. 2019-01-01 20:04:08 +03:00
Andrei Karas
0c20db8d10
Remove extra ; from different code. 2018-11-27 20:33:15 +03:00
Andrei Karas
4d2e202ee0
Update copyrights year. 2018-01-04 07:12:38 +03:00
Andrei Karas
0030437143
Remove default parameters from theme. 2017-12-27 03:30:58 +03:00
Andrei Karas
36ba43d6ea
Fix clang-tidy check readability-implicit-bool-cast. 2017-06-07 19:23:40 +03:00
Andrei Karas
a0451aa4e9
Update copyright year. 2017-01-03 16:48:28 +03:00
Andrei Karas
f69f346518
Move image class into image directory. 2016-06-07 15:41:00 +03:00
Andrei Karas
478b08e410
Fix code style. 2016-01-29 21:30:57 +03:00
Andrei Karas
516d635b6c
Fix code style. 2016-01-15 20:21:16 +03:00
Andrei Karas
a65d9da124
Update copyrights year. 2016-01-02 18:44:18 +03:00
Andrei Karas
94eb2cb314
Add method for get text object width. 2015-07-27 14:00:01 +03:00
Andrei Karas
5344dc6cd9
Add missing checks into other files. 2015-06-26 00:41:35 +03:00
Andrei Karas
2bd59adc7c
Fix code style. 2015-06-06 12:12:22 +03:00
Andrei Karas
07121956f8 Move theme colors enum into separate file. 2015-05-30 15:08:24 +03:00
Andrei Karas
f2dba51be0 Add strong typed bool type Move. 2015-05-27 21:39:10 +03:00
Andrei Karas
420664f402 Add strong typed bool type Speech. 2015-05-27 21:29:06 +03:00
Andrei Karas
055345145f Use local TextChunk in text class. 2015-05-26 14:38:25 +03:00
Andrei Karas
de32895977 Improve a bit text class. 2015-05-26 13:23:21 +03:00
Andrei Karas
e3682e2cdc Dont set global color variables before drawing text.
This allow not set actual OpenGL color on each call
because it useless for drawing text.
2015-05-25 01:58:52 +03:00
Andrei Karas
4332a501d9 Update copyrights year. 2015-01-01 17:41:51 +03:00
Andrei Karas
7f60553aa8 Fix license headers. 2014-05-25 02:00:14 +03:00
Andrei Karas
c65cb0d97f fix code style. 2014-05-19 22:50:16 +03:00
Andrei Karas
9f3eddda4b Move font.cpp/h into fonts directory. 2014-05-17 18:31:23 +03:00
Andrei Karas
0c35dab0ba simplify variables cleanup. 2014-03-28 11:04:23 +03:00
Andrei Karas
1b75e97408 Remove some useless static methods from theme. 2014-03-16 15:41:51 +03:00
Andrei Karas
46087564d4 Improve theme usage.
Removed instance method.
2014-03-16 14:14:29 +03:00
Andrei Karas
48646db550 Move color into gui dir. 2014-02-22 14:21:27 +03:00
Andrei Karas
6e6c5b2ba3 combine font classes in one. 2014-02-16 22:17:22 +03:00
Andrei Karas
ca9fac1312 Remove useless graphics casts. 2014-02-15 22:21:02 +03:00
Andrei Karas
29f929794c move some methods from base/graphics into render/graphics.
Remove base/graphcs.
2014-02-15 20:31:52 +03:00
Andrei Karas
cde42202d6 move exguichan files into gui/base/ 2014-02-15 18:38:03 +03:00
Andrei Karas
f8269f5ac3 update copyright year in all sources. 2014-01-01 13:36:23 +03:00
Andrei Karas
5184d99bdc add missing checks. 2013-10-25 13:45:49 +03:00
Andrei Karas
da34f018eb fix const in definition in text. 2013-10-19 15:12:22 +03:00
Andrei Karas
f1b82c1b06 First part of checks from Parasoft C++ Test. 2013-10-11 15:24:57 +03:00
Andrei Karas
872368b15b remove useless includes from some files. 2013-09-09 21:52:19 +03:00
Andrei Karas
1e9b7c5199 fix style in other files. 2013-04-20 16:40:24 +03:00
Andrei Karas
8f52bfee63 Add option to move player names (disabled by default).
In old implimentation names was always moved.
2013-03-31 14:18:08 +03:00
Andrei Karas
d0be60aa32 update copyrights year. 2013-01-16 18:16:51 +03:00
Andrei Karas
697e5bbf31 Remove textrenderer class. 2012-12-27 23:15:05 +03:00
Andrei Karas
d812d9fac7 Add own profiler and profiler info to some code. 2012-11-07 12:46:08 +03:00
Andrei Karas
593cccb160 Improve constructors in some classes. 2012-09-08 00:17:45 +03:00
Andrei Karas
3a407bb6b7 Add const to more classes. 2012-09-04 19:11:53 +03:00
Andrei Karas
670579b837 Remove useless includes. 2012-08-23 22:54:38 +03:00
Andrei Karas
0647852f65 Add support for default theme file names. 2012-08-04 23:57:02 +03:00
Andrei Karas
1361ff1aa1 Change text buble theming. 2012-07-15 00:37:34 +03:00
Andrei Karas
12e311bd52 Move some code from logic queue to separate calls.
It can improve perfomance in slow systems.
2012-05-13 17:52:35 +03:00
Andrei Karas
7cf5cb5886 Update copyrights year. 2012-01-05 18:35:21 +03:00
Andrei Karas
4cea2a5cd8 Fix more gcc 4.7 warnings. 2011-11-08 00:44:17 +03:00