qzdoom/src/posix
2018-11-13 18:24:04 -05:00
..
cocoa - restored screen clear in Cocoa backend when setting video mode 2018-11-03 13:09:30 +02:00
osx Merge branch 'master' of https://github.com/coelckers/gzdoom 2018-10-09 04:48:35 -04:00
sdl - fixed compilation of SDL backend 2018-10-29 22:41:24 +02:00
unix Added simple fatal error window for Linux 2018-01-28 17:03:10 +02:00
dikeys.h
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
i_steam.cpp - Added paths for all games on Steam for Linux since they now offer the ability to download all games for Proton/Wine. 2018-08-29 19:08:54 +02:00
i_system.h - Fix macOS compile errors 2017-11-12 03:51:37 +01:00
readme.md
zdoom.xpm - change icons for windows and linux 2018-03-01 03:37:18 -05: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.