raze-gles/source/platform/posix
Christoph Oelckers e2f5e8fe34 - renamed 'common' to 'core'.
We'll need 'common' for something else.
2020-04-12 08:30:36 +02:00
..
cocoa - disabled progress bar on Cocoa start window 2020-02-08 16:56:52 +02:00
osx - unified demo path handling for all platforms 2020-02-06 12:04:51 +01:00
sdl - renamed 'common' to 'core'. 2020-04-12 08:30:36 +02:00
unix - fixed Linux paths not ending with a slash. 2020-02-11 21:00:01 +01:00
dikeys.h - added the Posix backend code. 2020-01-05 21:40:18 +01:00
game.xpm - replace Linux xpm icon, even though it doesn't seem like it's ever being used 2020-01-27 21:31:08 -05:00
hardware.h - added the Posix backend code. 2020-01-05 21:40:18 +01:00
i_steam.cpp - added detection of Redneck Deer Huntin' installed from Steam 2020-03-07 11:31:46 +02:00
i_system.h - fixed path traversal on POSIX platforms 2020-01-29 11:41:23 +02:00
readme.md - added the Posix backend code. 2020-01-05 21:40:18 +01:00

readme.md

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.