This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //ValveGames/rel/swarm/game/bin/AdminServer.dll#8 - edit change 6019183 (binary) | |
| //ValveGames/rel/swarm/game/bin/Dist2alpha.exe#9 - edit change 6019183 (binary+x) | |
| //ValveGames/rel/swarm/game/bin/Dist2alpha.pdb#9 - edit change 6019183 (binary) | |
| //ValveGames/rel/swarm/game/bin/FileSystemOpenDialog.dll#7 - edit change 6019183 (binary) | |
| //ValveGames/rel/swarm/game/bin/FileSystemOpenDialog.pdb#7 - edit change 6019183 (binary) | |
| //ValveGames/rel/swarm/game/bin/FileSystem_Stdio.dll#12 - edit change 6019183 (binary) | |
| //ValveGames/rel/swarm/game/bin/MaterialSystem.dll#10 - edit change 6019183 (binary) | |
| //ValveGames/rel/swarm/game/bin/QC_Eyes.exe#7 - edit change 6019183 (binary) | |
| //ValveGames/rel/swarm/game/bin/QC_Eyes.pdb#7 - edit change 6019183 (binary) | |
| //ValveGames/rel/swarm/game/bin/SDKLauncher.exe#15 - edit change 6019183 (binary) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @font-face { | |
| font-family: 'JetBrains Mono'; | |
| src: url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono/web/woff2/JetBrainsMono-Bold-Italic.woff2') format('woff2'), | |
| url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono/web/woff/JetBrainsMono-Bold-Italic.woff') format('woff'); | |
| font-weight: 700; | |
| font-style: italic; | |
| font-display: swap; | |
| } | |
| @font-face { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html, aggregate list from each section | |
| address-book-new The icon used for the action to create a new address book. | |
| application-exit The icon used for exiting an application. Typically this is seen in the application's menus as File->Quit. | |
| appointment-new The icon used for the action to create a new appointment in a calendaring application. | |
| call-start The icon used for initiating or accepting a call. Should be similar to the standard cellular call pickup icon, a green handset with ear and mouth pieces facing upward. | |
| call-stop The icon used for stopping a current call. Should be similar to the standard cellular call hangup icon, a red handset with ear and mouth pieces facing downward. | |
| contact-new The icon used for the action to create a new contact in an address book application. | |
| document-new The icon used for the action to create a new document. | |
| document-open The icon used for the action to open a document. | |
| document-open-recent T |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #define STB_IMAGE_WRITE_IMPLEMENTATION | |
| #include "stb_image_write.h" | |
| #include <ft2build.h> | |
| #include FT_FREETYPE_H | |
| #define NUM_GLYPHS 128 | |
| struct glyph_info { | |
| int x0, y0, x1, y1; // coords of glyph in the texture atlas |