1700 Commits

Author SHA1 Message Date
Bixilon
c143c52e22
wip: hud tab list 2021-09-17 17:17:30 +02:00
Bixilon
aa7f5ca36e
fix crash/freeze in particle renderer 2021-09-16 18:21:19 +02:00
Bixilon
357d40af4c
improve particle, physics performance 2021-09-15 23:30:15 +02:00
Bixilon
8fe880caec
hud: text flow background fixes 2021-09-15 22:02:29 +02:00
Bixilon
0c35295aa5
hud: internal chat, fixes 2021-09-15 21:56:54 +02:00
Bixilon
82dc2a253f
hud/gui: far improved TextFlowElement 2021-09-15 20:44:02 +02:00
Bixilon
dd8a354bdc
hud: ZLayout 2021-09-15 15:13:16 +02:00
Bixilon
9a1bfb238f
fixes, wip chat hud 2021-09-13 23:09:44 +02:00
Bixilon
c3c2490540
fix some font loading bugs in LegacyUnicodeFontProvider 2021-09-13 15:07:23 +02:00
Bixilon
f79acb31bc
improve some things 2021-09-13 13:18:20 +02:00
Bixilon
6e2d559561
fix some camera bugs
* Fix 20 fps tick movement update
* Fix bugging when joining/getting teleported
2021-09-13 00:07:24 +02:00
Bixilon
5443c8a656
fix issue with 100% cpu usage when pausing packets 2021-09-12 23:52:55 +02:00
Bixilon
fa5d41f7e0
only recalculate frustum when position changes (performance) 2021-09-12 22:24:48 +02:00
Bixilon
b7aa711581
improve hud performance: caching, delete texture data on cpu when loaded 2021-09-12 20:23:46 +02:00
Bixilon
c12746f5ac
reduce eros "flickering", #38 2021-09-12 19:43:42 +02:00
Bixilon
4c1ef66cf3
wip hud atlas, crosshair 2021-09-12 19:25:12 +02:00
Bixilon
dc40acb56a
update some documentation 2021-09-11 21:31:39 +02:00
Bixilon
289a0875a3
keybindings: Fix STICKY_INVERTED, hud toggle keybindings 2021-09-11 19:29:12 +02:00
Bixilon
65744d625f
deprecate KeyBindingsNames 2021-09-11 17:57:11 +02:00
Bixilon
898aa31e6b
hud: more f3 debug info 2021-09-11 16:23:52 +02:00
Bixilon
b53fd1a16d
debug hud improvements, text background fixes 2021-09-11 15:36:06 +02:00
Bixilon
39758cf057
hud: font rendering fixes, more debug info 2021-09-11 11:35:42 +02:00
Bixilon
034e6e8f01
hud: font background 2021-09-10 22:37:28 +02:00
Bixilon
6af9876cb1
hud: more debug info 2021-09-10 21:22:31 +02:00
Bixilon
cc166127f8
TextComponent: Default formatting, hud rendering improvements 2021-09-10 20:52:33 +02:00
Bixilon
dcb8a05cb5
GridLayout: columns 2021-09-09 21:14:46 +02:00
Bixilon
5fed1600eb
wip GridLayout, hud improvements 2021-09-09 20:33:50 +02:00
Bixilon
ca4b560c30
debug hud: more debug info 2021-09-08 17:47:23 +02:00
Bixilon
dd270e3754
hud: text alignment 2021-09-08 17:24:21 +02:00
Bixilon
99c9257872
TextComponent: improve url detection splitting 2021-09-08 16:59:27 +02:00
Bixilon
e19746214d
hud: spacer elements, fix z issues with world 2021-09-07 17:28:03 +02:00
Bixilon
1b25e8e19a
wip debug hud 2021-09-07 16:59:57 +02:00
Bixilon
061f2e0f39
gui: wip margin, padding 2021-09-06 13:26:08 +02:00
Bixilon
e680058a83
font: calculate atlas char width 2021-09-06 12:05:59 +02:00
Bixilon
bfeafe86ec
improve font scaling, TextComponent: fix size changing bugs 2021-09-06 11:23:57 +02:00
Bixilon
e736e58001
hud: RowLayout 2021-09-06 10:39:52 +02:00
Bixilon
043fad6554
bump dependencies 2021-09-06 10:18:24 +02:00
Bixilon
390a7e7f99
far improved experimental fps 2021-08-31 19:29:04 +02:00
Bixilon
8bf7246bb7
element: rename maxSize to prefMaxSize, remove RenderWindow::setRenderStatus 2021-08-31 15:25:39 +02:00
Bixilon
f25ec89bde
hud: pre size calculation 2021-08-31 15:12:50 +02:00
Bixilon
129ca3f78e
eros: register key account add callbacks in postInit, fixes #37 2021-08-31 15:12:22 +02:00
Bixilon
fa84eff093
pre size calculation 2021-08-05 11:29:22 +02:00
Bixilon
3d198617cb
eros: add ice 693 crash report note 2021-08-04 23:26:51 +02:00
Bixilon
e70efd2c20
text wrapping 2021-08-04 22:18:11 +02:00
Bixilon
69ae387d0b
font rendering: z, fix issue in non italic mode 2021-08-04 20:07:41 +02:00
Bixilon
a4a2dfc6ac
add ice 272 eros crash report comment 2021-08-04 19:58:44 +02:00
Bixilon
4837fc4fd6
font rendering: calculate width 2021-08-04 19:30:15 +02:00
Bixilon
2ee3868a4b
wip: TextComponent rendering 2021-08-04 16:36:43 +02:00
Bixilon
1f86d73846
font rendering: formatting
* Italic
* Bold
* Underlined
* Shadow
* Strikethrough
2021-08-04 14:54:54 +02:00
Bixilon
620a49d348
wip HUDRenderer 2021-08-04 13:14:06 +02:00