1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 18:54:05 +02:00
Commit graph

129 commits

Author SHA1 Message Date
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
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
dde4ec2a83 add more brush entity types 2023-12-20 19:40:12 +01:00
7a491f8627 0.3.0 2023-12-19 19:32:30 +01:00
845a454a10 typo 2023-12-19 19:27:37 +01:00
a6b367a235 field name 2023-12-19 19:12:42 +01:00
8e2bf62a2e clippy fix 2023-12-19 19:08:05 +01:00
5c7b6e9fbd add Packfile::has 2023-12-19 18:59:19 +01:00
160370b5f8 fix texture transforms 2023-12-15 20:45:56 +01:00
6b4f553221 fix uv scaling 2023-12-12 21:39:55 +01:00
49da1f34f3 tweak face visability 2023-12-12 21:39:42 +01:00
f1ead50800 texture work 2023-12-09 20:25:33 +01:00
b09389770c flake update 2023-12-09 16:31:34 +01:00
e5a3d7ae24 work around circular derive dependency 2023-11-12 14:30:16 +01:00
b9177ea51b update dependencies 2023-11-12 00:14:44 +01:00
7aacb8a6eb derive: update to syn2 and structmeta 2023-11-11 23:41:18 +01:00
1042648059 use forked release of zip 2023-11-11 22:41:33 +01:00
c0e92029e5 fuzz wrapper 2023-11-11 22:24:54 +01:00
903402419d check msrv 2023-11-11 22:03:39 +01:00
5f1e05d6f3 0.2.0 2023-11-11 21:40:22 +01:00
b217226667 semver check 2023-11-11 21:38:14 +01:00
7331df6ad5
Merge pull request #4 from MinusGix/fix-validate-indexes
allow empty indexes
2023-11-11 21:30:18 +01:00
MinusGix
d526228740 allow empty indexes 2023-11-05 17:32:54 -06:00
0850bb8dbd nix ci 2023-06-08 19:31:12 +02:00
35ef379950 rework deplacement neighbours again 2022-12-24 19:04:38 +01:00
9c85ff5885 generic params are allowed to have real names 2022-12-24 00:17:16 +01:00
5912584a74 normal generic code written by normal people
to de-deplicate some bits
2022-12-24 00:14:54 +01:00
cc14c4e5d7 some more sub-neighbour rework 2022-12-23 23:51:29 +01:00
46a03acd30 improve unwrapping custom binrw errors 2022-12-23 23:20:52 +01:00
f22ee95214 dont panic when parsing invalid displacement neighbours 2022-12-23 14:57:13 +01:00
148c6c59bd fix oom errors with malformed inputs 2022-12-22 22:53:46 +01:00
697052897e fuzz init 2022-12-21 22:49:02 +01:00
e132a34a00 texture info handling 2022-12-07 22:03:32 +01:00
c459a8308b bump dependencies 2022-12-05 16:52:03 +01:00
ea5a2662bf add flake 2022-12-05 16:51:22 +01:00