Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
7b270ada5d
Simplified things, having a module layout was making this too hard to distribute on windows
dbbdd9bcb4
Simplified things, having a module layout was making this too hard to distribute on windows
a306f15c86
Game is finished, fuck this game and fuck this jam, I'm going to bed
21d653a99b
Implemented mouse dragging. Still some bugs in single marbles dropping.
a0b3a2398b
Got the basic grouping/dropping mechanism working. Would like to be able to support horizontal groups as well. Sometimes the selection doesn't turn off when dropping a group.
683b47f245
WIP : Eff it, I left the magic memcpy in. Printing mostly works but it's still broken. Calls to _cputs and _cputsf may mysteriously fail due to some kind of memory corruption I haven't tracked down yet. This commit leaves in a bunch of commented testing code, the next commit will rip them out.
f2cab38cf2
WIP. Somewhere in between the init of basic_cmd_run and basic_cmd_list calls to _cputs stop working with constant character string pointers and only work with pointers off the heap.