id int64 0 755k | file_name stringlengths 3 109 | file_path stringlengths 13 185 | content stringlengths 31 9.38M | size int64 31 9.38M | language stringclasses 1
value | extension stringclasses 11
values | total_lines int64 1 340k | avg_line_length float64 2.18 149k | max_line_length int64 7 2.22M | alphanum_fraction float64 0 1 | repo_name stringlengths 6 65 | repo_stars int64 100 47.3k | repo_forks int64 0 12k | repo_open_issues int64 0 3.4k | repo_license stringclasses 9
values | repo_extraction_date stringclasses 92
values | exact_duplicates_redpajama bool 2
classes | near_duplicates_redpajama bool 2
classes | exact_duplicates_githubcode bool 2
classes | exact_duplicates_stackv2 bool 1
class | exact_duplicates_stackv1 bool 2
classes | near_duplicates_githubcode bool 2
classes | near_duplicates_stackv1 bool 2
classes | near_duplicates_stackv2 bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
36,545 | mask.hpp | OpenMW_openmw/apps/opencs/view/render/mask.hpp | #ifndef CSV_RENDER_ELEMENTS_H
#define CSV_RENDER_ELEMENTS_H
namespace CSVRender
{
/// Node masks used on the OSG scene graph in OpenMW-CS.
/// @note See the respective file in OpenMW (apps/openmw/mwrender/vismask.hpp)
/// for general usage hints about node masks.
/// @copydoc MWRender::VisMask
enu... | 791 | C++ | .h | 26 | 24.115385 | 82 | 0.638999 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,546 | cellborder.hpp | OpenMW_openmw/apps/opencs/view/render/cellborder.hpp | #ifndef OPENCS_VIEW_CELLBORDER_H
#define OPENCS_VIEW_CELLBORDER_H
#include <cstddef>
#include <osg/ref_ptr>
namespace osg
{
class Geometry;
class Group;
class PositionAttitudeTransform;
}
namespace ESM
{
struct Land;
}
namespace CSMWorld
{
class CellCoordinates;
}
namespace CSVRender
{
cl... | 959 | C++ | .h | 40 | 19.05 | 82 | 0.689845 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,547 | worldspacewidget.hpp | OpenMW_openmw/apps/opencs/view/render/worldspacewidget.hpp | #ifndef OPENCS_VIEW_WORLDSPACEWIDGET_H
#define OPENCS_VIEW_WORLDSPACEWIDGET_H
#include <QPoint>
#include <QTimer>
#include <osg/Vec3d>
#include <osg/ref_ptr>
#include <string>
#include <vector>
#include <apps/opencs/view/render/tagbase.hpp>
#include "instancedragmodes.hpp"
#include "scenewidget.hpp"
class QDragEn... | 10,349 | C++ | .h | 235 | 35.940426 | 113 | 0.691332 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,548 | editmode.hpp | OpenMW_openmw/apps/opencs/view/render/editmode.hpp | #ifndef CSV_RENDER_EDITMODE_H
#define CSV_RENDER_EDITMODE_H
#include "../widget/modebutton.hpp"
class QDragEnterEvent;
class QDropEvent;
class QDragMoveEvent;
class QPoint;
class QMouseEvent;
class QObject;
class QWidget;
namespace CSVWidget
{
class SceneToolbar;
}
namespace CSVRender
{
class WorldspaceWidg... | 3,366 | C++ | .h | 83 | 33.156627 | 119 | 0.693419 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,549 | pathgrid.hpp | OpenMW_openmw/apps/opencs/view/render/pathgrid.hpp | #ifndef CSV_RENDER_PATHGRID_H
#define CSV_RENDER_PATHGRID_H
#include <algorithm>
#include <string>
#include <vector>
#include <QString>
#include <osg/Vec3d>
#include <osg/ref_ptr>
#include "../../model/world/cellcoordinates.hpp"
#include "../../model/world/subcellcollection.hpp"
#include "tagbase.hpp"
#include <comp... | 3,910 | C++ | .h | 103 | 30.970874 | 113 | 0.692634 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,550 | instancemode.hpp | OpenMW_openmw/apps/opencs/view/render/instancemode.hpp | #ifndef CSV_RENDER_INSTANCEMODE_H
#define CSV_RENDER_INSTANCEMODE_H
#include <QString>
#include <string>
#include <vector>
#include <osg/Group>
#include <osg/Node>
#include <osg/Quat>
#include <osg/Vec3>
#include <osg/ref_ptr>
#include "editmode.hpp"
#include "instancedragmodes.hpp"
#include <apps/opencs/model/worl... | 4,985 | C++ | .h | 119 | 34.672269 | 112 | 0.714641 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,551 | actor.hpp | OpenMW_openmw/apps/opencs/view/render/actor.hpp | #ifndef OPENCS_VIEW_RENDER_ACTOR_H
#define OPENCS_VIEW_RENDER_ACTOR_H
#include <string>
#include <string_view>
#include <osg/Group>
#include <osg/PositionAttitudeTransform>
#include <osg/ref_ptr>
#include <QObject>
#include <components/esm3/loadarmo.hpp>
#include <components/sceneutil/visitor.hpp>
#include "../../... | 1,612 | C++ | .h | 52 | 25.596154 | 77 | 0.6779 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,552 | terrainstorage.hpp | OpenMW_openmw/apps/opencs/view/render/terrainstorage.hpp | #ifndef OPENCS_RENDER_TERRAINSTORAGE_H
#define OPENCS_RENDER_TERRAINSTORAGE_H
#include <array>
#include <components/esm3/loadland.hpp>
#include <components/esm3/loadltex.hpp>
#include <components/esmterrain/storage.hpp>
#include <osg/ref_ptr>
namespace CSMWorld
{
class Data;
}
namespace osg
{
class Vec4ub;
}... | 2,603 | C++ | .h | 52 | 44.096154 | 119 | 0.723907 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,553 | pagedworldspacewidget.hpp | OpenMW_openmw/apps/opencs/view/render/pagedworldspacewidget.hpp | #ifndef OPENCS_VIEW_PAGEDWORLDSPACEWIDGET_H
#define OPENCS_VIEW_PAGEDWORLDSPACEWIDGET_H
#include <map>
#include <string>
#include <utility>
#include <vector>
#include <apps/opencs/model/world/cellcoordinates.hpp>
#include "../../model/world/cellselection.hpp"
#include "cell.hpp"
#include "instancedragmodes.hpp"
#in... | 7,471 | C++ | .h | 143 | 44.902098 | 115 | 0.728526 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,554 | pathgridselectionmode.hpp | OpenMW_openmw/apps/opencs/view/render/pathgridselectionmode.hpp | #ifndef CSV_RENDER_PATHGRID_SELECTION_MODE_H
#define CSV_RENDER_PATHGRID_SELECTION_MODE_H
#include "selectionmode.hpp"
namespace CSVRender
{
class WorldspaceWidget;
}
namespace CSVWidget
{
class SceneToolbar;
}
namespace CSVRender
{
class PathgridSelectionMode : public SelectionMode
{
Q_OBJE... | 982 | C++ | .h | 35 | 22.771429 | 99 | 0.696905 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,555 | cameracontroller.hpp | OpenMW_openmw/apps/opencs/view/render/cameracontroller.hpp | #ifndef OPENCS_VIEW_CAMERACONTROLLER_H
#define OPENCS_VIEW_CAMERACONTROLLER_H
#include <vector>
#include <QObject>
#include <osg/Vec3d>
namespace osg
{
class Camera;
class Group;
}
namespace CSMPrefs
{
class Shortcut;
}
namespace CSVRender
{
class CameraController : public QObject
{
Q_... | 4,981 | C++ | .h | 144 | 26.673611 | 78 | 0.664648 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,556 | cellmarker.hpp | OpenMW_openmw/apps/opencs/view/render/cellmarker.hpp | #ifndef OPENCS_VIEW_CELLMARKER_H
#define OPENCS_VIEW_CELLMARKER_H
#include "tagbase.hpp"
#include <osg/ref_ptr>
#include "../../model/world/cellcoordinates.hpp"
namespace osg
{
class AutoTransform;
class Group;
}
namespace CSVRender
{
class CellMarker;
class CellMarkerTag : public TagBase
{
... | 1,372 | C++ | .h | 46 | 23.804348 | 110 | 0.666667 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,557 | cellwater.hpp | OpenMW_openmw/apps/opencs/view/render/cellwater.hpp | #ifndef CSV_RENDER_CELLWATER_H
#define CSV_RENDER_CELLWATER_H
#include <string>
#include <osg/ref_ptr>
#include <QModelIndex>
#include <QObject>
class QModelIndex;
namespace osg
{
class Geometry;
class Group;
class PositionAttitudeTransform;
}
namespace CSMWorld
{
struct Cell;
class CellCoordi... | 1,510 | C++ | .h | 51 | 24.039216 | 119 | 0.691238 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,558 | lightingbright.hpp | OpenMW_openmw/apps/opencs/view/render/lightingbright.hpp | #ifndef OPENCS_VIEW_LIGHTING_BRIGHT_H
#define OPENCS_VIEW_LIGHTING_BRIGHT_H
#include "lighting.hpp"
#include <osg/Vec4f>
namespace osg
{
class Group;
}
namespace CSVRender
{
class LightingBright : public Lighting
{
public:
LightingBright();
void activate(osg::Group* rootNode, bool /... | 474 | C++ | .h | 20 | 19.7 | 74 | 0.715247 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,559 | selectionmode.hpp | OpenMW_openmw/apps/opencs/view/render/selectionmode.hpp | #ifndef CSV_RENDER_SELECTION_MODE_H
#define CSV_RENDER_SELECTION_MODE_H
#include "../widget/scenetoolmode.hpp"
class QAction;
namespace CSVWidget
{
class SceneToolbar;
}
namespace CSVRender
{
class WorldspaceWidget;
class SelectionMode : public CSVWidget::SceneToolMode
{
Q_OBJECT
publi... | 1,198 | C++ | .h | 39 | 24.487179 | 111 | 0.68265 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,560 | terraintexturemode.hpp | OpenMW_openmw/apps/opencs/view/render/terraintexturemode.hpp | #ifndef CSV_RENDER_TERRAINTEXTUREMODE_H
#define CSV_RENDER_TERRAINTEXTUREMODE_H
#include "editmode.hpp"
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include <QWidget>
#ifndef Q_MOC_RUN
#include "../../model/world/columnimp.hpp"
#include "../widget/brushshapes.hpp"
#include "brushdraw.hp... | 4,410 | C++ | .h | 113 | 32.575221 | 111 | 0.721427 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,561 | lightingday.hpp | OpenMW_openmw/apps/opencs/view/render/lightingday.hpp | #ifndef OPENCS_VIEW_LIGHTING_DAY_H
#define OPENCS_VIEW_LIGHTING_DAY_H
#include "lighting.hpp"
#include <osg/Vec4f>
namespace osg
{
class Group;
}
namespace CSVRender
{
class LightingDay : public Lighting
{
public:
LightingDay() = default;
void activate(osg::Group* rootNode, bool /*i... | 472 | C++ | .h | 20 | 19.6 | 74 | 0.707207 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,562 | cell.hpp | OpenMW_openmw/apps/opencs/view/render/cell.hpp | #ifndef OPENCS_VIEW_CELL_H
#define OPENCS_VIEW_CELL_H
#include <map>
#include <memory>
#include <string>
#include <vector>
#include <osg/Vec3d>
#include <osg/ref_ptr>
#include "../../model/doc/document.hpp"
#include "../../model/world/cellcoordinates.hpp"
#include "instancedragmodes.hpp"
#include <components/esm/ref... | 5,863 | C++ | .h | 135 | 35.985185 | 109 | 0.686112 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,563 | unpagedworldspacewidget.hpp | OpenMW_openmw/apps/opencs/view/render/unpagedworldspacewidget.hpp | #ifndef OPENCS_VIEW_UNPAGEDWORLDSPACEWIDGET_H
#define OPENCS_VIEW_UNPAGEDWORLDSPACEWIDGET_H
#include <memory>
#include <string>
#include <vector>
#include <apps/opencs/model/world/universalid.hpp>
#include <apps/opencs/view/render/instancedragmodes.hpp>
#include <osg/Vec3d>
#include "cell.hpp"
#include "worldspacew... | 4,391 | C++ | .h | 95 | 39.810526 | 110 | 0.739049 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,564 | terrainshapemode.hpp | OpenMW_openmw/apps/opencs/view/render/terrainshapemode.hpp | #ifndef CSV_RENDER_TERRAINSHAPEMODE_H
#define CSV_RENDER_TERRAINSHAPEMODE_H
#include "editmode.hpp"
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include <apps/opencs/model/world/cellcoordinates.hpp>
#include <osg/Vec3d>
#ifndef Q_MOC_RUN
#include "../../model/world/columnimp.hpp"
#incl... | 8,543 | C++ | .h | 172 | 41.895349 | 119 | 0.717104 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,565 | object.hpp | OpenMW_openmw/apps/opencs/view/render/object.hpp | #ifndef OPENCS_VIEW_OBJECT_H
#define OPENCS_VIEW_OBJECT_H
#include <memory>
#include <string>
#include <osg/Vec3f>
#include <osg/Vec4f>
#include <osg/ref_ptr>
#include <components/esm/position.hpp>
#include <components/esm/refid.hpp>
#include "tagbase.hpp"
class QModelIndex;
namespace osg
{
class PositionAtti... | 5,765 | C++ | .h | 155 | 29.851613 | 119 | 0.665527 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,566 | cellarrow.hpp | OpenMW_openmw/apps/opencs/view/render/cellarrow.hpp | #ifndef OPENCS_VIEW_CELLARROW_H
#define OPENCS_VIEW_CELLARROW_H
#include "tagbase.hpp"
#include <QString>
#include <osg/ref_ptr>
#include "../../model/world/cellcoordinates.hpp"
namespace osg
{
class PositionAttitudeTransform;
class Group;
}
namespace CSVRender
{
class CellArrow;
struct Worldspace... | 1,436 | C++ | .h | 51 | 21.588235 | 107 | 0.663004 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,567 | scenewidget.hpp | OpenMW_openmw/apps/opencs/view/render/scenewidget.hpp | #ifndef OPENCS_VIEW_SCENEWIDGET_H
#define OPENCS_VIEW_SCENEWIDGET_H
#include <memory>
#include <string>
#include <QColor>
#include <QObject>
#include <QTimer>
#include <QWidget>
#include <osg/Vec4f>
#include <osg/ref_ptr>
#include <osgViewer/CompositeViewer>
#include "lightingbright.hpp"
#include "lightingday.hpp"... | 3,900 | C++ | .h | 116 | 27.715517 | 104 | 0.71142 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,568 | orbitcameramode.hpp | OpenMW_openmw/apps/opencs/view/render/orbitcameramode.hpp | #ifndef CSV_RENDER_ORBITCAMERAPICKMODE_H
#define CSV_RENDER_ORBITCAMERAPICKMODE_H
#include "../widget/modebutton.hpp"
class QAction;
class QMenu;
class QObject;
class QWidget;
namespace CSVWidget
{
class SceneToolbar;
}
namespace CSMPrefs
{
class Shortcut;
}
namespace CSVRender
{
class WorldspaceWidget... | 1,011 | C++ | .h | 37 | 22.540541 | 107 | 0.72973 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,569 | editwidget.hpp | OpenMW_openmw/apps/opencs/view/filter/editwidget.hpp | #ifndef CSV_FILTER_EDITWIDGET_H
#define CSV_FILTER_EDITWIDGET_H
#include <QLineEdit>
#include <QPalette>
#include <QVariant>
#include <memory>
#include <string>
#include <utility>
#include <variant>
#include <vector>
#include "filterdata.hpp"
#include "../../model/filter/parser.hpp"
class QModelIndex;
class QActio... | 2,828 | C++ | .h | 87 | 25.229885 | 108 | 0.651197 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,570 | filterdata.hpp | OpenMW_openmw/apps/opencs/view/filter/filterdata.hpp | #ifndef CSV_FILTER_FILTERDATA_H
#define CSV_FILTER_FILTERDATA_H
#include <string>
#include <variant>
#include <vector>
#include <QVariant>
namespace CSVFilter
{
struct FilterData
{
std::variant<std::string, QVariant> searchData;
std::vector<std::string> columns;
};
}
#endif
| 307 | C++ | .h | 15 | 17.333333 | 55 | 0.722222 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,571 | filterbox.hpp | OpenMW_openmw/apps/opencs/view/filter/filterbox.hpp | #ifndef CSV_FILTER_FILTERBOX_H
#define CSV_FILTER_FILTERBOX_H
#include <memory>
#include <string>
#include <utility>
#include <variant>
#include <vector>
#include <QVariant>
#include <QWidget>
#include "filterdata.hpp"
class QDragEnterEvent;
class QDragMoveEvent;
class QDropEvent;
class QObject;
namespace CSMFilte... | 1,262 | C++ | .h | 45 | 23.733333 | 101 | 0.735833 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,572 | recordfilterbox.hpp | OpenMW_openmw/apps/opencs/view/filter/recordfilterbox.hpp | #ifndef CSV_FILTER_RECORDFILTERBOX_H
#define CSV_FILTER_RECORDFILTERBOX_H
#include <memory>
#include <string>
#include <utility>
#include <variant>
#include <vector>
#include <QVariant>
#include <QWidget>
#include "filterdata.hpp"
namespace CSMFilter
{
class Node;
}
namespace CSMWorld
{
class Data;
}
name... | 862 | C++ | .h | 35 | 20.657143 | 101 | 0.727497 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,573 | graphicspage.hpp | OpenMW_openmw/apps/launcher/graphicspage.hpp | #ifndef GRAPHICSPAGE_H
#define GRAPHICSPAGE_H
#include "ui_graphicspage.h"
#include <components/settings/windowmode.hpp>
namespace Files
{
struct ConfigurationManager;
}
namespace Launcher
{
class GraphicsSettings;
class GraphicsPage : public QWidget, private Ui::GraphicsPage
{
Q_OBJECT
... | 958 | C++ | .h | 33 | 23.424242 | 65 | 0.722892 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,574 | importpage.hpp | OpenMW_openmw/apps/launcher/importpage.hpp | #ifndef IMPORTSPAGE_HPP
#define IMPORTSPAGE_HPP
#include <components/process/processinvoker.hpp>
#include "ui_importpage.h"
#include "maindialog.hpp"
namespace Files
{
struct ConfigurationManager;
}
namespace Config
{
class GameSettings;
class LauncherSettings;
}
namespace Launcher
{
class TextInpu... | 1,478 | C++ | .h | 46 | 26.130435 | 103 | 0.712164 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,575 | textslotmsgbox.hpp | OpenMW_openmw/apps/launcher/textslotmsgbox.hpp | #ifndef TEXT_SLOT_MSG_BOX
#define TEXT_SLOT_MSG_BOX
#include <QMessageBox>
namespace Launcher
{
class TextSlotMsgBox : public QMessageBox
{
Q_OBJECT
public slots:
void setTextSlot(const QString& string);
};
}
#endif
| 250 | C++ | .h | 13 | 15.615385 | 48 | 0.710638 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
36,576 | maindialog.hpp | OpenMW_openmw/apps/launcher/maindialog.hpp | #ifndef MAINDIALOG_H
#define MAINDIALOG_H
#ifndef Q_MOC_RUN
#include <components/process/processinvoker.hpp>
#include <components/config/gamesettings.hpp>
#include <components/config/launchersettings.hpp>
#endif
#include "ui_mainwindow.h"
class QListWidgetItem;
class QStackedWidget;
class QStringListModel;
class QS... | 2,548 | C++ | .h | 82 | 24.634146 | 112 | 0.702049 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,577 | datafilespage.hpp | OpenMW_openmw/apps/launcher/datafilespage.hpp | #ifndef DATAFILESPAGE_H
#define DATAFILESPAGE_H
#include "ui_datafilespage.h"
#include <components/process/processinvoker.hpp>
#include <QDir>
#include <QMenu>
#include <QStringList>
#include <QWidget>
class QSortFilterProxyModel;
class QAbstractItemModel;
class QMenu;
namespace Files
{
struct ConfigurationMan... | 4,740 | C++ | .h | 124 | 30.83871 | 106 | 0.709178 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,578 | settingspage.hpp | OpenMW_openmw/apps/launcher/settingspage.hpp | #ifndef SETTINGSPAGE_H
#define SETTINGSPAGE_H
#include <QCompleter>
#include <QStringListModel>
#include "ui_settingspage.h"
namespace Config
{
class GameSettings;
}
namespace Launcher
{
class SettingsPage : public QWidget, private Ui::SettingsPage
{
Q_OBJECT
public:
explicit Settin... | 1,347 | C++ | .h | 40 | 27.55 | 93 | 0.724749 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,579 | profilescombobox.hpp | OpenMW_openmw/apps/launcher/utils/profilescombobox.hpp | #ifndef PROFILESCOMBOBOX_HPP
#define PROFILESCOMBOBOX_HPP
#include "components/contentselector/view/combobox.hpp"
#include "lineedit.hpp"
#include <QWidget>
class QString;
class ProfilesComboBox : public ContentSelectorView::ComboBox
{
Q_OBJECT
public:
class ComboBoxLineEdit : public LineEdit
{
pub... | 1,100 | C++ | .h | 36 | 26.611111 | 79 | 0.765655 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,580 | cellnameloader.hpp | OpenMW_openmw/apps/launcher/utils/cellnameloader.hpp | #ifndef OPENMW_CELLNAMELOADER_H
#define OPENMW_CELLNAMELOADER_H
#include <QSet>
#include <QString>
#include <components/esm3/esmreader.hpp>
namespace ESM
{
class ESMReader;
struct Cell;
}
namespace ContentSelectorView
{
class ContentSelector;
}
class CellNameLoader
{
public:
/**
* Returns the ... | 1,069 | C++ | .h | 38 | 24.394737 | 78 | 0.721408 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,581 | openalutil.hpp | OpenMW_openmw/apps/launcher/utils/openalutil.hpp | #include <string>
#include <vector>
namespace Launcher
{
std::vector<std::string> enumerateOpenALDevices();
std::vector<std::string> enumerateOpenALDevicesHrtf();
}
| 174 | C++ | .h | 7 | 22.571429 | 58 | 0.76506 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,582 | lineedit.hpp | OpenMW_openmw/apps/launcher/utils/lineedit.hpp | /****************************************************************************
**
** Copyright (c) 2007 Trolltech ASA <info@trolltech.com>
**
** Use, modification and distribution is allowed without limitation,
** warranty, liability or support of any kind.
**
************************************************************... | 819 | C++ | .h | 29 | 25.896552 | 77 | 0.621309 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,583 | textinputdialog.hpp | OpenMW_openmw/apps/launcher/utils/textinputdialog.hpp | #ifndef TEXTINPUTDIALOG_HPP
#define TEXTINPUTDIALOG_HPP
#include <QDialog>
#include "lineedit.hpp"
class QDialogButtonBox;
namespace Launcher
{
class TextInputDialog : public QDialog
{
Q_OBJECT
public:
explicit TextInputDialog(const QString& title, const QString& text, QWidget* parent =... | 635 | C++ | .h | 22 | 23.636364 | 103 | 0.708609 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,584 | importer.hpp | OpenMW_openmw/apps/mwiniimporter/importer.hpp | #ifndef MWINIIMPORTER_IMPORTER
#define MWINIIMPORTER_IMPORTER 1
#include <exception>
#include <filesystem>
#include <iosfwd>
#include <map>
#include <string>
#include <vector>
#include <components/to_utf8/to_utf8.hpp>
class MwIniImporter
{
public:
typedef std::map<std::string, std::string> strmap;
typedef st... | 2,029 | C++ | .h | 40 | 46.875 | 118 | 0.754421 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,585 | navmesh.hpp | OpenMW_openmw/apps/navmeshtool/navmesh.hpp | #ifndef OPENMW_NAVMESHTOOL_NAVMESH_H
#define OPENMW_NAVMESHTOOL_NAVMESH_H
#include <cstddef>
namespace DetourNavigator
{
class NavMeshDb;
struct Settings;
struct AgentBounds;
}
namespace NavMeshTool
{
struct WorldspaceData;
enum class Status
{
Ok,
Cancelled,
NotEnough... | 621 | C++ | .h | 23 | 22.608696 | 101 | 0.753378 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,586 | worldspacedata.hpp | OpenMW_openmw/apps/navmeshtool/worldspacedata.hpp | #ifndef OPENMW_NAVMESHTOOL_WORLDSPACEDATA_H
#define OPENMW_NAVMESHTOOL_WORLDSPACEDATA_H
#include <components/bullethelpers/collisionobject.hpp>
#include <components/detournavigator/tilecachedrecastmeshmanager.hpp>
#include <components/esm3/loadland.hpp>
#include <components/misc/convert.hpp>
#include <components/resou... | 3,034 | C++ | .h | 79 | 32.898734 | 119 | 0.750937 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,587 | convertscri.hpp | OpenMW_openmw/apps/essimporter/convertscri.hpp | #ifndef OPENMW_ESSIMPORT_CONVERTSCRI_H
#define OPENMW_ESSIMPORT_CONVERTSCRI_H
#include "importscri.hpp"
#include <components/esm3/locals.hpp>
namespace ESSImport
{
/// Convert script variable assignments
void convertSCRI(const SCRI& scri, ESM::Locals& locals);
}
#endif
| 284 | C++ | .h | 10 | 26 | 60 | 0.798507 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,588 | importsplm.h | OpenMW_openmw/apps/essimporter/importsplm.h | #ifndef OPENMW_ESSIMPORT_IMPORTSPLM_H
#define OPENMW_ESSIMPORT_IMPORTSPLM_H
#include <components/esm/esmcommon.hpp>
#include <cstdint>
#include <vector>
namespace ESM
{
class ESMReader;
}
namespace ESSImport
{
struct SPLM
{
struct SPDT // 160 bytes
{
int32_t mType; // 1 = sp... | 1,711 | C++ | .h | 61 | 19.196721 | 112 | 0.557187 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,589 | convertcntc.hpp | OpenMW_openmw/apps/essimporter/convertcntc.hpp | #ifndef OPENMW_ESSIMPORT_CONVERTCNTC_H
#define OPENMW_ESSIMPORT_CONVERTCNTC_H
#include "importcntc.hpp"
#include <components/esm3/containerstate.hpp>
namespace ESSImport
{
void convertCNTC(const CNTC& cntc, ESM::ContainerState& state);
}
#endif
| 255 | C++ | .h | 9 | 26.222222 | 67 | 0.820833 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,590 | importques.hpp | OpenMW_openmw/apps/essimporter/importques.hpp | #ifndef OPENMW_ESSIMPORT_IMPORTQUES_H
#define OPENMW_ESSIMPORT_IMPORTQUES_H
#include <string>
#include <vector>
namespace ESM
{
class ESMReader;
}
namespace ESSImport
{
/// State for a quest
/// Presumably this record only exists when Tribunal is installed,
/// since pre-Tribunal there weren't any q... | 589 | C++ | .h | 21 | 24.238095 | 80 | 0.71123 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,591 | convertscpt.hpp | OpenMW_openmw/apps/essimporter/convertscpt.hpp | #ifndef OPENMW_ESSIMPORT_CONVERTSCPT_H
#define OPENMW_ESSIMPORT_CONVERTSCPT_H
#include <components/esm3/globalscript.hpp>
#include "importscpt.hpp"
namespace ESSImport
{
void convertSCPT(const SCPT& scpt, ESM::GlobalScript& out);
}
#endif
| 249 | C++ | .h | 9 | 25.555556 | 63 | 0.816239 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,592 | convertinventory.hpp | OpenMW_openmw/apps/essimporter/convertinventory.hpp | #ifndef OPENMW_ESSIMPORT_CONVERTINVENTORY_H
#define OPENMW_ESSIMPORT_CONVERTINVENTORY_H
#include "importinventory.hpp"
#include <components/esm3/inventorystate.hpp>
namespace ESSImport
{
void convertInventory(const Inventory& inventory, ESM::InventoryState& state);
}
#endif
| 285 | C++ | .h | 9 | 29.555556 | 82 | 0.840741 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,593 | importscri.hpp | OpenMW_openmw/apps/essimporter/importscri.hpp | #ifndef OPENMW_ESSIMPORT_IMPORTSCRI_H
#define OPENMW_ESSIMPORT_IMPORTSCRI_H
#include <components/esm3/variant.hpp>
#include <cstdint>
#include <vector>
namespace ESM
{
class ESMReader;
}
namespace ESSImport
{
/// Local variable assignments for a running script
struct SCRI
{
std::string mScr... | 490 | C++ | .h | 22 | 18.136364 | 55 | 0.699346 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,595 | convertcrec.hpp | OpenMW_openmw/apps/essimporter/convertcrec.hpp | #ifndef OPENMW_ESSIMPORT_CONVERTCREC_H
#define OPENMW_ESSIMPORT_CONVERTCREC_H
#include "importcrec.hpp"
#include <components/esm3/creaturestate.hpp>
namespace ESSImport
{
void convertCREC(const CREC& crec, ESM::CreatureState& state);
}
#endif
| 253 | C++ | .h | 9 | 26 | 66 | 0.819328 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,596 | importcellref.hpp | OpenMW_openmw/apps/essimporter/importcellref.hpp | #ifndef OPENMW_ESSIMPORT_CELLREF_H
#define OPENMW_ESSIMPORT_CELLREF_H
#include <string>
#include <components/esm3/cellref.hpp>
#include "importacdt.hpp"
namespace ESM
{
class ESMReader;
}
namespace ESSImport
{
struct CellRef : public ESM::CellRef
{
std::string mIndexedRefId;
std::stri... | 501 | C++ | .h | 23 | 17.043478 | 40 | 0.685345 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,597 | importcrec.hpp | OpenMW_openmw/apps/essimporter/importcrec.hpp | #ifndef OPENMW_ESSIMPORT_CREC_H
#define OPENMW_ESSIMPORT_CREC_H
#include "importinventory.hpp"
#include <components/esm3/aipackage.hpp>
#include <cstdint>
namespace ESM
{
class ESMReader;
}
namespace ESSImport
{
/// Creature changes
struct CREC
{
int32_t mIndex;
Inventory mInventory... | 421 | C++ | .h | 21 | 16.190476 | 40 | 0.711735 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,598 | convertplayer.hpp | OpenMW_openmw/apps/essimporter/convertplayer.hpp | #ifndef OPENMW_ESSIMPORT_CONVERTPLAYER_H
#define OPENMW_ESSIMPORT_CONVERTPLAYER_H
#include "importplayer.hpp"
#include <components/esm3/controlsstate.hpp>
#include <components/esm3/player.hpp>
namespace ESSImport
{
void convertPCDT(const PCDT& pcdt, ESM::Player& out, std::vector<ESM::RefId>& outDialogueTopics,
... | 443 | C++ | .h | 11 | 37.636364 | 111 | 0.800469 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,599 | importacdt.hpp | OpenMW_openmw/apps/essimporter/importacdt.hpp | #ifndef OPENMW_ESSIMPORT_ACDT_H
#define OPENMW_ESSIMPORT_ACDT_H
#include <cstdint>
#include <string>
#include "importscri.hpp"
namespace ESM
{
class ESMReader;
}
namespace ESSImport
{
enum ACDTFlags
{
TalkedToPlayer = 0x4,
Attacked = 0x100,
Unknown = 0x200
};
enum ACSCFl... | 2,192 | C++ | .h | 74 | 22.108108 | 108 | 0.615311 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,600 | importinventory.hpp | OpenMW_openmw/apps/essimporter/importinventory.hpp | #ifndef OPENMW_ESSIMPORT_IMPORTINVENTORY_H
#define OPENMW_ESSIMPORT_IMPORTINVENTORY_H
#include <cstdint>
#include <string>
#include <vector>
#include <components/esm/esmcommon.hpp>
#include <components/esm3/cellref.hpp>
#include "importscri.hpp"
namespace ESM
{
class ESMReader;
}
namespace ESSImport
{
str... | 724 | C++ | .h | 33 | 16.636364 | 50 | 0.657856 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,601 | convertacdt.hpp | OpenMW_openmw/apps/essimporter/convertacdt.hpp | #ifndef OPENMW_ESSIMPORT_CONVERTACDT_H
#define OPENMW_ESSIMPORT_CONVERTACDT_H
#include <components/esm3/animationstate.hpp>
#include <components/esm3/creaturestats.hpp>
#include <components/esm3/loadskil.hpp>
#include <components/esm3/npcstats.hpp>
#include "importacdt.hpp"
namespace ESSImport
{
// OpenMW uses ... | 714 | C++ | .h | 17 | 39.117647 | 77 | 0.795356 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,602 | importinfo.hpp | OpenMW_openmw/apps/essimporter/importinfo.hpp | #ifndef OPENMW_ESSIMPORT_IMPORTINFO_H
#define OPENMW_ESSIMPORT_IMPORTINFO_H
#include <string>
namespace ESM
{
class ESMReader;
}
namespace ESSImport
{
struct INFO
{
std::string mInfo;
std::string mActorRefId;
void load(ESM::ESMReader& esm);
};
}
#endif
| 300 | C++ | .h | 17 | 13.882353 | 39 | 0.699275 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,603 | importgame.hpp | OpenMW_openmw/apps/essimporter/importgame.hpp | #ifndef OPENMW_ESSIMPORT_GAME_H
#define OPENMW_ESSIMPORT_GAME_H
#include <cstdint>
namespace ESM
{
class ESMReader;
}
namespace ESSImport
{
/// Weather data
struct GAME
{
struct GMDT
{
char mCellName[64]{};
int32_t mFogColour{ 0 };
float mFogDensit... | 786 | C++ | .h | 27 | 22.481481 | 109 | 0.620506 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,604 | importplayer.hpp | OpenMW_openmw/apps/essimporter/importplayer.hpp | #ifndef OPENMW_ESSIMPORT_PLAYER_H
#define OPENMW_ESSIMPORT_PLAYER_H
#include <cstdint>
#include <string>
#include <vector>
#include <components/esm/esmcommon.hpp>
namespace ESM
{
class ESMReader;
}
namespace ESSImport
{
/// Other player data
struct PCDT
{
int32_t mBounty;
std::strin... | 3,373 | C++ | .h | 94 | 25.734043 | 107 | 0.602946 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,605 | importscpt.hpp | OpenMW_openmw/apps/essimporter/importscpt.hpp | #ifndef OPENMW_ESSIMPORT_IMPORTSCPT_H
#define OPENMW_ESSIMPORT_IMPORTSCPT_H
#include "importscri.hpp"
#include <cstdint>
#include <components/esm/esmcommon.hpp>
#include <components/esm3/loadscpt.hpp>
namespace ESM
{
class ESMReader;
}
namespace ESSImport
{
struct SCHD
{
ESM::NAME32 mName;
... | 784 | C++ | .h | 33 | 18.515152 | 64 | 0.665765 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,606 | importer.hpp | OpenMW_openmw/apps/essimporter/importer.hpp | #ifndef OPENMW_ESSIMPORTER_IMPORTER_H
#define OPENMW_ESSIMPORTER_IMPORTER_H
#include <filesystem>
namespace ESSImport
{
class Importer
{
public:
Importer(
const std::filesystem::path& essfile, const std::filesystem::path& outfile, const std::string& encoding);
void run();
... | 485 | C++ | .h | 19 | 19.894737 | 117 | 0.663755 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,607 | importproj.h | OpenMW_openmw/apps/essimporter/importproj.h | #ifndef OPENMW_ESSIMPORT_IMPORTPROJ_H
#define OPENMW_ESSIMPORT_IMPORTPROJ_H
#include <components/esm/esmcommon.hpp>
#include <components/esm/vector3.hpp>
#include <cstdint>
#include <vector>
namespace ESM
{
class ESMReader;
}
namespace ESSImport
{
struct PROJ
{
struct PNAM // 184 bytes
... | 1,037 | C++ | .h | 35 | 22.257143 | 91 | 0.623613 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,608 | importcntc.hpp | OpenMW_openmw/apps/essimporter/importcntc.hpp | #ifndef OPENMW_ESSIMPORT_IMPORTCNTC_H
#define OPENMW_ESSIMPORT_IMPORTCNTC_H
#include "importinventory.hpp"
namespace ESM
{
class ESMReader;
}
namespace ESSImport
{
/// Changed container contents
struct CNTC
{
int32_t mIndex;
Inventory mInventory;
void load(ESM::ESMReader& e... | 342 | C++ | .h | 18 | 15.166667 | 39 | 0.712934 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,609 | importjour.hpp | OpenMW_openmw/apps/essimporter/importjour.hpp | #ifndef OPENMW_ESSIMPORT_IMPORTJOUR_H
#define OPENMW_ESSIMPORT_IMPORTJOUR_H
#include <string>
namespace ESM
{
class ESMReader;
}
namespace ESSImport
{
/// Journal
struct JOUR
{
// The entire journal, in HTML
std::string mText;
void load(ESM::ESMReader& esm);
};
}
#endi... | 322 | C++ | .h | 18 | 14.055556 | 39 | 0.680135 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,610 | importklst.hpp | OpenMW_openmw/apps/essimporter/importklst.hpp | #ifndef OPENMW_ESSIMPORT_KLST_H
#define OPENMW_ESSIMPORT_KLST_H
#include <cstdint>
#include <map>
#include <string>
namespace ESM
{
class ESMReader;
}
namespace ESSImport
{
/// Kill Stats
struct KLST
{
void load(ESM::ESMReader& esm);
/// RefId, kill count
std::map<std::strin... | 397 | C++ | .h | 21 | 15.047619 | 52 | 0.671196 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,611 | convertnpcc.hpp | OpenMW_openmw/apps/essimporter/convertnpcc.hpp | #ifndef OPENMW_ESSIMPORT_CONVERTNPCC_H
#define OPENMW_ESSIMPORT_CONVERTNPCC_H
#include "importnpcc.hpp"
#include <components/esm3/npcstate.hpp>
namespace ESSImport
{
void convertNPCC(const NPCC& npcc, ESM::NpcState& npcState);
}
#endif
| 246 | C++ | .h | 9 | 25.222222 | 64 | 0.813853 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,612 | importdial.hpp | OpenMW_openmw/apps/essimporter/importdial.hpp | #ifndef OPENMW_ESSIMPORT_IMPORTDIAL_H
#define OPENMW_ESSIMPORT_IMPORTDIAL_H
#include <cstdint>
namespace ESM
{
class ESMReader;
}
namespace ESSImport
{
struct DIAL
{
int32_t mIndex; // Journal index
void load(ESM::ESMReader& esm);
};
}
#endif
| 282 | C++ | .h | 16 | 14.1875 | 40 | 0.710425 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,613 | importercontext.hpp | OpenMW_openmw/apps/essimporter/importercontext.hpp | #ifndef OPENMW_ESSIMPORT_CONTEXT_H
#define OPENMW_ESSIMPORT_CONTEXT_H
#include <map>
#include <components/esm3/controlsstate.hpp>
#include <components/esm3/dialoguestate.hpp>
#include <components/esm3/globalmap.hpp>
#include <components/esm3/loadcell.hpp>
#include <components/esm3/loadcrea.hpp>
#include <components/e... | 2,577 | C++ | .h | 66 | 30.818182 | 115 | 0.645783 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,614 | importnpcc.hpp | OpenMW_openmw/apps/essimporter/importnpcc.hpp | #ifndef OPENMW_ESSIMPORT_NPCC_H
#define OPENMW_ESSIMPORT_NPCC_H
#include <components/esm3/aipackage.hpp>
#include <cstdint>
#include "importinventory.hpp"
namespace ESM
{
class ESMReader;
}
namespace ESSImport
{
struct NPCC
{
struct NPDT
{
unsigned char mDisposition;
... | 598 | C++ | .h | 27 | 16.222222 | 40 | 0.649466 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,615 | record.hpp | OpenMW_openmw/apps/esmtool/record.hpp | #ifndef OPENMW_ESMTOOL_RECORD_H
#define OPENMW_ESMTOOL_RECORD_H
#include <memory>
#include <string>
#include <components/esm/records.hpp>
#include <components/esm3/cellstate.hpp>
#include <components/esm3/fogstate.hpp>
namespace ESM
{
class ESMReader;
class ESMWriter;
}
namespace EsmTool
{
template <cla... | 4,886 | C++ | .h | 169 | 23.035503 | 80 | 0.611431 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,616 | arguments.hpp | OpenMW_openmw/apps/esmtool/arguments.hpp | #ifndef OPENMW_ESMTOOL_ARGUMENTS_H
#define OPENMW_ESMTOOL_ARGUMENTS_H
#include <filesystem>
#include <optional>
#include <vector>
#include <components/esm/format.hpp>
namespace EsmTool
{
struct Arguments
{
std::optional<ESM::Format> mRawFormat;
bool quiet_given = false;
bool loadcells... | 590 | C++ | .h | 23 | 20.391304 | 46 | 0.666667 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,617 | labels.hpp | OpenMW_openmw/apps/esmtool/labels.hpp | #ifndef OPENMW_ESMTOOL_LABELS_H
#define OPENMW_ESMTOOL_LABELS_H
#include <cstdint>
#include <string>
#include <string_view>
#include <components/esm3/aipackage.hpp>
std::string_view bodyPartLabel(int idx);
std::string_view meshPartLabel(int idx);
std::string_view meshTypeLabel(int idx);
std::string_view clothingType... | 2,601 | C++ | .h | 60 | 42.133333 | 70 | 0.797864 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,618 | tes4.hpp | OpenMW_openmw/apps/esmtool/tes4.hpp | #ifndef OPENMW_ESMTOOL_TES4_H
#define OPENMW_ESMTOOL_TES4_H
#include <fstream>
#include <iosfwd>
#include <memory>
namespace EsmTool
{
struct Arguments;
int loadTes4(const Arguments& info, std::unique_ptr<std::ifstream>&& stream);
}
#endif
| 252 | C++ | .h | 11 | 20.818182 | 81 | 0.767932 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,619 | generate.hpp | OpenMW_openmw/apps/components_tests/detournavigator/generate.hpp | #ifndef OPENMW_TEST_SUITE_DETOURNAVIGATOR_GENERATE_H
#define OPENMW_TEST_SUITE_DETOURNAVIGATOR_GENERATE_H
#include <algorithm>
#include <numeric>
#include <random>
#include <type_traits>
namespace DetourNavigator
{
namespace Tests
{
template <class T, class Random>
inline auto generateValue(T&... | 1,458 | C++ | .h | 40 | 28.4 | 115 | 0.609065 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,620 | settings.hpp | OpenMW_openmw/apps/components_tests/detournavigator/settings.hpp | #ifndef OPENMW_TEST_SUITE_DETOURNAVIGATOR_SETTINGS_H
#define OPENMW_TEST_SUITE_DETOURNAVIGATOR_SETTINGS_H
#include <components/detournavigator/settings.hpp>
#include <chrono>
#include <limits>
namespace DetourNavigator
{
namespace Tests
{
inline Settings makeSettings()
{
Settings ... | 1,946 | C++ | .h | 46 | 32.347826 | 83 | 0.66192 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,621 | operators.hpp | OpenMW_openmw/apps/components_tests/detournavigator/operators.hpp | #ifndef OPENMW_TEST_SUITE_DETOURNAVIGATOR_OPERATORS_H
#define OPENMW_TEST_SUITE_DETOURNAVIGATOR_OPERATORS_H
#include <components/bullethelpers/operators.hpp>
#include <components/detournavigator/debug.hpp>
#include <deque>
#include <iomanip>
#include <limits>
#include <gtest/gtest.h>
namespace
{
template <class... | 2,769 | C++ | .h | 89 | 25.258427 | 114 | 0.603455 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,622 | format.hpp | OpenMW_openmw/apps/components_tests/serialization/format.hpp | #ifndef OPENMW_TEST_SUITE_SERIALIZATION_FORMAT_H
#define OPENMW_TEST_SUITE_SERIALIZATION_FORMAT_H
#include <components/serialization/format.hpp>
#include <cstdint>
#include <type_traits>
#include <utility>
namespace SerializationTesting
{
struct Pod
{
int mInt = 42;
double mDouble = 3.14;
... | 2,305 | C++ | .h | 65 | 27.169231 | 116 | 0.600897 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,623 | node.hpp | OpenMW_openmw/apps/components_tests/nif/node.hpp | #ifndef OPENMW_TEST_SUITE_NIF_NODE_H
#define OPENMW_TEST_SUITE_NIF_NODE_H
#include <components/nif/data.hpp>
#include <components/nif/node.hpp>
namespace Nif::Testing
{
inline void init(NiTransform& value)
{
value = NiTransform::getIdentity();
}
inline void init(Extra& value)
{
va... | 1,707 | C++ | .h | 60 | 22.133333 | 57 | 0.644866 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,624 | options.hpp | OpenMW_openmw/apps/openmw/options.hpp | #ifndef APPS_OPENMW_OPTIONS_H
#define APPS_OPENMW_OPTIONS_H
#include <boost/program_options/options_description.hpp>
namespace OpenMW
{
boost::program_options::options_description makeOptionsDescription();
}
#endif
| 222 | C++ | .h | 8 | 25.875 | 73 | 0.824645 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,625 | engine.hpp | OpenMW_openmw/apps/openmw/engine.hpp | #ifndef ENGINE_H
#define ENGINE_H
#include <filesystem>
#include <components/compiler/extensions.hpp>
#include <components/esm/refid.hpp>
#include <components/files/collections.hpp>
#include <components/settings/settings.hpp>
#include <components/translation/translation.hpp>
#include <osgViewer/Viewer>
#include <osg... | 6,628 | C++ | .h | 208 | 25.980769 | 119 | 0.699984 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,627 | profile.hpp | OpenMW_openmw/apps/openmw/profile.hpp | #ifndef OPENMW_PROFILE_H
#define OPENMW_PROFILE_H
#include <osg/Stats>
#include <osg/Timer>
#include <cstddef>
#include <string>
namespace OMW
{
struct UserStats
{
const std::string mLabel;
const std::string mBegin;
const std::string mEnd;
const std::string mTaken;
ex... | 4,314 | C++ | .h | 125 | 26.92 | 116 | 0.634463 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,628 | cellreflist.hpp | OpenMW_openmw/apps/openmw/mwworld/cellreflist.hpp | #ifndef GAME_MWWORLD_CELLREFLIST_H
#define GAME_MWWORLD_CELLREFLIST_H
#include <list>
#include "livecellref.hpp"
namespace MWWorld
{
struct CellRefListBase
{
};
/// \brief Collection of references of one type
template <typename X>
struct CellRefList : public CellRefListBase
{
typ... | 1,650 | C++ | .h | 45 | 28.266667 | 86 | 0.610902 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,629 | containerstore.hpp | OpenMW_openmw/apps/openmw/mwworld/containerstore.hpp | #ifndef GAME_MWWORLD_CONTAINERSTORE_H
#define GAME_MWWORLD_CONTAINERSTORE_H
#include <iterator>
#include <map>
#include <memory>
#include <utility>
#include <components/esm3/loadalch.hpp>
#include <components/esm3/loadappa.hpp>
#include <components/esm3/loadarmo.hpp>
#include <components/esm3/loadbook.hpp>
#include <... | 16,458 | C++ | .h | 347 | 38.997118 | 120 | 0.67809 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,630 | spellcaststate.hpp | OpenMW_openmw/apps/openmw/mwworld/spellcaststate.hpp | #ifndef GAME_MWWORLD_SPELLCASTSTATE_H
#define GAME_MWWORLD_SPELLCASTSTATE_H
namespace MWWorld
{
enum class SpellCastState
{
Success = 0,
InsufficientMagicka = 1,
PowerAlreadyUsed = 2
};
}
#endif
| 233 | C++ | .h | 12 | 15.25 | 37 | 0.69863 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,631 | refdata.hpp | OpenMW_openmw/apps/openmw/mwworld/refdata.hpp | #ifndef GAME_MWWORLD_REFDATA_H
#define GAME_MWWORLD_REFDATA_H
#include <components/esm/position.hpp>
#include <components/esm/refid.hpp>
#include <components/esm3/animationstate.hpp>
#include "../mwscript/locals.hpp"
#include "../mwworld/customdata.hpp"
#include <osg/ref_ptr>
#include <memory>
#include <string>
na... | 4,240 | C++ | .h | 106 | 33.056604 | 100 | 0.679795 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,632 | ptrregistry.hpp | OpenMW_openmw/apps/openmw/mwworld/ptrregistry.hpp | #ifndef OPENMW_APPS_OPENMW_MWWORLD_PTRREGISTRY_H
#define OPENMW_APPS_OPENMW_MWWORLD_PTRREGISTRY_H
#include "ptr.hpp"
#include "components/esm3/cellref.hpp"
#include <unordered_map>
namespace MWWorld
{
class PtrRegistry
{
public:
std::size_t getRevision() const { return mRevision; }
ESM:... | 2,217 | C++ | .h | 74 | 20.486486 | 77 | 0.537665 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,633 | manualref.hpp | OpenMW_openmw/apps/openmw/mwworld/manualref.hpp | #ifndef GAME_MWWORLD_MANUALREF_H
#define GAME_MWWORLD_MANUALREF_H
#include <any>
#include "ptr.hpp"
namespace MWWorld
{
/// \brief Manually constructed live cell ref. The resulting Ptr shares its lifetime with this ManualRef and must
/// not be used past its end.
class ManualRef
{
// Stores t... | 762 | C++ | .h | 22 | 29.318182 | 117 | 0.675307 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,634 | duration.hpp | OpenMW_openmw/apps/openmw/mwworld/duration.hpp | #ifndef GAME_MWWORLD_DURATION_H
#define GAME_MWWORLD_DURATION_H
#include <cmath>
#include <stdexcept>
namespace MWWorld
{
inline const double maxFloatHour = static_cast<double>(std::nextafter(24.0f, 0.0f));
class Duration
{
public:
static Duration fromHours(double hours)
{
... | 869 | C++ | .h | 30 | 21.533333 | 112 | 0.598795 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,635 | cellstore.hpp | OpenMW_openmw/apps/openmw/mwworld/cellstore.hpp | #ifndef GAME_MWWORLD_CELLSTORE_H
#define GAME_MWWORLD_CELLSTORE_H
#include <algorithm>
#include <map>
#include <memory>
#include <stdexcept>
#include <string>
#include <string_view>
#include <tuple>
#include <typeinfo>
#include <vector>
#include "cell.hpp"
#include "cellreflist.hpp"
#include "livecellref.hpp"
#inclu... | 15,946 | C++ | .h | 354 | 35.943503 | 120 | 0.641834 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,636 | worldmodel.hpp | OpenMW_openmw/apps/openmw/mwworld/worldmodel.hpp | #ifndef GAME_MWWORLD_WORLDMODEL_H
#define GAME_MWWORLD_WORLDMODEL_H
#include <list>
#include <map>
#include <string>
#include <string_view>
#include <unordered_map>
#include <components/esm/exteriorcelllocation.hpp>
#include <components/misc/algorithm.hpp>
#include "cellstore.hpp"
#include "ptr.hpp"
#include "ptrreg... | 3,891 | C++ | .h | 89 | 36.955056 | 107 | 0.695294 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,637 | actionharvest.hpp | OpenMW_openmw/apps/openmw/mwworld/actionharvest.hpp | #ifndef GAME_MWWORLD_ACTIONHARVEST_H
#define GAME_MWWORLD_ACTIONHARVEST_H
#include "action.hpp"
#include "ptr.hpp"
namespace MWWorld
{
class ActionHarvest : public Action
{
void executeImp(const MWWorld::Ptr& actor) override;
public:
ActionHarvest(const Ptr& container);
///< \para... | 405 | C++ | .h | 15 | 23.066667 | 69 | 0.720207 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,638 | actiondoor.hpp | OpenMW_openmw/apps/openmw/mwworld/actiondoor.hpp | #ifndef GAME_MWWORLD_ACTIONDOOR_H
#define GAME_MWWORLD_ACTIONDOOR_H
#include "action.hpp"
#include "ptr.hpp"
namespace MWWorld
{
class ActionDoor : public Action
{
void executeImp(const MWWorld::Ptr& actor) override;
public:
ActionDoor(const Ptr& object);
};
}
#endif
| 304 | C++ | .h | 14 | 18.142857 | 60 | 0.716783 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,639 | ptr.hpp | OpenMW_openmw/apps/openmw/mwworld/ptr.hpp | #ifndef GAME_MWWORLD_PTR_H
#define GAME_MWWORLD_PTR_H
#include <cassert>
#include <string>
#include <string_view>
#include <type_traits>
#include "livecellref.hpp"
namespace MWWorld
{
class ContainerStore;
class CellStore;
struct LiveCellRefBase;
/// \brief Pointer to a LiveCellRef
/// @note Ptr... | 5,972 | C++ | .h | 166 | 26.981928 | 117 | 0.598442 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,640 | nullaction.hpp | OpenMW_openmw/apps/openmw/mwworld/nullaction.hpp | #ifndef GAME_MWWORLD_NULLACTION_H
#define GAME_MWWORLD_NULLACTION_H
#include "action.hpp"
namespace MWWorld
{
/// \brief Action: do nothing
class NullAction : public Action
{
void executeImp(const Ptr& actor) override {}
bool isNullAction() override { return true; }
};
}
#endif
| 315 | C++ | .h | 13 | 20.461538 | 53 | 0.701342 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,642 | globals.hpp | OpenMW_openmw/apps/openmw/mwworld/globals.hpp | #ifndef GAME_MWWORLD_GLOBALS_H
#define GAME_MWWORLD_GLOBALS_H
#include <cstdint>
#include <map>
#include <string>
#include <vector>
#include <components/esm3/loadglob.hpp>
#include <components/misc/strings/algorithm.hpp>
#include "globalvariablename.hpp"
namespace ESM
{
class ESMWriter;
class ESMReader;
}
... | 2,546 | C++ | .h | 59 | 37.016949 | 86 | 0.721637 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,643 | contentloader.hpp | OpenMW_openmw/apps/openmw/mwworld/contentloader.hpp | #ifndef CONTENTLOADER_HPP
#define CONTENTLOADER_HPP
#include <filesystem>
namespace Loading
{
class Listener;
}
namespace MWWorld
{
struct ContentLoader
{
virtual ~ContentLoader() = default;
virtual void load(const std::filesystem::path& filepath, int& index, Loading::Listener* listener... | 393 | C++ | .h | 16 | 21.125 | 110 | 0.718919 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,644 | livecellref.hpp | OpenMW_openmw/apps/openmw/mwworld/livecellref.hpp | #ifndef GAME_MWWORLD_LIVECELLREF_H
#define GAME_MWWORLD_LIVECELLREF_H
#include "cellref.hpp"
#include "refdata.hpp"
#include <stdexcept>
namespace ESM
{
struct ObjectState;
}
namespace MWWorld
{
class Ptr;
class ESMStore;
class Class;
class WorldModel;
template <typename X>
struct Live... | 6,077 | C++ | .h | 154 | 31.474026 | 103 | 0.641217 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,645 | scene.hpp | OpenMW_openmw/apps/openmw/mwworld/scene.hpp | #ifndef GAME_MWWORLD_SCENE_H
#define GAME_MWWORLD_SCENE_H
#include <osg/Vec2i>
#include <osg/Vec4i>
#include <osg/ref_ptr>
#include "positioncellgrid.hpp"
#include "ptr.hpp"
#include <memory>
#include <optional>
#include <set>
#include <vector>
#include <components/esm/exteriorcelllocation.hpp>
#include <components... | 5,949 | C++ | .h | 154 | 31.779221 | 119 | 0.69885 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,646 | actionsoulgem.hpp | OpenMW_openmw/apps/openmw/mwworld/actionsoulgem.hpp | #ifndef GAME_MWWORLD_ACTIONSOULGEM_H
#define GAME_MWWORLD_ACTIONSOULGEM_H
#include "action.hpp"
namespace MWWorld
{
class ActionSoulgem : public Action
{
void executeImp(const MWWorld::Ptr& actor) override;
public:
/// @param soulgem to use
ActionSoulgem(const Ptr& object);
};... | 331 | C++ | .h | 14 | 19.5 | 60 | 0.70607 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,648 | actiontrap.hpp | OpenMW_openmw/apps/openmw/mwworld/actiontrap.hpp | #ifndef GAME_MWWORLD_ACTIONTRAP_H
#define GAME_MWWORLD_ACTIONTRAP_H
#include <string>
#include "action.hpp"
namespace MWWorld
{
class ActionTrap : public Action
{
ESM::RefId mSpellId;
MWWorld::Ptr mTrapSource;
void executeImp(const Ptr& actor) override;
public:
/// @para... | 576 | C++ | .h | 23 | 18.73913 | 68 | 0.627057 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.