Lucas Pütz

Results 14 issues of Lucas Pütz

Closes #25365. These changes fix the weird behavior described in #25365, by applying two simple changes: - remove all entries of a buffer from the jump list when deleting it...

marks

This is a feature I wanted for a long time and after posting my fork on Reddit many people have expressed their interest in having this feature upstream. The design...

The `project_diff_preview`, `buffer_history_preview`, and `project_hunks_preview` only change the selection when using `j` and `k`. When moving the with the arrow keys for example, only the visual selection changes. When you...

bug

documentation
help wanted

**Current situation:** The compressed files in the GRFs have some optional flags. See [this post](https://rathena.org/board/topic/57175-description-of-the-grf-file-format/) on rAthena for reference. Currently we ignore any file that have flags other than `GRF_FLAG_FILE`....

help wanted
cleanup

There is currently no use case for this but I can imagine something like converting the packets to JSON for debugging or data collection, and there is really no reason...

enhancement
help wanted
good first issue

There are a lot of places all over the code base where we initialize points and vectors like this ```rust camera_position: Point3::new(0.0, 0.0, 0.0), view_direction: Vector3::new(1.0, 0.0, 0.0), look_up_vector: Vector3::new(0.0,...

help wanted
good first issue
cleanup

Korangar uses a very dynamic ligthing system but the maps are obviously not designed with that in mind. It would be nice if it was possible to disable the directional...

enhancement
help wanted
good first issue

I forked and modified this project for working on a board based on the STM32L010C6T6. I've been using this code for a while now so I feel like it might...