MegaGlest/source/glest_game/main
Mark Vejvoda 8c59da57cd - bugfixes to install related files to fix:
- missing glest.ini during make install (this file is handled by the data install)
 - properly handles destdir for all installed files
 - customizable paths for all installation destinations (the following can now be set):
   		MEGAGLEST_BIN_INSTALL_PATH   -  "bin/"  -  "The installation path for binaries (this is appended to the CMAKE_INSTALL_PREFIX)")
		MEGAGLEST_DATA_INSTALL_PATH  - "share/megaglest/"  -  "The installation path for data files (this is appended to the CMAKE_INSTALL_PREFIX)")
		MEGAGLEST_DESKTOP_INSTALL_PATH  - "share/applications/"  - "The installation path for desktop files (this is appended to the CMAKE_INSTALL_PREFIX)")
		MEGAGLEST_ICON_INSTALL_PATH  -  "share/pixmaps/"   - "The installation path for icon files (this is appended to the CMAKE_INSTALL_PREFIX)")
		CUSTOM_DATA_INSTALL_PATH  -  "'\\\"${CMAKE_INSTALL_PREFIX}/${MEGAGLEST_DATA_INSTALL_PATH}\\\"'"   -  "The FULL installation path for data files (this is build automatically by combining CMAKE_INSTALL_PREFIX and MEGAGLEST_DATA_INSTALL_PATH)")
- Fixed startup scripts for tools (remove bin folder)
- Fixed source and data tarball scripts to include required files (missed the proper main ini files)
- Debian can now easily package up megaglest and build deb files
2011-05-14 17:31:40 +00:00
..
battle_end.cpp - hide observers from battle end screen stats 2011-05-01 07:35:10 +00:00
battle_end.h - updated line endings to unix style characters to fix Bug #3085838 2011-01-20 15:56:30 +00:00
intro.cpp - attempt to fix crash at intro screen 2011-02-18 16:15:14 +00:00
intro.h - added code to rename duplicate maps and show a warning at game start 2011-01-31 21:59:28 +00:00
macosx_main.h Update the macosx main to compil 2010-09-30 10:32:28 +00:00
macosx_main.m Update the macosx main to compil 2010-09-30 10:32:28 +00:00
main.cpp - bugfixes to install related files to fix: 2011-05-14 17:31:40 +00:00
main.h - updated line endings to unix style characters to fix Bug #3085838 2011-01-20 15:56:30 +00:00
program.cpp - added better way to show some common resolutions in the options menu 2011-04-18 22:05:41 +00:00
program.h - bugfix so that openal 1.13 works properly with megaglest 2011-04-09 01:22:39 +00:00