Nicolas Auvray Itms
  • Joined on 2024-08-19
Itms pushed to docs at Itms/0ad 2024-09-24 18:53:31 +02:00
69b16fee70 Generate technical docs from CI/CD
Itms pushed to docs at Itms/0ad 2024-09-24 18:53:12 +02:00
dd7734e73d Generate technical docs from CI/CD
Itms pushed to docs at Itms/0ad 2024-09-24 18:45:37 +02:00
96eefec793 Generate technical docs from CI/CD
Itms pushed to docs at Itms/0ad 2024-09-24 18:38:48 +02:00
39bec7e99c Generate technical docs from CI/CD
Itms pushed to docs at Itms/0ad 2024-09-24 18:36:55 +02:00
Itms created branch docs in Itms/0ad 2024-09-24 18:36:55 +02:00
Itms deleted branch add-ai-names from abian/0ad 2024-09-24 17:31:50 +02:00
Itms pushed to main at 0ad/0ad 2024-09-24 17:31:46 +02:00
7e91f70e02 Add some more AI names
Itms merged pull request 0ad/0ad#7050 2024-09-24 17:31:03 +02:00
Add some more AI names
Itms commented on pull request 0ad/0ad#7050 2024-09-24 17:30:49 +02:00
Add some more AI names

Thanks for the work and the reviews!

Itms commented on pull request 0ad/0ad#6997 2024-09-24 17:29:16 +02:00
Implement a basic encyclopedia page

I know this pull request is huge... but could someone take some time to review the code?

Hi Vantha, this one was easy to miss with no reviewers assigned. Should @ShadowOfHassen be assigned as…

Itms commented on issue 0ad/0ad#7071 2024-09-24 17:22:29 +02:00
Consider adding -flto flag to makefiles

@abian Feel free to pick up the work, as wraitii's patch is outdated and Vlad is currently MIA.

Itms commented on issue 0ad/0ad#4315 2024-09-24 17:18:43 +02:00
[PATCH] Disconnect detection is broken in lobby.

It was in 39fcd1d031.

Itms closed issue 0ad/0ad#2782 2024-09-22 22:10:30 +02:00
Trac tries to modify the ticket description uselessly
Itms commented on issue 0ad/0ad#2782 2024-09-22 22:10:29 +02:00
Trac tries to modify the ticket description uselessly

This is not relevant anymore after the migration to Gitea.

Itms pushed to main at Itms/0ad 2024-09-22 21:50:20 +02:00
9c72741e69 Fix x86_64 cross-compilation on macOS
660dd63792 Delete existing SPIR-V shaders before regeneration
57308bb847 Avoid unnecessary computations
c59030857d Rebuild SPIR-V shaders when compile script changes
8d70ced693 Add myself as code owner for ruff.toml
Compare 8 commits »
Itms commented on pull request 0ad/0ad#7053 2024-09-22 21:40:10 +02:00
Replace platform-dependant implementations of atomic operations with std::atomic

Where i recomended reinterpret_cast the atomic might better be a pointer type.

I don't understand the need for a reinterpret_cast here. I am manipulating the address stored in the…

Itms commented on pull request 0ad/0ad#7053 2024-09-22 21:29:45 +02:00
Replace platform-dependant implementations of atomic operations with std::atomic

I noticed that this header (which was included to obtain cpu_CAS or cpu_AtomicAdd in many cases), was also unneeded here, so I removed it. Same thing for `source/lib/allocators/page_aligned.cpp…

Itms commented on issue 0ad/0ad#7061 2024-09-22 21:20:02 +02:00
Document the SPIRV rules.json creation

Maybe. Do you have a list of the errors ?

ERROR: CCacheLoader failed to find archived or source file for: "shaders/spirv/compute_upscale_fsr.xml"
ERROR: Program 'spirv/compute_upscale_fs…
Itms commented on pull request 0ad/0ad#7066 2024-09-22 16:08:42 +02:00
Use more promises in GUI

Before I actually review: let's use the opportunity to fix the typo visibitily to visibility in the common utilities 🥲