|
| 1 | +# Version 0.4.0.658 - 2017-02-04 |
| 2 | + |
| 3 | +## Additions |
| 4 | +- Added knife item to test slashing damage |
| 5 | +- Added the first implementation of an in-depth health system |
| 6 | + - Each create has an actual body model consisting of separate body parts |
| 7 | + - Each body part does have its own effects and attributes |
| 8 | + - Destroying a vital organ leads to a character's death |
| 9 | + - Destroying the eyes will blind the character |
| 10 | + - Attacks can cause bleeding which can lead to a character's death |
| 11 | +- Added a custom image font for the user interface ([#86](https://github.com/rm-code/On-The-Roadside/issues/86)) |
| 12 | +- Added simple (preliminary) health screen |
| 13 | + |
| 14 | +## Fixes |
| 15 | +- Fix merging of item stacks ([#84](https://github.com/rm-code/On-The-Roadside/issues/84)) |
| 16 | +- Fix camera moving while inventory is open ([#90](https://github.com/rm-code/On-The-Roadside/issues/90)) |
| 17 | +- Fix issue with Lua's default io libs ([#91](https://github.com/rm-code/On-The-Roadside/issues/91)) |
| 18 | + |
| 19 | +## Other Changes |
| 20 | +- Do not restore camera position after movement ([#43](https://github.com/rm-code/On-The-Roadside/issues/43)) |
| 21 | +- Reduced amount of camera movement during AI turns |
| 22 | +- Taught AI to rearm throwing weapons |
| 23 | +- Use layout-independent key scancodes ([#82](https://github.com/rm-code/On-The-Roadside/issues/82)) |
| 24 | +- Added a custom error handler |
| 25 | +- Made throwable weapons stackable ([#83](https://github.com/rm-code/On-The-Roadside/issues/83)) |
| 26 | +- Equipment slots are no longer hardcoded but can be determined by a character's body template |
| 27 | +- Hide equipment when looking at another character's inventory |
| 28 | +- The camera actually takes tile sizes into account when moving |
| 29 | +- Mouse Pointer is no longer updated when the inventory is open ([#87](https://github.com/rm-code/On-The-Roadside/issues/87)) |
| 30 | +- Made game window resizable (minimum size is locked to 800x600) |
| 31 | +- General inventory layout improvements |
| 32 | + - Added scrollable item description area |
| 33 | + - Added item stats area |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
1 | 38 | # Version 0.3.1.573 - 2016-12-01
|
2 | 39 |
|
3 | 40 | ## Additions
|
|
0 commit comments