Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | feat: expanded ClassProxies, now all fields and methods include classproxies ↵ | zaaarf | 2023-03-21 | -101/+296 |
| | | | | to represent their parents (as well as parameters and return type for methods) | |||
* | feat: added ClassProxy | zaaarf | 2023-03-21 | -0/+174 |
| | ||||
* | feat: initial proxy rework, replaced getters with public constants, rely ↵ | zaaarf | 2023-03-21 | -204/+78 |
| | | | | more on ow2 Types instead of homebrew solutions | |||
* | doc: added missing javadocs0.3.2 | zaaarf | 2023-03-04 | -0/+3 |
| | ||||
* | fix: mistake in method names | zaaarf | 2023-03-04 | -1/+1 |
| | ||||
* | chore: removed references to cube game from names and comments | zaaarf | 2023-03-03 | -33/+33 |
| | ||||
* | feat: added setModifier method to proxy builder | zaaarf | 2023-03-01 | -0/+9 |
| | ||||
* | feat: implemented field and method proxies | zaaarf | 2023-03-01 | -0/+455 |