Imbris
|
c09eb77149
|
Add srgb converion in shaders
|
2019-08-15 23:56:14 -04:00 |
|
timokoesters
|
1227596406
|
Implement specifier syntax and cleanup
|
2019-08-06 08:31:48 +02:00 |
|
Monty Marz
|
96b677a2b0
|
Tooltips
|
2019-07-29 14:06:13 +00:00 |
|
Imbris
|
4ad42c57e4
|
Add ui scale setting and slider
|
2019-07-28 16:54:30 -04:00 |
|
Imbris
|
d2f8c47361
|
Pass BufReader to Asset::load()
|
2019-07-03 05:02:01 -04:00 |
|
Imbris
|
ce33a6e1f8
|
Remove warnings
|
2019-07-02 23:09:37 -04:00 |
|
Imbris
|
cff79eadc9
|
Add glyph cache resizing, move when resize occurs
|
2019-07-02 22:31:20 -04:00 |
|
Imbris
|
b5ed35fd27
|
Smaller graphics cache that removes unused items
|
2019-07-02 21:21:36 -04:00 |
|
Cody
|
14ac5babd4
|
Removes most unused imports; changes some unused variables to underscores or provides a leading underscore; removes some unnecessary variables and mutable declarations; and performs other miscellaneous warning fixes.
|
2019-06-06 14:48:41 +00:00 |
|
Cody
|
04d4dc1da5
|
Reverts one erroneous change, further corrects another comment.
|
2019-06-01 00:52:20 -04:00 |
|
Cody
|
a258be7aac
|
Fixes some typos, comment inconsistencies, and incorrect naming conventions.
|
2019-05-31 16:36:16 -04:00 |
|
Imbris
|
061ab9f45e
|
limit ingame element size
Former-commit-id: b60e297096ad354cae77482fe84aca88bb9a8f3e
|
2019-05-28 20:47:03 -04:00 |
|
Imbris
|
3c7f463330
|
Don't create Consts if they are not needed
Former-commit-id: 3af8652100c009afda53637b292ded67587d89d4
|
2019-05-26 11:24:26 -04:00 |
|
Imbris
|
4a8e85ef64
|
restore lost changes
Former-commit-id: a94c52677287131e02c88748694dfbcaf90b531a
|
2019-05-26 11:24:25 -04:00 |
|
Imbris
|
1d5bf26491
|
Round resolution scaling to powers of 2
Former-commit-id: c4ae59271076e1402eb1012257b6e40f082faf06
|
2019-05-24 02:31:04 -04:00 |
|
Imbris
|
24a14b083f
|
Scaling of ingame text rasterization to match final size
Former-commit-id: 9f9e900afef2400af35d579e66ba95097e169b87
|
2019-05-24 02:31:04 -04:00 |
|
Imbris
|
db910855df
|
Simplify ingame.rs, fix adding new entities
Former-commit-id: 3e92c4c8c1c580e2b2d95eecd213ac42cf0dd0bc
|
2019-05-24 02:31:03 -04:00 |
|
Imbris
|
93ec66a8b1
|
Add ability to position tuples of widgets ingame
Former-commit-id: e2958a37e7062132d6a7b6d5ad61bd4002768532
|
2019-05-24 02:31:02 -04:00 |
|
Imbris
|
b828bffba9
|
Make name labels work
Former-commit-id: 633905535d2842b320d347e368a28ac967a8469a
|
2019-05-24 02:31:02 -04:00 |
|
Imbris
|
7fd3854093
|
ingame_ui
Former-commit-id: 5e836043d58f9217d711462d9f700e3eb096a076
|
2019-05-24 02:31:01 -04:00 |
|
Imbris
|
7855dfe52f
|
Add screenshot, fullscreen, & debug keys
Former-commit-id: 9358575794b71535905c5133eb6764284c35fb34
|
2019-05-18 17:16:35 -04:00 |
|
Cody
|
6b09fd7c53
|
Pedantic comment and language fixes.
Former-commit-id: eb49765c911aaa97a9c8ed351216a7a6f8411213
|
2019-05-17 18:32:07 -04:00 |
|
Imbris
|
8e0c1b1abd
|
cleanup some warnings, pretty crash string literal
Former-commit-id: 43492866f624c12c87762a94188c6c193e5bb90c
|
2019-05-17 03:55:51 -04:00 |
|
Louis Pearson
|
5d5042840e
|
Change vec<u8> to BufReader
Former-commit-id: 4ca814a93cf697f79512ea982d68044539092019
|
2019-05-13 17:28:17 -06:00 |
|
Imbris
|
ca60b86f53
|
add ImageSlider widget
Former-commit-id: 218eb14090365f9ea3c6fb956fcdb989d51aaea2
|
2019-05-13 13:09:38 -04:00 |
|
Imbris
|
aed6750885
|
add multisampling option to voxel graphics
Former-commit-id: d5ca47cd029226d1268c6d860516bfea6f9c5cf6
|
2019-05-11 10:25:15 -04:00 |
|
Imbris
|
b99a8dea39
|
Stop recreating vertex buffers for ui
Former-commit-id: 6e9326d1bca942e4da70281e3d86b624f9d2504a
|
2019-05-11 10:22:20 -04:00 |
|
Imbris
|
89c06e8359
|
split up voxygen/src/ui/mod.rs
Former-commit-id: e220b1ce38f93fbb295c9aae3591e4b3899f57e4
|
2019-05-11 10:22:17 -04:00 |
|
Imbris
|
13350856db
|
small cleanup
Former-commit-id: 2996ce0cf33337bf52810f1e52b2c02d6eba5c7f
|
2019-05-11 10:22:16 -04:00 |
|
Imbris
|
caea30a34f
|
make ui ignore resize to <1.0 events
Former-commit-id: d4baa8234f6c25f2c28c07c1dbf06e6c191a4127
|
2019-05-11 10:22:16 -04:00 |
|
Imbris
|
81c5a070c5
|
move conrod font out of common
Former-commit-id: 1e7cbce00eddff6c765326671d04d9494639773e
|
2019-05-07 02:25:26 -04:00 |
|
Imbris
|
eb3d8310f8
|
rustfmt
Former-commit-id: 7e2cdb284c670b5991c69b6aab042194c806171f
|
2019-05-07 01:40:03 -04:00 |
|
Imbris
|
99d6c92c8d
|
rebase
Former-commit-id: d73c1bcd433fea599fb4d342918117b23324c8d2
|
2019-05-07 01:39:32 -04:00 |
|
Imbris
|
5c63f398ba
|
replace typing field with function and cleanup
Former-commit-id: eed8063a12ac475927e9d0eabc0aafc0598ce9ef
|
2019-05-07 01:27:24 -04:00 |
|
timokoesters
|
f695973bb2
|
Make fonts work, Remove style
Former-commit-id: 53d158aff30d8c53b86deb62f7079ba06b5119ce
|
2019-05-07 01:08:27 -04:00 |
|
Imbris
|
775b5e731e
|
integrate blank graphic, remove Graphic from impls
Former-commit-id: 190e03fe98591e8ab29d1202cf462cf6b51ede4d
|
2019-05-07 00:57:42 -04:00 |
|
Imbris
|
1d5020634d
|
revamp asset system with a global singleton cache
Former-commit-id: edfc83397ed897fcec37589261c2cfae42d6ec32
|
2019-05-07 00:44:44 -04:00 |
|
timokoesters
|
c7dd3e96cc
|
Start work on image_ids! and asset loading
Former-commit-id: 1e86e627f8ec6a146aa59558da50658beaad91c6
|
2019-05-07 00:28:05 -04:00 |
|
robojumper
|
31a8e653c4
|
Fix panic when minimizing, show backtraces when panicking
Former-commit-id: 0ad401d81a2f7b4d0b766578238d2ab9259f80eb
|
2019-05-05 20:42:44 +02:00 |
|
Forest Anderson
|
993388e56a
|
Ran fmt on codebase
Former-commit-id: 7fecffa1dc66fffba4f07d45fb80960dc5178f4f
|
2019-04-29 20:37:19 +00:00 |
|
Imbris
|
0daa8ef3f3
|
fix scaling artifacts
Former-commit-id: 7b90e7d033438a0c83e254ea7bcc791ad83808b3
|
2019-04-20 08:59:26 -04:00 |
|
Imbris
|
1143c58e37
|
add graphic cache clearing on resize
Former-commit-id: 49b3a52036171fd8b66d9fae73bebb15fbf83a0b
|
2019-04-19 21:35:12 -04:00 |
|
Imbris
|
7707636c4e
|
rearrange ui graphic code
Former-commit-id: d0ea7feee59a1daf4ad93e9b9224750deb75ee45
|
2019-04-19 15:06:58 -04:00 |
|
Imbris
|
0b4e268dee
|
add blank graphic, ao for voxel graphics in the ui
Former-commit-id: ceaba13fdd47707a8804886b5db2260a8cbba2f1
|
2019-04-19 15:06:58 -04:00 |
|
Imbris
|
2e69526069
|
initial setup for .vox rendering
Former-commit-id: bc3d2432c41d9dc3e1f57e569f3aecb9be3fe79a
|
2019-04-19 15:00:13 -04:00 |
|
Imbris
|
e755afce91
|
simplify chat keybaord capture
Former-commit-id: 3c5c5c241fe0c0d97059c7b87c0c08104eb5c5fe
|
2019-04-14 20:45:54 -04:00 |
|
Imbris
|
3812e0b58f
|
stop zooming when scrolling chat
Former-commit-id: a94f26e30029ef4cff1807c2347cbd2490c4afd7
|
2019-04-14 20:15:12 -04:00 |
|
Imbris
|
5e576f048e
|
use modified version of conrod
Former-commit-id: 6a4697d02e18732dbf9ad679bac761c5a73457fa
|
2019-04-13 10:52:48 -04:00 |
|
Pfauenauge90
|
3f2a938735
|
Key Command Changes, Char Window
Former-commit-id: 16c94f35da889ea418e7dc32043e6ebd25f2664b
|
2019-04-09 18:30:13 +02:00 |
|
Pfauenauge90
|
6ebff7ce2c
|
Merged with UI-Input
Former-commit-id: f18e92dcac87c3b2806065078c70527ffd805876
|
2019-04-04 16:45:57 +02:00 |
|