Jan Engelhardt
|
53c2ac79e1
|
build: unbreak compilation on Linux
gzdoom/src/d_anonstats.cpp:14:10: fatal error: i_mainwindow.h: No such file or directory
14 | #include "i_mainwindow.h"
| ^~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [src/CMakeFiles/zdoom.dir/build.make:1441: src/CMakeFiles/zdoom.dir/d_anonstats.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:959: src/CMakeFiles/zdoom.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
gzdoom/src/d_anonstats.cpp:126:17: error: ‘actor’ was not declared in this scope; did you mean ‘AActor’?
126 | actor-> return false; // no host, disable
| ^~~~~
| AActor
$ find . -name "i_mainw*"
./src/common/platform/win32/i_mainwindow.h
./src/common/platform/win32/i_mainwindow.cpp
Fixes: g4.5pre-1327-g6670bc09b
Fixes: g4.9pre-359-g082818405
|
2022-11-05 19:48:46 -04:00 |
|
Christoph Oelckers
|
0828184055
|
- did some cleanup on the statistics code.
|
2022-11-05 12:11:36 +01:00 |
|
Christoph Oelckers
|
15c5728f01
|
- fixes and improvements for survey code.
Check for Windows on ARM and do proper checks for GLES.
32 bit checks are still retained to catch non-official builds that disable the compile check.
|
2022-07-31 17:49:21 +02:00 |
|
Magnus Norddahl
|
6670bc09b9
|
Create a MainWindow class that manages the main win32 window of the application
|
2022-06-01 08:36:59 +02:00 |
|
Christoph Oelckers
|
55186d3f6c
|
- updated survey code to check for Apple's M1 CPU.
|
2021-09-21 22:01:50 +02:00 |
|
Rachael Alexanderson
|
614b8477b8
|
- change URL for stats script
|
2021-09-18 06:58:21 -04:00 |
|
Christoph Oelckers
|
1fe5fc2edc
|
- changed survey control CVAR to avoid sending data for participants of the previous survey without confirmation.
|
2021-09-18 10:19:23 +02:00 |
|
Christoph Oelckers
|
0cb2a1b8e9
|
- moved gl_load to common.
|
2020-04-11 20:20:59 +02:00 |
|
Christoph Oelckers
|
5e4de10f97
|
- fixed survey data retrieval for Vulkan.
|
2019-08-11 21:26:08 +02:00 |
|
Christoph Oelckers
|
541dcab89a
|
- for debug builds run the survey code every time if enabled, but do not send survey data.
|
2019-08-09 23:18:28 +02:00 |
|
Christoph Oelckers
|
817190458d
|
- fixed survey request.
|
2019-08-09 21:42:00 +02:00 |
|
Christoph Oelckers
|
14a21c2a7e
|
- made some changes to the survey code to give clearer output and removed a few obsolete things that are no longer relevant.
|
2019-08-09 10:18:15 +02:00 |
|
Christoph Oelckers
|
79ad3e6203
|
- define _WIN32_WINNT to 0x600 (Vista) in the CMake project instead of littering all files with inconsistent settings for the target version.
|
2019-07-14 16:55:01 +02:00 |
|
Rachael Alexanderson
|
a99b71e19a
|
- disable survey code, 3.5.0's is over
|
2018-08-23 15:09:40 -04:00 |
|
Christoph Oelckers
|
c60b4239ed
|
- more parentheses.
|
2018-07-27 20:55:57 +02:00 |
|
Christoph Oelckers
|
bb5dc92225
|
- added information about full OpenGL features support to survey code.
|
2018-07-27 20:47:23 +02:00 |
|
Christoph Oelckers
|
369267bbe9
|
- adjusted stat code for the new survey.
|
2018-07-21 19:14:11 +02:00 |
|
Rachael Alexanderson
|
21575bc3df
|
- re-enable stats sending
- re-direct stats sending to new stats script
|
2018-07-21 07:21:37 -04:00 |
|