Commit Graph

64 Commits (d1736ad0c8f10cea05baec60bede218e4fd1f6b0)

Author SHA1 Message Date
Jan-Peter Nilsson 54fc64cb6a Decrease number of classes that need to know about other components 14 years ago
Jan-Peter Nilsson 5342bd77f1 Use one event with a parameters instead of four events to tell with dialog we want to see 14 years ago
gugus 7386fd0442 solve error with min/max macro for windows 14 years ago
Marc Zinnschlag bb2bc0b518 getting rid of the nullptr compatibility nonsense. Hopefully once and for all 14 years ago
athile c459eb7c55 Visual Studio 2010 build fixes. Don't let MyGUI redefine the C++0x keyword nullptr and use _MSC_VER to check if Visual Studio is being used. MSVER is not necessarily defined on VS2010. 14 years ago
Marc Zinnschlag 4a12be11bf moved PlayerPos class from MWRender to MWWorld and renamed it to Player 14 years ago
Jan-Peter Nilsson 2e7e79f596 Make ReviewDialog use the new WindowBase 14 years ago
Jan-Peter Nilsson 1ff81354eb Remove unused variables 14 years ago
Jan-Peter Nilsson 9d57b4f0d6 Do not store StaticTextPtr in WidgetPtr and use setTextColour 14 years ago
Jan Borsodi 1c6b9a9b7b Activated buttons in review dialog to go to the respective dialogs. 14 years ago
Jan Borsodi 025af1717f Removed gameWindowSize parameter from all dialogs that had it, instead this is fetched via the environment variable. 14 years ago
Jan Borsodi 12fe9305a6 Further unification of dialog API, all dialogs now have an open() method which updates gui content and makes it visible. 14 years ago
Jan Borsodi 970a7a3498 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. 14 years ago
Jan Borsodi 1c1d33e723 Initial work on the stat review dialog. 14 years ago