Skip to content

Commit

Permalink
Move away deprecated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Nov 15, 2024
1 parent f0cf86e commit ffb1398
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 22 deletions.
18 changes: 0 additions & 18 deletions htdocs/castle_engine_functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -393,16 +393,6 @@ function reference_link()
'doc/coding_conventions' => array('title' => 'Coding Conventions'),
)
),
'manual_high_level_3d_classes' => array('title' => 'Deprecated: Utilities for typical 3D games',
'sub' => array(
'manual_3d_utilities_overview' => array('title' => 'Overview'),
'manual_game_level' => array('title' => 'Loading game level'),
'manual_player' => array('title' => 'Player'),
'manual_resources' => array('title' => 'Defining creatures and items'),
'manual_resources_using_existing' => array('title' => 'Using creatures and items'),
'manual_resources_extending' => array('title' => 'Extending creatures and items classes'),
),
),
),
),
'creating_data_intro' => array('title' => 'Creating Game Data',
Expand All @@ -425,14 +415,6 @@ function reference_link()
)
),
'creating_data_auto_generated_textures' => array('title' => 'Auto-generated compressed and scaled textures'),
'creating_data_xml' => array('title' => 'Deprecated: XML files describing game data for typical 3D games',
'sub' => array(
'creating_data_levels' => array('title' => 'Levels'),
'creating_data_resources' => array('title' => 'Resources (creatures and items)'),
'creating_data_player' => array('title' => 'Player configuration'),
)
),
'creating_data_sound' => array('title' => 'Deprecated: Sounds XML description'),
)
),
'reference' => array('title' => 'API Reference', 'url' => reference_link()),
Expand Down
5 changes: 1 addition & 4 deletions htdocs/creating_data_intro.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
?>

<p>This guide discusses various aspects of preparing game data for use
in <?php echo a_href_page('Castle Game Engine', 'index'); ?>. We'll talk about how to make the 3D
stuff (levels, creatures, items &mdash; everything), and also how to
write various helper data files (<code>level.xml</code>, <code>resource.xml</code> and such)
that are read by our engine.
in <?php echo a_href_page('Castle Game Engine', 'index'); ?>.

<p>Contents:

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ffb1398

Please sign in to comment.