Commit | Date | |
---|---|---|
2022-12-08 10:18:25 | Tree | |
[r43]
by
thylordroot
Fixed some stuff related to fixed size buffers for RenderContext. More work on input management, including pumping stuff forward through the event queue. |
2022-11-16 11:21:41 | Tree |
[r42]
by
thylordroot
Added missing iterators.cs in CVAP.Util. Refactored backend to use a public API. Added memory fill and scramble. |
2022-11-16 08:23:19 | Tree |
2022-10-18 06:11:10 | Tree | |
[r40]
by
thylordroot
Added ConcurrentModificationException. Implemented TreeSet.Remove() to use red-black tree. Added stub for enumerator. |
2022-10-11 16:27:36 | Tree |
[r39]
by
thylordroot
Fixed TreeSet.Add() bug that was happening because color flip was indicating that an insertion occurred even though it didn't. |
2022-10-09 20:05:31 | Tree |
[r38]
by
thylordroot
Began work on converting TreeSet to use RBTree; does not pass tests yet but added some infrastructure to help discover why. CVAP.Test now has access to any internal function with CVAP.Util so that we can call AssertStructureValid() on the tree, and added cached link to JSW's RBTree implementation as source material. |
2022-10-09 19:28:25 | Tree |
[r37]
by
thylordroot
Began working on set interface; using BST for TreeMap now, but will eventually use RBTree. Apparently forgot to add Video Test a while back so adding that, too. |
2022-10-06 02:30:20 | Tree |
2022-10-04 06:35:43 | Tree | |
[r35]
by
thylordroot
Refactored Tilemap facet for Layer implementation because I forgot to put in the pointer to the atlas. |
2022-10-02 21:39:40 | Tree |