Commit 737de6461dcf687db03bdfa723f375cacf6e849f
- Diff rendering mode:
- inline
- side by side
ChangeLog
(1 / 0)
|   | |||
| 5 | 5 | * src/resources/image.cpp: Major rendering performance increase in | |
| 6 | 6 | software mode, by not using RLE compression on loaded images while | |
| 7 | 7 | most of the time, we're only drawing a small subimage of them. | |
| 8 | * README, data/help/header.txt, NEWS: Filled in release dates. | ||
| 8 | 9 | ||
| 9 | 10 | 2006-12-23 Bjørn Lindeijer <bjorn@lindeijer.nl> | |
| 10 | 11 |
NEWS
(2 / 1)
|   | |||
| 1 | 0.0.22 (.. December 2006) | ||
| 1 | 0.0.22 (24 December 2006) | ||
| 2 | 2 | - Added support for female-specific equipment graphics | |
| 3 | 3 | - Added support for monster sounds | |
| 4 | 4 | - Added item icons to buy/sell dialogs | |
| … | … | ||
| 7 | 7 | - Worked around a Guichan exception thrown for mice with many buttons | |
| 8 | 8 | - Changed mouse walk to keep following mouse while button is held down | |
| 9 | 9 | - Extended font support for å and Å. | |
| 10 | - Disabled RLE compression on all surfaces in software mode | ||
| 10 | 11 | - Fixed joystick setting not to show disabled when it's actually enabled | |
| 11 | 12 | - Fixed money field to no longer hide below the bottom of the window | |
| 12 | 13 | - Fixed pathfinding to allow walking through beings when they block your path |
README
(1 / 1)
|   | |||
| 1 | 1 | THE MANA WORLD | |
| 2 | 2 | ============== | |
| 3 | 3 | ||
| 4 | Version: 0.0.22 Date: ../12/2006 | ||
| 4 | Version: 0.0.22 Date: 24/12/2006 | ||
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | 7 | Development team: |
data/help/header.txt
(1 / 1)
|   | |||
| 2 | 2 | ##1 T H E M A N A W O R L D | |
| 3 | 3 | ##1 ========================================== | |
| 4 | 4 | ||
| 5 | ##2Version:##6 0.0.22 ##2Date:##3.. December 2006 | ||
| 5 | ##2Version:##6 0.0.22 ##2Date:##324 December 2006 | ||
| 6 | 6 | ||
| 7 | 7 | ##2 Website: http://themanaworld.org | |
| 8 | 8 |

