1
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
curve: Use vector for keyframe container. More... 4 months ago
util: Replace file collection lambdas with file entry objects. More... 4 months ago
convert: Allow both multi-threaded and single-threaded export. More... 4 months ago
convert: Fix job count not in args when started from 'main' entrypoint. More... 4 months ago
refactor: Remove obsolete export methods. More... 4 months ago
convert: Move pool into main loop. Reduce code duplication. More... 4 months ago
convert: Allow specifying number of workers in pool. More... 4 months ago
convert: Use fslike paths for export again. More... 4 months ago
convert: Remove synchronizer lock for export dir. More... 4 months ago
convert: Fix queue not being fed when a terrain texture is copied. More... 4 months ago
convert: Reorder media type checks in export(). More... 4 months ago
convert: Switch blend export to multi-threading. More... 4 months ago
convert: Switch sound export to multi-threading. More... 4 months ago
convert: Switch terrain export to multi-threading. More... 4 months ago
convert: Switch graphics export function to multi-threading. More... 4 months ago
convert: Graphics conversion inside thread pool. More... 4 months ago
convert: Write to PNG with thread pool. More... 5 months ago
convert: Remove parent relationship for 'Texture'. More... 5 months ago
convert: Log processor stages execution times. More... 5 months ago
curve: Fix a memory leak in the queue cache. More... 5 months ago
curve: Replace empty checks in front() with assertions. More... 5 months ago
curve: Optimize queue for late insertions. More... 5 months ago
doc: Update curve queue documentation. More... 5 months ago
curve: Cache the latest front() position in the queue. More... 5 months ago
curve: Keep dead elements in the queue. More... 5 months ago
curve: Store erasure time in queue element. More... 5 months ago
Merge pull request #1609 from heinezen/feature/activity_configure More... 5 months ago
convert: Clarify modpack version/versionstr difference. More... 5 months ago
input: Fix missing std::move. More... 5 months ago
gamestate: Suppress less useful drag select log messages. More... 5 months ago