.. |
alchemywindow.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
alchemywindow.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
backgroundimage.cpp
|
Remove name extension for internal MyGUI textures
|
10 years ago |
backgroundimage.hpp
|
Add option to stretch menu backgrounds/cutscenes to the whole screen
|
10 years ago |
birth.cpp
|
Adjust some more windows to be keyboard friendlier
|
7 years ago |
birth.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
bookpage.cpp
|
Display large entries in journal correctly
|
7 years ago |
bookpage.hpp
|
improve dialogue window performance
|
8 years ago |
bookwindow.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
bookwindow.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
charactercreation.cpp
|
Fix shadowing warnings
|
8 years ago |
charactercreation.hpp
|
Show starting abilities, powers and spells in stat-review window (Fixes #2410)
|
8 years ago |
class.cpp
|
Adjust some more windows to be keyboard friendlier
|
7 years ago |
class.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
companionitemmodel.cpp
|
Include cleanup
|
10 years ago |
companionitemmodel.hpp
|
Remove NpcStats::mProfit and store it in the script instead
|
10 years ago |
companionwindow.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
companionwindow.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
confirmationdialog.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
confirmationdialog.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
console.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
console.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
container.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
container.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
containeritemmodel.cpp
|
Fixes for building in MSVC
|
8 years ago |
containeritemmodel.hpp
|
Fix item owner not resetting when dragging an item from a corpse to the player avatar
|
11 years ago |
controllers.cpp
|
fixing MSVC 2013 warning C4244: & C4305
|
10 years ago |
controllers.hpp
|
Reduce MyGUI includes
|
10 years ago |
countdialog.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
countdialog.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
cursor.cpp
|
OpenMW compiles and runs w/o render window
|
10 years ago |
cursor.hpp
|
Remove software cursor option, hw cursors seem to be working well enough
|
11 years ago |
debugwindow.cpp
|
Fix build against bullet with profiler disabled (Fixes #3592)
|
8 years ago |
debugwindow.hpp
|
Add debug window (F10), displays Bullet's profiler output
|
10 years ago |
dialogue.cpp
|
Adjust some more windows to be keyboard friendlier
|
7 years ago |
dialogue.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
draganddrop.cpp
|
Allow drag-and-drop to be cancelled (Esc or Inventory key)
|
7 years ago |
draganddrop.hpp
|
Reduce includes, move DragAndDrop to separate file
|
10 years ago |
enchantingdialog.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
enchantingdialog.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
exposedwindow.cpp
|
Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr)
|
12 years ago |
exposedwindow.hpp
|
Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr)
|
12 years ago |
formatting.cpp
|
Log a warning in case of missing bookart instead of showing a pink rectangle (Fixes #3826)
|
7 years ago |
formatting.hpp
|
Reduce MyGUI includes
|
10 years ago |
hud.cpp
|
Improve WindowManager API with a generic way of passing a Ptr to the opened GUI window
|
7 years ago |
hud.hpp
|
Preload magic effect visuals of the player's selected weapon/spell
|
8 years ago |
inventoryitemmodel.cpp
|
Fix shadowing warnings
|
8 years ago |
inventoryitemmodel.hpp
|
Fix item owner not resetting when dragging an item from a corpse to the player avatar
|
11 years ago |
inventorywindow.cpp
|
Rename WindowBase's open/close to onOpen/onClose
|
7 years ago |
inventorywindow.hpp
|
Rename WindowBase's open/close to onOpen/onClose
|
7 years ago |
itemchargeview.cpp
|
Explicitely set the user data type to avoid const/non-const mismatch
|
8 years ago |
itemchargeview.hpp
|
convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis
|
8 years ago |
itemmodel.cpp
|
Add ItemModel::allowedToInsertItems
|
9 years ago |
itemmodel.hpp
|
Add ItemModel::allowedToInsertItems
|
9 years ago |
itemselection.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
itemselection.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
itemview.cpp
|
Don't reset the item model's sort/filter options in updatePlayer (Fixes #2863)
|
10 years ago |
itemview.hpp
|
Merge branch 'master' of https://github.com/OpenMW/openmw into osg
|
10 years ago |
itemwidget.cpp
|
ItemWidget: skip setImageTexture if the icon has not changed
|
8 years ago |
itemwidget.hpp
|
ItemWidget: skip setImageTexture if the icon has not changed
|
8 years ago |
jailscreen.cpp
|
Ensure jail does not decrease a skill past zero
|
8 years ago |
jailscreen.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
journalbooks.cpp
|
Journalbook layout fixes
|
8 years ago |
journalbooks.hpp
|
Rewrite journal GUI topic list to use MWList
|
11 years ago |
journalviewmodel.cpp
|
replace and purge boost::function
|
8 years ago |
journalviewmodel.hpp
|
replace and purge boost::function
|
8 years ago |
journalwindow.cpp
|
Refactor the unholy mess that is WindowManager::updateVisible
|
7 years ago |
journalwindow.hpp
|
Refactor the unholy mess that is WindowManager::updateVisible
|
7 years ago |
keyboardnavigation.cpp
|
Fix tab completion in console to not cycle key focus
|
7 years ago |
keyboardnavigation.hpp
|
Add basic keyboard navigation for the GUI
|
7 years ago |
layout.cpp
|
Move OEngine::Gui::Layout to MWGui
|
10 years ago |
layout.hpp
|
Move OEngine::Gui::Layout to MWGui
|
10 years ago |
levelupdialog.cpp
|
Rename WindowBase's open/close to onOpen/onClose
|
7 years ago |
levelupdialog.hpp
|
Rename WindowBase's open/close to onOpen/onClose
|
7 years ago |
loadingscreen.cpp
|
add ktx support for splashscreens
|
7 years ago |
loadingscreen.hpp
|
Respect the framelimit in all cases (Fixes #3531)
|
7 years ago |
mainmenu.cpp
|
Refactor the unholy mess that is WindowManager::updateVisible
|
7 years ago |
mainmenu.hpp
|
Refactor the unholy mess that is WindowManager::updateVisible
|
7 years ago |
mapwindow.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
mapwindow.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
merchantrepair.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
merchantrepair.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
messagebox.cpp
|
Refactor the unholy mess that is WindowManager::updateVisible
|
7 years ago |
messagebox.hpp
|
Check 'sYes' in addition to 'sOk' for message box's default keyfocus
|
7 years ago |
mode.hpp
|
Add training progress bar, implement jail screen, tweak wait dialog (Fixes #1714)
|
10 years ago |
pickpocketitemmodel.cpp
|
Add ItemModel::allowedToInsertItems
|
9 years ago |
pickpocketitemmodel.hpp
|
Add ItemModel::allowedToInsertItems
|
9 years ago |
quickkeysmenu.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
quickkeysmenu.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
race.cpp
|
Adjust some more windows to be keyboard friendlier
|
7 years ago |
race.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
recharge.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
recharge.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
referenceinterface.cpp
|
Remove redundant player cell variable
|
7 years ago |
referenceinterface.hpp
|
Remove redundant player cell variable
|
7 years ago |
repair.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
repair.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
review.cpp
|
Rename WindowBase's open/close to onOpen/onClose
|
7 years ago |
review.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
savegamedialog.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
savegamedialog.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
screenfader.cpp
|
Change texture coordinates when falling back to player_hit_01
|
9 years ago |
screenfader.hpp
|
purge all instances of <boost/shared_ptr.hpp>, clean up unused headers
|
8 years ago |
scrollwindow.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
scrollwindow.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
settingswindow.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
settingswindow.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
sortfilteritemmodel.cpp
|
purge all instances of <boost/shared_ptr.hpp>, clean up unused headers
|
8 years ago |
sortfilteritemmodel.hpp
|
Improved repair widget
|
8 years ago |
soulgemdialog.cpp
|
Improve WindowManager API with a generic way of passing a Ptr to the opened GUI window
|
7 years ago |
soulgemdialog.hpp
|
Added soulgem dialog; made interactive message boxes not close the previous UI
|
12 years ago |
spellbuyingwindow.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
spellbuyingwindow.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
spellcreationdialog.cpp
|
Adjust some more windows to be keyboard friendlier
|
7 years ago |
spellcreationdialog.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
spellicons.cpp
|
durations in tooltips : use "show effect duration" setting
|
9 years ago |
spellicons.hpp
|
Silence -Wreorder warnings.
|
10 years ago |
spellmodel.cpp
|
replace and purge boost::lexical_cast
|
8 years ago |
spellmodel.hpp
|
Silence -Wreorder warnings.
|
10 years ago |
spellview.cpp
|
Adjust some more windows to be keyboard friendlier
|
7 years ago |
spellview.hpp
|
remove boost/tuple
|
8 years ago |
spellwindow.cpp
|
Rename WindowBase's open/close to onOpen/onClose
|
7 years ago |
spellwindow.hpp
|
Rename WindowBase's open/close to onOpen/onClose
|
7 years ago |
statswindow.cpp
|
Display negative values on fatigue progress bar
|
7 years ago |
statswindow.hpp
|
Rename WindowBase's open/close to onOpen/onClose
|
7 years ago |
textcolours.hpp
|
improve dialogue window performance
|
8 years ago |
textinput.cpp
|
Rename WindowBase's open/close to onOpen/onClose
|
7 years ago |
textinput.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
timeadvancer.cpp
|
Add training progress bar, implement jail screen, tweak wait dialog (Fixes #1714)
|
10 years ago |
timeadvancer.hpp
|
Add training progress bar, implement jail screen, tweak wait dialog (Fixes #1714)
|
10 years ago |
tooltips.cpp
|
Owned crosshair improvements (bug #2789)
|
7 years ago |
tooltips.hpp
|
Update the tooltip when the focusObject is set
|
8 years ago |
tradeitemmodel.cpp
|
Do not show uncarriable lights in item views
|
8 years ago |
tradeitemmodel.hpp
|
Revert "Transfer item ownership to the buyer if item wasn't stolen"
|
10 years ago |
tradewindow.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
tradewindow.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
trainingwindow.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
trainingwindow.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
travelwindow.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
travelwindow.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
videowidget.cpp
|
Change the way that image origin is converted to OpenGL's lower-left convention
|
9 years ago |
videowidget.hpp
|
convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis
|
8 years ago |
waitdialog.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
waitdialog.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
widgets.cpp
|
Display negative values on fatigue progress bar
|
7 years ago |
widgets.hpp
|
Silence -Wreorder warnings.
|
10 years ago |
windowbase.cpp
|
Restore the previous key focus widget when exiting modal dialog
|
7 years ago |
windowbase.hpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
windowmanagerimp.cpp
|
Refactor exitCurrentGuiMode
|
7 years ago |
windowmanagerimp.hpp
|
Associate open/close sounds with the GUI mode
|
7 years ago |
windowpinnablebase.cpp
|
Use mouse pressed event for pin button instead of mouse click
|
10 years ago |
windowpinnablebase.hpp
|
Use mouse pressed event for pin button instead of mouse click
|
10 years ago |