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
Age
Commit message (
Expand
)
Author
8 days
Loop style nits
HEAD
main
colin
8 days
Merge branch 'refactor-with-def'
colin
8 days
Replaced defclass-std with def
refactor-with-def
colin
12 days
cleanup, examples use def
colin
2023-08-06
Fix frameset initialization
colin
2023-08-05
typo
colin
2023-08-05
Bugfix; boneheaded
colin
2023-08-05
Add docstring to add-unit
colin
2022-08-17
[example] title
Colin Okay
2022-07-29
[example] altered to use drop-unit-if
Colin Okay
2022-07-29
[example]
Colin Okay
2022-07-29
[add] drop-unit-if
Colin Okay
2022-07-28
[example] adde note about dropping ghouls while iterating over them
Colin Okay
2022-07-28
[remove] old with-pairs macro from [example] 9
Colin Okay
2022-07-28
[example] added instructions print out
Colin Okay
2022-07-28
[examples] canvas has focus on start
Colin Okay
2022-07-28
[example] hacking to improve draw speed
Colin Okay
2022-07-28
[example] hacking to improve zoom
Colin Okay
2022-07-28
[example] hacking
Colin Okay
2022-07-28
[add] canvas-paint example; [refactor] with-current-pen
Colin Okay
2022-07-28
[bugfix] in calculation of yrel for mousemotion events
Colin Okay
2022-07-27
[refactor] represent scene as a vector; [refactor] shared text shader
Colin Okay
2022-07-27
[add] alpha support to image class
Colin Okay
2022-07-27
[refactor] to get rid of finalizers. [add] pre-exit-hooks
Colin Okay
2022-07-27
[refactor] to [optimize] a few numeric functions
Colin Okay
2022-07-27
[refactor] to reduce use of vec
Colin Okay
2022-07-24
[change] gui/button to work again after removing container class
Colin Okay
2022-07-24
[add] cleanup for menu and interactive
Colin Okay
2022-07-24
[refactor] defconstant's behavior is so annoying
Colin Okay
2022-07-24
[remove] old documentation in the readme
Colin Okay
2022-07-23
[change] only bother witht the scissor box if the box isn't the app
Colin Okay
2022-07-23
[remove] spurious refs to display tree events; [tweak] menu focus
Colin Okay
2022-07-23
[fix] typo in listener-table-for
Colin Okay
2022-07-23
[refactor] event-handlers to include a tag
Colin Okay
2022-07-23
[change] option->item in menu
Colin Okay
2022-07-23
[add] menu-specific option focus support
Colin Okay
2022-07-23
[fix] ensure unit menu membership matches scene inclusion
Colin Okay
2022-07-23
[modified] focus [event] firing logic, slightly
Colin Okay
2022-07-23
[dep] examples system def depends on wheelwork-gui
Colin Okay
2022-07-23
[change] generic add/drop unit; [add] impls for menu class
Colin Okay
2022-07-23
[add] menu basics and [example]
Colin Okay
2022-07-22
[version] [refactor] [redesign] removed containers
Colin Okay
2022-07-21
[add] gui package. moved button.lisp into gui
Colin Okay
2022-07-21
[refactor] make-frameset to use clearler naming
Colin Okay
2022-07-20
[refactor] odd behavior in with-grid-bezier
Colin Okay
2022-07-20
[rename] canvas-api and updated the [example]
Colin Okay
2022-07-20
[export] canvas api
Colin Okay
2022-07-20
[export] canvas api
Colin Okay
2022-07-20
[doc] docstrings to canvas language [add] stroke/fill steps
Colin Okay
2022-07-20
[example] formatting
Colin Okay
[next]