OpenRCT2/src/openrct2-ui
nia addd27d4dc Support NetBSD and simplify platform ifdefs. (#10271)
For files intended to support unixy freedesktopy systems,
reduce the ifdef down to __unix__ && !__APPLE__ && !__ANDROID__,
rather than naming linux and all the BSDs and so on by hand.

Should simplify adding support for systems like illumos in the
future.

Co-authored-by: Michael Steenbeek <m.o.steenbeek@gmail.com>
2019-12-22 17:07:39 +01:00
..
audio Fix #9603: Don't render audio when master volume is turned off (#9907) 2019-08-21 23:36:07 +02:00
drawing Clean up OpenGL engine. 2019-11-04 15:10:42 +01:00
input Merge pull request #10391 from tupaschoal/mouse-diff-coords 2019-12-19 08:02:32 +00:00
interface Make constant values more explicit. 2019-12-21 12:22:59 +00:00
title Refactor tile_element_height to use CoordsXY 2019-08-19 20:04:57 +01:00
windows Fix #10410: Tile Inspector does not hightlight tile correctly 2019-12-22 13:59:24 +01:00
CMakeLists.txt Link with platform libraries 2019-02-05 20:17:14 +01:00
CursorData.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
CursorRepository.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
CursorRepository.h Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
SDLException.h Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
TextComposition.cpp Fix #9684 and #9690: Enter and keypad enter are treated as different keys 2019-10-18 10:40:07 +02:00
TextComposition.h Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Ui.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Ui.h Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
UiContext.Android.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
UiContext.Linux.cpp Support NetBSD and simplify platform ifdefs. (#10271) 2019-12-22 17:07:39 +01:00
UiContext.Win32.cpp ifdef-out WinNT 6.0+ APIs (#10198) 2019-11-08 23:16:15 +01:00
UiContext.cpp Merge pull request #10381 from tupaschoal/cursorsate-store-coords 2019-12-18 20:10:51 +00:00
UiContext.h Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
UiContext.macOS.mm Remove unnecessary new line characters from log calls (#9237) 2019-05-12 13:48:56 +02:00
WindowManager.cpp Make suggested changes 2019-12-15 08:23:21 +00:00
WindowManager.h Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
libopenrct2ui.vcxproj Use single output folder for msbuild obj files 2018-06-01 09:37:49 +02:00