Storyline, Quests, Ideas, Dialogs -manager
SearchWiki:

Project navigation

Documents

ToDo

Old stuff

PmWiki

Recent Changes Printable View Page History Edit Page

ToDo.CreatingRelease History

Hide minor edits - Show changes to markup

December 26, 2009, at 09:27 AM by Stedevil -- Small updates to linux sanity check
Changed lines 34-36 from:
7) Also verify that make install works and installed game runs. (sudo make install, run it, sudo make uninstall)
to:
7) Also verify that make install works and installed game runs. (sudo make install, run it, sudo make uninstall)
8) Check 6-7 also with user folder deleted.
9) Check that Mapediting (load/change/save) works.
March 16, 2009, at 09:58 AM by Stedevil -- Adding link to releases (remove when SF website works again)
Added line 105:
Changed lines 133-134 from:
4) press submit
5) write the new entry\\
to:
4) Press submit
5) Write the new entry\\
March 01, 2009, at 02:20 AM by stedevil --
Changed lines 36-37 from:
Current manual fixups:
  • Remove any language dir in po/ that is not complete enough to be in the release (Is this at all needed? 4 translations take less than 10MiB on disk and 2MiB compressed. Might be relevant for Windows though.)
to:
Current manual fixups for Windows and MacOS?-binary versions:
  • Remove any language dir in po/ that is not complete enough to be in the release (Windows and MacOS? currently irreversibly default to system localization.)
