celestia/src/celutil
Andrew Tribick b79959979a Extract inner types from Material and Mesh
- Remove using namspace cmod
- Convert enums to enum classes
2021-12-04 09:49:52 +01:00
..
CMakeLists.txt Use existing tokenizer to parse ASCII cmod files 2021-11-15 18:28:06 +01:00
align.h Fix warnings reported by clang/gcc 2020-06-20 10:11:09 +03:00
appleutils.h Add missing using namespace std; 2021-03-15 17:44:55 +08:00
appleutils.mm Add missing using namespace std; 2021-03-15 17:44:55 +08:00
array_view.h Add missing operators and constructors to array_view 2021-03-09 09:07:21 +03:00
bigfix.cpp Fix includes in bigfix.cpp 2019-12-06 10:55:14 +03:00
bigfix.h Fix "signed/unsigned mismatch" warning 2019-01-11 12:57:55 +03:00
binaryread.h Set up common binary IO functions 2021-11-10 19:14:19 +01:00
binarywrite.h Set up common binary IO functions 2021-11-10 19:14:19 +01:00
blockarray.h Move blockarray to celutil 2020-03-06 20:47:42 +01:00
bytes.h Change WIN32 macro check to _WIN32 2019-02-09 00:21:00 +03:00
color.cpp Use Color::parse in AssociativeArray::getColor 2020-02-17 19:52:44 +03:00
color.h More methods to work with Color 2020-04-24 09:54:19 +03:00
debug.cpp Reimplement DebugPrint using variadic templates (Closes: #367) 2019-08-22 08:55:46 +08:00
debug.h Fix for debug builds 2021-10-26 10:17:48 +03:00
filetype.cpp Make AVIF optional 2021-10-14 10:35:26 +08:00
filetype.h Make AVIF optional 2021-10-14 10:35:26 +08: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
fsutils.cpp Add an option to not search for localized version of a script 2021-05-17 08:00:40 +08:00
fsutils.h [utils] add generic util::ResolveWildcard() method 2021-04-25 14:22:59 +03:00
gettext.h [i18n] Add support for context-dependent translations 2021-05-05 15:04:47 +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 Extract inner types from Material and Mesh 2021-12-04 09:49:52 +01:00
stringutils.cpp Fixes for the Windows build 2021-10-18 09:58:33 +03:00
stringutils.h Fixes for the Windows build 2021-10-18 09:58:33 +03:00
strnatcmp.cpp Natural order sorting for typed text completions 2020-07-26 11:14:04 +03:00
strnatcmp.h Natural order sorting for typed text completions 2020-07-26 11:14:04 +03:00
tee.h Copy console output into a file 2021-01-14 16:45:57 +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
tokenizer.cpp Add unit tests for the tokenizer 2021-11-18 22:43:03 +01:00
tokenizer.h More forgiving handling of invalid UTF-8 sequences 2021-11-17 12:29:54 +01:00
utf8.cpp More forgiving handling of invalid UTF-8 sequences 2021-11-17 12:29:54 +01:00
utf8.h More forgiving handling of invalid UTF-8 sequences 2021-11-17 12:29:54 +01:00
util.cpp Fixes for the Windows build 2021-10-18 09:58:33 +03:00
util.h Fixes for the Windows build 2021-10-18 09:58:33 +03:00
watcher.h fix whitespaces and indents 2018-09-22 23:41:57 +03:00
winutil.cpp Move UI related code to celestia/win32 2021-03-15 17:44:55 +08:00
winutil.h Move UI related code to celestia/win32 2021-03-15 17:44:55 +08:00