userJames Kingcancel

7,683 Commits over 3,684 Days - 0.09cph!

10 Years Ago
Stopped using URIs for path comparisons in the bindings generator to hopefully fix an issue on Unix systems.
10 Years Ago
Fixed JS stage creation.
10 Years Ago
Fixed JS stage creation.
10 Years Ago
Started testing JS stage creation.
10 Years Ago
Started testing JS stage creation.
10 Years Ago
Exposed Stage and Entity to bindings generation.
10 Years Ago
Exposed Stage and Entity to bindings generation.
10 Years Ago
Fixed void returning method generation and proxy array parameters.
10 Years Ago
Fixed void returning method generation and proxy array parameters.
10 Years Ago
Auto generated files are now not overwritten if no update is required.
10 Years Ago
Auto generated files are now not overwritten if no update is required.
10 Years Ago
Added struct conversion generation.
10 Years Ago
Added struct conversion generation.
10 Years Ago
Added struct binding generation.
10 Years Ago
Added struct binding generation.
10 Years Ago
Added controls bindings.
10 Years Ago
Added controls bindings.
10 Years Ago
Fixed another bug with proxy method generation.
10 Years Ago
Fixed another bug with proxy method generation.
10 Years Ago
Fixed proxy method generation.
10 Years Ago
Fixed proxy method generation.
10 Years Ago
Fixed root game object not being set correctly.
10 Years Ago
Fixed root game object not being set correctly.
10 Years Ago
Proxy class generation can now include inheritance.
10 Years Ago
Proxy class generation can now include inheritance.
10 Years Ago
Other proxy types are now used for members in generated proxy type definitions.
10 Years Ago
Other proxy types are now used for members in generated proxy type definitions.
10 Years Ago
Implemented basic Bindable proxy instance class generation.
10 Years Ago
Implemented basic Bindable proxy instance class generation.
10 Years Ago
Reverted some code that was mistakenly staged.
10 Years Ago
Reverted some code that was mistakenly staged.
10 Years Ago
About to implement Bindable proxy generation.
10 Years Ago
About to implement Bindable proxy generation.
10 Years Ago
Refactored the JS game instantiation process.
10 Years Ago
Refactored the JS game instantiation process.
10 Years Ago
Some refactoring and started work on a Bindable abstract class for instantiable types that are exposed to Jurassic.
10 Years Ago
Some refactoring and started work on a Bindable abstract class for instantiable types that are exposed to Jurassic.
10 Years Ago
Project files are no longer amended if no changes are necessary.
10 Years Ago
Project files are no longer amended if no changes are necessary.
10 Years Ago
Added support for single-precision floats in bound members.
10 Years Ago
Added support for single-precision floats in bound members.
10 Years Ago
Bindings generation now amends project files to include the generated source files.
10 Years Ago
Bindings generation now amends project files to include the generated source files.
10 Years Ago
Bindings are now generated from methods in static classes marked with GenerateBindings.
10 Years Ago
Bindings are now generated from methods in static classes marked with GenerateBindings.
10 Years Ago
Started work on static class binding generation.
10 Years Ago
Started work on static class binding generation.
10 Years Ago
[memory_dungeon] Removed a Debug.Log call.
10 Years Ago
[memory_dungeon] Removed a Debug.Log call.
10 Years Ago
[memory_dungeon] Fixed MoveItemCoroutine not acting in parallel.