onyx.git
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
2021-06-09 Brendan Hansenswitched to new font system (bmfont)
2021-06-09 Brendan Hansenadded alpha shader to immediate renderer
2021-06-09 Brendan Hansenpushing out a lot of module changes
2021-06-08 Brendan Hansenbugfixes related to unary field access and global types
2021-06-07 Brendan Hansenbugfix and updates to ui
2021-06-07 Brendan Hansenchanged assert to use #callsite
2021-06-07 Brendan Hansenbugfixes and added '#callsite' for default members
2021-06-06 Brendan Hansenadded printing of notes; added initial ui module
2021-06-04 Brendan Hansenbugfixes and changed how compound types are parsed
2021-06-04 Brendan Hansensmall bugfix and made enabling debugging in heap.onyx...
2021-06-03 Brendan Hansensmall note and maybe a bugfix
2021-06-03 Brendan Hansenbugfix with yielding for a polymorphic procedure generation
2021-06-03 Brendan HansenMAYBE BREAKING CHANGE; Polymorphic structure types...
2021-06-03 Brendan Hansenbugfix with a call node being checked multiple times
2021-06-02 Brendan Hansenbetter handling for infinite loop prevention with overloads
2021-06-02 Brendan Hansensmall bugfixes and documentation
2021-06-02 Brendan Hansenbugfixes with interactions of top level expressions
2021-06-02 Brendan Hansenbugfixes with polymorphic function calls with unresolve...
2021-06-02 Brendan HansenMAYBE BREAKING CHANGE; everything can defer right now...
2021-06-01 Brendan Hansenparser cleanup; fixed bug when defining procedures...
2021-06-01 Brendan Hansenfixed overloaded procedures with named baked value...
2021-06-01 Brendan Hansenfixed overloaded procedures with baked value polymorphism
2021-06-01 Brendan Hansenbugfixes with static ifs when types cannot be resolved
2021-06-01 Brendan Hansenadded static if statements in procedures; a little...
2021-05-31 Brendan Hansensmall code cleanup
2021-05-30 Brendan Hansenremoved old `progs` folder
2021-05-30 Brendan Hansenfixed clock.sleep for wasmtime
2021-05-29 Brendan Hansenadded core.clock package for wasi runtime
2021-05-29 Brendan Hansenadded set package
2021-05-29 Brendan Hansenadded to array package
2021-05-29 Brendan Hansengetting rid of string.read_line; use string.read_until...
2021-05-29 Brendan Hansengetting rid of uses of string.builder, string.reader
2021-05-27 Brendan Hansenupdated docs and added notes to the lexer
2021-05-23 Brendan Hansenadded relative lookups on file_contents directives
2021-05-22 Brendan Hansenadded relative file loads
2021-05-13 Brendan Hansenusing non-relative paths in file lookups
2021-05-13 Brendan Hansenrelative file comments
next