gzdoom/src/posix
alexey.lysiuk 587f6f0f91 Added wait for debugger feature to Cocoa backend
Use -wait_for_debugger command line switch to display message box on startup
It's available in Debug configuration only
2017-11-02 14:49:08 +02:00
..
cocoa Added wait for debugger feature to Cocoa backend 2017-11-02 14:49:08 +02:00
osx Removed all code needed to support macOS earlier than 10.7 Lion 2017-10-07 15:11:30 +03:00
sdl Removed all code needed to support macOS earlier than 10.7 Lion 2017-10-07 15:11:30 +03:00
unix - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02:00
dikeys.h
hardware.h Added IsBgra() to DCanvas 2016-05-31 09:36:18 +02:00
i_cd.cpp
i_input.h - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
i_steam.cpp
i_system.h Fixed non-portable usage of __solaris__ preprocessor definition 2017-10-24 15:32:43 +03:00
readme.md
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.