Changelog and release notes entries for my commits
This commit is contained in:
parent
a699094251
commit
64160818b6
2 changed files with 14 additions and 0 deletions
|
@ -265,6 +265,18 @@ print = make_print()
|
|||
Example contents 2.
|
||||
[/section]
|
||||
|
||||
[section="Lua bit32 library (bitwise operations)"]
|
||||
The [tt]bit32[/tt] library, which was added in Lua 5.2, is now enabled. This means that your Lua scipts can now perform bitwise operations, if needed.
|
||||
For more informations about this library please go to [url]http://www.lua.org/manual/5.2/manual.html#6.7[/url].
|
||||
[/section]
|
||||
|
||||
[section="New ImagePathWML functions"]
|
||||
[list]
|
||||
[*] ~SEPIA() gives to the image a sepia tone, like the one found in old pictures.
|
||||
[*] ~NEG() negates the RGB values of the image, giving it an effect similar to a photographic negative.
|
||||
[/list]
|
||||
[/section]
|
||||
|
||||
==========
|
||||
KNOWN BUGS
|
||||
==========
|
||||
|
|
|
@ -270,6 +270,8 @@ Version 1.13.0-dev:
|
|||
* Moved all preprocessor diagnostics from the 'config' log domain to
|
||||
'preprocessor'.
|
||||
* New WML tag [sync_variable]
|
||||
* Imagepath function "~SEPIA": gives the image a sepia tint
|
||||
* Imagepath function "~NEG": gives the image a photographic negative effect
|
||||
* Miscellaneous and bug fixes:
|
||||
* replace 'fight_on_without_leader'=yes/no with defeat_condition=no_leader/
|
||||
no_units/always/never which allows the wml developer to decide when a side
|
||||
|
|
Loading…
Add table
Reference in a new issue