|
b61088195a
|
update deps (aggressive)
|
2024-07-22 13:21:47 -07:00 |
|
|
19ab098be0
|
wgpu 22.0.0
|
2024-07-22 13:21:47 -07:00 |
|
|
bf1fad9fc4
|
use strafesnet registry
|
2024-07-22 13:21:47 -07:00 |
|
|
62b5ba2b33
|
pretty polygon fanning from vbsp code
|
2024-07-22 13:21:47 -07:00 |
|
|
f2a7b44884
|
print texture load error
|
2024-07-22 13:21:47 -07:00 |
|
|
c054b6aab3
|
update deps
|
2024-07-22 13:21:47 -07:00 |
|
|
7caec210ce
|
include meshes symbolic link
|
2024-07-22 13:21:47 -07:00 |
|
|
5fdcf9047c
|
implement roblox mesh loading
|
2024-07-22 13:21:47 -07:00 |
|
|
3756af9638
|
update strafesnet deps
|
2024-07-22 13:21:47 -07:00 |
|
|
8424fea634
|
redesign style data structures + fly
|
2024-07-22 13:21:47 -07:00 |
|
|
874984fd98
|
use strafesnet registry
|
2024-03-29 02:55:49 -07:00 |
|
|
0e4489b360
|
write crate niceties
|
2024-03-29 02:55:13 -07:00 |
|
|
324e0eb69b
|
use strafesnet registry
|
2024-03-29 02:55:13 -07:00 |
|
|
e391e9bc27
|
use strafesnet registry
|
2024-03-29 02:54:56 -07:00 |
|
|
77d120597d
|
update rbx_mesh
|
2024-03-29 02:54:38 -07:00 |
|
|
44b2ae1c10
|
use strafesnet registry
|
2024-03-29 02:54:38 -07:00 |
|
|
12b04a97d6
|
update rbx deps
|
2024-03-29 01:44:42 -07:00 |
|
|
46c73b80c6
|
fix missing bsp_loader commit
|
2024-03-15 19:24:52 -07:00 |
|
|
127534632e
|
use rbx_mesh crate
|
2024-03-13 13:56:52 -07:00 |
|
|
9aca2575a8
|
v0.3.0 roblox mesh support
|
2024-03-13 13:38:52 -07:00 |
|
|
1f2ad779f1
|
roblox mesh converter + loading
|
2024-03-13 13:37:31 -07:00 |
|
|
775d1972dc
|
update common
|
2024-03-13 13:36:38 -07:00 |
|
|
c835183abd
|
add rbx_mesh dep
|
2024-03-13 13:36:25 -07:00 |
|
|
e2473f0537
|
update common
|
2024-03-13 11:29:53 -07:00 |
|
|
acaeaccf68
|
update common
|
2024-03-13 11:29:28 -07:00 |
|
|
a9f3e61f2b
|
why is this private
|
2024-03-13 11:25:02 -07:00 |
|
|
790c72a1b8
|
implement legacy roblox mesh loader
|
2024-03-13 10:22:46 -07:00 |
|
|
e37d8540c2
|
update common
|
2024-03-12 21:59:36 -07:00 |
|
|
db142d125b
|
add Clone for Mesh
|
2024-03-12 21:42:19 -07:00 |
|
|
fab60f19ee
|
misc
|
2024-03-09 10:47:39 -08:00 |
|
|
5ed15e783d
|
update common
|
2024-03-02 13:10:13 -08:00 |
|
|
a1aafed513
|
update common
|
2024-03-02 13:09:53 -08:00 |
|
|
a051f442df
|
use entities & brushes instead of models
|
2024-03-02 13:08:16 -08:00 |
|
|
4f166e0d5c
|
update common
|
2024-03-02 13:08:16 -08:00 |
|
|
ef922135e6
|
update deps
|
2024-03-02 13:06:04 -08:00 |
|
|
9aec0e1b52
|
misc
|
2024-03-02 04:58:39 -08:00 |
|
|
b065f83faf
|
fix jump limit
|
2024-03-02 04:58:31 -08:00 |
|
|
39b202176f
|
redesign StyleModifiers
|
2024-03-02 04:58:00 -08:00 |
|
|
3979eec34c
|
why is this split
|
2024-02-22 00:24:14 -08:00 |
|
|
0a50ee3cbd
|
disable physics
|
2024-02-21 09:15:14 -08:00 |
|
|
b73da3e552
|
make use of into
|
2024-02-21 09:15:05 -08:00 |
|
|
cc7713ca73
|
jump_limit changes
|
2024-02-21 02:34:17 -08:00 |
|
|
0ac1c1aa6b
|
adjust clipping planes
|
2024-02-18 00:23:27 -08:00 |
|
|
0a75e78c90
|
update deferred_loader
|
2024-02-17 22:08:06 -08:00 |
|
|
2273f881b2
|
unneeded path operations
|
2024-02-17 22:05:03 -08:00 |
|
|
ecc8d2395b
|
update bsp_loader
|
2024-02-17 20:32:03 -08:00 |
|
|
c0a85cd719
|
improve texture transform math
|
2024-02-17 20:31:02 -08:00 |
|
|
3cab9afa32
|
indices is already a polygon list
|
2024-02-17 19:59:29 -08:00 |
|
|
e2bd8b4038
|
v0.9.5 fix graphical bug
|
2024-02-16 20:03:15 -08:00 |
|
|
4a53040011
|
use .entry().or_insert_with() pattern everywhere
|
2024-02-16 06:04:24 -08:00 |
|