Commit graph

28 commits

Author SHA1 Message Date
Dan Paulat
06a2a18c06 Automatically refresh placefiles that failed to load 2024-10-04 05:40:00 -05:00
AdenKoperczak
79e39021a6 switch to using __cpp_lib_chrono to determine if chrono or date/date.h should be used 2024-09-22 12:02:38 -04:00
AdenKoperczak
c5d004aa48 fixed __clange__ spelling mistake 2024-09-21 12:44:24 -04:00
AdenKoperczak
d9f9e89b19 do not include date/date.h for clang 2024-09-19 14:38:53 -04:00
AdenKoperczak
838032c8d6 updated files to use chronos for time with clang 2024-09-19 11:55:42 -04:00
Dan Paulat
cef16b2d5c Escape '\r' in placefiles 2024-07-26 00:56:18 -05:00
Dan Paulat
b06b80cbaa Fix redefinition errors with latest MSVC compiler 2023-11-17 05:50:58 -06:00
Dan Paulat
2f41993d7b Support placefile icon modulate with "scwx-ModulateIcon:" statement 2023-09-09 16:00:19 -05:00
Dan Paulat
bce274f5ac Placefile line flags are not always specified 2023-09-03 11:09:30 -05:00
Dan Paulat
96421bba40 Placefile TimeRange statement 2023-09-01 08:59:42 -05:00
Dan Paulat
ca6f55d712 Placefile image statement 2023-09-01 08:49:03 -05:00
Dan Paulat
80c307c5fc Enable placefile auto-refresh (no more frequent than every 15 seconds) 2023-08-23 21:39:17 -05:00
Dan Paulat
35b90fa98d Replace boost/units in favor of units library 2023-08-18 19:03:46 -05:00
Dan Paulat
cdef5a9938 Placefile polygon rendering 2023-08-11 00:45:42 -05:00
Dan Paulat
d9a53ea8d7 Add placefile parsing for Triangles and Polygon 2023-08-07 23:52:29 -05:00
Dan Paulat
1929ee9eef Add placefile parsing for Line 2023-08-06 23:52:26 -05:00
Dan Paulat
0f9fbdbf63 Load placefile icons into texture atlas cache 2023-07-30 00:40:05 -05:00
Dan Paulat
1f2d5227c4 Add placefile parsing for Icon and IconFile, stub for TimeRange 2023-07-28 23:05:10 -05:00
Dan Paulat
7c21ccaf41 Make placefile settings view editable 2023-07-25 23:15:12 -05:00
Dan Paulat
18c05b3a63 Additional placefile view/add enhancements 2023-07-23 23:24:45 -05:00
Dan Paulat
ae1bca3602 Parse title from placefile 2023-07-22 13:18:51 -05:00
Dan Paulat
4ee7731023 Create accessor functions for placefile fonts 2023-07-22 01:29:25 -05:00
Dan Paulat
783e8f3490 Add placefile font 2023-07-22 00:24:17 -05:00
Dan Paulat
48d71cc14d Placefile text statement support
- Merged place and text
- Todo: Custom fonts not yet supported
- Todo: End statements sometimes appear after "Text" or other items
- Todo: Support "Title" statement
2023-07-21 00:26:42 -05:00
Dan Paulat
9f5de14f6b Render placefile Place statement 2023-07-20 23:40:32 -05:00
Dan Paulat
fed94e0b7f Update placefile parsing to use custom tokenizer instead of regex 2023-07-17 21:59:30 -05:00
Dan Paulat
c99e24f2c1 Ignore comment character if it appears in quotes 2023-07-17 21:57:04 -05:00
Dan Paulat
88475f5b0e Initial placefile parsing 2023-07-16 01:41:29 -05:00