mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-21 19:01:29 +00:00
CHANGES file updated
This commit is contained in:
parent
9c2bc7f381
commit
0616bb9468
1 changed files with 2 additions and 0 deletions
2
CHANGES
2
CHANGES
|
@ -16,6 +16,8 @@ Release v0.2.4
|
||||||
- UTF-8 Support
|
- UTF-8 Support
|
||||||
- enum support: without enum-types
|
- enum support: without enum-types
|
||||||
(ie no `typedef enum { } foo;`)
|
(ie no `typedef enum { } foo;`)
|
||||||
|
- Accessing vector components via the dot operator on all
|
||||||
|
expressions. Eg: (3 * v).y
|
||||||
* Compilation:
|
* Compilation:
|
||||||
- Various optimizations and progs-size reductions.
|
- Various optimizations and progs-size reductions.
|
||||||
- A new spell-checking algorithm tries to hint you at existing
|
- A new spell-checking algorithm tries to hint you at existing
|
||||||
|
|
Loading…
Reference in a new issue