Quaternions
|
6e3c0659cb
|
support bsp version 19
|
2025-02-22 01:15:27 +01:00 |
|
|
|
ebc4e8b3ed
|
Merge pull request #14 from krakow10/version19
Add LeafV0 + Leaves Version Decoding
|
2025-02-22 01:14:27 +01:00 |
|
|
|
d586ad882f
|
Merge pull request #12 from krakow10/proplump5
StaticPropLumpV5 + V4
|
2025-02-21 14:51:39 +01:00 |
|
|
|
80935592ce
|
reduce StaticPropLump duplication
|
2025-02-20 22:14:06 +01:00 |
|
Quaternions
|
1bc218ab6a
|
add LeafV0
|
2025-02-20 02:16:44 +01:00 |
|
Quaternions
|
08414d9b51
|
impl BinRead for Leaves
Read LeafV1 and convert into Leaf
|
2025-02-20 02:16:44 +01:00 |
|
Quaternions
|
8d2ea3d6fb
|
include Lump version in LumpReader
|
2025-02-20 02:16:44 +01:00 |
|
Quaternions
|
75728cfab6
|
move Leaves code into module
|
2025-02-20 02:16:44 +01:00 |
|
Quaternions
|
a6d9b3472a
|
StaticPropLumpV4
|
2025-02-20 01:39:56 +01:00 |
|
Quaternions
|
c7c2cfd814
|
StaticPropLumpV5
|
2025-02-20 01:39:56 +01:00 |
|
|
|
0d2113f2e6
|
Merge pull request #13 from krakow10/version
BspFile Changes
|
2025-02-19 23:21:08 +01:00 |
|
|
|
7f2c927e7b
|
restore UnexpectedHeader
|
2025-02-19 23:15:02 +01:00 |
|
Quaternions
|
8f6496e456
|
remove BspError::UnexpectedHeader
|
2025-02-17 17:20:11 -08:00 |
|
Quaternions
|
d0a1666539
|
fold BspVersion into Header, use binrw magic for FourCC
|
2025-02-17 17:20:11 -08:00 |
|
|
|
f0c226044d
|
update workflow
|
2025-02-15 17:02:38 +01:00 |
|
|
|
62ea2016af
|
formatting
|
2025-02-15 17:02:38 +01:00 |
|
|
|
2bb996236e
|
fix --no-default-features
|
2025-02-15 17:02:38 +01:00 |
|
|
|
5e1ae07d36
|
clippy fixes
|
2025-02-15 17:02:38 +01:00 |
|
|
|
efb0a0f7f2
|
update msrv
|
2025-02-15 17:02:38 +01:00 |
|
|
|
1ea84fcef8
|
move benches to criterion
|
2025-02-15 17:02:38 +01:00 |
|
|
|
6e3999fad3
|
Merge pull request #11 from krakow10/ent-tf2
Move Entities to Folder With Feature Flag
|
2025-02-14 21:20:34 +01:00 |
|
Quaternions
|
fe1b32b44a
|
move entities to game folder behind feature flag
|
2025-02-14 21:16:30 +01:00 |
|
Quaternions
|
63e36fb1f8
|
central bool_from_int
|
2025-02-14 21:16:30 +01:00 |
|
|
|
3bb3d8f795
|
flake update
|
2025-02-14 21:16:16 +01:00 |
|
|
|
a4a00f66b1
|
Merge pull request #10 from krakow10/entity
Entity Changes
|
2025-02-14 21:08:57 +01:00 |
|
|
|
bdb6b003c6
|
Merge pull request #7 from krakow10/ent-iter
impl IntoIterator for &Entities
|
2025-02-14 20:55:20 +01:00 |
|
|
|
fab5ba8b3b
|
Merge pull request #9 from krakow10/fromstr
FromStrProp impls for Expanded Parsing Capability
|
2025-02-14 20:52:10 +01:00 |
|
Quaternions
|
265cf21caf
|
generic Entity parse
Allow multiple entity implementations to enabled simultaneously, select which one to use with generics.
|
2025-02-14 10:01:37 -08:00 |
|
Quaternions
|
bfc70d63cd
|
remove EntityParseError::NoSuchProperty
Optional semantics should not be folded into the error type.
|
2025-02-14 09:39:23 -08:00 |
|
Quaternions
|
3858ba46de
|
remove unknown entity
The caller already has the RawEntity, there does not need to be any special values.
|
2025-02-14 09:33:40 -08:00 |
|
Quaternions
|
ba08e13b46
|
fix ElementCount (too many) for Vector
|
2025-02-13 16:14:32 -08:00 |
|
Quaternions
|
a6bb2aba5c
|
fix ElementCount (too many) for LightColor
|
2025-02-13 16:13:50 -08:00 |
|
Quaternions
|
105296bbae
|
impl FromStrProp for Angles
|
2025-02-13 16:13:50 -08:00 |
|
Quaternions
|
a0e9599470
|
impl FromStrProp for LightColor
|
2025-02-13 16:13:50 -08:00 |
|
Quaternions
|
a32b9f060e
|
impl FromStrProp for Color
|
2025-02-13 16:13:50 -08:00 |
|
Quaternions
|
011260e360
|
impl IntoIterator for &Entities
|
2025-02-06 08:55:20 -08:00 |
|
|
|
28bdbf678d
|
workflow updates
|
2024-08-29 13:41:40 +02:00 |
|
|
|
71b5ff73f1
|
0.6.0
|
2024-08-29 13:24:30 +02:00 |
|
|
|
f414c8cc97
|
cleanup and updates
|
2024-08-29 00:03:17 +02:00 |
|
|
|
f6e2a200ca
|
serde entity parsing
|
2024-08-29 00:02:06 +02:00 |
|
|
|
84a66e06a3
|
Merge pull request #5 from krakow10/node-typo
typo
|
2024-02-14 15:42:55 +01:00 |
|
Quaternions
|
e1b4735961
|
typo
|
2024-02-13 23:49:35 -08:00 |
|
|
|
b4e08b6e65
|
allow getting prop data from static and dynamic props
|
2023-12-27 20:59:18 +01:00 |
|
|
|
89f2f3ba7a
|
entity utf8 again
|
2023-12-27 20:59:18 +01:00 |
|
|
|
d11d90c8e6
|
entity utf8 fixes?
|
2023-12-27 20:12:26 +01:00 |
|
|
|
14c93cb157
|
Revert "no face normals for now for semver"
This reverts commit f0d614e60c.
|
2023-12-21 18:10:55 +01:00 |
|
|
|
f0d614e60c
|
no face normals for now for semver
|
2023-12-21 18:10:25 +01:00 |
|
|
|
1ed6b0f5c9
|
0.5.0
|
2023-12-21 17:50:25 +01:00 |
|
|
|
7702ca17a6
|
face normals
|
2023-12-21 17:48:31 +01:00 |
|
|
|
cdf52722f8
|
fix triangulation order
|
2023-12-21 15:57:13 +01:00 |
|