mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-05-31 01:01:44 +00:00
- Changed the action function declaration parser so that optional parameters
can be given a default value. The 'optional' keyword is no longer needed and was removed, as well as 'evalnot'. SVN r1164 (trunk)
This commit is contained in:
parent
1957659b1b
commit
65a19e4be7
18 changed files with 1093 additions and 1096 deletions
|
@ -1,4 +1,7 @@
|
|||
August 12, 2008 (Changes by Graf Zahl)
|
||||
- Changed the action function declaration parser so that optional parameters
|
||||
can be given a default value. The 'optional' keyword is no longer needed
|
||||
and was removed, as well as 'evalnot'.
|
||||
- Restructured the action function interface to remove the dependence on
|
||||
the global CallingState variable.
|
||||
- Changed handling of AUTOPAGE texture so that it is properly inserted into
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue