1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 24, 2025 — Feb 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed animaitons to use std::chrono::milliseconds instead of integers. More... about 12 years ago
Changed timer to use only std::chrono::durations. And partially moved animation across to use durations. More... about 12 years ago
Replaced lambda with std::mem_fn More... about 12 years ago
Added copyright More... about 12 years ago
Added controller support More... about 12 years ago
Added constructor from reference (possibly a bad idea) More... about 12 years ago
Merge branch 'master' of github.com:Gazok/Tank More... about 12 years ago
Merge branch 'dev' More... about 12 years ago
Updated tank binary. More... about 12 years ago
Merge branch 'dev' More... about 12 years ago
Added stuff. More... about 12 years ago
updated tank binary. More... about 12 years ago
Merge branch 'master' of github.com:Gazok/Tank More... about 12 years ago
Merge branch 'dev' of https://github.com/Gazok/Tank into dev More... about 12 years ago
Fixed template cmake file. More... about 12 years ago
Worked around vs2013 bug. More... about 12 years ago
Merge branch 'dev' More... about 12 years ago
Added windows binary. More... about 12 years ago
Moved transformation code to Graphic, made camera rotate properly More... about 12 years ago
Added preliminary RectangleShape class More... about 12 years ago
Made CircleShape's origin behave consistently More... about 12 years ago
Take account of camera rotation for relative mouse position More... about 12 years ago
Added mouse locking and invisibility More... about 12 years ago
Made mouse relative positioning work properly More... about 12 years ago
Removed commented old method from moveBy More... about 12 years ago
Added intersects function More... about 12 years ago
Added more comments More... about 12 years ago
Merge branch 'master' into dev More... about 12 years ago
Added ostream& operator<<(ostream&, Vector const&) More... about 12 years ago
Added CircleShape More... about 12 years ago