Changeset 7679 for code/trunk/data
- Timestamp:
- Nov 28, 2010, 11:21:20 PM (14 years ago)
- Location:
- code/trunk/data
- Files:
-
- 17 edited
- 55 moved
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/data/levels/FPSTest.oxw
r7678 r7679 6 6 7 7 <?lua 8 include(" hudtemplates3.oxo")8 include("HUDTemplates3.oxo") 9 9 include("stats.oxo") 10 include("templates/spaceship _assff.oxt")11 include("templates/spaceship _H2.oxt")12 include("templates/ fps.oxt")13 include("templates/lod information.oxt")10 include("templates/spaceshipAssff.oxt") 11 include("templates/spaceshipH2.oxt") 12 include("templates/FPS.oxt") 13 include("templates/lodInformation.oxt") 14 14 ?> 15 15 -
code/trunk/data/levels/asteroids.oxw
r7678 r7679 1 1 <?lua 2 include(" hudtemplates3.oxo")2 include("HUDTemplates3.oxo") 3 3 include("stats.oxo") 4 include("templates/spaceship _assff.oxt")5 include("templates/lod information.oxt")4 include("templates/spaceshipAssff.oxt") 5 include("templates/lodInformation.oxt") 6 6 ?> 7 7 -
code/trunk/data/levels/dynamicMatch.oxw
r7678 r7679 1 1 <?lua 2 include(" hudtemplates3.oxo")2 include("HUDTemplates3.oxo") 3 3 include("stats.oxo") 4 include("templates/spaceship _assff.oxt")5 include("templates/spaceship _ghost.oxt")6 include("dynamic matchhud.oxo")7 include("templates/lod information.oxt")4 include("templates/spaceshipAssff.oxt") 5 include("templates/spaceshipGhost.oxt") 6 include("dynamicMatchHUD.oxo") 7 include("templates/lodInformation.oxt") 8 8 ?> 9 9 -
code/trunk/data/levels/emptyLevel.oxw
r7678 r7679 7 7 <?lua 8 8 include("stats.oxo") 9 include(" hudtemplates3.oxo")10 include("templates/lod information.oxt")9 include("HUDTemplates3.oxo") 10 include("templates/lodInformation.oxt") 11 11 ?> 12 12 13 13 <?lua 14 include("templates/spaceship _assff.oxt")15 include("templates/spaceship _pirate.oxt")14 include("templates/spaceshipAssff.oxt") 15 include("templates/spaceshipPirate.oxt") 16 16 ?> 17 17 -
code/trunk/data/levels/events.oxw
r7648 r7679 6 6 7 7 <?lua 8 include(" hudtemplates3.oxo")8 include("HUDTemplates3.oxo") 9 9 include("stats.oxo") 10 include("templates/spaceship _assff.oxt")11 include("templates/spaceship _H2.oxt")12 include("templates/lod information.oxt")10 include("templates/spaceshipAssff.oxt") 11 include("templates/spaceshipH2.oxt") 12 include("templates/lodInformation.oxt") 13 13 ?> 14 14 -
code/trunk/data/levels/fightInOurBack.oxw
r7678 r7679 7 7 <?lua 8 8 include("stats.oxo") 9 include(" hudtemplates3.oxo")10 include("templates/lod information.oxt")11 include("templates/spaceship _assff.oxt")12 include("templates/spaceship _pirate.oxt")13 include("templates/spaceship _Transporter.oxt")9 include("HUDTemplates3.oxo") 10 include("templates/lodInformation.oxt") 11 include("templates/spaceshipAssff.oxt") 12 include("templates/spaceshipPirate.oxt") 13 include("templates/spaceshipTransporter.oxt") 14 14 ?> 15 15 … … 54 54 </collisionShapes> 55 55 <?lua 56 include("includes/weapon settings3.oxi")56 include("includes/weaponSettings3.oxi") 57 57 ?> 58 58 </SpaceShip> -
code/trunk/data/levels/lastManStanding.oxw
r7678 r7679 1 1 <?lua 2 2 include("stats.oxo") 3 include(" hudtemplates3.oxo")4 include("templates/lod information.oxt")5 include("last manstandinghud.oxo")6 include("templates/spaceship _assff.oxt")7 include("templates/spaceship _pirate.oxt")8 include("templates/pickup _representation_templates.oxt")3 include("HUDTemplates3.oxo") 4 include("templates/lodInformation.oxt") 5 include("lastManStandingHUD.oxo") 6 include("templates/spaceshipAssff.oxt") 7 include("templates/spaceshipPirate.oxt") 8 include("templates/pickupRepresentationTemplates.oxt") 9 9 ?> 10 10 -
code/trunk/data/levels/notifications.oxw
r7655 r7679 6 6 7 7 <?lua 8 include(" hudtemplates3.oxo")8 include("HUDTemplates3.oxo") 9 9 include("stats.oxo") 10 include("templates/spaceship _assff.oxt")11 include("templates/lod information.oxt")10 include("templates/spaceshipAssff.oxt") 11 include("templates/lodInformation.oxt") 12 12 ?> 13 13 -
code/trunk/data/levels/old/CuboidSpaceStation.oxw
r5781 r7679 1 1 <?lua 2 include(" hudtemplates3.oxo")2 include("HUDTemplates3.oxo") 3 3 ?> 4 4 5 5 <?lua 6 include("templates/spaceship _assff.oxt")6 include("templates/spaceshipAssff.oxt") 7 7 ?> 8 8 -
code/trunk/data/levels/old/physicsTest2.oxw
r7678 r7679 1 1 <?lua 2 include("spaceship templates_physics.oxw")2 include("spaceshipTemplatesPhysics.oxw") 3 3 ?> 4 4 <?lua 5 include(" hudtemplates3.oxo")5 include("HUDTemplates3.oxo") 6 6 ?> 7 7 -
code/trunk/data/levels/old/planetTest.oxw
r7678 r7679 1 1 <?lua 2 include(" hudtemplates3.oxo")2 include("HUDTemplates3.oxo") 3 3 ?> 4 4 5 5 <?lua 6 include("templates/spaceship _assff.oxt")6 include("templates/spaceshipAssff.oxt") 7 7 ?> 8 8 -
code/trunk/data/levels/old/presentationLOD.oxw
r7163 r7679 1 1 <?lua 2 2 include("stats.oxo") 3 include(" hudtemplates3.oxo")4 include("templates/lod information.oxt")3 include("HUDTemplates3.oxo") 4 include("templates/lodInformation.oxt") 5 5 ?> 6 6 7 7 <?lua 8 include("templates/spaceship _assff.oxt")9 include("templates/spaceship _pirate.oxt")8 include("templates/spaceshipAssff.oxt") 9 include("templates/spaceshipPirate.oxt") 10 10 ?> 11 11 -
code/trunk/data/levels/old/presentationPhysics.oxw
r7678 r7679 1 1 <?lua 2 include(" hudtemplates3.oxo")2 include("HUDTemplates3.oxo") 3 3 include("stats.oxo") 4 include("templates/spaceship _assff.oxt")4 include("templates/spaceshipAssff.oxt") 5 5 math.randomseed(344) 6 6 ?> -
code/trunk/data/levels/old/princessAeryn.oxw
r7678 r7679 1 1 <?lua 2 include(" hudtemplates3.oxo")2 include("HUDTemplates3.oxo") 3 3 include("stats.oxo") 4 include("templates/spaceship _assff.oxt")4 include("templates/spaceshipAssff.oxt") 5 5 ?> 6 6 -
code/trunk/data/levels/old/questSystem.oxw
r7678 r7679 1 1 <?lua 2 include(" hudtemplates3.oxo")2 include("HUDTemplates3.oxo") 3 3 include("stats.oxo") 4 include("templates/spaceship _assff.oxt")4 include("templates/spaceshipAssff.oxt") 5 5 ?> 6 6 -
code/trunk/data/levels/old/sample4.oxw
r6417 r7679 1 1 <?lua 2 include(" hudtemplates3.oxo")2 include("HUDTemplates3.oxo") 3 3 ?> 4 4 5 5 <?lua 6 include("templates/spaceship _assff.oxt")6 include("templates/spaceshipAssff.oxt") 7 7 ?> 8 8 -
code/trunk/data/levels/pickups.oxw
r7648 r7679 7 7 <?lua 8 8 include("stats.oxo") 9 include(" hudtemplates3.oxo")9 include("HUDTemplates3.oxo") 10 10 ?> 11 11 12 12 <?lua 13 include("templates/spaceship _assff.oxt")14 include("templates/pickup _representation_templates.oxt")15 include("templates/lod information.oxt")13 include("templates/spaceshipAssff.oxt") 14 include("templates/pickupRepresentationTemplates.oxt") 15 include("templates/lodInformation.oxt") 16 16 ?> 17 17 -
code/trunk/data/levels/pirateAttack.oxw
r7678 r7679 6 6 7 7 <?lua 8 include(" hudtemplates3.oxo")8 include("HUDTemplates3.oxo") 9 9 include("stats.oxo") 10 include("templates/spaceship _assff.oxt")11 include("templates/spaceship _HXY_SL.oxt")12 include("templates/spaceship _pirate.oxt")13 include("templates/lod information.oxt")10 include("templates/spaceshipAssff.oxt") 11 include("templates/spaceshipHXYSL.oxt") 12 include("templates/spaceshipPirate.oxt") 13 include("templates/lodInformation.oxt") 14 14 ?> 15 15 -
code/trunk/data/levels/presentation.oxw
r7648 r7679 6 6 7 7 <?lua 8 include(" hudtemplates3.oxo")8 include("HUDTemplates3.oxo") 9 9 include("stats.oxo") 10 include("templates/spaceship _assff.oxt")11 include("templates/lod information.oxt")10 include("templates/spaceshipAssff.oxt") 11 include("templates/lodInformation.oxt") 12 12 ?> 13 13 -
code/trunk/data/levels/presentation09.oxw
r7648 r7679 6 6 7 7 <?lua 8 include(" hudtemplates3.oxo")8 include("HUDTemplates3.oxo") 9 9 include("stats.oxo") 10 include("templates/spaceship _assff.oxt")11 include("templates/spaceship _H2.oxt")12 include("templates/lod information.oxt")10 include("templates/spaceshipAssff.oxt") 11 include("templates/spaceshipH2.oxt") 12 include("templates/lodInformation.oxt") 13 13 ?> 14 14 -
code/trunk/data/levels/presentation09b.oxw
r7648 r7679 6 6 7 7 <?lua 8 include(" hudtemplates3.oxo")8 include("HUDTemplates3.oxo") 9 9 include("stats.oxo") 10 include("templates/spaceship _assff.oxt")11 include("templates/spaceship _H2.oxt")12 include("templates/spaceship _pirate.oxt")13 include("templates/pickup _representation_templates.oxt")14 include("templates/lod information.oxt")10 include("templates/spaceshipAssff.oxt") 11 include("templates/spaceshipH2.oxt") 12 include("templates/spaceshipPirate.oxt") 13 include("templates/pickupRepresentationTemplates.oxt") 14 include("templates/lodInformation.oxt") 15 15 ?> 16 16 -
code/trunk/data/levels/presentationDM.oxw
r7678 r7679 6 6 7 7 <?lua 8 include(" hudtemplates3.oxo")8 include("HUDTemplates3.oxo") 9 9 include("stats.oxo") 10 include("templates/spaceship _assff.oxt")11 include("templates/spaceship _H2.oxt")12 include("templates/lod information.oxt")10 include("templates/spaceshipAssff.oxt") 11 include("templates/spaceshipH2.oxt") 12 include("templates/lodInformation.oxt") 13 13 ?> 14 14 -
code/trunk/data/levels/presentationFS10.oxw
r7648 r7679 7 7 <?lua 8 8 include("stats.oxo") 9 include(" hudtemplates3.oxo")9 include("HUDTemplates3.oxo") 10 10 ?> 11 11 12 12 <?lua 13 include("templates/lod information.oxt")14 include("templates/spaceship _assff.oxt")15 include("templates/spaceship _pirate.oxt")16 include("templates/spaceship _swallow.oxt")17 include("templates/pickup _representation_templates.oxt")13 include("templates/lodInformation.oxt") 14 include("templates/spaceshipAssff.oxt") 15 include("templates/spaceshipPirate.oxt") 16 include("templates/spaceshipSwallow.oxt") 17 include("templates/pickupRepresentationTemplates.oxt") 18 18 ?> 19 19 -
code/trunk/data/levels/presentationFS102.oxw
r7678 r7679 6 6 7 7 <?lua 8 include(" hudtemplates3.oxo")8 include("HUDTemplates3.oxo") 9 9 include("stats.oxo") 10 include("templates/spaceship _assff.oxt")11 include("templates/spaceship _H2.oxt")12 include("templates/ fps.oxt")13 include("templates/lod information.oxt")10 include("templates/spaceshipAssff.oxt") 11 include("templates/spaceshipH2.oxt") 12 include("templates/FPS.oxt") 13 include("templates/lodInformation.oxt") 14 14 ?> 15 15 -
code/trunk/data/levels/presentationFS10Ed.oxw
r7678 r7679 6 6 7 7 <?lua 8 include(" hudtemplates3.oxo")8 include("HUDTemplates3.oxo") 9 9 include("stats.oxo") 10 include("templates/spaceship _assff.oxt")11 include("templates/spaceship _H2.oxt")12 include("templates/ fps.oxt")13 include("templates/lod information.oxt")10 include("templates/spaceshipAssff.oxt") 11 include("templates/spaceshipH2.oxt") 12 include("templates/FPS.oxt") 13 include("templates/lodInformation.oxt") 14 14 ?> 15 15 -
code/trunk/data/levels/presentationHS09.oxw
r7648 r7679 6 6 7 7 <?lua 8 include(" hudtemplates3.oxo")8 include("HUDTemplates3.oxo") 9 9 include("stats.oxo") 10 include("templates/spaceship _assff.oxt")11 include("templates/spaceship _H2.oxt")12 include("templates/spaceship _pirate.oxt")13 include("templates/pickup _representation_templates.oxt")14 include("templates/lod information.oxt")10 include("templates/spaceshipAssff.oxt") 11 include("templates/spaceshipH2.oxt") 12 include("templates/spaceshipPirate.oxt") 13 include("templates/pickupRepresentationTemplates.oxt") 14 include("templates/lodInformation.oxt") 15 15 ?> 16 16 -
code/trunk/data/levels/presentationHS09b.oxw
r7648 r7679 7 7 <?lua 8 8 include("stats.oxo") 9 include(" hudtemplates3.oxo")10 include("templates/lod information.oxt")9 include("HUDTemplates3.oxo") 10 include("templates/lodInformation.oxt") 11 11 ?> 12 12 13 13 <?lua 14 include("templates/spaceship _assff.oxt")15 include("templates/spaceship _pirate.oxt")16 include("templates/spaceship _ghost.oxt")17 include("templates/spaceship _HXY.oxt")18 include("templates/spaceship _Transporter.oxt")19 include("templates/spaceship _HXY_SL.oxt")20 include("templates/spaceship _Transporter_SL.oxt")14 include("templates/spaceshipAssff.oxt") 15 include("templates/spaceshipPirate.oxt") 16 include("templates/spaceshipGhost.oxt") 17 include("templates/spaceshipHXY.oxt") 18 include("templates/spaceshipTransporter.oxt") 19 include("templates/spaceshipHXYSL.oxt") 20 include("templates/spaceshipTransporterSL.oxt") 21 21 ?> 22 22 -
code/trunk/data/levels/presentation_pong.oxw
r7163 r7679 1 1 <?lua 2 include(" hudtemplates3.oxo")2 include("HUDTemplates3.oxo") 3 3 include("stats.oxo") 4 include("pong hud.oxo")5 include("templates/lod information.oxt")4 include("pongHUD.oxo") 5 include("templates/lodInformation.oxt") 6 6 ?> 7 7 -
code/trunk/data/levels/princessAeryn.oxw
r7678 r7679 6 6 7 7 <?lua 8 include(" hudtemplates3.oxo")8 include("HUDTemplates3.oxo") 9 9 include("stats.oxo") 10 include("templates/spaceship _assff.oxt")11 include("templates/lod information.oxt")10 include("templates/spaceshipAssff.oxt") 11 include("templates/lodInformation.oxt") 12 12 ?> 13 13 -
code/trunk/data/levels/screenshot.oxw
r7648 r7679 6 6 7 7 <?lua 8 include(" hudtemplates3.oxo")8 include("HUDTemplates3.oxo") 9 9 include("stats.oxo") 10 include("templates/spaceship _assff.oxt")11 include("templates/spaceship _H2.oxt")12 include("templates/spaceship _pirate.oxt")13 include("templates/lod information.oxt")10 include("templates/spaceshipAssff.oxt") 11 include("templates/spaceshipH2.oxt") 12 include("templates/spaceshipPirate.oxt") 13 include("templates/lodInformation.oxt") 14 14 ?> 15 15 -
code/trunk/data/levels/sound.oxw
r7648 r7679 7 7 <?lua 8 8 include("stats.oxo") 9 include(" hudtemplates3.oxo")10 include("templates/lod information.oxt")9 include("HUDTemplates3.oxo") 10 include("templates/lodInformation.oxt") 11 11 ?> 12 12 13 13 <?lua 14 include("templates/spaceship _assff.oxt")15 include("templates/spaceship _pirate.oxt")14 include("templates/spaceshipAssff.oxt") 15 include("templates/spaceshipPirate.oxt") 16 16 ?> 17 17 -
code/trunk/data/levels/teamBaseMatch.oxw
r7678 r7679 6 6 7 7 <?lua 8 include(" hudtemplates3.oxo")8 include("HUDTemplates3.oxo") 9 9 include("stats.oxo") 10 include("team basematchhud.oxo")11 include("templates/spaceship _assff.oxt")12 include("templates/spaceship _pirate.oxt")13 include("templates/lod information.oxt")10 include("teamBaseMatchHUD.oxo") 11 include("templates/spaceshipAssff.oxt") 12 include("templates/spaceshipPirate.oxt") 13 include("templates/lodInformation.oxt") 14 14 ?> 15 15 -
code/trunk/data/levels/teamDeathMatch.oxw
r7678 r7679 6 6 7 7 <?lua 8 include(" hudtemplates3.oxo")8 include("HUDTemplates3.oxo") 9 9 include("stats.oxo") 10 include("templates/spaceship _assff.oxt")11 include("templates/spaceship _H2.oxt")12 include("templates/spaceship _pirate.oxt")13 include("templates/lod information.oxt")10 include("templates/spaceshipAssff.oxt") 11 include("templates/spaceshipH2.oxt") 12 include("templates/spaceshipPirate.oxt") 13 include("templates/lodInformation.oxt") 14 14 ?> 15 15 -
code/trunk/data/levels/templates/FPS.oxt
r7678 r7679 30 30 31 31 <?lua 32 include("includes/weapon settings_fps.oxi")32 include("includes/weaponSettingsFPS.oxi") 33 33 ?> 34 34 -
code/trunk/data/levels/templates/spaceshipAssff.oxt
r7678 r7679 35 35 </collisionShapes> 36 36 <?lua 37 include("includes/weapon settings3.oxi")37 include("includes/weaponSettings3.oxi") 38 38 ?> 39 39 </SpaceShip> -
code/trunk/data/levels/templates/spaceshipGhost.oxt
r7678 r7679 34 34 </collisionShapes> 35 35 <?lua 36 include("includes/weapon settings_ghost.oxi")36 include("includes/weaponSettingsGhost.oxi") 37 37 ?> 38 38 </SpaceShip> -
code/trunk/data/levels/templates/spaceshipH2.oxt
r7678 r7679 23 23 24 24 <?lua 25 include("includes/weapon settings_H2.oxi")25 include("includes/weaponSettingsH2.oxi") 26 26 ?> 27 27 -
code/trunk/data/levels/templates/spaceshipHXY.oxt
r7678 r7679 34 34 35 35 <?lua 36 include("includes/weapon settings_HXY.oxi")36 include("includes/weaponSettingsHXY.oxi") 37 37 ?> 38 38 </SpaceShip> -
code/trunk/data/levels/templates/spaceshipHXYSL.oxt
r7678 r7679 34 34 35 35 <?lua 36 include("includes/weapon settings_HXY.oxi")36 include("includes/weaponSettingsHXY.oxi") 37 37 ?> 38 38 </SpaceShip> -
code/trunk/data/levels/templates/spaceshipPirate.oxt
r7678 r7679 38 38 39 39 <?lua 40 include("includes/weapon settings_pirate.oxi")40 include("includes/weaponSettingsPirate.oxi") 41 41 ?> 42 42 </SpaceShip> -
code/trunk/data/levels/templates/spaceshipSwallow.oxt
r7678 r7679 34 34 </collisionShapes> 35 35 <?lua 36 include("includes/weapon settings_swallow.oxi")36 include("includes/weaponSettingsSwallow.oxi") 37 37 ?> 38 38 </SpaceShip> -
code/trunk/data/levels/templates/spaceshipTransporter.oxt
r7678 r7679 34 34 35 35 <?lua 36 include("includes/weapon settings_Transporter.oxi")36 include("includes/weaponSettingsTransporter.oxi") 37 37 ?> 38 38 </SpaceShip> -
code/trunk/data/levels/templates/spaceshipTransporterSL.oxt
r7678 r7679 34 34 35 35 <?lua 36 include("includes/weapon settings_Transporter.oxi")36 include("includes/weaponSettingsTransporter.oxi") 37 37 ?> 38 38 </SpaceShip> -
code/trunk/data/levels/testStars.oxw
r7678 r7679 7 7 <?lua 8 8 include("stats.oxo") 9 include(" hudtemplates3.oxo")10 include("templates/lod information.oxt")9 include("HUDTemplates3.oxo") 10 include("templates/lodInformation.oxt") 11 11 ?> 12 12 13 13 <?lua 14 include("templates/spaceship _assff.oxt")15 include("templates/spaceship _pirate.oxt")14 include("templates/spaceshipAssff.oxt") 15 include("templates/spaceshipPirate.oxt") 16 16 ?> 17 17 -
code/trunk/data/levels/testSwallow.oxw
r7678 r7679 6 6 7 7 <?lua 8 include(" hudtemplates3.oxo")8 include("HUDTemplates3.oxo") 9 9 include("stats.oxo") 10 include("templates/spaceship _swallow.oxt")11 include("templates/spaceship _pirate.oxt")12 include("templates/lod information.oxt")10 include("templates/spaceshipSwallow.oxt") 11 include("templates/spaceshipPirate.oxt") 12 include("templates/lodInformation.oxt") 13 13 ?> 14 14 -
code/trunk/data/levels/theTimeMachine.oxw
r7678 r7679 7 7 <?lua 8 8 include("stats.oxo") 9 include(" hudtemplates3.oxo")10 include("templates/lod information.oxt")11 include("templates/spaceship _assff.oxt")12 include("templates/spaceship _pirate.oxt")9 include("HUDTemplates3.oxo") 10 include("templates/lodInformation.oxt") 11 include("templates/spaceshipAssff.oxt") 12 include("templates/spaceshipPirate.oxt") 13 13 ?> 14 14 … … 53 53 </collisionShapes> 54 54 <?lua 55 include("includes/weapon settings3.oxi")55 include("includes/weaponSettings3.oxi") 56 56 ?> 57 57 </SpaceShip> -
code/trunk/data/levels/tutorial.oxw
r7648 r7679 6 6 7 7 <?lua 8 include(" hudtemplates3.oxo")8 include("HUDTemplates3.oxo") 9 9 include("stats.oxo") 10 include("templates/spaceship _assff.oxt")11 include("templates/lod information.oxt")10 include("templates/spaceshipAssff.oxt") 11 include("templates/lodInformation.oxt") 12 12 ?> 13 13 -
code/trunk/data/levels/underAttack.oxw
r7678 r7679 1 1 <?lua 2 include(" hudtemplates3.oxo")2 include("HUDTemplates3.oxo") 3 3 include("stats.oxo") 4 include("under attackhud.oxo")5 include("templates/spaceship _assff.oxt")6 include("templates/lod information.oxt")4 include("underAttackHUD.oxo") 5 include("templates/spaceshipAssff.oxt") 6 include("templates/lodInformation.oxt") 7 7 ?> 8 8 -
code/trunk/data/levels/waypoints.oxw
r7648 r7679 6 6 7 7 <?lua 8 include(" hudtemplates3.oxo")8 include("HUDTemplates3.oxo") 9 9 include("stats.oxo") 10 include("templates/spaceship _assff.oxt")11 include("templates/spaceship _H2.oxt")12 include("templates/spaceship _pirate.oxt")13 include("templates/lod information.oxt")10 include("templates/spaceshipAssff.oxt") 11 include("templates/spaceshipH2.oxt") 12 include("templates/spaceshipPirate.oxt") 13 include("templates/lodInformation.oxt") 14 14 ?> 15 15
Note: See TracChangeset
for help on using the changeset viewer.