fc843466e7
feat: add soldier entity with basic movement and attack behavior
2026-02-14 04:32:20 +00:00
8a105923cd
chore: remove trailing whitespace from README.md line 42
2026-02-10 20:20:19 +00:00
b9df8660ed
fix: correct null pointer dereference in user profile avatar loader
2026-02-10 03:29:48 +00:00
86ea747bd4
feat: add user_id index to profiles table for faster lookup queries
...
The new index on the `user_id` column in the `profiles` table improves query performance when filtering or joining by user identifier, reducing full table scans during authentication and profile retrieval operations.
2026-01-29 05:54:10 +00:00
1b75a30fec
chore: remove trailing whitespace from README.md line 42
2026-01-29 05:01:05 +00:00
cf99ec417a
chore: remove trailing whitespace from README.md line 42
2026-01-28 23:38:21 +00:00
eb6cc6c207
chore: remove trailing whitespace from README.md line 42
2026-01-28 19:15:02 +00:00
a288daef21
chore: remove trailing whitespace from README.md line 42
2026-01-28 18:34:39 +00:00