Skip to content

Commit

Permalink
Merged pull request #1820
Browse files Browse the repository at this point in the history
  • Loading branch information
zinnschlag committed Sep 14, 2018
2 parents ea053d9 + 6066f02 commit a0f7282
Show file tree
Hide file tree
Showing 40 changed files with 185 additions and 230 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -119,6 +119,7 @@
Bug #4622: Recharging enchanted items with Soul Gems does not award experience if it fails
Bug #4628: NPC record reputation, disposition and faction rank should have unsigned char type
Bug #4633: Sneaking stance affects speed even if the actor is not able to crouch
Feature #912: Editor: Add missing icons to UniversalId tables
Feature #1645: Casting effects from objects
Feature #2606: Editor: Implemented (optional) case sensitive global search
Feature #3083: Play animation when NPC is casting spell via script
Expand Down
1 change: 1 addition & 0 deletions apps/opencs/model/prefs/state.cpp
Expand Up @@ -305,6 +305,7 @@ void CSMPrefs::State::declare()
declareShortcut ("document-assets-videos", "Open Video Asset List", QKeySequence());
declareShortcut ("document-debug-run", "Run Debug", QKeySequence());
declareShortcut ("document-debug-shutdown", "Stop Debug", QKeySequence());
declareShortcut ("document-debug-profiles", "Debug Profiles", QKeySequence());
declareShortcut ("document-debug-runlog", "Open Run Log", QKeySequence());

declareSubcategory ("Table");
Expand Down
116 changes: 56 additions & 60 deletions apps/opencs/model/world/universalid.cpp

Large diffs are not rendered by default.

258 changes: 93 additions & 165 deletions apps/opencs/view/doc/view.cpp

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions apps/opencs/view/doc/view.hpp
Expand Up @@ -66,6 +66,9 @@ namespace CSVDoc

void closeEvent (QCloseEvent *event);

QAction* createMenuEntry(CSMWorld::UniversalId::Type type, QMenu* menu, const char* shortcutName);
QAction* createMenuEntry(const std::string& title, const std::string& iconName, QMenu* menu, const char* shortcutName);

void setupFileMenu();

void setupEditMenu();
Expand Down
Binary file modified files/opencs/cell.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/opencs/debug-profile.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed files/opencs/edit-undo.png
Binary file not shown.
Binary file added files/opencs/error-log.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added files/opencs/instance.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file modified files/opencs/magic-effect.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/opencs/menu-close.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/opencs/menu-exit.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/opencs/menu-merge.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/opencs/menu-new-addon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/opencs/menu-new-game.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/opencs/menu-new-window.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/opencs/menu-open.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/opencs/menu-preferences.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/opencs/menu-redo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/opencs/menu-reload.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/opencs/menu-save.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/opencs/menu-search.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/opencs/menu-status-bar.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/opencs/menu-undo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/opencs/menu-verify.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/opencs/metadata.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/opencs/object.png
Binary file modified files/opencs/placeholder.png
Binary file added files/opencs/region-map.png
Binary file modified files/opencs/region.png
36 changes: 31 additions & 5 deletions files/opencs/resources.qrc
Expand Up @@ -15,6 +15,7 @@
<file>clothing.png</file>
<file>container.png</file>
<file>creature.png</file>
<file>debug-profile.png</file>
<file>dialogue-info.png</file>
<file>dialogue-journal.png</file>
<file>dialogue-regular.png</file>
Expand All @@ -27,34 +28,60 @@
<file>journal-topics.png</file>
<file>door.png</file>
<file>enchantment.png</file>
<file>error-log.png</file>
<file>faction.png</file>
<file>filter.png</file>
<file>global-variable.png</file>
<file>gmst.png</file>
<file>Info.png</file>
<file>info.png</file>
<file>ingredient.png</file>
<file>instance.png</file>
<file>land-heightmap.png</file>
<file>land-texture.png</file>
<file>leveled-creature.png</file>
<file>leveled-item.png</file>
<file>levelled-creature.png</file>
<file>levelled-item.png</file>
<file>light.png</file>
<file>lockpick.png</file>
<file>magic-effect.png</file>
<file>magicrabbit.png</file>
<file>map.png</file>
<file>probe.png</file>
<file>menu-close.png</file>
<file>menu-exit.png</file>
<file>menu-new-addon.png</file>
<file>menu-new-game.png</file>
<file>menu-new-window.png</file>
<file>menu-merge.png</file>
<file>menu-open.png</file>
<file>menu-preferences.png</file>
<file>menu-reload.png</file>
<file>menu-redo.png</file>
<file>menu-save.png</file>
<file>menu-search.png</file>
<file>menu-status-bar.png</file>
<file>menu-undo.png</file>
<file>menu-verify.png</file>
<file>metadata.png</file>
<file>miscellaneous.png</file>
<file alias="list-modified">list-modified.png</file>
<file>npc.png</file>
<file>object.png</file>
<file>pathgrid.png</file>
<file>potion.png</file>
<file>probe.png</file>
<file>race.png</file>
<file>random-item.png</file>
<file>random.png</file>
<file alias="list-removed">list-removed.png</file>
<file>region.png</file>
<file>region-map.png</file>
<file>repair.png</file>
<file>run-log.png</file>
<file>run-openmw.png</file>
<file>scene.png</file>
<file>script.png</file>
<file>skill.png</file>
<file>start-script.png</file>
<file>stop-openmw.png</file>
<file>sound-generator.png</file>
<file>sound.png</file>
<file>spell.png</file>
Expand All @@ -64,7 +91,6 @@
<file alias="record-next">record-next.png</file>
<file alias="record-previous">record-previous.png</file>
<file alias="edit-delete">record-delete.png</file>
<file alias="edit-undo">record-revert.png</file>
<file alias="edit-preview">record-preview.png</file>
<file alias="edit-clone">record-clone.png</file>
<file alias="edit-add">record-add.png</file>
Expand Down
Binary file added files/opencs/run-log.png
Binary file added files/opencs/run-openmw.png
Binary file added files/opencs/scene.png
Binary file added files/opencs/start-script.png
Binary file added files/opencs/stop-openmw.png

0 comments on commit a0f7282

Please sign in to comment.