celestia/src/celutil
Hleb Valoshka e3baaad767 Big common application code refactoring
* Allow to parse four element vectors
 * Allow colors defined in HTML notation (#rrggbbaa)
   in CEL scripts
 * Refactor Overlay::Rectangle to an independent class
 * Refactor CelestiaCore::OverlayImage to an independent class
 * Refactor CelestiaCore::View to an independent class
 * Rename Renderer::getScreenSize to getViewport
 * Add wrappers for scissors test and MSAA control
2019-10-09 15:55:14 +03:00
..
CMakeLists.txt [cmake] Link celcompat to celutil instead of celengine 2019-08-22 08:55:46 +08:00
align.h Fix alignment issues in CELX routines (Closes: #263) 2019-04-08 22:02:53 +03:00
bigfix.cpp define macros for print levels and avoid direct use of fmt::printf 2019-08-31 13:32:44 +08:00
bigfix.h Fix "signed/unsigned mismatch" warning 2019-01-11 12:57:55 +03:00
bytes.h Change WIN32 macro check to _WIN32 2019-02-09 00:21:00 +03:00
color.cpp Big common application code refactoring 2019-10-09 15:55:14 +03:00
color.h Big common application code refactoring 2019-10-09 15:55:14 +03:00
debug.cpp Reimplement DebugPrint using variadic templates (Closes: #367) 2019-08-22 08:55:46 +08:00
debug.h define macros for print levels and avoid direct use of fmt::printf 2019-08-31 13:32:44 +08:00
filetype.cpp Port to filesystem API 2019-08-16 18:11:24 +03:00
filetype.h Port to filesystem API 2019-08-16 18:11:24 +03:00
formatnum.cpp Use libfmt instead of C-style & iostream workflow 2018-10-17 22:19:03 +03:00
formatnum.h Use libfmt instead of C-style & iostream workflow 2018-10-17 22:19:03 +03:00
memorypool.cpp Automatically convert to c++11 using clan-tidy 2018-09-22 23:42:02 +03:00
memorypool.h fix whitespaces and indents 2018-09-22 23:41:57 +03:00
reshandle.h Reorganized source tree into multiple directories. 2001-11-28 01:50:04 +00:00
resmanager.h Port to filesystem API 2019-08-16 18:11:24 +03:00
timer.cpp Use c++11 timer 2018-09-22 23:42:02 +03:00
timer.h Use c++11 timer 2018-09-22 23:42:02 +03:00
utf8.cpp Fix ReplaceGreekLetterAbbr overvoracity. 2019-04-09 13:09:07 +02:00
utf8.h Restore name completion support. 2019-02-28 20:23:09 +01:00
util.cpp Fix home directory expansion in Windows 2019-10-09 15:55:14 +03:00
util.h Port to filesystem API 2019-08-16 18:11:24 +03:00
watcher.h fix whitespaces and indents 2018-09-22 23:41:57 +03:00
winutil.cpp Add new and refactor existing char<->wchar routines for Win32 2019-08-16 18:11:24 +03:00
winutil.h Add new and refactor existing char<->wchar routines for Win32 2019-08-16 18:11:24 +03:00