This are the release notes for H-World 0.1.7 (Please also read the former release notes, particularly 0.1.6!) This is mostly a bugfix release to fix problems with user defined images. Particularly overlay images for the player character had been badly broken. I.e. after loading a saved game the overlay images appeared as just random images or no images at all. The other major change is that the wilderness is now infinite in all directions. It is divided into panels of 100x100 squares. If you approach the border and step within 10 sqaures to the border the game switches to the next panel. All dungeon entrances and the marketplace of "The Jungle" are located on the starting panel. Some dialogs (i.e. birth window and game over dialog) are modal now. Also some quirks in the NPC dialog code have been fixed, but it still doesn't work sometimes. There is now a Lua script for user defined commands. It is mostly unused in "The Jungle", but an example command has been supplied. For more info, please read the readme.txt file and the old release notes. ** Chronological list of changes since the last release: 20-May-03: FIX: fixed a bug in handling of user-defined images after loading a saved game FIX: fixed a bug in body/inventoy view layout if wielding multiple backpacks 19-May-03: FIX: fixed a bug in RNG handling in 'endless level' code -> now 100% reproducible level part are generated (except items and monsters) 18-May-03: CHANGE: reenabled endless wilderness FIX: fixed a bug in saving/loading action_speak_t objects NEW: added display of level title (name) 17-May-03: NEW: networking code, preparation for multiplayer (client/server) architecture 11-May-03: NEW: lua script for user commands (triggered upon keypress) - included an example command for keypress SPACE NEW: support for modal frames written by Hansjörg Malthaner, May. 2003 Email: hansjoerg.malthaner@gmx.de