Gwilym Kuiper
|
7d43903ee0
|
Merge pull request #323 from gwilymk/remove-frequency-features
Remove frequency features
|
2022-10-08 22:24:07 +01:00 |
|
Gwilym Kuiper
|
cc66b65847
|
Update the docs
|
2022-10-08 21:39:48 +01:00 |
|
Gwilym Kuiper
|
f125025409
|
Add changelog entry for removing frequency features
|
2022-10-08 21:24:47 +01:00 |
|
Gwilym Kuiper
|
870478353c
|
Use the correct buffer sizes
|
2022-10-08 21:20:13 +01:00 |
|
Gwilym Kuiper
|
c0821c9229
|
Ensure packed(4)
|
2022-10-08 17:14:58 +01:00 |
|
Gwilym Kuiper
|
fe2e480f28
|
Remove pointless casts
|
2022-10-08 17:13:25 +01:00 |
|
Gwilym Kuiper
|
faed7b456f
|
Avoid double transforming
|
2022-10-08 17:12:50 +01:00 |
|
Gwilym Kuiper
|
e63e830a9c
|
Merge remote-tracking branch 'origin/master' into affine
|
2022-10-08 17:05:00 +01:00 |
|
Gwilym Kuiper
|
829a28af2b
|
Add the book to the workspace
|
2022-10-08 17:02:09 +01:00 |
|
Gwilym Kuiper
|
c5f6e10889
|
Update all toml files to the new transparent requirement
|
2022-10-08 16:59:40 +01:00 |
|
Gwilym Kuiper
|
b2e15c8e7b
|
Fix hyperspace roll using the wrong palette assignments
|
2022-10-08 16:54:55 +01:00 |
|
Gwilym Kuiper
|
ea75823900
|
Use the correct transparent colour
|
2022-10-08 16:45:58 +01:00 |
|
Gwilym Kuiper
|
1a51b3b502
|
Remove the definition of transparent colour from image
|
2022-10-08 16:44:26 +01:00 |
|
Gwilym Kuiper
|
89af366b7a
|
Add transparent colour to the image itself
|
2022-10-08 16:43:25 +01:00 |
|
Corwin
|
b9b08780ff
|
Merge pull request #322 from corwinkuiper/clippy-fixes
Clippy autofix
|
2022-10-08 12:20:02 +01:00 |
|
Corwin
|
467ebb0240
|
cargo clippy fixes in examples
|
2022-10-08 11:48:11 +01:00 |
|
Corwin
|
c90e8de893
|
clippy autofix
|
2022-10-08 11:34:43 +01:00 |
|
Gwilym Kuiper
|
c6d961cd8d
|
Almost works
|
2022-10-02 21:18:29 +01:00 |
|
Gwilym Kuiper
|
2ffc68c5c1
|
Start making the frequency field dynamic rather than a feature flag
|
2022-10-02 21:14:01 +01:00 |
|
Gwilym Kuiper
|
e01a3c41b6
|
Merge pull request #319 from gwilymk/add-some-readme-badges
Add some readme badges
|
2022-10-02 20:32:17 +01:00 |
|
Gwilym Kuiper
|
5bb1c3b162
|
Use the correct way to specify the branch
|
2022-10-02 20:10:46 +01:00 |
|
Corwin
|
5e0795ae14
|
add garbage collection using hashmap retain
|
2022-10-02 20:05:13 +01:00 |
|
Gwilym Kuiper
|
cdad8afe70
|
Add some badges to the readme
|
2022-10-02 19:59:21 +01:00 |
|
Corwin
|
7143621407
|
use unsafe around creating new static sprites, no guarentee that it does it correctly though
|
2022-10-02 19:34:38 +01:00 |
|
Corwin
|
b7448d714e
|
remove unused arena
|
2022-10-02 19:34:38 +01:00 |
|
Corwin
|
5d541631ae
|
add dynamic sprite support
|
2022-10-02 19:34:38 +01:00 |
|
Corwin
|
1acf7142da
|
switch to using rust Rc
|
2022-10-02 19:34:38 +01:00 |
|
Corwin
|
5d21f720a5
|
add arena library
|
2022-10-02 19:34:38 +01:00 |
|
Corwin
|
88e1635fb1
|
unify types
|
2022-10-02 19:34:38 +01:00 |
|
Corwin
|
781e1efc6f
|
satisfy linter
|
2022-10-02 19:34:38 +01:00 |
|
Corwin
|
758f9849c3
|
track the lifetime of the static object controller
|
2022-10-02 19:34:38 +01:00 |
|
Gwilym Kuiper
|
e9520ff82d
|
Merge pull request #318 from gwilymk/add-hashmap-retain-method
Add implementation of `HashMap.retain` method
|
2022-10-02 19:33:09 +01:00 |
|
Gwilym Kuiper
|
4bf3e0d597
|
Add tests for size_hint and ensure .iter() returns a better iterator
|
2022-10-02 19:10:50 +01:00 |
|
Gwilym Kuiper
|
78554862c8
|
Move the tests to a better location
|
2022-10-02 19:05:29 +01:00 |
|
Gwilym Kuiper
|
a44b8a4013
|
Add comment explaining the continue statement
|
2022-10-02 19:00:59 +01:00 |
|
Gwilym Kuiper
|
01862901c2
|
Mention the size_hint implementation in the changelog
|
2022-10-02 18:57:39 +01:00 |
|
Gwilym Kuiper
|
9534ccc59c
|
Add changelog entry
|
2022-10-02 18:55:57 +01:00 |
|
Gwilym Kuiper
|
c658b6afe5
|
Add implementation of retain to HashMap
|
2022-10-02 18:55:21 +01:00 |
|
Gwilym Kuiper
|
2d23f0a36c
|
Implement size_hint for the hashmap iterators
|
2022-10-02 18:44:48 +01:00 |
|
Gwilym Kuiper
|
416f238062
|
Merge pull request #315 from gwilymk/release-script-in-rust
Release script in rust
|
2022-10-02 18:38:08 +01:00 |
|
Gwilym Kuiper
|
14ab5e426f
|
Merge pull request #316 from gwilymk/remove-agb-tests-directory
Remove agb-tests folder from the workspace
|
2022-10-02 18:33:08 +01:00 |
|
Gwilym Kuiper
|
3b3ec14f63
|
Remove agb-tests folder from the workspace
|
2022-10-02 18:25:01 +01:00 |
|
Gwilym Kuiper
|
0fd43b6dc2
|
cargo update isn't needed
|
2022-10-02 18:19:41 +01:00 |
|
Gwilym Kuiper
|
7a55f50adf
|
Extract changelog text into the annotation
|
2022-10-02 18:19:14 +01:00 |
|
Gwilym Kuiper
|
030d43d68c
|
Attempt to write something which updates the changelog for me
|
2022-10-02 18:13:31 +01:00 |
|
Gwilym Kuiper
|
0bc3ec7481
|
Delete the old release script
|
2022-10-02 17:55:17 +01:00 |
|
Gwilym Kuiper
|
866cc8f5a0
|
Add release just script
|
2022-10-02 17:55:05 +01:00 |
|
Gwilym Kuiper
|
a52b1e16cc
|
cargo run adds junk to the environment
|
2022-10-02 17:53:42 +01:00 |
|
Gwilym Kuiper
|
b79fd9e22b
|
Fix cargo publish while I'm at it
|
2022-10-02 17:52:15 +01:00 |
|
Gwilym Kuiper
|
0c0e9e7165
|
Actually assert that things return successfully
|
2022-10-02 17:51:30 +01:00 |
|