Replace String class and usage with std::string
Fix String.truncate() to not reset the len member
Update programmer list in credits
Indent credits entries in source in a more obvious way
Fix String.truncate() to not reset the len member
Replace String class and usage with std::string
Update programmer list in credits
Remove commented out details from credits screen
build: Drop cmake support
build: Remove MAINTAINERCLEANFILES variables
build: Use AC_DEFINE instead of passing them via CPPFLAGS
build: Remove config.rpath from EXTRA_DIST
Fix translation for welcome text
po: Add content to PO-Revision-Date field for Italian translation
po: Fix number of plural forms for Russian translation
po: Add project name to Project-Id-Version field
po: Pass --add-location=file to xgettext and msgmerge
build: Remove obsolete AC_HEADER_STDC macro
po: Update MSGID_BUGS_ADDRESS to match the current address in .po files
build: Unify m4 quoting, line wrapping and indentation in configure.ac
build: Move AC_SEARCH_LIBS together with AC_CHECK_LIB/HEADERS macros
Move comma outside the link href
Update programmers and current maintainers
Remove trailing whitespace
Update URLs to https or archive.org links
Update source code URL
Add support for iCalendar export format
build: Bump gettext to 0.19.6
Remove autotools files
Merge identical FATAL() function definition for all systems
Make FATAL() exit with a return code of 1 not 0
Switch open coded fatal error handling to use FATAL()
Do not crash when the selected video driver is not available
Bump the required gettext to at least 0.19.6
Use PKG_CHECK_MODULES instead of AM_PATH_SDL and hardcoded -l options
Use <SDL_endian.h> instead of <SDL/SDL_endian.h>
Include missing <iconv.h> header
Use new SDL2 Keypad constants
Use a hash instead of an array to store the SDL keycodes
Initialize the screen before setting up the icon
Remove non-functional explicit OpenGL support
Remove commented out splash screen code
Fix indentation
Remove trailing spaces
Fix typos
Use “safe” instead of “save” when it is about safety
Mark comments pending verification as XXX
Re the SDL_endian.h changes, yes, every change here compiles on its own. Notice how the SDL.h inclusion does not use SDL/, as the include path is passed to the compiler. Re FATAL, I'll add the spacing. And as mentioned on IRC, I did the refactoring later as to make it easier to have a minimally backportable fix for Debian, but I can create the proper changes for upstream. Re cmake, right I wondered that too, but given that at least for APPLE this will simply not build there, I'm not sure this has...
Switch to SDL2
Assorted cleanups in preparation for SDL2 port
Do not crash when the selected video driver is not available
Bump the required gettext to at least 0.19.6
Make FATAL() exit with a return code of 1 not 0
Switch open coded fatal error handling to use FATAL()
Use PKG_CHECK_MODULES instead of AM_PATH_SDL and hardcoded -l options
Include missing <iconv.h> header
Merge identical FATAL() function definition for all systems
Use a hash instead of an array to store the SDL keycodes
Use <SDL_endian.h> instead of <SDL/SDL_endian.h>
Use new SDL2 Keypad constants
Drop cmake support
Fix indentation
Remove trailing spaces
Mark comments pending verification as XXX
Use “safe” instead of “save” when it is about safety
Initialize the screen before setting up the icon
Remove non-functional explicit OpenGL support
Remove commented out splash screen code
Fix typos
Support for a password command
Assorted build fixes
Add support for iCalendar export format
Add support for iCalendar export format
Remove autotools files
build: Bump gettext to 0.19.6