mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-29 07:32:02 +00:00
Added information about GIB.
This commit is contained in:
parent
f6ab24e6bc
commit
d7671d3363
1 changed files with 15 additions and 0 deletions
15
NEWS
15
NEWS
|
@ -55,3 +55,18 @@ changes from 0.3.0
|
||||||
o can generate/link object files (.qfo files)
|
o can generate/link object files (.qfo files)
|
||||||
o library file support (.qfo files in a .pak file)
|
o library file support (.qfo files in a .pak file)
|
||||||
o strict type checking
|
o strict type checking
|
||||||
|
|
||||||
|
o Enhanced console scripting - GIB
|
||||||
|
o New language derived from the quake console.
|
||||||
|
o Functions with arguments and return values.
|
||||||
|
o Looping (while, for) and branching (if) commands.
|
||||||
|
o Local and global variables as well as access to cvars.
|
||||||
|
Supports Python-like slicing of variables.
|
||||||
|
o A basic math interpreter that respects order of operations
|
||||||
|
and provides most arithmetic and logic operators.
|
||||||
|
o Non-preemptive threading and callbacks to GIB functions in
|
||||||
|
response to game events (limited but functional at the moment)
|
||||||
|
o File reading, writing, and searching.
|
||||||
|
o Integrates with console -- GIB functions can be exported as
|
||||||
|
console commands to be used at the console or in binds.
|
||||||
|
o See gib.html in doc for more information.
|
||||||
|
|
Loading…
Reference in a new issue