Gleb Mazovetskiy
|
d6b7949dab
|
Fonts: Use pre-cropped CLX sprites
Built-in font size decreased by 121,587 bytes
(2,287,332 -> 2,165,745).
Fixes #6361
|
3 years ago |
Gleb Mazovetskiy
|
6d1064b57a
|
Re-encode all the bundled CLX assets
Following the CLX encoding fix in https://github.com/diasurgical/devilutionx-graphics-tools/pull/3
|
3 years ago |
staphen
|
9acedd25e4
|
Fix yellow color used in UI dialog
|
3 years ago |
Anders Jenbo
|
c99f7cf644
|
Floating numbers (#5639)
Co-authored-by: qndel <stefan551@o2.pl>
Co-authored-by: Stephen C. Wills <staphen@gmail.com>
|
3 years ago |
staphen
|
f17ea8db98
|
Implement settings menu for gamepad customization
|
3 years ago |
staphen
|
1648a3d99f
|
Fix gamepad icon size and alignment
|
3 years ago |
Nicholas Calaway
|
eb45857422
|
Gamepad icons (#5357)
|
3 years ago |
Gleb Mazovetskiy
|
17a97450bc
|
Convert assets to CLX
Converted using the following commands:
```
cd Packaging/resources/assets
pcx2clx --transparent-color 1 --num-sprites 256 fonts/*.pcx && rm fonts/*.pcx
pcx2clx --num-sprites 2 ui_art/dvl_but_sml.pcx && rm ui_art/dvl_but_sml.pcx
pcx2clx --transparent-color 1 data/hintbox.pcx data/hintboxbackground.pcx && rm data/hintbox.pcx data/hintboxbackground.pcx
pcx2clx --transparent-color 1 --num-sprites 6 data/hinticons.pcx && rm data/hinticons.pcx
pcx2clx --num-sprites 2 data/panel8buc.pcx data/dirtybuc.pcx data/dirtybucp.pcx && rm data/panel8buc.pcx data/dirtybuc.pcx data/dirtybucp.pcx
pcx2clx --transparent-color 1 data/healthbox.pcx && rm data/healthbox.pcx
pcx2clx --transparent-color 1 --num-sprites 6 data/resistance.pcx && rm data/resistance.pcx
pcx2clx --transparent-color 1 --num-sprites 5 data/monstertags.pcx && rm data/monstertags.pcx
pcx2clx --transparent-color 1 data/stash.pcx && rm data/stash.pcx
pcx2clx --transparent-color 1 --num-sprites 5 data/stashnavbtns.pcx && rm data/stashnavbtns.pcx
pcx2clx **/*.pcx && rm **/*.pcx
git checkout master -- ui_art/black_diablo.pcx ui_art/black_hellfire.pcx data/charbg.pcx data/talkbutton.pcx data/panel8bucp.pcx
rm ui_art/black_diablo.clx ui_art/black_hellfire.clx data/charbg.clx data/talkbutton.clx data/panel8bucp.clx
```
|
4 years ago |
Gleb Mazovetskiy
|
f8a72fddd3
|
Reduce 12px font space width from 9px to 5px
Fixes #4397
|
4 years ago |
Anders Jenbo
|
42e499f64c
|
Use New Athena Unicode to generate proper Greek symbols
|
4 years ago |
Anders Jenbo
|
cb8b9176fa
|
Fix underscore for font 12
|
4 years ago |
Anders Jenbo
|
73194b58a9
|
Correct spacing for font 22-*
Fixes #3523
|
4 years ago |
Anders Jenbo
|
69dbe0b3b2
|
Promote additional sumbols to the core fonts
General Punctuation
Superscripts and Subscripts
Currency Symbols
Combining Diacritical Marks for Symbols
|
4 years ago |
Anders Jenbo
|
62e5e867d2
|
Correct kerning for Greek font
|
4 years ago |
Anders Jenbo
|
1a46c6eee6
|
Clean up look of 1 and + in the small font
|
4 years ago |
Anders Jenbo
|
2a600d8e55
|
Add additional emojis
|
4 years ago |
Anders Jenbo
|
827f724eee
|
Correct position of underscore
|
4 years ago |
Anders Jenbo
|
09db8f1b86
|
Fix cyrillic UI font kerning
Fixes #3318
|
4 years ago |
Anders Jenbo
|
73e749f491
|
Adjust dialog font metrics
|
4 years ago |
Anders Jenbo
|
5a64dfecb9
|
Patch dialog font with Unifont
|
4 years ago |
Anders Jenbo
|
2d3574db70
|
Add basic emojis based on Twemoji
|
4 years ago |
Anders Jenbo
|
fba4c08753
|
Fix Greek font file
|
4 years ago |
Anders Jenbo
|
4dd8b121ec
|
Replace TTF with PCX font
|
5 years ago |
Anders Jenbo
|
6321ddb721
|
Generate devilutionx.mpq
|
5 years ago |