Mercurial > fife-parpg
view build/win32/installer/fife.iss @ 697:ecaa4d98f05f tip
Abstracted the GUI code and refactored the GUIChan-specific code into its own module.
* Most of the GUIChan code has been refactored into its own gui/guichan module. However, references to the GuiFont class still persist in the Engine and GuiManager code and these will need further refactoring.
* GuiManager is now an abstract base class which specific implementations (e.g. GUIChan) should subclass.
* The GUIChan GUI code is now a concrete implementation of GuiManager, most of which is in the new GuiChanGuiManager class.
* The GUI code in the Console class has been refactored out of the Console and into the GUIChan module as its own GuiChanConsoleWidget class. The rest of the Console class related to executing commands was left largely unchanged.
* Existing client code may need to downcast the GuiManager pointer received from FIFE::Engine::getGuiManager() to GuiChanGuiManager, since not all functionality is represented in the GuiManager abstract base class. Python client code can use the new GuiChanGuiManager.castTo static method for this purpose.
author | M. George Hansen <technopolitica@gmail.com> |
---|---|
date | Sat, 18 Jun 2011 00:28:40 -1000 |
parents | 55c1baa3cb48 |
children |
line wrap: on
line source
; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! [Setup] ; NOTE: The value of AppId uniquely identifies this application. ; Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{99CDEFC4-8CC3-410A-ABB9-FC58F61DF70E} AppName=FIFE 0.3.2r2 ; Version is yyyy.mm AppVerName=FIFE 0.3.2r2 AppPublisher=FIFE Team AppPublisherURL=http://www.fifengine.net/ AppSupportURL=http://www.fifengine.net/ AppUpdatesURL=http://www.fifengine.net/ DefaultDirName={pf}\FIFE\ DefaultGroupName=FIFE DirExistsWarning=No EnableDirDoesntExistWarning=Yes AllowNoIcons=yes LicenseFile=license.rtf Compression=lzma SolidCompression=yes OutputBaseFilename=FIFE_0.3.2r2_installer_win32 OutputDir=. DisableReadyPage=yes [Types] Name: "full"; Description: "Full installation" Name: "fife-only"; Description: "Engine only" Name: "fife-demos"; Description: "Engine and Demos" Name: "fife-tools"; Description: "Engine and Tools" [Components] Name: "engine"; Description: "FIFE python module"; Types: full fife-only fife-demos fife-tools; Flags: fixed Name: "demos"; Description: "Demos"; Types: full fife-demos Name: "tools"; Description: "Tools"; Types: full fife-tools [Languages] Name: "english"; MessagesFile: "compiler:Default.isl" [Files] ; engine Source: "..\..\..\dist\*.exe"; DestDir: "{app}\engine"; Excludes: ".svn"; Flags: ignoreversion recursesubdirs createallsubdirs Source: "..\..\..\AUTHORS"; DestDir: "{app}\doc\"; DestName:"Authors.txt" Source: "..\..\..\COPYING"; DestDir: "{app}\doc\"; DestName:"Copying.txt" Source: "..\..\..\CHANGES"; DestDir: "{app}\doc\"; DestName:"Changes.txt" Source: "..\..\..\README"; DestDir:"{app}"; DestName: "README.txt"; Flags: isreadme ; demos Source: "..\..\..\demos\*"; DestDir: "{app}\demos"; Excludes: ".svn, rpg"; Flags: ignoreversion recursesubdirs createallsubdirs ; tools Source: "..\..\..\tools\*"; DestDir: "{app}\tools"; Excludes: ".svn"; Flags: ignoreversion recursesubdirs createallsubdirs [Icons] Name: "{group}\{cm:ProgramOnTheWeb,FIFE}"; Filename: "http://www.fifengine.net/" Name: "{group}\Copying.txt"; Filename: "notepad.exe"; Parameters: "{app}\doc\Copying.txt" Name: "{group}\Changes.txt"; Filename: "notepad.exe"; Parameters: "{app}\doc\Changes.txt" Name: "{group}\tools\Map Editor"; Filename: "python.exe"; Parameters: """{app}\tools\editor\run.py"""; WorkingDir: "{app}\tools\editor"; Comment: "FIFE Editor"; Components: "tools" Name: "{group}\demos\Rio de hola"; Filename: "python.exe"; Parameters: """{app}\demos\rio_de_hola\run.py"""; WorkingDir: "{app}\demos\rio_de_hola"; Comment: "Techdemo"; Components: "demos" Name: "{group}\demos\Shooter"; Filename: "python.exe"; Parameters: """{app}\demos\shooter\run.py"""; WorkingDir: "{app}\demos\shooter"; Comment: "Side scrolling shooter demo"; Components: "demos" Name: "{group}\demos\Pychan demo"; Filename: "python.exe"; Parameters: """{app}\demos\pychan_demo\pychan_test.py"""; WorkingDir: "{app}\demos\pychan_demo"; Comment: "FIFE GUI demo"; Components: "demos" Name: "{group}\{cm:UninstallProgram,FIFE}"; Filename: "{uninstallexe}" [Run] Filename: "{app}\engine\fife-0.3.2r2.win32.exe";