David Vereb dvereb
dvereb created repository dvereb/CPP-RPG 2021-06-12 15:45:32 -04:00
dvereb created branch master in dvereb/Callback-Example 2021-06-12 15:43:27 -04:00
dvereb pushed to master at dvereb/Callback-Example 2021-06-12 15:43:27 -04:00
d54afe212e Added a few comments.
753992901e Removed graphic system file. Don't really need it as I wasn't using it to prove anything.
4daea58b69 I forgot that I was accessing x publicly instead of calling the appropriate functions to set it ... which undermined the whole proof.
964db120ff Switched it to allow for up to 100 test objects before you can't prove which object is which via instance count.
b0e17c96d3 Initial Commit with small working example.
Compare 5 commits »
dvereb created repository dvereb/Callback-Example 2021-06-12 15:43:11 -04:00
dvereb pushed to master at dvereb/aabb 2021-06-12 15:42:04 -04:00
1ec833b1f3 Refactored for x,y to be center of object and allow for scale multiplier. Also added code to handle the fact that curses can't print off the left size of the screen.
ff8c076044 Initial Commit. Working example. Needs refactored to store object position by CENTER to make SCALE easier to implement.
Compare 2 commits »
dvereb created branch master in dvereb/aabb 2021-06-12 15:42:04 -04:00
dvereb created repository dvereb/aabb 2021-06-12 15:41:37 -04:00
dvereb closed issue dvereb/Dual-Lookup#1 2021-06-11 09:25:01 -04:00
OMG an issue?
dvereb commented on issue dvereb/Dual-Lookup#1 2021-06-11 09:18:35 -04:00
OMG an issue?

I see no issue! Make your time.

dvereb created branch master in dvereb/Dual-Lookup 2021-06-11 09:09:38 -04:00
dvereb pushed to master at dvereb/Dual-Lookup 2021-06-11 09:09:38 -04:00
1a6607cbe3 Added ability to store lookups per context.
6e603b412f Not sure how to keep Type out of the template while still referencing it from the templated class. i.e. How would I do this: "DualLookup::Type"?
757f877a5b Added the ability to force which value is returned. If you're unsure whether you're passing VALUE or its EQUIVALENT to the function, you can force OPPOSITE, VALUE, or EQUIVALENT as a return value.
50d7342551 Initial Commit. Needs refactored to run tests in parallel. Needs to avoid copying objects into both unordered_maps and reference them instead.
Compare 4 commits »
dvereb created repository dvereb/Dual-Lookup 2021-06-11 09:08:12 -04:00