Thomas Schöps

Results 12 issues of Thomas Schöps

After the latest update to the original game, unit / building icons are provided in a way that allows to fill in the player color for the corresponding image parts,...

@MaanooAk wrote in #17: > - Mechanics > - Ungarrison a unit from a unit to empty space around (much easier to implement when there will be a unit with...

* Upon pressing the Return key, a chat window should appear that allows entering chat messages. * The existing `ClientToServerMessage::Chat` and `ServerToClientMessage::ChatBroadcast` network messages should be re-used to implement the...

enhancement
good first issue

After villagers finished constructing a resource drop-off building, they should attempt to start gathering the corresponding type of resource, if any of it is nearby. `Game::SimulateBuildingConstruction()` might be a place...

enhancement
good first issue

Units should get an attack bonus if they attack something that is below them, and get an attack reduction if they attack something that is above them. For details, see:...

enhancement
good first issue

With one or more production buildings selected, right-clicking on the map should set the gather point for the selected buildings. * The gather point should be stored in the `ClientBuilding`...

enhancement

* If there are idle villagers, the idle villager button should be yellow instead of grayed out. The number of idle villagers should be shown in the bottom-right of the...

enhancement
good first issue

The comment on `CookieIdentityPolicy::http_only()` says "By default, the `HttpOnly` attribute is omitted from issued cookies": https://github.com/actix/actix-extras/blob/56051786a6caadc9dc58b923d2c1f0268609d5b0/actix-identity/src/cookie.rs#L259 However, it seems to me that the http_only `Option` defaults to `None` here in...

C-documentation
good first issue
A-identity

## Expected Behavior Serving static HTML files via actix-files should allow viewing these files in a web browser. ## Current Behavior Serving static HTML files via actix-files works partially, but...

needs-investigation
A-files

This page appears to have an inconsistency: In the URL, it is written as "SDL_Vulkan_GetVkInstanceProcAddr", but this function does not seem to exist. Instead, there is "SDL_Vulkan_GetVkGetInstanceProcAddr" (with an additional...