From: <sv...@ww...> - 2006-04-24 03:23:14
|
Author: mkrose Date: 2006-04-23 20:22:58 -0700 (Sun, 23 Apr 2006) New Revision: 1914 Added: trunk/csp/dist/win/demo/README.makedemo trunk/csp/dist/win/demo/logo.bmp Modified: trunk/csp/dist/win/demo/template/README.txt Log: Update demo readme, add demo installer logo, add demo assembly instructions. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1914 Added: trunk/csp/dist/win/demo/README.makedemo =================================================================== --- trunk/csp/dist/win/demo/README.makedemo 2006-04-24 03:21:31 UTC (rev 1913) +++ trunk/csp/dist/win/demo/README.makedemo 2006-04-24 03:22:58 UTC (rev 1914) @@ -0,0 +1,34 @@ +How to build and release a new demo. Please update these instructions as +needed. + +* Decide on the demo version number (x.y) +* Copy trunk/csp to branches/csp-demo-x.y/csp at the desired revision number. +* Check out branches/csp-demo-x.y/csp. +* Build all targets (scons all) +* Run 'python makedemo.py x.y' +* Generate the hid files and copy them to csp-demo-x.y/data/input. + - Verify that joystick axis 2 is mapped to the throttle. +* Copy terrain files to csp-demo-x.y/data/terrain from an existing + demo package. At present these are the standard balkan terrain + tiles from 4-4 to 10-10. All other tiles have been set to zero + elevation to save space. Note also that tile 7-7 (where the + airbase is located) has been modified slightly from the version + available in the balkan terrain release on SourceForge. +* Submit to the branch any changes that are specific to this release. +* All other changes should be made in a separate client workspace + checked out from trunk/csp and merged into the release branch as + needed. +* Run 'makensis /DVERSION=x.y demo.nsi' +* Test the demo installer locally, correcting any problems and + repeating earlier steps as needed. +* From the directory containing the top-level csp directory, run: + find csp | grep -v /\\. | grep -v csp/data/ | grep -v csp/dist | \ + grep -v \\.log | grep -v \\.pyc | xargs tar --no-recursion \ + -vcjf csp-demo-x.y-src.tbz' + tar -vcjf csp-demo-x.y-data.tbz csp/data +* Distribute the demo installer to other developers for testing. +* Add a wiki page Windows_Demo_x.y, copying and updating content from + the previous version as needed. +* When all developers have signed off on the new demo, post the installer, + source, and data packages to SourceForge. +* Post an announcement on the forums. Added: trunk/csp/dist/win/demo/logo.bmp =================================================================== (Binary files differ) Property changes on: trunk/csp/dist/win/demo/logo.bmp ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: trunk/csp/dist/win/demo/template/README.txt =================================================================== --- trunk/csp/dist/win/demo/template/README.txt 2006-04-24 03:21:31 UTC (rev 1913) +++ trunk/csp/dist/win/demo/template/README.txt 2006-04-24 03:22:58 UTC (rev 1914) @@ -1,15 +1,15 @@ Combat Simulator Project Demo, version %(VERSION)s, built %(DATE)s -This is a demonstration release of the CSP simulator. Please visit the -CSP forums and wiki for additional information and help (links below). +To run the demo it is recommended that you have at least a 1 GHz CPU, 512 MB +of ram, and a modern 3D accelerated graphics card (GF4 equivalent or better). +A joystick or HOTAS is optional but recommended. -To run this demo, it is recommended that you have at least a 1 GHz CPU, -512 MB of ram, and a modern 3D accelerated graphics card (GF4 equivalent -or better). A joystick or HOTAS is optional but recommended. +Release notes, tips, and general information about this demo can be found at +http://csp.sf.net/wiki/Windows_Demo_%(VERSION)s Enjoy! ---------------------------------------------------------------------------- -Demo information : http://csp.sf.net/wiki/Demo -Forums : http://csp.sf.net/forum +Wiki : http://csp.sf.net/wiki +Forums : http://csp.sf.net/forum |