.. |
alchemywindow.cpp
|
Do not show magnitude for ingredients
|
2019-05-06 23:48:13 +00:00 |
alchemywindow.hpp
|
Always include <memory> for smart pointers in MWGui
|
2019-02-25 18:50:51 +03:00 |
backgroundimage.cpp
|
|
|
backgroundimage.hpp
|
|
|
birth.cpp
|
Use C++11-style loops in the GUI instead of iterators
|
2019-03-02 13:27:59 +04:00 |
birth.hpp
|
|
|
bookpage.cpp
|
Fix some Clang 7 warnings
|
2018-11-09 19:42:59 +04:00 |
bookpage.hpp
|
Always include <memory> for smart pointers in MWGui
|
2019-02-25 18:50:51 +03:00 |
bookwindow.cpp
|
Allow to calculate UI skin size based on texture resolution (feature #4968)
|
2019-04-10 10:34:07 +04:00 |
bookwindow.hpp
|
Allow to calculate UI skin size based on texture resolution (feature #4968)
|
2019-04-10 10:34:07 +04:00 |
charactercreation.cpp
|
Make fallback map static to simplify constructors
|
2019-03-29 15:30:49 +04:00 |
charactercreation.hpp
|
|
|
class.cpp
|
Use C++11-style loops in the GUI instead of iterators
|
2019-03-02 13:27:59 +04:00 |
class.hpp
|
|
|
companionitemmodel.cpp
|
|
|
companionitemmodel.hpp
|
|
|
companionwindow.cpp
|
|
|
companionwindow.hpp
|
|
|
confirmationdialog.cpp
|
|
|
confirmationdialog.hpp
|
|
|
console.cpp
|
Use selected object local variables in console (feature #3893)
|
2019-03-10 17:09:54 +03:00 |
console.hpp
|
|
|
container.cpp
|
Remove redundant includes
|
2019-02-23 08:02:12 +04:00 |
container.hpp
|
|
|
containeritemmodel.cpp
|
Use C++11-style loops in the GUI instead of iterators
|
2019-03-02 13:27:59 +04:00 |
containeritemmodel.hpp
|
|
|
controllers.cpp
|
|
|
controllers.hpp
|
|
|
countdialog.cpp
|
|
|
countdialog.hpp
|
|
|
cursor.cpp
|
|
|
cursor.hpp
|
|
|
debugwindow.cpp
|
|
|
debugwindow.hpp
|
|
|
dialogue.cpp
|
Fix MR !103 breaking of dialogue with actors with no greetings
|
2019-05-09 23:28:43 +00:00 |
dialogue.hpp
|
Fix MR !103 breaking of dialogue with actors with no greetings
|
2019-05-09 23:28:43 +00:00 |
draganddrop.cpp
|
|
|
draganddrop.hpp
|
|
|
enchantingdialog.cpp
|
Replace Boost format and replace_all where possible
|
2019-02-24 03:20:20 +03:00 |
enchantingdialog.hpp
|
|
|
exposedwindow.cpp
|
Allow to maximize windows via Shift + Double Click (feature #3999)
|
2019-05-01 20:15:11 +04:00 |
exposedwindow.hpp
|
Allow to maximize windows via Shift + Double Click (feature #3999)
|
2019-05-01 20:15:11 +04:00 |
formatting.cpp
|
Increase required MyGUI version to 3.2.2
|
2019-04-22 20:52:18 +04:00 |
formatting.hpp
|
|
|
hud.cpp
|
Remove redundant includes
|
2019-02-23 08:02:12 +04:00 |
hud.hpp
|
Optimize HUD update (do not do unnecessary work)
|
2019-01-25 21:15:29 +04:00 |
inventoryitemmodel.cpp
|
Use C++11-style loops in the GUI instead of iterators
|
2019-03-02 13:27:59 +04:00 |
inventoryitemmodel.hpp
|
|
|
inventorywindow.cpp
|
Allow to maximize windows via Shift + Double Click (feature #3999)
|
2019-05-01 20:15:11 +04:00 |
inventorywindow.hpp
|
Allow to maximize windows via Shift + Double Click (feature #3999)
|
2019-05-01 20:15:11 +04:00 |
itemchargeview.cpp
|
Use C++11-style loops in the GUI instead of iterators
|
2019-03-02 13:27:59 +04:00 |
itemchargeview.hpp
|
|
|
itemmodel.cpp
|
Remove redundant includes
|
2019-02-23 08:02:12 +04:00 |
itemmodel.hpp
|
|
|
itemselection.cpp
|
|
|
itemselection.hpp
|
|
|
itemview.cpp
|
|
|
itemview.hpp
|
|
|
itemwidget.cpp
|
Update background texture if a new one is empty (regression #4986)
|
2019-04-20 11:40:42 +04:00 |
itemwidget.hpp
|
Allow to calculate UI skin size based on texture resolution (feature #4968)
|
2019-04-10 10:34:07 +04:00 |
jailscreen.cpp
|
Merge pull request #2145 from akortunov/rest
|
2019-03-27 13:14:22 +01:00 |
jailscreen.hpp
|
|
|
journalbooks.cpp
|
Remove redundant includes
|
2019-02-23 08:02:12 +04:00 |
journalbooks.hpp
|
|
|
journalviewmodel.cpp
|
|
|
journalviewmodel.hpp
|
|
|
journalwindow.cpp
|
Allow to calculate UI skin size based on texture resolution (feature #4968)
|
2019-04-10 10:34:07 +04:00 |
journalwindow.hpp
|
Allow to calculate UI skin size based on texture resolution (feature #4968)
|
2019-04-10 10:34:07 +04:00 |
keyboardnavigation.cpp
|
Fix some Clang 7 warnings
|
2018-11-09 19:42:59 +04:00 |
keyboardnavigation.hpp
|
|
|
layout.cpp
|
Use C++11-style loops in the GUI instead of iterators
|
2019-03-02 13:27:59 +04:00 |
layout.hpp
|
|
|
levelupdialog.cpp
|
Make fallback map static to simplify constructors
|
2019-03-29 15:30:49 +04:00 |
levelupdialog.hpp
|
|
|
loadingscreen.cpp
|
Make sure CopyFramebufferToTextureCallback is only called once and not every frame
|
2018-12-25 11:56:24 -05:00 |
loadingscreen.hpp
|
Always include <memory> for smart pointers in MWGui
|
2019-02-25 18:50:51 +03:00 |
mainmenu.cpp
|
Allow to calculate UI skin size based on texture resolution (feature #4968)
|
2019-04-10 10:34:07 +04:00 |
mainmenu.hpp
|
|
|
mapwindow.cpp
|
Allow to maximize windows via Shift + Double Click (feature #3999)
|
2019-05-01 20:15:11 +04:00 |
mapwindow.hpp
|
Store map widgets and textures in one vector instead of 4 different ones
|
2019-03-23 07:46:41 +04:00 |
merchantrepair.cpp
|
Avoid item condition and charge zero divisions
|
2018-10-24 19:06:55 +03:00 |
merchantrepair.hpp
|
|
|
messagebox.cpp
|
Use C++11-style loops in the GUI instead of iterators
|
2019-03-02 13:27:59 +04:00 |
messagebox.hpp
|
Center progress bar when there are active messageboxes (bug #4691)
|
2018-10-28 14:40:48 +04:00 |
mode.hpp
|
|
|
pickpocketitemmodel.cpp
|
|
|
pickpocketitemmodel.hpp
|
|
|
quickkeysmenu.cpp
|
Use C++11-style loops in the GUI instead of iterators
|
2019-03-02 13:27:59 +04:00 |
quickkeysmenu.hpp
|
|
|
race.cpp
|
Use C++11-style loops in the GUI instead of iterators
|
2019-03-02 13:27:59 +04:00 |
race.hpp
|
Always include <memory> for smart pointers in MWGui
|
2019-02-25 18:50:51 +03:00 |
recharge.cpp
|
Replace Boost format and replace_all where possible
|
2019-02-24 03:20:20 +03:00 |
recharge.hpp
|
|
|
referenceinterface.cpp
|
|
|
referenceinterface.hpp
|
|
|
repair.cpp
|
|
|
repair.hpp
|
|
|
resourceskin.cpp
|
Allow to calculate UI skin size based on texture resolution (feature #4968)
|
2019-04-10 10:34:07 +04:00 |
resourceskin.hpp
|
Allow to calculate UI skin size based on texture resolution (feature #4968)
|
2019-04-10 10:34:07 +04:00 |
review.cpp
|
Use C++11-style loops in the GUI instead of iterators
|
2019-03-02 13:27:59 +04:00 |
review.hpp
|
|
|
savegamedialog.cpp
|
|
|
savegamedialog.hpp
|
Always include <memory> for smart pointers in MWGui
|
2019-02-25 18:50:51 +03:00 |
screenfader.cpp
|
|
|
screenfader.hpp
|
Always include <memory> for smart pointers in MWGui
|
2019-02-25 18:50:51 +03:00 |
scrollwindow.cpp
|
Allow to calculate UI skin size based on texture resolution (feature #4968)
|
2019-04-10 10:34:07 +04:00 |
scrollwindow.hpp
|
Allow to calculate UI skin size based on texture resolution (feature #4968)
|
2019-04-10 10:34:07 +04:00 |
settingswindow.cpp
|
Merge pull request #2365 from akortunov/guifixes
|
2019-05-04 21:01:15 +03:00 |
settingswindow.hpp
|
Add more settings to water reflections in exteriors (feature #4859)
|
2019-03-02 14:26:14 +04:00 |
sortfilteritemmodel.cpp
|
Implement getNormalizedEnchantmentCharge() method and use it
|
2018-10-25 16:16:07 +03:00 |
sortfilteritemmodel.hpp
|
|
|
soulgemdialog.cpp
|
|
|
soulgemdialog.hpp
|
|
|
spellbuyingwindow.cpp
|
Use C++11-style loops in the GUI instead of iterators
|
2019-03-02 13:27:59 +04:00 |
spellbuyingwindow.hpp
|
Include cleanup
|
2019-02-19 18:40:33 +03:00 |
spellcreationdialog.cpp
|
Use C++11-style loops in the GUI instead of iterators
|
2019-03-02 13:27:59 +04:00 |
spellcreationdialog.hpp
|
|
|
spellicons.cpp
|
Fix missing \n characters on the active effects tooltips
|
2019-03-18 08:47:46 +04:00 |
spellicons.hpp
|
|
|
spellmodel.cpp
|
spellmodel: add a break to getSelectedIndex
|
2019-04-25 06:14:12 -04:00 |
spellmodel.hpp
|
Add a button to delete spells from spellwindow
|
2019-04-24 19:22:47 -04:00 |
spellview.cpp
|
Use C++11-style loops in the GUI instead of iterators
|
2019-03-02 13:27:59 +04:00 |
spellview.hpp
|
Always include <memory> for smart pointers in MWGui
|
2019-02-25 18:50:51 +03:00 |
spellwindow.cpp
|
Fix spell deletion for character without a birthsign
|
2019-05-04 21:51:36 +03:00 |
spellwindow.hpp
|
spell window: don't manually recalculate edit box width every update
|
2019-04-25 09:13:32 -04:00 |
statswindow.cpp
|
Allow to maximize windows via Shift + Double Click (feature #3999)
|
2019-05-01 20:15:11 +04:00 |
statswindow.hpp
|
|
|
textcolours.hpp
|
|
|
textinput.cpp
|
|
|
textinput.hpp
|
|
|
timeadvancer.cpp
|
Remove redundant includes
|
2019-02-23 08:02:12 +04:00 |
timeadvancer.hpp
|
|
|
tooltips.cpp
|
Do not show magnitude for ingredients
|
2019-05-06 23:48:13 +00:00 |
tooltips.hpp
|
Do not show magnitude for ingredients
|
2019-05-06 23:48:13 +00:00 |
tradeitemmodel.cpp
|
Use C++11-style loops in the GUI instead of iterators
|
2019-03-02 13:27:59 +04:00 |
tradeitemmodel.hpp
|
|
|
tradewindow.cpp
|
Use C++11-style loops in the GUI instead of iterators
|
2019-03-02 13:27:59 +04:00 |
tradewindow.hpp
|
|
|
trainingwindow.cpp
|
Update jail state once instead of for every single hour
|
2019-02-23 09:17:06 +04:00 |
trainingwindow.hpp
|
|
|
travelwindow.cpp
|
Always account for every follower travelling
|
2019-04-24 16:21:12 +03:00 |
travelwindow.hpp
|
|
|
videowidget.cpp
|
|
|
videowidget.hpp
|
Always include <memory> for smart pointers in MWGui
|
2019-02-25 18:50:51 +03:00 |
waitdialog.cpp
|
Only allow resting in air when a bed is used
|
2019-04-04 17:22:24 +03:00 |
waitdialog.hpp
|
Only allow resting in air when a bed is used
|
2019-04-04 17:22:24 +03:00 |
widgets.cpp
|
Do not show magnitude for ingredients
|
2019-05-06 23:48:13 +00:00 |
widgets.hpp
|
Do not show magnitude for ingredients
|
2019-05-06 23:48:13 +00:00 |
windowbase.cpp
|
Allow to maximize windows via Shift + Double Click (feature #3999)
|
2019-05-01 20:15:11 +04:00 |
windowbase.hpp
|
Allow to maximize windows via Shift + Double Click (feature #3999)
|
2019-05-01 20:15:11 +04:00 |
windowmanagerimp.cpp
|
Make sure pointers are set before GUI windows are brought up
|
2019-05-06 14:53:20 -05:00 |
windowmanagerimp.hpp
|
Allow to maximize windows via Shift + Double Click (feature #3999)
|
2019-05-01 20:15:11 +04:00 |
windowpinnablebase.cpp
|
Allow to maximize windows via Shift + Double Click (feature #3999)
|
2019-05-01 20:15:11 +04:00 |
windowpinnablebase.hpp
|
Allow to maximize windows via Shift + Double Click (feature #3999)
|
2019-05-01 20:15:11 +04:00 |