This website requires JavaScript.
Explore
Help
Sign in
games
/
raycaster
Watch
1
Star
0
Fork
You've already forked raycaster
0
Code
Issues
30
Pull requests
Projects
Releases
2
Packages
Wiki
Activity
Actions
620
commits
1
branch
2
tags
33
MiB
40b2d7f45d
Commit graph
3 commits
Author
SHA1
Message
Date
Zed A. Shaw
ad0069e899
Made it so you can right-click on an item to use it, but yeah it's bad. Gotta refactor.
2025-08-13 11:43:23 -04:00
Zed A. Shaw
f559b5a39d
Fixed the problem where the only way to complete a grab/drop operation was to capture the MOUSE_CLICK directly. Solution was to move the mouse processing out of DNDLoot and only handle the MOUSE_MOVE/DRAG.
2025-06-24 11:33:37 -04:00
Zed A. Shaw
d99d9a68c8
Tried to use Ragel to create state machines but its lacking an incremental mode and doesn't do any logging of state activity so debugging is harder. Put it in scratchpad for reference though.
2025-06-14 12:34:27 -04:00