vkdoom_m/src/posix
2019-03-18 04:05:19 -04:00
..
cocoa Merge remote-tracking branch 'origin/master' into vulkan2 2019-03-18 04:05:19 -04:00
osx - reverted macOS dark mode support with old SDKs 2018-10-08 15:50:56 +03:00
sdl Merge remote-tracking branch 'origin/master' into vulkan2 2019-03-18 04:05:19 -04:00
unix - moved the I_Error prototypes to doomerrors.h to avoid having to include the low level system header for this. 2019-01-31 19:38:04 +01:00
dikeys.h Rearranged files to avoid usage of symbolic links 2014-12-15 17:40:30 +02:00
hardware.h - removed the hard screen resolution switch that still was present on Windows and cleaned up the entire video backend code from the remaining support code for this. 2018-06-17 20:08:35 +02:00
i_cd.cpp Rearranged files to avoid usage of symbolic links 2014-12-15 17:40:30 +02:00
i_steam.cpp - made CDoomError inherit from std::exception so that the main catch block can also deal with exceptions thrown by the STL. 2018-11-23 10:18:52 +01:00
i_system.h - removed the automatic system language detection for Windows. 2019-03-16 00:07:18 +01:00
readme.md Put all non-Windows source code into posix directory and its subdirectories 2014-12-18 11:52:29 +02:00
zdoom.xpm - updated icon for linux/unix 2017-09-09 13:18:47 -04:00

This directory contains files required to support POSIX-compatible OSes, like GNU/Linux, OS X or BSD.

Common files are placed in this directory directly.
SDL backend files are in sdl subdirectory.
Native OS X backend files are in cocoa subdirectory.
Shared files for both OS X backends are in osx subdirectory.