onyx.git
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
2021-06-20 Brendan Hansenadded some color to the error messages (linux only)
2021-06-20 Brendan Hansenbugfixes and added animation theme to ui module
2021-06-20 Brendan Hansenupdated test case that had a pointer in it
2021-06-20 Brendan Hansenadded field accesses on r-values
2021-06-20 Brendan Hansenoptimized the number of instructions it takes to copy...
2021-06-20 Brendan Hansenrefactored call generation to use less instructions
2021-06-19 Brendan Hansenvarious additions
2021-06-19 Brendan Hansencomments and tests
2021-06-19 Brendan Hansentesting json module
2021-06-19 Brendan Hansenmore static if bugfixes
2021-06-19 Brendan Hansenadded basic json encoding
2021-06-19 Brendan Hansencode cleanup and bugfixes
2021-06-18 Brendan Hansenadded precedence option to overloads
2021-06-17 Brendan Hansenadded escaped string parsing to json module
2021-06-17 Brendan Hansenrenamed AstArrayAccess to AstSubscript
2021-06-17 Brendan Hansenadded warning for using 'proc' keyword; got rid of...
2021-06-17 Brendan Hansennearly finished with json parsing; added float parsing...
2021-06-16 Brendan Hansenfinished initial JSON tokenizer
2021-06-16 Brendan Hansenfield access bugfix and added overloading operator...
2021-06-15 Brendan Hansenworking on json module; bugfix with struct constructing
2021-06-15 Brendan Hansensmall optimizations and working on json library
2021-06-14 Brendan Hansengot rid of an unnecessary error
2021-06-14 Brendan Hansenstarted working on a json library
2021-06-14 Brendan Hansensmall code cleanup
2021-06-13 Brendan Hansenadded String_Buffer; refactored some textbox code
2021-06-13 Brendan Hansensmall parser bugfix; working on textboxes in ui library
2021-06-12 Brendan Hansenenums flags with '&' result in bool; working on keyboar...
2021-06-12 Brendan Hansenadded radio buttons to ui library
2021-06-12 Brendan Hansenadded circle rendering
2021-06-11 Brendan Hansensmall lexer speedup again
2021-06-11 Brendan Hansenadded vecmath library (VERY MINIMAL)
2021-06-11 Brendan Hansensmall lexer speedup and module updates
2021-06-11 Brendan Hansenbugfixes with symbol resolution for polymorphic structs...
2021-06-11 Brendan Hansenadded sliders and other core module things
2021-06-10 Brendan Hansenadded checkboxes to ui package
2021-06-09 Brendan Hansenadded test.bat
next