0ad/source
Vladislav Belov 0cc07aa209
Removes legacy glEnable of GL_TEXTURE_2D
It needs to bo enabled only for fixed-function pipeline.

https://registry.khronos.org/OpenGL-Refpages/gl2.1/

> If enabled and no fragment shader is active, two-dimensional texturing is performed
2026-06-28 15:56:33 +02:00
..
collada Fix some includes all over the place 2025-08-14 20:15:30 +02:00
dapinterface Move Script* classes to Script namespace 2026-06-20 17:43:00 +02:00
graphics Adds const to particle emitter type 2026-06-28 14:30:44 +02:00
gui Log instead of crash on compile error in the gui 2026-06-21 20:05:39 +02:00
i18n Move Script* classes to Script namespace 2026-06-20 17:43:00 +02:00
lib Removes legacy timers 2026-06-28 13:34:01 +02:00
lobby Move Script* classes to Script namespace 2026-06-20 17:43:00 +02:00
maths Replace M_PI with C++ numbers 2026-06-04 20:29:48 +02:00
network Move Script* classes to Script namespace 2026-06-20 17:43:00 +02:00
pch Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
ps Removes legacy timers 2026-06-28 13:34:01 +02:00
renderer Removes legacy glEnable of GL_TEXTURE_2D 2026-06-28 15:56:33 +02:00
rlinterface Move Script* classes to Script namespace 2026-06-20 17:43:00 +02:00
scriptinterface Don't crash on compile error of hotloads 2026-06-21 20:05:39 +02:00
simulation2 Move Script* classes to Script namespace 2026-06-20 17:43:00 +02:00
soundmanager Drop use of off_t in soundmanger 2026-06-21 13:27:00 +02:00
third_party Don't load WGL 2026-06-28 09:49:26 +02:00
tools Drop XInitThreads workaround 2026-06-28 09:49:25 +02:00
CxxTestRunner.tpl Use return instead of exit in testrunner 2025-10-15 18:17:24 +02:00
main.cpp Move Script* classes to Script namespace 2026-06-20 17:43:00 +02:00
test_setup.cpp Move Script* classes to Script namespace 2026-06-20 17:43:00 +02:00