.. |
alchemywindow.cpp
|
|
|
alchemywindow.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
backgroundimage.cpp
|
|
|
backgroundimage.hpp
|
components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues
|
2020-10-22 23:57:53 +02:00 |
birth.cpp
|
Use emplace_back instead of push_back
|
2020-10-18 10:27:35 +04:00 |
birth.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
bookpage.cpp
|
Don't perform a hit test outside the page's bounds
|
2021-04-12 08:31:45 +02:00 |
bookpage.hpp
|
MyGUI HEAD compatibility
|
2021-03-02 13:24:30 +00:00 |
bookwindow.cpp
|
|
|
bookwindow.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
charactercreation.cpp
|
Replace zeroes and nulls by nullptrs
|
2020-11-29 11:14:07 +04:00 |
charactercreation.hpp
|
|
|
class.cpp
|
Replace zeroes and nulls by nullptrs
|
2020-11-29 11:14:07 +04:00 |
class.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
companionitemmodel.cpp
|
|
|
companionitemmodel.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
companionwindow.cpp
|
Use emplace_back instead of push_back
|
2020-10-18 10:27:35 +04:00 |
companionwindow.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
confirmationdialog.cpp
|
|
|
confirmationdialog.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
console.cpp
|
Fix Ctrl U/W behaviour to work with unicode text
|
2021-02-25 19:33:11 +01:00 |
console.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
container.cpp
|
Don't reset temporarily hidden container window
|
2020-10-22 02:12:31 +03:00 |
container.hpp
|
Remove unused forward declarations
|
2021-04-11 14:46:51 +02:00 |
containeritemmodel.cpp
|
Use emplace_back instead of push_back
|
2020-10-18 10:27:35 +04:00 |
containeritemmodel.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
controllers.cpp
|
|
|
controllers.hpp
|
components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues
|
2020-10-22 23:57:53 +02:00 |
countdialog.cpp
|
|
|
countdialog.hpp
|
|
|
cursor.cpp
|
|
|
cursor.hpp
|
components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues
|
2020-10-22 23:57:53 +02:00 |
debugwindow.cpp
|
|
|
debugwindow.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
dialogue.cpp
|
Do not leave variables without initialization, even in execution paths where they are unused
|
2021-04-19 16:08:10 +04:00 |
dialogue.hpp
|
Remove unused forward declarations
|
2021-04-11 14:46:51 +02:00 |
draganddrop.cpp
|
Replace zeroes and nulls by nullptrs
|
2020-11-29 11:14:07 +04:00 |
draganddrop.hpp
|
|
|
enchantingdialog.cpp
|
|
|
enchantingdialog.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
exposedwindow.cpp
|
|
|
exposedwindow.hpp
|
|
|
formatting.cpp
|
Only ignore plain text after the last EOL tag (#5627)
|
2020-12-23 03:33:34 +03:00 |
formatting.hpp
|
Only ignore plain text after the last EOL tag (#5627)
|
2020-12-23 03:33:34 +03:00 |
hud.cpp
|
Code cleanup
|
2021-01-09 14:41:10 +04:00 |
hud.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
inventoryitemmodel.cpp
|
|
|
inventoryitemmodel.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
inventorywindow.cpp
|
Validate GUI scaling and place it to the launcher
|
2021-04-15 15:18:32 +04:00 |
inventorywindow.hpp
|
Validate GUI scaling and place it to the launcher
|
2021-04-15 15:18:32 +04:00 |
itemchargeview.cpp
|
|
|
itemchargeview.hpp
|
components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues
|
2020-10-22 23:57:53 +02:00 |
itemmodel.cpp
|
Trim down some internal includes
|
2021-04-30 19:39:26 +02:00 |
itemmodel.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
itemselection.cpp
|
|
|
itemselection.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
itemview.cpp
|
|
|
itemview.hpp
|
components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues
|
2020-10-22 23:57:53 +02:00 |
itemwidget.cpp
|
Log when icon is missing and fallback is used
|
2021-02-14 16:56:21 +00:00 |
itemwidget.hpp
|
components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues
|
2020-10-22 23:57:53 +02:00 |
jailscreen.cpp
|
Use emplace_back instead of push_back
|
2020-10-18 10:27:35 +04:00 |
jailscreen.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
journalbooks.cpp
|
|
|
journalbooks.hpp
|
|
|
journalviewmodel.cpp
|
Do not leave variables without initialization, even in execution paths where they are unused
|
2021-04-19 16:08:10 +04:00 |
journalviewmodel.hpp
|
|
|
journalwindow.cpp
|
Avoid dead code
|
2021-01-09 13:52:01 +04:00 |
journalwindow.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
keyboardnavigation.cpp
|
Add version checks
|
2020-12-25 13:05:41 +01:00 |
keyboardnavigation.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
layout.cpp
|
Resolve crashes on exit with visible MyGUI widgets
|
2021-03-13 15:43:46 -08:00 |
layout.hpp
|
|
|
levelupdialog.cpp
|
Trim down some internal includes
|
2021-04-30 19:39:26 +02:00 |
levelupdialog.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
loadingscreen.cpp
|
Trim down some internal includes
|
2021-04-30 19:39:26 +02:00 |
loadingscreen.hpp
|
Fix a race condition in loading screen.
|
2021-01-26 19:28:09 +01:00 |
mainmenu.cpp
|
Replace zeroes and nulls by nullptrs
|
2020-11-29 11:14:07 +04:00 |
mainmenu.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
mapwindow.cpp
|
Replace zeroes and nulls by nullptrs
|
2020-11-29 11:14:07 +04:00 |
mapwindow.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
merchantrepair.cpp
|
|
|
merchantrepair.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
messagebox.cpp
|
Avoid possible memory leak in the mInterMessageBoxe field
|
2021-01-09 14:43:00 +04:00 |
messagebox.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
mode.hpp
|
|
|
pickpocketitemmodel.cpp
|
Trim down some internal includes
|
2021-04-30 19:39:26 +02:00 |
pickpocketitemmodel.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
quickkeysmenu.cpp
|
Replace zeroes and nulls by nullptrs
|
2020-11-29 11:14:07 +04:00 |
quickkeysmenu.hpp
|
Trim down some internal includes
|
2021-04-30 19:39:26 +02:00 |
race.cpp
|
Use emplace_back instead of push_back
|
2020-10-18 10:27:35 +04:00 |
race.hpp
|
Remove unused forward declarations
|
2021-04-11 14:46:51 +02:00 |
recharge.cpp
|
Trim down some internal includes
|
2021-04-30 19:39:26 +02:00 |
recharge.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
referenceinterface.cpp
|
|
|
referenceinterface.hpp
|
|
|
repair.cpp
|
|
|
repair.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
resourceskin.cpp
|
|
|
resourceskin.hpp
|
components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues
|
2020-10-22 23:57:53 +02:00 |
review.cpp
|
Replace zeroes and nulls by nullptrs
|
2020-11-29 11:14:07 +04:00 |
review.hpp
|
Remove unused forward declarations
|
2021-04-11 14:46:51 +02:00 |
savegamedialog.cpp
|
|
|
savegamedialog.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
screenfader.cpp
|
|
|
screenfader.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
scrollwindow.cpp
|
|
|
scrollwindow.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
settingswindow.cpp
|
Lighting Patch
|
2021-04-16 11:55:40 -07:00 |
settingswindow.hpp
|
Lighting Patch
|
2021-04-16 11:55:40 -07:00 |
sortfilteritemmodel.cpp
|
Use emplace_back instead of push_back
|
2020-10-18 10:27:35 +04:00 |
sortfilteritemmodel.hpp
|
"static const" -> "static constexpr" in headers
|
2021-03-21 13:57:54 +01:00 |
soulgemdialog.cpp
|
Use emplace_back instead of push_back
|
2020-10-18 10:27:35 +04:00 |
soulgemdialog.hpp
|
|
|
spellbuyingwindow.cpp
|
|
|
spellbuyingwindow.hpp
|
Remove unused forward declarations
|
2021-04-11 14:46:51 +02:00 |
spellcreationdialog.cpp
|
Do not use unchecked value in calculations
|
2021-04-10 11:26:54 +04:00 |
spellcreationdialog.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
spellicons.cpp
|
Reset effect icon transparency when they're hidden (#5877)
|
2021-03-03 21:17:59 +03:00 |
spellicons.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
spellmodel.cpp
|
Use range based for loops and auto
|
2020-12-04 18:34:51 +01:00 |
spellmodel.hpp
|
Extend spell/item search to search by magic effect name
|
2020-11-19 10:34:15 -05:00 |
spellview.cpp
|
Use emplace_back instead of push_back
|
2020-10-18 10:27:35 +04:00 |
spellview.hpp
|
components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues
|
2020-10-22 23:57:53 +02:00 |
spellwindow.cpp
|
|
|
spellwindow.hpp
|
Trim down some internal includes
|
2021-04-30 19:39:26 +02:00 |
statswatcher.cpp
|
|
|
statswatcher.hpp
|
Reset watched stats upon reload or new game start
|
2021-03-19 11:56:14 +04:00 |
statswindow.cpp
|
Fix double -> float conversions
|
2021-04-19 15:36:58 +04:00 |
statswindow.hpp
|
Remove unused forward declarations
|
2021-04-11 14:46:51 +02:00 |
textcolours.cpp
|
|
|
textcolours.hpp
|
|
|
textinput.cpp
|
|
|
textinput.hpp
|
Remove unused forward declarations
|
2021-04-11 14:46:51 +02:00 |
timeadvancer.cpp
|
Constify a few things
|
2021-04-11 14:46:51 +02:00 |
timeadvancer.hpp
|
Constify a few things
|
2021-04-11 14:46:51 +02:00 |
tooltips.cpp
|
Use a char instead of a string in find() where possible
|
2021-04-25 19:57:09 +02:00 |
tooltips.hpp
|
|
|
tradeitemmodel.cpp
|
Rework container resolution (#3006)
|
2020-10-13 17:46:32 +02:00 |
tradeitemmodel.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
tradewindow.cpp
|
Trim down some internal includes
|
2021-04-30 19:39:26 +02:00 |
tradewindow.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
trainingwindow.cpp
|
Use emplace_back instead of push_back
|
2020-10-18 10:27:35 +04:00 |
trainingwindow.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
travelwindow.cpp
|
|
|
travelwindow.hpp
|
Remove unused forward declarations
|
2021-04-11 14:46:51 +02:00 |
videowidget.cpp
|
|
|
videowidget.hpp
|
|
|
waitdialog.cpp
|
|
|
waitdialog.hpp
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
widgets.cpp
|
Replace zeroes and nulls by nullptrs
|
2020-11-29 11:14:07 +04:00 |
widgets.hpp
|
"static const" -> "static constexpr" in headers
|
2021-03-21 13:57:54 +01:00 |
windowbase.cpp
|
|
|
windowbase.hpp
|
Remove unused forward declarations
|
2021-04-11 14:46:51 +02:00 |
windowmanagerimp.cpp
|
Use a char instead of a string in find() where possible
|
2021-04-25 19:57:09 +02:00 |
windowmanagerimp.hpp
|
Validate GUI scaling and place it to the launcher
|
2021-04-15 15:18:32 +04:00 |
windowpinnablebase.cpp
|
|
|
windowpinnablebase.hpp
|
Remove unused forward declarations
|
2021-04-11 14:46:51 +02:00 |