February 25, 2009, at 12:25 PM by Stedevil -- Talk about handling languages and updating pot files
Added lines 17-24:
Before starting:
  • Update src/vars.h with the languages that should be included.
  • We probably need to properly handle creating new up to date po/*.pot files without any outdated cruft in them.
# Get a clean checkout (save a tarball of it for later)
# Delete the .pot files
# autogen-config-make
# svn commit the freshly generated pot files.

Changed lines 26-27 from:
1) Do a fresh checkout (so old cruft in your own version isn't included)\\
to:

1) Do a new fresh checkout (so old cruft in your own version isn't included)\\
Changed line 37 from:
  • Remove any language dir in po/ that is not complete enough to be in the release
to:
  • Remove any language dir in po/ that is not complete enough to be in the release (Is this at all needed? 4 translations take less than 10MiB on disk and 2MiB compressed. Might be relevant for Windows though.)
February 19, 2009, at 11:10 PM by Stedevil --
Deleted line 69:

Starting an active shell at SF

Before interacting with SFs services via commandline, you first need to create an active shell
ssh -t USER,freedroid@shell.sourceforge.net create

Changed lines 72-84 from:
Do NOT release from here. Only used this as a temporary storage location to eg allow a small group of users, eg the development team, to download and verify your package is working before putting it on the release server.
1) SCP the files 1 by 1 to the SF server
scp FILENAME USERNAME@shell.sf.net:/home/groups/f/fr/freedroid/htdocs
2) Send the proper link(s) to the target people.
http://www.freedroid.org/FILENAME
3) Remember to login and remove the files when not needed any more.
ssh -t USERNAME,freedroid@shell.sourceforge.net create
cd /home/groups/f/fr/freedroid/htdocs
to:
Do NOT release from here. Only used this as a temporary storage location to eg allow a small group of users, eg the development team, to download and verify your package is working before putting it on the release server.

1) Before interacting with SFs services via commandline, you first need to create an active shell
ssh -t USERNAME,freedroid@shell.sourceforge.net create
2) In a new commandline window SCP the files 1 by 1 to the SF server
scp FILENAME USERNAME@shell.sf.net:/home/groups/f/fr/freedroid/htdocs
3) Send the proper link(s) to the target people.
http://www.freedroid.org/FILENAME

Remember to login and remove the files when not needed any more.
ssh -t USERNAME,freedroid@shell.sourceforge.net create
cd /home/groups/f/fr/freedroid/htdocs
rm FILENAME
Changed lines 115-117 from:
Put up a news item on the front/news page
to:
Put up a news item on the front/news page
nano -w /home/groups/f/fr/freedroid/htdocs/data/news.txt
February 18, 2009, at 01:41 PM by Stedevil -- SF shell instructions
Changed lines 70-72 from:
Getting an active SF shell
scp FILENAME USERNAME@shell.sf.net:/home/groups/f/fr/freedroid/htdocs
to:

Starting an active shell at SF

Before interacting with SFs services via commandline, you first need to create an active shell
ssh -t USER,freedroid@shell.sourceforge.net create
February 17, 2009, at 11:01 PM by Stedevil -- More meat for self extracting archive
Changed lines 42-51 from:

Windows selfextracting 7z

1-4) As above\\
to:

Windows Self Extracting Archive

Get Cygal to do his SEA under Windows (that adds desktop links etc)

or, for more plain versions
1-4) As above, then
for SE zip:
http://www.info-zip.org/FAQ.html#unixSFX

for 7z:\\
February 16, 2009, at 02:37 PM by Stedevil --
Added lines 62-64:
Getting an active SF shell
scp FILENAME USERNAME@shell.sf.net:/home/groups/f/fr/freedroid/htdocs

February 16, 2009, at 05:28 AM by Stedevil -- Remove outdated quirk workaround
Changed line 29 from:
  • Add HELP_WANTED & INSTALL.generic
to:

February 16, 2009, at 02:45 AM by Stedevil --
Changed line 25 from:
7) Also verify that make install works and installed game runs. (make install, run it, make uninstall)
to:
7) Also verify that make install works and installed game runs. (sudo make install, run it, sudo make uninstall)
February 16, 2009, at 02:31 AM by Stedevil -- Remove CMake referance, since its now removed
Changed line 3 from:

Package versioning

in CMakeLists.txt change
+SET(PACKAGE_VERSION_MINOR 11)
+SET(PACKAGE_VERSION_PATCH rc1)

In game display

to:

Package versioning and In game display

November 27, 2008, at 11:26 AM by 127.0.0.1 --
Changed line 64 from:
MacOS?
to:
MacOS
November 27, 2008, at 11:25 AM by 127.0.0.1 --
Changed lines 63-64 from:
Beos
to:
Beos
MacOS?
Changed lines 70-71 from:
1) SCP the files 1 by 1 to the SF server
scp FILENAME USERNAME@shell.sf.net:/home/groups/f/fr/freedroid/htdocs \\
to:
1) SCP the files 1 by 1 to the SF server
scp FILENAME USERNAME@shell.sf.net:/home/groups/f/fr/freedroid/htdocs\\
Changed line 73 from:
http://www.freedroid.org/FILENAME \\
to:
http://www.freedroid.org/FILENAME\\
November 27, 2008, at 11:24 AM by 127.0.0.1 --
Changed lines 100-106 from:
put a marker in the box to mail these people
to:
Put a marker in the box to mail these people

Maillist

Send out a mail

Website

Put up a news item on the front/news page
Deleted line 113:

Maillist

November 26, 2008, at 09:52 PM by 127.0.0.1 --
Changed lines 74-75 from:
ssh USERNAME@shell.sf.net
to:
ssh -t USERNAME,freedroid@shell.sourceforge.net create
cd /home/groups/f/fr/freedroid/htdocs
November 26, 2008, at 09:26 PM by 127.0.0.1 --
Added lines 76-77:
If you need to verify the RSA keys for SF you find them here
http://alexandria.wiki.sourceforge.net/SSH+Host+Key+Fingerprints
August 01, 2008, at 02:33 AM by 130.240.221.129 --
Changed lines 15-16 from:
  • Possible to make a version string that automatically updates svn version? AC_INIT(freedroidRPG, 0.11rc1  svn961 ) ?
to:
  • Possible to make a version string that automatically updates svn version? AC_INIT(freedroidRPG, 0.11rc1  svn961 ) ?
    Other projects, eg ufoai, has this. Convenient for bug reports.
July 20, 2008, at 02:17 PM by 130.240.222.92 --
Changed line 85 from:
8) Fill in the form, committing the section after each change. Look on previous releases for file settings.
to:
8) Fill in the form, committing the section after each change. Look on previous releases for file settings.\\
July 20, 2008, at 11:33 AM by 130.240.222.92 --
Added line 93:

Announcing the release

Added lines 95-105:

FRS people monitoring this package

put a marker in the box to mail these people

News item on SF

1) Login to your account on http://sourceforge.net/ with your browser.
2) Go to the freedroid project.
3) In the ADMIN tab select "News"
4) press submit
5) write the new entry

Maillist

July 20, 2008, at 11:18 AM by 130.240.222.92 --
Changed lines 80-86 from:
3)

?) Verify links are working and correct packages are downloaded.
to:
3) Login to your account on http://sourceforge.net/ with your browser.
4) Go to the freedroid project.
5) In the ADMIN tab select "File Releases"
6) in FRS for package name: freedroidRPG press the add release button.
7) Name the release, eg freedroidRPG-0.11rc1 and continue
8) Fill in the form, committing the section after each change. Look on previous releases for file settings. 9) Verify links are working and correct packages are downloaded.
July 20, 2008, at 12:19 AM by 130.240.222.92 --
Added lines 51-53:
July 19, 2008, at 11:26 PM by 130.240.222.92 --
Changed lines 25-33 from:
3) Remove any language dir in po/ that is not complete enough to be in the release
4) ./autogen.sh
5) ./configure
6) make dist-bzip2
7) Verify that the created tar works (unpack && ./configure && make) and game runs from src/ folder.
8) Also verify that make install works and installed game runs. (make install, run it, make uninstall)
to:
3) ./autogen.sh
4) ./configure
5) make dist-bzip2
6) Verify that the created tar works (unpack && ./configure && make) and game runs from src/ folder.
7) Also verify that make install works and installed game runs. (make install, run it, make uninstall)

Current manual fixups:
  • Remove any language dir in po/ that is not complete enough to be in the release
  • Add HELP_WANTED & INSTALL.generic
July 19, 2008, at 12:15 AM by 130.240.222.92 --
Changed lines 22-30 from:
1) Do a fresh checkout (so old cruft in your own version isn't included)
svn co https://freedroid.svn.sourceforge.net/svnroot/freedroid freedroid-clean
2) cd freedroid-clean
3) ./autogen.sh
4) ./configure
5) make dist-bzip2
6) Verify that the created tar works (unpack && ./configure && make) and game runs from src/ folder.
7) Also verify that make install works and installed game runs. (make install, run it, make uninstall)
to:
1) Do a fresh checkout (so old cruft in your own version isn't included)
svn co https://freedroid.svn.sourceforge.net/svnroot/freedroid freedroid-clean
2) cd freedroid-clean
3) Remove any language dir in po/ that is not complete enough to be in the release
4) ./autogen.sh
5) ./configure
6) make dist-bzip2
7) Verify that the created tar works (unpack && ./configure && make) and game runs from src/ folder.
8) Also verify that make install works and installed game runs. (make install, run it, make uninstall)
July 18, 2008, at 08:45 PM by 130.240.222.92 --
Changed line 37 from:
Files Optional: HELP-WANTED NEWS ChangeLog? \\
to:
Files Optional: HELP-WANTED NEWS Changelog \\
July 18, 2008, at 08:44 PM by 130.240.222.92 --
Changed line 37 from:
Files Optional: HELP-WANTED NEWS \\
to:
Files Optional: HELP-WANTED NEWS ChangeLog? \\
July 17, 2008, at 12:52 AM by 130.240.222.92 --
Changed line 10 from:
AC_INIT(freedroidRPG, 0.11rc1 )
to:
AC_INIT(freedroidRPG, 0.11rc1)
July 17, 2008, at 12:49 AM by 130.240.222.92 --
Changed lines 50-51 from:

to:

Todo:
Added line 55:
Beos
July 17, 2008, at 12:48 AM by 130.240.222.92 --
Changed line 54 from:

to:

July 17, 2008, at 12:46 AM by 130.240.222.92 --
Changed line 16 from:
  • Should rc builds be treated as "stable" to not be quitting due to float exceptions?
to:
  • Should rc builds be treated as "stable" to not be quitting due to float exceptions? This is true now, but should it?
July 17, 2008, at 12:45 AM by 130.240.222.92 --
Changed line 16 from:
  • Should rc builds be treated as "stable" for not quitting due to float exceptions?
to:
  • Should rc builds be treated as "stable" to not be quitting due to float exceptions?
July 17, 2008, at 12:44 AM by 130.240.222.92 --
Changed line 1 from:

Setting in game version number

to:

Setting game version number

July 17, 2008, at 12:43 AM by 130.240.222.92 --
Deleted line 1:
in configure.ac change
AC_INIT(freedroidRPG, 0.11rc1 )
Added line 3:

Package versioning

Added lines 8-11:

In game display

in configure.ac change
AC_INIT(freedroidRPG, 0.11rc1 )

July 17, 2008, at 12:40 AM by 130.240.222.92 --
Changed line 3 from:
AC_INIT(freedroidRPG, 0.11rc1)
to:
AC_INIT(freedroidRPG, 0.11rc1 )
July 17, 2008, at 12:39 AM by 130.240.222.92 --
Changed line 12 from:
  • Possible to make a version string that automatically updates svn version? AC_INIT(freedroidRPG, 0.11rc1 svn961) ?
to:
  • Possible to make a version string that automatically updates svn version? AC_INIT(freedroidRPG, 0.11rc1  svn961 ) ?
July 17, 2008, at 12:37 AM by 130.240.222.92 --
Changed line 12 from:
  • Possible to have AC_INIT(freedroidRPG, 0.11rc1[svn831]) ?
to:
  • Possible to make a version string that automatically updates svn version? AC_INIT(freedroidRPG, 0.11rc1 svn961) ?
July 17, 2008, at 12:32 AM by 130.240.222.92 --
Changed lines 12-13 from:
? Possible to have AC_INIT(freedroidRPG, 0.11rc1[svn831]) ? Should rc builds be treated as "stable" for not quitting due to float exceptions?
to:
  • Possible to have AC_INIT(freedroidRPG, 0.11rc1[svn831]) ?
  • Should rc builds be treated as "stable" for not quitting due to float exceptions?
July 14, 2008, at 01:41 AM by 130.240.222.92 --
Changed line 40 from:
1-4 as above\\
to:
1-4) As above\\
July 14, 2008, at 01:40 AM by 130.240.222.92 --
Changed lines 9-11 from:
(?) For a final/non beta release, remember to disable the "testing version" warning.

to:
The "testing version" warning popup message is added automatically for builds with "rc" in the name.
Todo: Figure out if...
Added lines 13-14:
Should rc builds be treated as "stable" for not quitting due to float exceptions?
July 14, 2008, at 01:37 AM by 130.240.222.92 --
Changed lines 34-43 from:
6) Verify that the game runs.
to:
6) Verify it extracts & runs properly.

Windows selfextracting 7z

1-4 as above
5) 7za a -sfx freedroidrpg-0.11rc1-win32.exe freedroidrpg-0.11rc1-win32
6) Verify it extracts & runs properly.

Advantage over zip: No risk of user using broken unziptool, about 5% smaller
Disadvantage: Some people don't like .exe packages

July 08, 2008, at 08:31 AM by 130.240.222.92 --
Changed line 47 from:
to:
http://www.freedroid.org/FILENAME \\
July 08, 2008, at 08:30 AM by 130.240.222.92 --
Changed line 47 from:
to:
June 27, 2008, at 05:14 AM by 130.240.222.92 --
Added line 47:
June 27, 2008, at 05:10 AM by 130.240.222.92 --
Changed lines 45-49 from:
scp FILENAME USERNAME@shell.sf.net:/home/groups/f/fr/freedroid
htdocs/
2) Send the proper link(s) to the target people.
to:
scp FILENAME USERNAME@shell.sf.net:/home/groups/f/fr/freedroid/htdocs
2) Send the proper link(s) to the target people.
3) Remember to login and remove the files when not needed any more.
ssh USERNAME@shell.sf.net

June 27, 2008, at 04:57 AM by 130.240.222.92 --
Changed line 9 from:
(?) For a final/non beta release, remember to disable the "testing veriosn" warning.
to:
(?) For a final/non beta release, remember to disable the "testing version" warning.
June 26, 2008, at 08:42 AM by 130.240.222.92 --
Changed line 33 from:
5) Compress the folder into a zip and give it an appropriate name. \\
to:
5) Compress the folder into a zip. \\
June 26, 2008, at 08:41 AM by 130.240.222.92 --
Changed lines 30-31 from:
Files: COPYING (the GPL licence) README (HELP-WANTED - optional) (NEWS - optional) \\
to:
Files Required: COPYING (the GPL licence) README
Files Optional: HELP-WANTED NEWS \\
June 26, 2008, at 08:39 AM by 130.240.222.92 --
Changed line 31 from:
Folders: dialogs/ graphics/ map/ po/ sound/ \\
to:
Folders: dialogs/ graphics/ map/ po/ sound/ \\
June 26, 2008, at 08:38 AM by 130.240.222.92 --
Changed lines 29-31 from:
4) Add the following 2-4 files and 5 subfolders from the Linux tarball
* COPYING (the GPL licence)
* README
* (HELP-WANTED - optional)
* (NEWS - optional)
* dialogs/
* graphics/
* map/
* po/
* sound/ \\
to:
4) Add the following files and subfolders from the Linux tarball
Files: COPYING (the GPL licence) README (HELP-WANTED - optional) (NEWS - optional)
Folders: dialogs/ graphics/ map/ po/ sound/ \\
June 26, 2008, at 08:04 AM by 130.240.222.92 --
Changed line 56 from:
Note: You have the appropriate administration rights on SF for FreedroidRPG\\
to:
Note: You have to have the appropriate administration rights on SF for FreedroidRPG\\
June 26, 2008, at 08:03 AM by 130.240.222.92 --
Changed line 49 from:
Do NOT release from here. Only used this as a temporary storage location to eg allow a small group of users to download and verify it's working before putting it on the release server.\\
to:
Do NOT release from here. Only used this as a temporary storage location to eg allow a small group of users, eg the development team, to download and verify your package is working before putting it on the release server.\\
Changed lines 52-53 from:
htdocs/
to:
htdocs/
2) Send the proper link(s) to the target people.
June 26, 2008, at 07:27 AM by 130.240.222.92 --
Changed line 23 from:
7) Also verify that make install works and installed game runs.
to:
7) Also verify that make install works and installed game runs. (make install, run it, make uninstall)
June 26, 2008, at 07:15 AM by 130.240.222.92 --
Changed lines 26-29 from:
1) Compile or download freedroidRPG.exe and put it in an empty folder (AH usually has it here http://www.freedroid.org/freedroidRPG.exe )
2) Add all needed DLLs to the folder ( http://ah34.free.fr/DLL/ )
3) Add the following 2-4 files and 5 subfolders from the Linux tarball \\
to:
1) Create a new empty folder with an appropriate name, eg freedroidrpg-0.11rc1-win32
2) Compile or download freedroidRPG.exe (AH usually has it here http://www.freedroid.org/freedroidRPG.exe ) and place it in the created folder
3) Add all needed DLLs to the folder ( http://ah34.free.fr/DLL/ )
4) Add the following 2-4 files and 5 subfolders from the Linux tarball \\
Changed lines 39-40 from:
4) Compress the folder into a zip and give it an appropriate name.
5) Verify that the game runs.
to:
5) Compress the folder into a zip and give it an appropriate name.
6) Verify that the game runs.
June 26, 2008, at 02:07 AM by 130.240.222.92 --
Changed line 54 from:
If you have the appropriate administration rights on SF for FreedroidRPG
to:
Note: You have the appropriate administration rights on SF for FreedroidRPG\\
Changed lines 56-60 from:
2) Upload the files to the upload/ dir.
to:
2) Upload the files to the upload/ dir.
3)

?) Verify links are working and correct packages are downloaded.
Changed lines 69-70 from:
2) ... fix links on website etc...
3) Verify links are working and correct packages are downloaded.
to:

June 26, 2008, at 01:27 AM by 130.240.222.92 --
Changed line 48 from:
Do NOT release from here. Only used this
to:
Do NOT release from here. Only used this as a temporary storage location to eg allow a small group of users to download and verify it's working before putting it on the release server.\\
Added line 51:
htdocs/
June 26, 2008, at 01:23 AM by 130.240.222.92 --
Changed lines 26-28 from:
1) Compile or download the .exe (AH usually has it here http://www.freedroid.org/freedroidRPG.exe )
2) Put freedroidRPG.exe in an empty folder
3) Add all needed DLLs to the folder ( http://ah34.free.fr/DLL/ )
4) Add the following 2-4 files and 5 subfolders from the Linux tarball \\
to:
1) Compile or download freedroidRPG.exe and put it in an empty folder (AH usually has it here http://www.freedroid.org/freedroidRPG.exe )
2) Add all needed DLLs to the folder ( http://ah34.free.fr/DLL/ )
3) Add the following 2-4 files and 5 subfolders from the Linux tarball \\
Changed lines 38-39 from:
5) Compress the folder into a zip.
6) Verify that the game runs.
to:
4) Compress the folder into a zip and give it an appropriate name.
5) Verify that the game runs.
June 26, 2008, at 01:15 AM by 130.240.222.92 --
Changed line 22 from:
6) Verify that the created tar works (unpack && ./configure && make) and game runs. \\
to:
6) Verify that the created tar works (unpack && ./configure && make) and game runs from src/ folder. \\
June 26, 2008, at 01:13 AM by 130.240.222.92 --
Changed line 23 from:

(?) Also verifying that make install works and installed game runs?
to:
7) Also verify that make install works and installed game runs.
June 26, 2008, at 01:13 AM by 130.240.222.92 --
Changed line 25 from:
(?) Also verifying that make install works and game runs?
to:
(?) Also verifying that make install works and installed game runs?
June 26, 2008, at 01:11 AM by 130.240.222.92 --
Changed lines 13-15 from:

Linux source tarball

to:

Creating the packages

Linux source tarball

Changed line 27 from:

Windows .zip

to:

Windows .zip

Changed line 44 from:

Linux .deb package

to:

Linux .deb package

Changed lines 55-60 from:

Release place

to:

SourceForge File Release System (FRS)

If you have the appropriate administration rights on SF for FreedroidRPG 1) Using eg Filezilla, connect to frs.sourceforge.net:22
2) Upload the files to the upload/ dir.

Changed line 64 from:
File Release System (FRS)
to:

June 26, 2008, at 12:34 AM by 130.240.222.92 --
Added lines 57-58:
File Release System (FRS)

June 25, 2008, at 11:46 PM by 130.240.222.92 --
Added line 22:

June 25, 2008, at 11:46 PM by 130.240.222.92 --
Added lines 22-23:
(?) Also verifying that make install works and game runs?

June 25, 2008, at 11:45 PM by 130.240.222.92 --
Changed line 20 from:
6) Verify that the created tar works (unpack && ./configure && make) \\
to:
6) Verify that the created tar works (unpack && ./configure && make) and game runs. \\
June 25, 2008, at 11:39 PM by 130.240.222.92 --
Changed lines 9-11 from:
For a final/non beta release, remember to disable the "testing veriosn" warning.(?)
to:
(?) For a final/non beta release, remember to disable the "testing veriosn" warning.

? Possible to have AC_INIT(freedroidRPG, 0.11rc1[svn831]) ?
June 25, 2008, at 11:36 PM by 130.240.222.92 --
Added lines 9-10:
For a final/non beta release, remember to disable the "testing veriosn" warning.(?)

June 25, 2008, at 11:18 PM by 130.240.222.92 --
Changed lines 27-31 from:
  • dialogs
    * graphics
    * map
    * po
    * sound \\
to:
  • dialogs/
    * graphics/
    * map/
    * po/
    * sound/ \\
June 25, 2008, at 05:39 PM by 130.240.222.92 --
Changed lines 22-26 from:
4) Add the following 5 subfolders from the Linux tarball \\
to:
4) Add the following 2-4 files and 5 subfolders from the Linux tarball
* COPYING (the GPL licence)
* README
* (HELP-WANTED - optional)
* (NEWS - optional) \\
Changed lines 32-33 from:
5) Also add the file COPYING (the GPL licence)
6) Compress the folder into a zip.
7) Verify that the game runs.
to:
5) Compress the folder into a zip.
6) Verify that the game runs.
June 25, 2008, at 05:29 PM by 130.240.222.92 --
Changed line 28 from:
5) Also add the file COPYING (the GPL licence)
to:
5) Also add the file COPYING (the GPL licence) \\
June 25, 2008, at 05:28 PM by 130.240.222.92 --
Changed lines 28-30 from:
5) Compress the folder into a zip.
6) Verify that the game runs.
to:
5) Also add the file COPYING (the GPL licence) 6) Compress the folder into a zip.
7) Verify that the game runs.
June 25, 2008, at 04:38 PM by 130.240.222.92 --
Added lines 37-38:

Temporary upload location.

Do NOT release from here. Only used this
Changed lines 41-47 from:
2) ... fix links on website etc...
to:

Release place

You find the relevant documentation here http://sourceforge.net/docman/?group_id=1 section E01
http://sourceforge.net/docman/display_doc.php?docid=6445&group_id=1

2) ... fix links on website etc...\\
June 24, 2008, at 11:56 PM by 130.240.222.92 --
Changed line 37 from:
1) SCP it to the SF server \\
to:
1) SCP the files 1 by 1 to the SF server \\
June 24, 2008, at 11:55 PM by 130.240.222.92 --
Changed line 28 from:
5) Compress the folder into a zip.
to:
5) Compress the folder into a zip. \\
June 24, 2008, at 11:54 PM by 130.240.222.92 --
Changed lines 12-16 from:
2) cd freedroid-clean && ./autogen.sh
3) ./configure
4) make dist-bzip2
5) try that the created tar works (unpack && ./configure && make) \\
to:
2) cd freedroid-clean
3) ./autogen.sh
4) ./configure
5) make dist-bzip2
6) Verify that the created tar works (unpack && ./configure && make) \\
Changed lines 20-22 from:
2) Put freedroidRPG.exe in the /src subdir of freedroid-clean
3) make dist-win32
4) add all needed DLLs to the archive ( http://ah34.free.fr/DLL/ )
For reference, the resulting .zip should have .exe and .dll in root folder and following 5 subfolders \\
to:
2) Put freedroidRPG.exe in an empty folder
3) Add all needed DLLs to the folder ( http://ah34.free.fr/DLL/ )
4) Add the following 5 subfolders from the Linux tarball \\
Changed lines 28-29 from:
5) verify that the game runs
to:
5) Compress the folder into a zip. 6) Verify that the game runs.
June 24, 2008, at 11:45 PM by 130.240.222.92 --
Added line 39:
3) Verify links are working and correct packages are downloaded.
June 24, 2008, at 09:17 AM by 130.240.222.92 --
Deleted line 21:
5) verify that the game runs

Changed line 28 from:

to:
5) verify that the game runs
June 24, 2008, at 09:15 AM by 130.240.222.92 --
Changed line 21 from:
4) add all needed DLLs to the archive ( http://ah34.free.fr/DLL/ )
to:
4) add all needed DLLs to the archive ( http://ah34.free.fr/DLL/ ) \\
Changed line 24 from:
Resulting .zip should have .exe and .dll in root folder and following 5 subfolders \\
to:
For reference, the resulting .zip should have .exe and .dll in root folder and following 5 subfolders \\
June 24, 2008, at 09:14 AM by 130.240.222.92 --
Changed lines 12-15 from:
2) cd freedroid-clean
3) ./autogen.sh
4) ./configure
5) make dist-bzip2
6) try that the created tar works (unpack && ./configure && make) \\
to:
2) cd freedroid-clean && ./autogen.sh
3) ./configure
4) make dist-bzip2
5) try that the created tar works (unpack && ./configure && make) \\
Changed line 22 from:

to:
5) verify that the game runs
June 24, 2008, at 08:42 AM by 130.240.222.92 --
Changed line 25 from:
Resulting .zip should have .exe and .dll in root folder and following 4 subfolders \\
to:
Resulting .zip should have .exe and .dll in root folder and following 5 subfolders \\
Added line 29:
  • po \\
Deleted line 30:
(m4 & po?)
June 24, 2008, at 05:26 AM by 130.240.222.92 --
Deleted line 17:
Deleted line 18:

Changed line 20 from:
2) Put freedroidRPG.exe in the /src subdir \\
to:
2) Put freedroidRPG.exe in the /src subdir of freedroid-clean \\
Added lines 32-37:
Deleted line 38:

June 24, 2008, at 05:25 AM by 130.240.222.92 --
Deleted line 16:
7) SCP it to the SF server
scp FILENAME USERNAME@shell.sf.net:/home/groups/f/fr/freedroid
8) ... fix links on website etc...
Changed lines 35-41 from:
(m4 & po?)
to:
(m4 & po?)

Putting the files online

1) SCP it to the SF server
scp FILENAME USERNAME@shell.sf.net:/home/groups/f/fr/freedroid
2) ... fix links on website etc...
June 24, 2008, at 05:22 AM by 130.240.222.92 --
Changed line 27 from:
1) Compile or download the .exe (Ah usually has it here http://www.freedroid.org/freedroidRPG.exe ) \\
to:
1) Compile or download the .exe (AH usually has it here http://www.freedroid.org/freedroidRPG.exe ) \\
June 24, 2008, at 05:22 AM by 130.240.222.92 --
Changed line 25 from:

Create a Windows release

to:

Windows .zip

June 24, 2008, at 05:20 AM by 130.240.222.92 --
Deleted line 26:
  1. not complete

June 24, 2008, at 05:20 AM by 130.240.222.92 --
Changed line 32 from:
4) add all needed DLLs to the archive
http://ah34.free.fr/DLL/
to:
4) add all needed DLLs to the archive ( http://ah34.free.fr/DLL/ )
June 24, 2008, at 05:19 AM by 130.240.222.92 --
Deleted line 27:
Put the windows .exe in the /src subdir
make dist-win32
http://www.freedroid.org/freedroidRPG.exe
add all needed DLLs to the archive
http://ah34.free.fr/DLL/ \\
Changed lines 29-40 from:
Resulting .zip should have .exe and DLLs? in root folder and following 4 folders
dialogs
graphics
map
sound \\
to:
1) Compile or download the .exe (Ah usually has it here http://www.freedroid.org/freedroidRPG.exe )
2) Put freedroidRPG.exe in the /src subdir
3) make dist-win32
4) add all needed DLLs to the archive
http://ah34.free.fr/DLL/

Resulting .zip should have .exe and .dll in root folder and following 4 subfolders
* dialogs
* graphics
* map
* sound \\
June 24, 2008, at 05:14 AM by 130.240.222.92 --
Changed lines 34-39 from:
(should have the 4 game dirs and the exe a dn DLLs? in root folder)
to:
Resulting .zip should have .exe and DLLs? in root folder and following 4 folders
dialogs
graphics
map
sound
(m4 & po?)
June 24, 2008, at 05:10 AM by 130.240.222.92 --
Added lines 33-34:

(should have the 4 game dirs and the exe a dn DLLs? in root folder)
June 24, 2008, at 04:57 AM by 130.240.222.92 --
Changed line 9 from:

Create a Linux release

to:

Linux source tarball

Changed line 19 from:
8) ...
to:
8) ... fix links on website etc...
Added lines 21-22:
June 24, 2008, at 03:09 AM by 130.240.222.92 --
Changed line 16 from:
6) try that the created tar works (unpack && ./configure && make)
to:
6) try that the created tar works (unpack && ./configure && make) \\
June 24, 2008, at 03:08 AM by 130.240.222.92 --
Changed lines 16-17 from:
6) SCP it to the SF server \\
to:
6) try that the created tar works (unpack && ./configure && make) 7) SCP it to the SF server \\
Changed line 19 from:
7) ...
to:
8) ...
June 23, 2008, at 07:51 PM by 130.240.222.92 --
Added line 27:
Added line 29:
June 23, 2008, at 05:40 PM by 130.240.222.92 --
Changed line 3 from:
AC_INIT(freedroidRPG, 0.11pre-rc1)
to:
AC_INIT(freedroidRPG, 0.11rc1)
Changed lines 6-7 from:
+SET(PACKAGE_VERSION_MINOR 11)
+SET(PACKAGE_VERSION_PATCH pre-rc1)
to:
+SET(PACKAGE_VERSION_MINOR 11)
+SET(PACKAGE_VERSION_PATCH rc1)
June 23, 2008, at 05:21 PM by 130.240.222.92 --
Changed line 10 from:
1) Do a fresh checkout (so old cruft in your own dir isn't included) \\
to:
1) Do a fresh checkout (so old cruft in your own version isn't included) \\
June 23, 2008, at 05:10 PM by 130.240.222.92 --
Changed line 3 from:
AC_INIT(freedroidRPG, 0.11pre-rc1)
to:
AC_INIT(freedroidRPG, 0.11pre-rc1)
Changed lines 5-7 from:
in CMakeLists?.txt change
+SET(PACKAGE_VERSION_MINOR 11)
+SET(PACKAGE_VERSION_PATCH pre-rc1)
to:
in CMakeLists.txt change
+SET(PACKAGE_VERSION_MINOR 11)
+SET(PACKAGE_VERSION_PATCH pre-rc1)
Changed lines 17-18 from:
scp FILENAME USERNAME@shell.sf.net:/home/groups/f/fr/freedroid
to:
scp FILENAME USERNAME@shell.sf.net:/home/groups/f/fr/freedroid
7) ...
Changed line 27 from:
add all needed DLLs? to the archive \\
to:
add all needed DLLs to the archive \\
June 23, 2008, at 03:51 PM by 130.240.222.92 --
Changed line 17 from:
scp freedroidrpg-0.11pre-rc1.tar.bz2 stedevil@shell.sf.net:/home/groups/f/fr/freedroid
to:
scp FILENAME USERNAME@shell.sf.net:/home/groups/f/fr/freedroid
June 23, 2008, at 03:29 PM by 130.240.222.92 --
Changed lines 16-19 from:
6) FTP it (as anonymous user) to
upload.sf.net port 21
to:
6) SCP it to the SF server
scp freedroidrpg-0.11pre-rc1.tar.bz2 stedevil@shell.sf.net:/home/groups/f/fr/freedroid

June 23, 2008, at 03:07 PM by 130.240.222.92 --
Added lines 1-8:

Setting in game version number

in configure.ac change
AC_INIT(freedroidRPG, 0.11pre-rc1)

in CMakeLists?.txt change
+SET(PACKAGE_VERSION_MINOR 11)
+SET(PACKAGE_VERSION_PATCH pre-rc1)

June 23, 2008, at 03:02 PM by 130.240.222.92 --
Changed line 4 from:
2) cd freedroid-clean
to:
2) cd freedroid-clean \\
Changed lines 6-8 from:
4) make dist-bzip2
5) FTP it (as anonymous user) to \\
to:
4) ./configure
5) make dist-bzip2
6) FTP it (as anonymous user) to \\
June 23, 2008, at 02:58 PM by 130.240.222.92 --
Changed lines 1-15 from:
Describe CreatingRelease here.
to:

Create a Linux release

1) Do a fresh checkout (so old cruft in your own dir isn't included)
svn co https://freedroid.svn.sourceforge.net/svnroot/freedroid freedroid-clean
2) cd freedroid-clean 3) ./autogen.sh
4) make dist-bzip2
5) FTP it (as anonymous user) to
upload.sf.net port 21

Create a Windows release

  1. not complete
Put the windows .exe in the /src subdir
make dist-win32
add all needed DLLs? to the archive \\
Edit Page - Page History - Printable View - Recent Changes - WikiHelp - SearchWiki
Page last modified on December 26, 2009, at 09:27 AM