Commit Graph

103 Commits (7905322feb87511ecafc1a983ea58e89ee610cf9)

Author SHA1 Message Date
Allen Webster e3efa89293 get rid of the dumb startup sound 2021-05-01 20:10:03 -07:00
Allen Webster 1eff9eaa90 Fix prj 1 -> 2 conversion 'retatlive' option in load paths 2021-01-19 19:38:52 -08:00
Allen Webster b7aed593d7 Fix crash on missing zap sfx 2021-01-17 12:32:35 -08:00
Allen Webster 5ace38f37d Rip out the super annoying Data String_Const_u8 distinction 2020-12-30 16:55:11 -08:00
Allen Webster 0c046972d6 Transfer the last of the config variables to new system; rip out Config_Data type and simplify config loading code paths 2020-11-27 10:03:23 -08:00
Allen Webster 46bfdd9bad Move code extension list over to new config system 2020-11-26 10:45:53 -08:00
Allen Webster 07b6b85ac9 Put all config boolean variables on new config system 2020-11-25 18:05:52 -08:00
Allen Webster de41152df1 More carefully controlled virtual whitespace toggling 2020-11-25 16:56:02 -08:00
Allen Webster 43913b122a Try moving one variable out of the old config system into the new one 'enable_virtual_whitespace' 2020-11-25 14:35:27 -08:00
Allen Webster 9bda1cf991 Setup default load path for files 2020-11-23 22:27:33 -08:00
Allen Webster 0eecb215ef Cleanup audio system; put mixer in custom layer; hooks in win32 layer 2020-11-23 19:32:35 -08:00
Allen Webster 4f31b9d5aa Stop audio API; switch to float based mixer 2020-11-23 17:45:04 -08:00
Allen Webster a9a1931e34 Hack in new audio system contributed by casey; win32 only for now 2020-11-23 13:46:01 -08:00
Allen Webster fe8acba488 [dynamic bindings] fixing bugs; got it working 2020-10-22 19:36:17 -07:00
Allen Webster 8915bcceba [variables] added new 4coder variables system 2020-10-22 14:57:28 -07:00
Allen Webster 05027b9ef0 [code index] put notes into a hash table 2020-10-18 17:44:01 -07:00
Allen Webster 1eaac285d9 point stack - jump to definition - fusion 2020-05-10 08:00:50 -07:00
Allen Webster 4ae8883d4c Arbitrary text rotation in immediate mode text draw 2020-05-09 09:55:01 -07:00
Allen Webster c4e47935d4 Undo fade out 2020-05-03 08:00:28 -07:00
Allen Webster 33933da218 Upgrade to view change buffer hook; quick_swap_buffer 2020-05-03 06:40:07 -07:00
Allen Webster 7c1931ebb0 View change buffer hook 2020-05-03 06:24:39 -07:00
Allen Webster 5b8d22a766 Pass the buffer edit hook the old_cursor_range 2020-05-01 21:44:52 -07:00
Allen Webster 88af8b02fb A few visual style options in config.4coder 2020-05-01 21:21:14 -07:00
Allen Webster 3c77835e6f Okay back to the old text stuff for now :( Let's fix scroll feel by multiplying in the screen scale factor? Why not right? 2020-05-01 18:31:28 -07:00
Allen Webster 8b0e54c89b enable_output_wrapping config option 2020-05-01 14:04:57 -07:00
Allen Webster 886c70100d Simplify fade range code; make it update with buffer edits 2020-05-01 12:28:36 -07:00
Allen Webster 63bfed7ab1 Quick fix for thread handle leak; project parse crash bug fix 2020-05-01 07:38:57 -07:00
Allen Webster 8849f6ce8c Date_Time type; formatting function for Date_Time; System API for getting Date_Time UTC, and converting UTC to local time; Implementation in Windows 2020-03-11 03:33:54 -07:00
Allen Webster bc2b834f3b Whole screen render hook 2020-03-03 17:37:55 -08:00
Allen Webster 1cf579902f Reorganization in the custom layer to make independent custom layers easier to build 2020-02-15 12:33:18 -08:00
Allen Webster 2a255b8ad9 Fix intricate async token reading; clean all lines overworking 2020-02-09 02:22:35 -08:00
Allen Webster f53f840f28 Misc work on things 2020-02-08 18:03:54 -08:00
Allen Webster d05a3f6a0d Show whitespace 2020-02-07 17:37:10 -08:00
Allen Webster 06aec5df47 Lots of issues updated 2020-02-07 16:50:35 -08:00
Allen Webster a1f82f094b Lots of miscellaneous issues today 2020-02-05 21:44:03 -08:00
Allen Webster 4a8febcdde Fade ranges added to default rendering rules; fixed crash on bad font path 2020-01-15 10:14:17 -08:00
Allen Webster d143a0e6d5 Fix indent on save bug 2020-01-09 18:12:20 -08:00
Allen Webster 13ee76effe Added hard exit API; fixed exit menus 2020-01-02 14:37:01 -08:00
Allen Webster d28a1d6aba Fixed theme config 2019-12-22 20:50:54 -08:00
Allen Webster 4817510c5d Final type fixups; package and build stuff straightened out 2019-12-17 19:38:08 -08:00
Allen Webster 27a2a45f59 Cleaning up this and that; types; startup hook; null pointer crashes on the doc command 2019-12-17 16:19:03 -08:00
Allen Webster c9a01fbe0e Basics of the entire code index in place for jump to definition 2019-12-13 16:20:59 -08:00
Allen Webster 79e9cfcf96 Command reverse lookup 2019-12-03 11:35:41 -08:00
Allen Webster dbb2671bd0 New color scheme system up and running with dynamic meta-allocated-ids, arrays of colors in each slot, and full custom layer control 2019-11-25 22:09:31 -08:00
Allen Webster f1ddbc2cc8 Added metaprogram for custom ids to make them much easier to declare and integrate 2019-11-24 15:13:51 -08:00
Allen Webster 89850a106e Removed the very problemsome thing with intersecting layout rectangles in the clip region 2019-11-12 19:38:17 -08:00
Allen Webster c4664e8ed5 Upgraded virtual whitespace layout 2019-11-10 18:51:37 -08:00
Allen Webster b5e3812014 HMS demo mostly ready 2019-11-10 14:56:03 -08:00
Allen Webster cbb707fc27 Fixed a bug in the panel split; setup for tutorial 2019-11-07 20:58:13 -08:00
Allen Webster 9bfcdc66a8 Removing the redundant call next variable and replacing it with enqueueing custom functions on views! 2019-11-06 17:40:15 -08:00