|  Allen Webster | 0c56653397 | Get user directory on Mac | 2021-01-17 16:11:47 -08:00 | 
				
					
						|  Allen Webster | 3b259f6088 | Merge branch 'master' of https://github.com/Dion-Systems/4coder | 2021-01-17 16:09:26 -08:00 | 
				
					
						|  Allen Webster | c55d8891be | Finish user directory on Linux | 2021-01-17 16:09:16 -08:00 | 
				
					
						|  Allen Webster | dc7d0693b5 | Fix compilation errors on mac | 2021-01-17 16:06:58 -08:00 | 
				
					
						|  Allen Webster | 769c9a0ab3 | Start implementing linux user directory | 2021-01-17 14:22:00 -08:00 | 
				
					
						|  Allen Webster | 474bb3c434 | Default to 8bit aa mode | 2021-01-17 14:13:40 -08:00 | 
				
					
						|  Allen Webster | ee3ad5c0e0 | Fix audio load fclose crashes | 2021-01-17 12:56:49 -08:00 | 
				
					
						|  Allen Webster | 3ff0968538 | Fix 4coder project for linux and mac | 2021-01-17 12:37:25 -08:00 | 
				
					
						|  Allen Webster | b7aed593d7 | Fix crash on missing zap sfx | 2021-01-17 12:32:35 -08:00 | 
				
					
						|  Allen Webster | 8f67525380 | 1-bit font anti-aliasing | 2021-01-16 20:21:35 -08:00 | 
				
					
						|  Allen Webster | 91ac59b3ec | Load themes from search list | 2021-01-16 16:26:14 -08:00 | 
				
					
						|  Allen Webster | 655e5892f6 | Load fonts from new search list | 2021-01-16 16:14:12 -08:00 | 
				
					
						|  Allen Webster | f1b0bd0522 | Setup for loading config from the user directory | 2021-01-16 15:41:41 -08:00 | 
				
					
						|  Allen Webster | 8da55068a5 | Add user path to API; implement for windows; go to user path command | 2021-01-16 14:59:34 -08:00 | 
				
					
						|  Allen Webster | 46f0d9904f | Project reprint fully up and running; 4coder project converted to v2 | 2021-01-15 16:18:30 -08:00 | 
				
					
						|  Allen Webster | cc326a2a2d | Commands in project stringize | 2021-01-15 15:49:28 -08:00 | 
				
					
						|  Allen Webster | a4e634b0e5 | Add load paths to project stringize | 2021-01-15 15:18:58 -08:00 | 
				
					
						|  Allen Webster | edded66424 | Partial implementation of project reprint command | 2021-01-12 21:56:01 -08:00 | 
				
					
						|  Allen Webster | af179b2094 | Update new project function to generate v2 project file | 2021-01-11 22:36:49 -08:00 | 
				
					
						|  Allen Webster | 3beb070c05 | Sort away project v1 -> v2 conversion code | 2021-01-11 21:54:41 -08:00 | 
				
					
						|  Allen Webster | b8e2d60e2c | todos for next steps | 2021-01-08 23:29:40 -08:00 | 
				
					
						|  Allen Webster | 0ed7a55e66 | Fix pattern match names | 2021-01-08 23:06:55 -08:00 | 
				
					
						|  Allen Webster | 6275df55b3 | Simplify some of the project code; clean up project type names | 2021-01-08 22:58:05 -08:00 | 
				
					
						|  Allen Webster | 33e6fc7819 | Sort project commands; nicer string types | 2021-01-08 21:20:39 -08:00 | 
				
					
						|  Allen Webster | da32d5f869 | Some progress sorting out project functions, cleaning up old stuff | 2021-01-07 00:41:04 -08:00 | 
				
					
						|  Allen Webster | 8940b29ab1 | project command lister switched over to new variable system | 2021-01-05 21:00:37 -08:00 | 
				
					
						|  Allen Webster | 46ecbc1afe | project_go_to_root_directory now works on new variable system | 2021-01-05 19:54:41 -08:00 | 
				
					
						|  Allen Webster | d550df94c1 | Get project path lists and pattern filters working directly off of variables | 2021-01-01 15:33:03 -08:00 | 
				
					
						|  Allen Webster | a6467d7cfa | Consolidate project parsing, up converting, and dumping | 2020-12-30 23:53:21 -08:00 | 
				
					
						|  Allen Webster | a07e4d0d32 | Variable parents; project root path from variables | 2020-12-30 23:43:25 -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 | 7b7b7df7b8 | Fix crash bug in project command lister | 2020-12-30 16:36:59 -08:00 | 
				
					
						|  Allen Webster | 4d4f345365 | flatten out crufty helper layers in project parsing | 2020-12-30 16:27:59 -08:00 | 
				
					
						|  Allen Webster | 5a0865d4dd | Nil sentinel setup | 2020-12-30 15:58:38 -08:00 | 
				
					
						|  Allen Webster | 3904b21826 | put os/arch/compiler names in context cracking; remove PlatformName from project code | 2020-12-30 15:27:53 -08:00 | 
				
					
						|  Allen Webster | b2340c5b2e | Remove project command lister cruft | 2020-12-30 15:21:39 -08:00 | 
				
					
						|  Allen Webster | 3836ff05da | Run project commands via new variable system | 2020-12-05 16:54:33 -08:00 | 
				
					
						|  Allen Webster | aa9004e92b | Fix mysterious regression of project conversion path (???) | 2020-12-05 12:32:56 -08:00 | 
				
					
						|  Allen Webster | ff8b39f4b7 | Finish project version upconvert (fkey commands) | 2020-11-27 12:52:40 -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 | 2151ff8b28 | Whoops; transition last integer type over to new config system | 2020-11-27 09:52:44 -08:00 | 
				
					
						|  Allen Webster | ed619c7960 | Transition integer types over to new config system | 2020-11-26 13:12:59 -08:00 | 
				
					
						|  Allen Webster | 46bfdd9bad | Move code extension list over to new config system | 2020-11-26 10:45:53 -08:00 | 
				
					
						|  Allen Webster | 2671dec536 | Move all string config variables over to new config system | 2020-11-25 19:20:36 -08:00 | 
				
					
						|  Allen Webster | a6c307944f | Move user_name over to new config system | 2020-11-25 18:29:21 -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 | f0339a9eb7 | Project version up-converter | 2020-11-25 00:41:30 -08:00 | 
				
					
						|  Allen Webster | c153a05de2 | Tried something but then backed off it; not sure what changes are still there | 2020-11-24 22:04:50 -08:00 |