Mercurial > fife-parpg
comparison CHANGES @ 686:86b4d91d9e52
Patch by barra:
* Changes to the setup script and the iss installer for the 0.3.2r2 release
* Fixed typo by prock (I'm still the king of typos though :-p)
author | mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 06 Dec 2010 20:29:38 +0000 |
parents | b5694699b40f |
children |
comparison
equal
deleted
inserted
replaced
685:2a1e47d3dab2 | 686:86b4d91d9e52 |
---|---|
14 ================================================================================ | 14 ================================================================================ |
15 | 15 |
16 === Engine === | 16 === Engine === |
17 * Instances now inherit blocking property from objects (#514) | 17 * Instances now inherit blocking property from objects (#514) |
18 * Added additional flag to Instance for overriding blocking attribute (r3520) | 18 * Added additional flag to Instance for overriding blocking attribute (r3520) |
19 * FIFE::Exception is now derrived from std::runtime_error. (#511) | 19 * FIFE::Exception is now derived from std::runtime_error. (#511) |
20 * Fixed the image/animation functions to consider zoom level (r3513) | 20 * Fixed the image/animation functions to consider zoom level (r3513) |
21 | 21 |
22 === Editor === | 22 === Editor === |
23 * Added the light editor plugin (r3513) | 23 * Added the light editor plugin (r3513) |
24 | 24 |