Mercurial > repos > blastem
log tern.c @ 1848:ef3d368d59b0
age | author | description |
---|---|---|
Tue, 06 Feb 2018 22:42:16 -0800 | Michael Pavone | Key binding menu is now functional nuklear_ui |
Fri, 01 Dec 2017 09:22:43 -0800 | Michael Pavone | Somewhat fleshed out video settings view nuklear_ui |
Fri, 21 Apr 2017 23:35:32 -0700 | Michael Pavone | Fix a deficiency in the way types were handled in my ternary tree. Fixes in which some paths that were constructed from a template with variables would sometimes get an extra garbage character thrown in |
Tue, 21 Mar 2017 19:48:08 -0700 | Michael Pavone | Don't leak a ternary tree when building the menu's initial path |
Sun, 22 Jan 2017 16:13:02 -0800 | Michael Pavone | Consting up some parameters to ternary tree functions |
Sat, 25 Jul 2015 18:22:07 -0700 | Michael Pavone | Use a new fatal_error function instead of calling fprintf and exit for fatal errors. This new function more gracefully handles the case in which BlastEm was not started from a terminal or disconnected from ther terminal (Windows). |