Commit graph

243 commits

Author SHA1 Message Date
Fedja Beader
b3ab76d90d Revert "Client rebranding: Partly import changes from !28"
This reverts commit 775392e472.
[skip ci]
2024-04-06 22:53:37 +02:00
Jesusalva Jesusalva
775392e472 Client rebranding: Partly import changes from !28
Co-Authored-By: jak1 <jak1@themanaworld.org>
Co-Authored-By: jesusalva <jesusalva@themanaworld.org>
Co-Authored-By: Fedja Beader <fedja@protonmail.ch>
2024-02-16 16:40:35 +00:00
Jordan Irwin
ee778b910e fix HWND reference for SDL 2 builds 2022-12-18 17:26:28 +00:00
Andrei Karas
118c7ba3b1
Revert "Disable warning conditionally-supported for opengl function pointers"
This reverts commit 2715ed0cad.
2020-05-30 08:01:46 +03:00
Andrei Karas
2715ed0cad
Disable warning conditionally-supported for opengl function pointers 2020-05-30 06:13:34 +03:00
cpasjuste
e124615493 switch: enable opengles2 renderer 2020-04-23 11:16:31 +02:00
cpasjuste
eeb40fb079 switch: enable joystick and mouse 2020-04-22 18:19:18 +02: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
29d0fdb847
Fix formatting in graphicsmanager.cpp 2018-04-01 05:03:50 +03:00
Andrei Karas
4d2e202ee0
Update copyrights year. 2018-01-04 07:12:38 +03:00
Andrei Karas
86b19d64c2
Add option to select any existing SDL renderer drivers for SDL2 default mode. 2017-09-13 21:54:39 +03:00
Andrei Karas
81524e1cb6
Add option for enable high dpi mode in SDL 2. 2017-09-12 23:28:39 +03:00
Andrei Karas
9ade3a5947
Fix possible reading wrong pixel sizes in SDL2. 2017-09-07 02:28:14 +03:00
Andrei Karas
311c175f31
Replace std::vector into macro STD_VECTOR.
In most case it equal to std::vector except debug modes.
Now it can be also mse::mstd::vector, but sadly this class not support
all required features.
2017-07-14 01:31:22 +03:00
Andrei Karas
5e37f24550
Fix sdl warning hiding pragmas for old compilers. 2017-06-20 04:04:40 +03:00
Andrei Karas
132ee3146d
Prevent Wshadow varnings in SDL code. 2017-06-20 01:02:22 +03:00
Andrei Karas
36ba43d6ea
Fix clang-tidy check readability-implicit-bool-cast. 2017-06-07 19:23:40 +03:00
Andrei Karas
4821f538a8
Report into log OpenGL errors if enabled configure option --enable-openglerrors. 2017-04-25 16:55:35 +03:00
Andrei Karas
b873a942a8
Add option for enable/disable DSA OpenGL extension.
By default this option disabled.
2017-04-25 15:59:05 +03:00
Andrei Karas
4df1e68047
Fix new style issue detected by mplint.
new class() -> new class
2017-03-10 16:40:52 +03:00
Andrei Karas
5e5f81a700
Enable sound by default after auto detection tests.
Sound test ignored.
2017-03-09 22:40:55 +03:00
Andrei Karas
a0451aa4e9
Update copyright year. 2017-01-03 16:48:28 +03:00
Andrei Karas
2bd95eb9e5
Remove LLVM from auto detection black list. 2017-01-03 02:25:22 +03:00
Andrei Karas
bfd0d4d13b
Fix some issues without C++11 flags. 2016-12-10 21:10:07 +03:00
Andrei Karas
608dfae22e
Fix some issues found by automatic checks. 2016-12-10 16:46:55 +03:00
Andrei Karas
4b1002f7c5
Fix typo implimented -> implemented. 2016-11-11 19:21:51 +03:00
Andrei Karas
3c404128c4
Add missing comments into defines. 2016-09-23 22:01:44 +03:00
Andrei Karas
6007cebe8a
Add option for create custom OpenGL context.
By default this option disabled, because may create issues.
2016-09-03 02:31:07 +03:00
Andrei Karas
55b1de9614
Fix includes and update deheader ci script. 2016-06-13 18:40:11 +03:00
Andrei Karas
87ff2e061e
Fix compilation without OpenGL. 2016-05-31 02:40:00 +03:00
Andrei Karas
d53b058ec3
Fix different include issues. 2016-05-31 01:48:18 +03:00
Andrei Karas
dc780bb70f
Fix too long line. 2016-05-09 20:40:22 +03:00
Andrei Karas
820ed443d5
Fix issue with DSO.
EXT and ARB extensions have bit different signatures.
Disable DSO black list for now.
2016-05-09 20:27:19 +03:00
Andrei Karas
4ef3a45641
Black list Mesa 11.2 for DSO.
Because DSO here look like broken too.
2016-05-09 20:27:19 +03:00
Andrei Karas
8ebce1292e
Blacklist DSA for Mesa 11.1.3 look like it also broken :( 2016-05-04 23:49:04 +03:00
Andrei Karas
34ffeac394
Dont include GL/glx.h if x11 usage disabled. 2016-04-30 18:02:24 +03:00
Andrei Karas
769194a974
Add option for disable OpenGL version check and rollback to other renderer. 2016-04-21 01:59:00 +03:00
Andrei Karas
ee8009b18e
Add Mesa 11.1.2 to black list. DSO here broken too. 2016-02-27 15:35:58 +03:00
Andrei Karas
f6acfbc867
Add Mesa 11.1.1 to black list. Look like here DSO broken too. 2016-02-13 00:36:20 +03:00
Andrei Karas
9fe21fcd88
Replace most static_cast<Type> to shorter versions from defines. 2016-02-07 16:18:13 +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
dcd7364559
Move OpenGL functions related files into opengl directory. 2015-12-20 16:32:22 +03:00
Andrei Karas
45561c45f3
Fix OpenGL rederers in Android. 2015-12-19 19:15:46 +03:00
Andrei Karas
7a0ac46d7e
Fix code style. 2015-12-18 21:11:43 +03:00
Andrei Karas
8d3ef9075b
Add support for check is OpenGL ES present ot not. Also fix comparessions in nacl. 2015-12-16 23:58:02 +03:00
Andrei Karas
1835588f29
Add mobileopenglscreenshothelper. 2015-12-16 20:39:17 +03:00
Andrei Karas
13bc3f6e9d
Add sdl2softwarescreenshothelper. 2015-12-16 02:51:07 +03:00
Andrei Karas
78fb544aeb
Use screenshort helpers for creating screenshots 2015-12-16 01:03:19 +03:00