Andrew Kravchuk
Andrew Kravchuk
Hey! This small PR integrates `cl-opengl` better with [Deploy](https://github.com/Shinmera/deploy) tool. When this tool is not used, no harm's done — there's just the variable `*foreign-system-libraries*` created in `cl-user` package. When...
Hey! Thanks for the amazing library, I'm really excited about it! This small PR adds support for functions `plusp` and `minusp` the same way it was added for `zerop`. I've...
#### Description Update devel/allegro5 port to the current latest version and take maintainership, since it is unmaintained. Current 5.2.7 version contains plethora of bugs, like e.g. this one https://github.com/liballeg/allegro5/issues/1643. ######...
Hey! I've stumbled upon a problem on defining custom slot initargs using metaclass and then redefining the class. Let me illustrate with an example: ```lisp (ql:quickload :closer-mop) (defclass custom-slot (c2mop:standard-direct-slot-definition)...
Hello! This tiny PR adds handling of [ALLEGRO_EVENT_MOUSE_WARPED](https://liballeg.org/a5docs/trunk/events.html#allegro_event_mouse_warped) event to liballegro demo, which is caused by forcibly setting cursor coordinates with e.g. [al_set_mouse_xy](https://liballeg.org/a5docs/trunk/mouse.html#al_set_mouse_xy). It is not used in demo, but...