1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-30 04:26:38 +00:00
openmw/apps/openmw/mwrender
AnyOldName3 15c51dcbbc Restore false-positive unused includes
They're needed on MacOS as SDL_opengl_gletx.h doesn't define them there.

They don't actually work on MacOS, so long-term, the code that uses
these defines should be changed to use #ifdef to check they're available
before using them.
2022-10-13 00:49:24 +01:00
..
.gitignore
actoranimation.cpp Fix resetting player's animation on game loading 2022-10-02 13:50:51 +02:00
actoranimation.hpp Fix and prevent -Wextra-semi warning 2022-10-06 00:26:43 +02:00
actorspaths.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
actorspaths.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
animation.cpp Fix resetting player's animation on game loading 2022-10-02 13:50:51 +02:00
animation.hpp Fix and prevent -Wextra-semi warning 2022-10-06 00:26:43 +02:00
bulletdebugdraw.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
bulletdebugdraw.hpp Fix and prevent -Wextra-semi warning 2022-10-06 00:26:43 +02:00
camera.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
camera.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
cell.hpp Fix and prevent -Wextra-semi warning 2022-10-06 00:26:43 +02:00
characterpreview.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
characterpreview.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
creatureanimation.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
creatureanimation.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
effectmanager.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
effectmanager.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
fogmanager.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
fogmanager.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
globalmap.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
globalmap.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
groundcover.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
groundcover.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
landmanager.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
landmanager.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
localmap.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
localmap.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
luminancecalculator.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
luminancecalculator.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
navmesh.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
navmesh.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
navmeshmode.cpp Support rendering for navmesh update frequency as a heatmap 2022-05-17 01:54:20 +02:00
navmeshmode.hpp Support rendering for navmesh update frequency as a heatmap 2022-05-17 01:54:20 +02:00
npcanimation.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
npcanimation.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
objectpaging.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
objectpaging.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
objects.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
objects.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
pathgrid.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
pathgrid.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
pingpongcanvas.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
pingpongcanvas.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
pingpongcull.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
pingpongcull.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
postprocessor.cpp Restore false-positive unused includes 2022-10-13 00:49:24 +01:00
postprocessor.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
recastmesh.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
recastmesh.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
renderbin.hpp Implement a custom RenderBin for first person models (Fixes #1612) 2015-10-19 22:17:04 +02:00
renderinginterface.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
renderingmanager.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
renderingmanager.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
rendermode.hpp Support recast mesh rendering 2020-03-14 09:38:24 +01:00
ripplesimulation.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
ripplesimulation.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
rotatecontroller.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
rotatecontroller.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
screenshotmanager.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
screenshotmanager.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
sky.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
sky.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
skyutil.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
skyutil.hpp Add META_Node to clang-format StatementMacros 2022-10-06 21:11:52 +02:00
terrainstorage.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
terrainstorage.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
transparentpass.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
transparentpass.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
util.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
util.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
vismask.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
water.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
water.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
weaponanimation.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
weaponanimation.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00