onyx.git
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
2021-05-13 Brendan Hansenno more map.cmp_function. default is now always optional
2021-05-13 Brendan Hansensmall bugfix with deferred statements with fallthrough
2021-05-11 Brendan Hansensmall updates and thoughts
2021-05-09 Brendan HansenMerge remote-tracking branch 'origin/master'
2021-05-09 Brendan Hansenbugfixes with unused locals
2021-05-07 Brendan Hansentiny bug fixes
2021-05-05 Brendan Hansenadded initial immediate mode rendering module
2021-05-03 Brendan Hansenfixed anonymous struct var arg bug
2021-04-28 Brendan Hansenchanged how #export works
2021-04-27 Brendan Hansenpreparing for removing linear token dependence
2021-04-27 Brendan Hansentiny changes
2021-04-25 Brendan Hansensmall cleanup
2021-04-24 Brendan Hansenfixed a small bug because && does not short circuit
2021-04-24 Brendan Hansenbug fixes with a better heap allocator
2021-04-22 Brendan Hansenremoving more unnecessary enum prefixes
2021-04-22 Brendan Hansenremoved some unneeded enum member look ups
2021-04-22 Brendan Hansenadded unary field access for enum/struct members
2021-04-22 Brendan Hansenstarting to work on reusable modules for webgl and...
2021-04-21 Brendan Hansengoing to try to stay on top of the CHANGELOG from now on
2021-04-21 Brendan Hansencode cleanup; added iter.zip and iter.const
2021-04-21 Brendan Hansenmoved container-like things to core/container
2021-04-21 Brendan Hansenadded iter.skip and iter.take_while; small poly proc...
2021-04-21 Brendan Hansenfixed onyx.vim
2021-04-20 Brendan Hansenchanged filter iterator to use the right name
2021-04-20 Brendan Hansenadded iter.fold and iter.take
2021-04-20 Brendan Hansenstarted working on lazy iterator library
2021-04-20 Brendan Hansenusing bh_align where I can
2021-04-19 Brendan Hansenfixed issue when writing to a file more than once
2021-04-19 Brendan Hansenfixed bug with overloaded operators not discarding...
2021-04-18 Brendan Hansenadded binary_reader package. probably going to remove...
2021-04-17 Brendan Hansenfixed list iterator destoying list
2021-04-17 Brendan Hansenleft a DEBUG_HERE and never tested on linux
2021-04-17 Brendan Hansenupdated a test case to use the new iterators
2021-04-17 Brendan Hansenadded 'close' semantics to iterators
2021-04-17 Brendan Hanseneven more clean up in code generation
next