Skip to content

Commit

Permalink
Post merge fixes and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Jan 20, 2013
1 parent 61779a3 commit 2972ebb
Show file tree
Hide file tree
Showing 24 changed files with 38 additions and 36 deletions.
1 change: 1 addition & 0 deletions doomsday/client/include/map/r_world.h
Expand Up @@ -27,6 +27,7 @@
#include "resource/r_data.h"
#include "map/vertex.h"
#include "map/sector.h"
#include "map/sidedef.h"
#include "map/plane.h"

// Used for vertex sector owners, side line owners and reverb BSP leafs.
Expand Down
4 changes: 2 additions & 2 deletions doomsday/client/include/resource/material.h
@@ -1,7 +1,7 @@
/** @file material.h Logical material.
*
* @author Copyright &copy; 2003-2013 Jaakko Keränen <jaakko.keranen@iki.fi>
* @author Copyright &copy; 2005-2013 Daniel Swanson <danij@dengine.net>
* @authors Copyright © 2003-2013 Jaakko Keränen <jaakko.keranen@iki.fi>
* @authors Copyright © 2005-2013 Daniel Swanson <danij@dengine.net>
*
* @par License
* GPL: http://www.gnu.org/licenses/gpl.html
Expand Down
5 changes: 3 additions & 2 deletions doomsday/client/include/resource/materialarchive.h
@@ -1,10 +1,11 @@
/** @file materialarchive.h Material Archive.
*
* Collection of identifier-material pairs.
*
* Used when saving map state (savegames) or sharing world changes with clients.
*
* @author Copyright &copy; 2003-2013 Jaakko Keränen <jaakko.keranen@iki.fi>
* @author Copyright &copy; 2005-2013 Daniel Swanson <danij@dengine.net>
* @authors Copyright © 2003-2013 Jaakko Keränen <jaakko.keranen@iki.fi>
* @authors Copyright © 2005-2013 Daniel Swanson <danij@dengine.net>
*
* @par License
* GPL: http://www.gnu.org/licenses/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion doomsday/client/include/resource/materialmanifest.h
@@ -1,6 +1,6 @@
/** @file materialmanifest.h Material Manifest.
*
* @author Copyright &copy; 2011-2013 Daniel Swanson <danij@dengine.net>
* @authors Copyright © 2011-2013 Daniel Swanson <danij@dengine.net>
*
* @par License
* GPL: http://www.gnu.org/licenses/gpl.html
Expand Down
4 changes: 2 additions & 2 deletions doomsday/client/include/resource/materials.h
@@ -1,7 +1,7 @@
/** @file materials.h Material Collection.
*
* @author Copyright &copy; 2003-2013 Jaakko Keränen <jaakko.keranen@iki.fi>
* @author Copyright &copy; 2005-2013 Daniel Swanson <danij@dengine.net>
* @authors Copyright © 2003-2013 Jaakko Keränen <jaakko.keranen@iki.fi>
* @authors Copyright © 2005-2013 Daniel Swanson <danij@dengine.net>
*
* @par License
* GPL: http://www.gnu.org/licenses/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion doomsday/client/include/resource/materialscheme.h
@@ -1,6 +1,6 @@
/** @file materialscheme.h Material Scheme.
*
* @author Copyright &copy; 2010-2013 Daniel Swanson <danij@dengine.net>
* @authors Copyright © 2010-2013 Daniel Swanson <danij@dengine.net>
*
* @par License
* GPL: http://www.gnu.org/licenses/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion doomsday/client/include/resource/materialsnapshot.h
@@ -1,6 +1,6 @@
/** @file materialsnapshot.h Material Snapshot.
*
* @author Copyright &copy; 2011-2013 Daniel Swanson <danij@dengine.net>
* @authors Copyright © 2011-2013 Daniel Swanson <danij@dengine.net>
*
* @par License
* GPL: http://www.gnu.org/licenses/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion doomsday/client/include/resource/materialvariantspec.h
@@ -1,6 +1,6 @@
/** @file materialvariantspec.h Material Variant Specification.
*
* @author Copyright &copy; 2011-2013 Daniel Swanson <danij@dengine.net>
* @authors Copyright © 2011-2013 Daniel Swanson <danij@dengine.net>
*
* @par License
* GPL: http://www.gnu.org/licenses/gpl.html
Expand Down
4 changes: 2 additions & 2 deletions doomsday/client/include/resource/texture.h
@@ -1,7 +1,7 @@
/** @file texture.h Logical Texture.
*
* @author Copyright &copy; 2003-2013 Jaakko Keränen <jaakko.keranen@iki.fi>
* @author Copyright &copy; 2005-2013 Daniel Swanson <danij@dengine.net>
* @authors Copyright © 2003-2013 Jaakko Keränen <jaakko.keranen@iki.fi>
* @authors Copyright © 2005-2013 Daniel Swanson <danij@dengine.net>
*
* @par License
* GPL: http://www.gnu.org/licenses/gpl.html
Expand Down
5 changes: 3 additions & 2 deletions doomsday/client/include/resource/texturemanifest.h
@@ -1,6 +1,6 @@
/** @file texturemanifest.h Texture Manifest.
*
* @author Copyright &copy; 2010-2013 Daniel Swanson <danij@dengine.net>
* @authors Copyright © 2010-2013 Daniel Swanson <danij@dengine.net>
*
* @par License
* GPL: http://www.gnu.org/licenses/gpl.html
Expand Down Expand Up @@ -32,10 +32,11 @@ class TextureScheme;

/**
* Metadata for a would-be logical Texture resource.
* @ingroup resource
*
* Models a reference to and the associated metadata for a logical texture
* in the texture resource collection.
*
* @ingroup resource
*/
class TextureManifest : public PathTree::Node
{
Expand Down
7 changes: 4 additions & 3 deletions doomsday/client/include/resource/textures.h
@@ -1,7 +1,7 @@
/** @file textures.h Texture Resource Collection.
*
* @author Copyright &copy; 2010-2013 Daniel Swanson <danij@dengine.net>
* @author Copyright &copy; 2010-2013 Jaakko Keränen <jaakko.keranen@iki.fi>
* @authors Copyright © 2010-2013 Daniel Swanson <danij@dengine.net>
* @authors Copyright © 2010-2013 Jaakko Keränen <jaakko.keranen@iki.fi>
*
* @par License
* GPL: http://www.gnu.org/licenses/gpl.html
Expand Down Expand Up @@ -39,7 +39,6 @@ namespace de {

/**
* Specialized resource collection for a set of logical textures.
* @ingroup resource
*
* @em Clearing a texture is to 'undefine' it - any names bound to it will be
* deleted and any GL textures acquired for it are 'released'. The logical
Expand All @@ -53,6 +52,8 @@ namespace de {
*
* A) Declared but not defined.
* B) Declared and defined.
*
* @ingroup resource
*/
class Textures
{
Expand Down
7 changes: 3 additions & 4 deletions doomsday/client/include/resource/texturescheme.h
@@ -1,8 +1,6 @@
/**
* @file texturescheme.h
* @ingroup resource
/** @file texturescheme.h
*
* @author Copyright &copy; 2010-2013 Daniel Swanson <danij@dengine.net>
* @authors Copyright © 2010-2013 Daniel Swanson <danij@dengine.net>
*
* @par License
* GPL: http://www.gnu.org/licenses/gpl.html
Expand Down Expand Up @@ -30,6 +28,7 @@ namespace de {

/**
* TextureScheme defines a texture system subspace.
* @ingroup resource
*/
class TextureScheme
{
Expand Down
2 changes: 1 addition & 1 deletion doomsday/client/include/resource/texturevariantspec.h
@@ -1,6 +1,6 @@
/** @file texturevariantspec.h Texture Variant Specification.
*
* @author Copyright &copy; 2011-2013 Daniel Swanson <danij@dengine.net>
* @authors Copyright © 2011-2013 Daniel Swanson <danij@dengine.net>
*
* @par License
* GPL: http://www.gnu.org/licenses/gpl.html
Expand Down
4 changes: 2 additions & 2 deletions doomsday/client/src/resource/materialarchive.cpp
@@ -1,7 +1,7 @@
/** @file materialarchive.cpp Material Archive.
*
* @authors Copyright &copy; 2003-2013 Jaakko Keränen <jaakko.keranen@iki.fi>
* @authors Copyright &copy; 2005-2013 Daniel Swanson <danij@dengine.net>
* @authors Copyright © 2003-2013 Jaakko Keränen <jaakko.keranen@iki.fi>
* @authors Copyright © 2005-2013 Daniel Swanson <danij@dengine.net>
*
* @par License
* GPL: http://www.gnu.org/licenses/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion doomsday/client/src/resource/materialmanifest.cpp
@@ -1,6 +1,6 @@
/** @file materialmanifest.cpp Material Manifest.
*
* @author Copyright &copy; 2011-2013 Daniel Swanson <danij@dengine.net>
* @authors Copyright © 2011-2013 Daniel Swanson <danij@dengine.net>
*
* @par License
* GPL: http://www.gnu.org/licenses/gpl.html
Expand Down
4 changes: 2 additions & 2 deletions doomsday/client/src/resource/materials.cpp
@@ -1,7 +1,7 @@
/** @file materials.cpp Material Resource Collection.
*
* @authors Copyright © 2003-2013 Jaakko Keränen <jaakko.keranen@iki.fi>
* @authors Copyright © 2005-2013 Daniel Swanson <danij@dengine.net>
* @authors Copyright © 2003-2013 Jaakko Keränen <jaakko.keranen@iki.fi>
* @authors Copyright © 2005-2013 Daniel Swanson <danij@dengine.net>
*
* @par License
* GPL: http://www.gnu.org/licenses/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion doomsday/client/src/resource/materialscheme.cpp
@@ -1,6 +1,6 @@
/** @file materialscheme.cpp Material system subspace scheme.
*
* @authors Copyright &copy; 2010-2013 Daniel Swanson <danij@dengine.net>
* @authors Copyright © 2010-2013 Daniel Swanson <danij@dengine.net>
*
* @par License
* GPL: http://www.gnu.org/licenses/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion doomsday/client/src/resource/materialsnapshot.cpp
@@ -1,6 +1,6 @@
/** @file materialsnapshot.cpp Material Snapshot.
*
* @authors Copyright &copy; 2011-2013 Daniel Swanson <danij@dengine.net>
* @authors Copyright © 2011-2013 Daniel Swanson <danij@dengine.net>
*
* @par License
* GPL: http://www.gnu.org/licenses/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion doomsday/client/src/resource/materialvariant.cpp
@@ -1,6 +1,6 @@
/** @file materialvariant.cpp Logical Material Variant.
*
* @authors Copyright &copy; 2011-2013 Daniel Swanson <danij@dengine.net>
* @authors Copyright © 2011-2013 Daniel Swanson <danij@dengine.net>
*
* @par License
* GPL: http://www.gnu.org/licenses/gpl.html
Expand Down
4 changes: 2 additions & 2 deletions doomsday/client/src/resource/texture.cpp
@@ -1,7 +1,7 @@
/** @file texture.cpp Logical Texture.
*
* @authors Copyright &copy; 2003-2013 Jaakko Keränen <jaakko.keranen@iki.fi>
* @authors Copyright &copy; 2005-2013 Daniel Swanson <danij@dengine.net>
* @authors Copyright © 2003-2013 Jaakko Keränen <jaakko.keranen@iki.fi>
* @authors Copyright © 2005-2013 Daniel Swanson <danij@dengine.net>
*
* @par License
* GPL: http://www.gnu.org/licenses/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion doomsday/client/src/resource/texturemanifest.cpp
@@ -1,6 +1,6 @@
/** @file texturemanifest.cpp Texture Manifest.
*
* @authors Copyright &copy; 2010-2013 Daniel Swanson <danij@dengine.net>
* @authors Copyright © 2010-2013 Daniel Swanson <danij@dengine.net>
*
* @par License
* GPL: http://www.gnu.org/licenses/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion doomsday/client/src/resource/textures.cpp
@@ -1,6 +1,6 @@
/** @file textures.cpp Texture Resource Collection.
*
* @authors Copyright &copy; 2010-2013 Daniel Swanson <danij@dengine.net>
* @authors Copyright © 2010-2013 Daniel Swanson <danij@dengine.net>
*
* @par License
* GPL: http://www.gnu.org/licenses/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion doomsday/client/src/resource/texturescheme.cpp
@@ -1,6 +1,6 @@
/** @file texturescheme.cpp Texture system subspace scheme.
*
* @authors Copyright &copy; 2010-2013 Daniel Swanson <danij@dengine.net>
* @authors Copyright © 2010-2013 Daniel Swanson <danij@dengine.net>
*
* @par License
* GPL: http://www.gnu.org/licenses/gpl.html
Expand Down
1 change: 0 additions & 1 deletion doomsday/client/src/ui/finaleinterpreter.cpp
Expand Up @@ -1350,7 +1350,6 @@ DEFFC(BGMaterial)
Material *material = 0;
try
{
de::Materials::Manifest *manifest = 0;
if(ded_value_t* value = Def_GetValueByUri(OP_URI(0)))
{
material = &App_Materials().find(de::Uri(value->text, RC_NULL)).material();
Expand Down

0 comments on commit 2972ebb

Please sign in to comment.