Adds to Qt windowport:

- "Saved game" dialog (could be useful in other ports - plain C code used)
   - "splash screen"
   - compact mode cleanup for 240x320 displays
   - messages-on-map overlay display
   - allows online reading of Guidebook in HTML format (coming soon)
This commit is contained in:
warwick
2002-01-11 07:03:12 +00:00
parent 318308396b
commit df13e93d67
5 changed files with 661 additions and 79 deletions
+4 -2
View File
@@ -36,8 +36,10 @@ To use this code:
4. ../../Makefile (the top-level makefile)
change the VARDATND setting to contain the files "x11tiles"
and "rip.xpm".
change the VARDATND setting to contain the files "x11tiles",
"rip.xpm", and "nhsplash.xpm":
VARDATND = x11tiles rip.xpm nhsplash.xpm
5. Follow all the instructions in ../../sys/unix/Install.unx for
the remainder of the installation process.