onyx.git
2021-10-01 Brendan Hansenrandom bugfixes; better __zero_value support for arrays.
2021-09-29 Brendan Hansenadded ".count" to array-typed things
2021-09-29 Brendan Hansenchanged map.update to be a macro
2021-09-28 Brendan Hansenbugfix with type aliasing; add #() for quick code block
2021-09-28 Brendan Hansensilly little bugfix for type alias to poly-instantiation
2021-09-28 Brendan Hansenbugfixes and added lcm and gcd
2021-09-25 Brendan Hansenbug fixes with operator overloading with anonymous...
2021-09-25 Brendan Hansenadded auto return syntax shortcut
2021-09-23 Brendan Hansenoverloaded procedures example; added set.iterator
2021-09-21 Brendan Hansenusing new features in the ui library
2021-09-21 Brendan Hansenrandom improvements
2021-09-16 Brendan Hansenadded more internal control to ui animations
2021-09-11 Brendan Hansenadded passing macros as baked arguments
2021-09-11 Brendan Hansenpolymorhic solving bugfix and added quicksort
2021-09-11 Brendan Hansenadded compound declarations of procedure arguments
2021-09-10 Brendan Hansenmade the array functions work with slices too
2021-09-10 Brendan Hansenbetter interop between array types
2021-09-09 Brendan Hansenbugfix with untyped arguments
2021-09-09 Brendan Hansenmemres bugfix and renamed poorly named function
2021-09-08 Brendan Hansenoverloaded procedures are more powerful; bugfixes
2021-09-08 Brendan Hansenrenamed type_check_or_auto_cast
2021-09-08 Brendan Hansenmade slice, varargs and dynamic array types simpler
2021-09-08 Brendan Hansenrenamed the compiler source files.
2021-09-08 Brendan Hansenbugfixes in compiler and core libraries
2021-09-02 Brendan Hansenadded blocked private_file and private flags
2021-08-31 Brendan Hansenbugfix with do expressions
2021-08-31 Brendan Hansenquick functions can return multiple things
2021-08-30 Brendan Hansenadded unfinished examples
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...
next