Mention thumbnails in NEWS
svn-id: r17983
This commit is contained in:
parent
c33cc2ce85
commit
2f0451245d
2 changed files with 3 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -19,10 +19,10 @@ MODULE_DIRS :=
|
||||||
include config.mak
|
include config.mak
|
||||||
|
|
||||||
# Uncomment this for stricter compile time code verification
|
# Uncomment this for stricter compile time code verification
|
||||||
# CXXFLAGS+= -Werror
|
CXXFLAGS+= -Werror
|
||||||
|
|
||||||
CXXFLAGS:= -Wall $(CXXFLAGS)
|
CXXFLAGS:= -Wall $(CXXFLAGS)
|
||||||
CXXFLAGS+= -O -Wuninitialized
|
# CXXFLAGS+= -O -Wuninitialized
|
||||||
CXXFLAGS+= -Wno-long-long -Wno-multichar -Wno-unknown-pragmas
|
CXXFLAGS+= -Wno-long-long -Wno-multichar -Wno-unknown-pragmas
|
||||||
# Even more warnings...
|
# Even more warnings...
|
||||||
CXXFLAGS+= -pedantic -Wpointer-arith -Wcast-qual -Wconversion
|
CXXFLAGS+= -pedantic -Wpointer-arith -Wcast-qual -Wconversion
|
||||||
|
|
1
NEWS
1
NEWS
|
@ -22,6 +22,7 @@ For a more comprehensive changelog for the latest experimental CVS code, see:
|
||||||
- Added dialogs which are shown when you modify the talkspeed or music
|
- Added dialogs which are shown when you modify the talkspeed or music
|
||||||
volume using hotkeys.
|
volume using hotkeys.
|
||||||
- Added support for NES version of Maniac Mansion
|
- Added support for NES version of Maniac Mansion
|
||||||
|
- Added thumbnail support for savegames.
|
||||||
- Broke compatibility with HE savegame (HE v71 and upwards only)
|
- Broke compatibility with HE savegame (HE v71 and upwards only)
|
||||||
|
|
||||||
Sword2:
|
Sword2:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue