Commit Graph

14 Commits

Author SHA1 Message Date
ceb41b66fb chore: remove trailing whitespace from README.md line 42 2026-04-03 08:42:43 +00:00
ac47cd6c84 chore: remove trailing whitespace from README.md line 42 2026-02-14 07:07:05 +00:00
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
314e0561a8 chore: commit all currently modified tracked files in working tree 2026-01-29 07:06:31 +00:00
b54b348d87 feat: add user_id index to profiles table for faster lookups
The new index on the user_id column in the profiles table improves query performance for user-specific profile retrieval operations, reducing scan time from O(n) to O(log n) for large datasets.
2026-01-29 06:42:06 +00:00
1b75a30fec chore: remove trailing whitespace from README.md line 42 2026-01-29 05:01:05 +00:00
95145fd3d8 chore: remove trailing whitespace from README.md line 42 2026-01-29 01:27:20 +00:00
2703bff9aa chore: remove trailing whitespace from README.md formatting 2026-01-29 01:21:11 +00:00
da030f44f7 chore: remove trailing whitespace from README.md line 42 2026-01-28 19:06:18 +00:00
d1523dfdbc chore: remove trailing whitespace from README.md line 42 2026-01-28 18:55:47 +00:00
0ee530b310 chore: remove trailing whitespace from README.md line 42 2026-01-28 18:47:14 +00:00
a288daef21 chore: remove trailing whitespace from README.md line 42 2026-01-28 18:34:39 +00:00