qzdoom-gpl/src/posix/cocoa
alexey.lysiuk 0822485593 Used ISO Latin 1 encoding for text in startup window on OS X
Attempts to output errors with bad characters encountered during text lumps parsing were failed miserably because of UTF-8 conversion
Example: loading of GZ-Models-r16.pk3 with GZDoom caused 'NSConcreteAttributedString initWithString:: nil value' exception
2016-02-28 23:15:23 +01:00
..
critsec.cpp
critsec.h
i_common.h Disabled fullscreen mode for OS X startup window 2016-02-28 23:15:17 +01:00
i_input.mm Added shortcut to toggle fullscreen on OS X 2016-01-09 17:12:58 +02:00
i_joystick.cpp Fixed uninitialized variable in IOKit controller handler 2016-01-24 14:43:55 +02:00
i_main.mm Added native startup window for OS X 2015-12-29 15:19:42 +02:00
i_system.mm Removed useless operations from OS X system code 2016-02-27 12:48:26 +02:00
i_timer.cpp Fixed incorrect value that I_FPSTime() may return when OS X thread-based timer implementation is used 2015-01-11 10:30:30 +02:00
i_video.mm Enabled zoom window button on OS X 2016-01-31 10:42:16 +02:00
st_console.h Made sure that the last text line is always visible in OS X startup window 2016-02-28 23:15:22 +01:00
st_console.mm Used ISO Latin 1 encoding for text in startup window on OS X 2016-02-28 23:15:23 +01:00
st_start.mm Added missing header #include for old OS X SDKs 2015-12-30 12:17:38 +02:00