1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 02:49:55 +00:00
openmw-tes3mp/apps/openmw/mwgui
Jan Borsodi 16aa13721a Updated all dialogs to use a garbage list for postponed cleanup, this list is cleared in update() which is called for each frame.
Fixed incorrect code in onCreateClassDialogBack, should use set class from pickClassDialog.
Add private method setGuiMode() which calls the input manager, updated all gui-mode changes in WindowManager to use that.
2010-10-22 22:54:15 +02:00
..
birth.cpp Fixed crash when entering the birth dialog two or more times. Array should not have been static. 2010-10-10 02:54:45 +02:00
birth.hpp Added birthsign dialog and spell effect widget. 2010-09-21 12:34:47 +02:00
class.cpp Finished handling of Create Class dialog, now a new class is created and set in the mechanics manager. 2010-10-10 02:43:44 +02:00
class.hpp Finished handling of Create Class dialog, now a new class is created and set in the mechanics manager. 2010-10-10 02:43:44 +02:00
console.cpp removed custom messageBox implementation for console 2010-08-22 11:17:19 +02:00
console.hpp added script interpreter for console 2010-07-21 10:08:38 +02:00
layouts.cpp Moved code for the stats window from the header file and to the cpp file. 2010-09-18 21:34:49 +02:00
layouts.hpp Changed indentation of stats window class from 2 spaces and to 4 spaces. 2010-09-18 21:36:16 +02:00
mode.hpp Implemented the Class Choice dialog which allows the player to choose between three ways to define a class. 2010-10-10 01:50:19 +02:00
race.cpp Added widget for spells, updated race dialog to use that. 2010-09-20 13:36:55 +02:00
race.hpp Centre race dialog on screen. 2010-09-15 21:48:10 +02:00
review.cpp Removed hardcoded values from review dialog and added functionality for setting all fields in the dialog. Window manager keeps track of player values set from the outside and passes these to the review dialog. 2010-10-21 09:28:09 +02:00
review.hpp Removed hardcoded values from review dialog and added functionality for setting all fields in the dialog. Window manager keeps track of player values set from the outside and passes these to the review dialog. 2010-10-21 09:28:09 +02:00
text_input.cpp Improved parameter name for size sent to text input dialog. 2010-09-15 21:48:55 +02:00
text_input.hpp Improved parameter name for size sent to text input dialog. 2010-09-15 21:48:55 +02:00
widgets.cpp Added a custom widget for displaying dynamic stats (health, magicka, fatigue). Can show a title/label, graphical bar and detailed text. 2010-10-20 21:39:18 +02:00
widgets.hpp Added a custom widget for displaying dynamic stats (health, magicka, fatigue). Can show a title/label, graphical bar and detailed text. 2010-10-20 21:39:18 +02:00
window_manager.cpp Updated all dialogs to use a garbage list for postponed cleanup, this list is cleared in update() which is called for each frame. 2010-10-22 22:54:15 +02:00
window_manager.hpp Updated all dialogs to use a garbage list for postponed cleanup, this list is cleared in update() which is called for each frame. 2010-10-22 22:54:15 +02:00