From: <Mee...@us...> - 2012-01-29 18:35:41
|
Revision: 3758 http://sc2.svn.sourceforge.net/sc2/?rev=3758&view=rev Author: Meep-Eep Date: 2012-01-29 18:35:35 +0000 (Sun, 29 Jan 2012) Log Message: ----------- Corrections, updates. Modified Paths: -------------- trunk/sc2/doc/devel/checklist trunk/sc2/doc/devel/generate trunk/sc2/doc/devel/queues trunk/sc2/doc/devel/racestrings Modified: trunk/sc2/doc/devel/checklist =================================================================== --- trunk/sc2/doc/devel/checklist 2012-01-29 15:43:55 UTC (rev 3757) +++ trunk/sc2/doc/devel/checklist 2012-01-29 18:35:35 UTC (rev 3758) @@ -42,6 +42,7 @@ - send a mail to sc2-announce - set the forum 'news' - set the #sc2 irc channel topic +- update the version number in http://uqm.stack.nl/wiki/Template:Uqmversion Moving on to the next version: Modified: trunk/sc2/doc/devel/generate =================================================================== --- trunk/sc2/doc/devel/generate 2012-01-29 15:43:55 UTC (rev 3757) +++ trunk/sc2/doc/devel/generate 2012-01-29 18:35:35 UTC (rev 3758) @@ -142,7 +142,7 @@ There is no generate function for the names of moons. The few moons that are named (those in the Sol system), are handled as a special case of the routines that prints these names (PrintCoarseScan3DO and -PrintCoraseScanPC). +PrintCoarseScanPC). INIT_NPCS REINIT_NPCS Modified: trunk/sc2/doc/devel/queues =================================================================== --- trunk/sc2/doc/devel/queues 2012-01-29 15:43:55 UTC (rev 3757) +++ trunk/sc2/doc/devel/queues 2012-01-29 18:35:35 UTC (rev 3758) @@ -7,7 +7,7 @@ except for, technically, SAMATRA_SHIP. URQUAN_PROBE_SHIP is a very incomplete 'race'. Elements are of type FLEET_INFO. - Filled in InitSIS(). + Filled in InitGameStructures(). Partially included in savegames. GlobData.Game_state.built_ship_q: @@ -19,7 +19,7 @@ master_q: List of templates for all the ships that are available in SuperMelee. Elements are of type MASTER_SHIP_INFO. - Sorted on the (abbreviated) race name (see doc/racestrings). + Sorted on the (abbreviated) race name (see doc/devel/racestrings). Filled in LoadMasterShipList(). GlobData.Game_state.npc_built_ship_q: Modified: trunk/sc2/doc/devel/racestrings =================================================================== --- trunk/sc2/doc/devel/racestrings 2012-01-29 15:43:55 UTC (rev 3757) +++ trunk/sc2/doc/devel/racestrings 2012-01-29 18:35:35 UTC (rev 3758) @@ -1,4 +1,5 @@ -This file describes the use for each entry of the content/<race>/*.txt files +This file describes the use for each entry of the +content/base/ships/<race>/<ship>.txt files. Entry #0: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |