onyx.git
2021-08-30 Brendan Hansenquick-function macros; error message cleanup
2021-08-30 Brendan Hansenbugfix with return type being an alias
2021-08-30 Brendan Hansenadded overloadable assignment operators
2021-08-30 Brendan Hansenbugfixes with aliasing to poly structs; added 'Map...
2021-08-29 Brendan Hansenbugfix with deferred statements in macros
2021-08-29 Brendan Hansenmaking initialization statements on if/while/switch...
2021-08-29 Brendan Hansenbugfix with deferred blocks in macros with locals
2021-08-29 Brendan Hansenbugfix with macros with auto-return type
2021-08-29 Brendan Hansenbugfixes with expression macro substitutions
2021-08-28 Brendan Hansenadded macros at the expression level
2021-08-28 Brendan Hansenadded 'do' expressions
2021-08-28 Brendan Hansentabs are now supported by error message reporting
2021-08-28 Brendan Hansencode cleanup
2021-08-27 Brendan Hansenscary changes
2021-08-26 Brendan Hansenstabilized entity sorting so cycle detection works...
2021-08-26 Brendan Hansencode cleanup in cloner and checker. proper cycle detect...
2021-08-23 Brendan Hansenbugfixes with core libs
2021-08-23 Brendan Hansenadded auto-return type
2021-08-23 Brendan Hansenbugfixes and fixed spelling of "polymoprhic"
2021-08-23 Brendan Hansen'typeof' bugfixes and added quick functions (=>)
2021-08-23 Brendan Hansenbetter printing for enum flags
2021-08-23 Brendan Hansenadded 'typeof'
2021-08-19 Brendan Hansenbugfix with use in parameters and yielding
2021-08-18 Brendan Hansencleanup and random additions
2021-08-17 Brendan Hansensmall cleanup with macros
2021-08-13 Brendan Hansenstarting to use macros because they are powerful
2021-08-13 Brendan Hansenpolymorphic macros as overloads
2021-08-13 Brendan Hansenbugfixes with macro expansions
2021-08-12 Brendan Hansenadded bucket_array test
2021-08-12 Brendan Hansenmacros working! needs a lot of cleanup however
2021-08-12 Brendan Hansenmore macro support
2021-08-12 Brendan Hansenstarting to work on macros; not functional yet
2021-08-11 Brendan Hansenslightly cleaner way of doing expression level checking
2021-08-10 Brendan Hansenrandom various improvements around the core libraries
2021-08-09 Brendan Hansenrandom cleanup; fixed ui layering bug
2021-08-07 Brendan Hansencleanup
2021-08-06 Brendan Hansenpolymorphic overloads can signal yield for header
2021-08-06 Brendan Hansenforgot to revert a small change
2021-08-06 Brendan Hansenbugfixing and added enumerate to iter
2021-08-06 Brendan Hansenstruct member defaults are now available at runtime
2021-08-05 Brendan Hansencode and '#insert' blocks can be expressions
2021-08-05 Brendan Hansencleaned up more examples
2021-08-05 Brendan Hansenupdated examples; type creation bugfix
2021-08-03 Brendan Hansenadded paste-able code blocks with '#insert' and '#{}'
2021-07-20 Brendan Hansenanother type_info bugfix
2021-07-20 Brendan Hansentype_info fix (hopefully)
2021-07-19 Brendan Hansenthis shouldn't work...
2021-07-19 Brendan Hansenone more dumb fix for type_table
2021-07-19 Brendan Hansenbugfix for type_table
2021-07-18 Brendan Hansenadded ability to disable #file_contents
2021-07-16 Brendan Hansenbugfixes and code cleanup
2021-07-15 Brendan Hansenadded scrollable_region
2021-07-15 Brendan Hansenpoly-struct arguments are query-able from '.' syntax
2021-07-15 Brendan Hansenadded a builtin font because there were too many proble...
2021-07-15 Brendan Hansenalias bug fix; added #persist to locals
2021-07-14 Brendan Hansenreworking fonts in ui module
2021-07-14 Brendan Hansenadded parameters to type_info for polymorphed structs
2021-07-13 Brendan Hansenrefactored font code so it is reusable
2021-07-12 Brendan Hansenunprivated a function
2021-07-12 Brendan Hansenremoved an unneeded structure
2021-07-12 Brendan Hansencomments and cleanup
2021-07-11 Brendan Hansenbugfixes in lots of places
2021-07-11 Brendan Hansenadded dynamic file requests to js_events library
2021-07-09 Brendan Hansenadded wasm code decoder
2021-07-09 Brendan Hansenimmediate mode fixes
2021-07-08 Brendan Hansenrenaming scrollable_area to workspace
2021-07-08 Brendan Hansenscrolling_area; better mouse support
2021-07-07 Brendan Hansenbugfixes with scissors
2021-07-07 Brendan Hansenscissoring with respect to world transform matrix
2021-07-07 Brendan Hansenworld transformation matrix
2021-07-07 Brendan Hansenfixed aliasing issues; guaranteed new bugs showed up
2021-07-07 Brendan Hansenrefactored to remove AstAlias; have a better use for...
2021-07-06 Brendan Hansenbugfix with if-expressions
2021-07-06 Brendan Hansenadded if-expressions
2021-07-06 Brendan Hansenbugfix and added to immediate rendering capability
2021-07-05 Brendan Hansen== bugfix and library cleanup
2021-07-05 Brendan Hansenadded printing of type names in printf
2021-07-03 Brendan Hansenadded #defined()
2021-07-02 Brendan Hansenmoved parse_section_locations to parser
2021-07-02 Brendan Hansenwasm module parsing
2021-07-02 Brendan Hansenbugfix and added pretty printing
2021-07-02 Brendan Hansenbugfixes; starting work on wasm module
2021-07-01 Brendan Hanseninitial version of new and better str_format
2021-06-29 Brendan Hansencasting from vararg to slice. made any a keyword
2021-06-27 Brendan Hansensmall updates to type_info and added untyped_array
2021-06-26 Brendan Hansenadded 'Any' type and any typed varargs
2021-06-24 Brendan Hansenadded missing type info; constrained type_expr operations
2021-06-24 Brendan Hansenbugfixes with using packages
2021-06-23 Brendan Hansenmoved type_info package to 'builtin' instead of 'core'
2021-06-23 Brendan Hansenadded members to enum type info
2021-06-23 Brendan Hansenfixing bugs with first class types; and basic type...
2021-06-23 Brendan Hansenmaking use of the first class types
2021-06-23 Brendan Hansentypes are even more first class
2021-06-23 Brendan Hansenfirst class-ish types
2021-06-22 Brendan Hansenworking type table!
2021-06-22 Brendan Hansenadding untested type table creation
2021-06-21 Brendan Hansenlisted things to do in ui module
2021-06-21 Brendan Hansenlaid out type_info structures
2021-06-21 Brendan Hansentype system cleanup; preparing for introspection
2021-06-21 Brendan Hansenfixed up the documentation generation
next