13 Commits

Author SHA1 Message Date
1b7601120c Completed progress tracking system with multiple features
[feature:track_progress] Implemented main progress tracking system
[feature:git_integration] Added Git history analysis with commit tag parsing
[feature:template_engine] Created flexible template engine for documentation generation
[feature:feature_tracking] Implemented feature status tracking and updates
[feature:changelog_generation] Added automatic changelog generation from commits
[feature:code_stats] Added code statistics and metrics collection
[feature:roadmap_generation] Implemented roadmap generation

[new-feature:launcher_scripts:Created cross-platform launcher scripts for easy execution]
[new-feature:executable_build:Added Nuitka-based executable build system]
[new-feature:project_installation:Created setup script for easy installation to projects]

[status:track_progress_and_feature_statuses] Completed automatic status document generation
[status:git_integration] Completed parsing Git logs for status updates
[status:doc_generation] Completed auto-generation of status docs and changelog

[changelog:Added comprehensive progress tracking system]
[changelog:Added feature status tracking with Git integration]
[changelog:Added customizable template system for documentation]
[changelog:Added automatic changelog generation from commit messages]
[changelog:Added code statistics and metrics collection]
[changelog:Added cross-platform launcher scripts]
[changelog:Added executable build system using Nuitka]
[changelog:Added project installation script]

[milestone:v1.0] Completed initial release of progress tracking system
2025-05-12 18:37:02 -05:00
5352e907b9 part of the code formatter fix and minor bug fixes 2025-05-11 22:48:33 -05:00
01d2cbf4b3 fixed code formatter.
minor bug fixes to a few systems as well.
2025-05-11 22:47:43 -05:00
657e19f48f fixed track_progress not getting git history
it was not getting the data correctly.
2025-05-11 22:11:28 -05:00
79d6716b3f removed unnecessary ignores in gitignore 2025-05-11 21:53:24 -05:00
0ae815cf2c XML comments added Builds cleanly.
oddly a ignore in the gitignore went missing.
restored.
2025-05-11 21:50:25 -05:00
8a6f9144c4 updated track_progress
restored accidentally deleted source file.
2025-05-11 21:02:40 -05:00
d5c8fd1bf8 completed thread sync [feature:thread_sync]
completed spatial queries [feature:spatial_queries]

added spatial interfaces [feature:spatial_interfaces]

added parallel processing [new-feature:parallel_processing]

[changelog: Implemented Threading Explicit synchronization and concurrent collections]
[changelog: Implemented Spatial indexing and region queries with 2D/3D support and quadtree optimization]
[changelog: Added spatial interfaces Interface-level spatial query methods with support for custom filters]
[changelog: Added parallel processing of chunks based on spatial queries and regions]
2025-05-11 20:15:37 -05:00
09ee0d89df fixed a bug of not building.
Visual bug is known and annoying.
2025-05-10 05:11:35 -05:00
e59a909c62 added a build.bat
added Max z and min z.
3D chunk manager updated in onevict
README updated to include bat build instructs.
ChunkMark README updated
Versioning updated to reflect current and past changes.

Version: 0.1.8
2025-05-10 04:56:37 -05:00
f35c612019 updated ChunkMark 2025-05-10 03:03:39 -05:00
becedccadd updated memory memory handling to be more safe.
added some missing function.
added XML documentation formatting.
added MemoryUsageReporter to track memory usage.
added ChunkMark Benchmarking tool to benchmark the performance of the chunk manager.
added ChunkMark MemoryReporter to track memory usage.

fixed some bugs.
2025-05-10 02:36:54 -05:00
f1b3868d2c first commit 2025-05-09 20:04:37 -05:00