code/platform_win32/win32_4ed.cpp: - Modification to be able to choose between OpenGL and DirectX. You choose between the two by defining WIN32_DIRECTX macro. If you don't define it it uses OpenGL. - Note that win32_gl_create_window and other part of the file that depend on OpenGL or DirectX have been moved to win32_opengl.cpp and win32_directx.cpp. - Fixed os_popup_error using the title as the message and the message as the title. code/platform_win32/win32_opengl.cpp: Contains previous code that was in win32_4ed.cpp. code/platform_win32/win32_directx.cpp: Code for creating a DirectX window and context. code/platform_win32/4ed_directx_render.cpp: Imlementation of the 4coder renderer using DirectX. |
||
---|---|---|
.. | ||
4ed_build.cpp | ||
build-linux.sh | ||
build-mac-dev.sh | ||
build-mac-release.sh | ||
build-x86-linux.sh | ||
build-x86.bat | ||
build.bat | ||
build_optimized.bat | ||
detect_os.sh | ||
package-linux.sh | ||
package-mac.sh | ||
package.bat | ||
zip.bat |