NazaraEngine/build/scripts/modules
REMqb 848f05a420 ~ Initial SDL2 implementation
Limitation
- Dependent projects need to set NAZARA_PLATFORM_SDL2 if nazara has been build with SDL2 since OpenGL.hpp (and maybe some other headers) exposes platform details
- SDL2 window doesn't supports async window since the API isn't fitting for now
- Contexts parameters can't be changed until we close all the SDL windows (SDL limitation)
2019-04-03 21:17:06 +02:00
..
audio.lua Build: Add server option, allows to compile only the server-side part of Nazara 2016-06-01 13:51:32 +02:00
core.lua Math/Angle: Optimize SinCos on Linux 2018-09-05 15:15:02 +02:00
graphics.lua New module: Platform - Split window management from Utility module (#128) 2017-08-30 10:22:50 +02:00
lua.lua Build: Rework build system + introduced SDK build file 2015-06-14 15:48:16 +02:00
network.lua Network/SocketPoller: Fix Linux implementation 2016-09-26 19:04:51 +02:00
noise.lua Build: Rework build system + introduced SDK build file 2015-06-14 15:48:16 +02:00
physics2d.lua Fix previous fix ... 2018-01-13 12:12:48 +01:00
physics3d.lua Physics: Move files to Physics3D 2016-10-13 06:01:32 +02:00
platform.lua ~ Initial SDL2 implementation 2019-04-03 21:17:06 +02:00
renderer.lua ~ Initial SDL2 implementation 2019-04-03 21:17:06 +02:00
utility.lua New module: Platform - Split window management from Utility module (#128) 2017-08-30 10:22:50 +02:00