index
:
colin/wheelwork.git
main
refactor-with-def
A Sprite System in Common Lisp
colin <colin@cicadas.surf>
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
Age
Commit message (
Collapse
)
Author
8 days
Loop style nits
HEAD
main
colin
9 days
Replaced defclass-std with def
refactor-with-def
colin
2022-07-27
[refactor] to reduce use of vec
Colin Okay
2022-07-23
[change] only bother witht the scissor box if the box isn't the app
Colin Okay
2022-07-22
[version] [refactor] [redesign] removed containers
Colin Okay
2022-07-08
[add] [doc] README; [refactor] rendering of containers
Colin Okay
2022-07-08
[formatting] reorganized package exports
Colin Okay
2022-07-07
[refactor] point containment, generalized [add] intersections
Colin Okay
2022-07-06
[bugfix] get-rect (container); [modify] contains-point-p
Colin Okay
modification to contains-point-p in order to handle events on objects in containers correctly; i.e. event doesn't fire if object is not being drawn.
2022-07-06
[refactor] containers have render bounds
Colin Okay
2022-06-30
[add] button unit and [example]; [modify] scale-by is now defun
Colin Okay
2022-06-30
[modify] affine fns are generic; [add] safe-slot util
Colin Okay
2022-06-30
[structure] renamed some asd modules
Colin Okay