.. |
birth.cpp
|
Removed gameWindowSize parameter from all dialogs that had it, instead this is fetched via the environment variable.
|
2010-10-23 00:17:41 +02:00 |
birth.hpp
|
Removed gameWindowSize parameter from all dialogs that had it, instead this is fetched via the environment variable.
|
2010-10-23 00:17:41 +02:00 |
class.cpp
|
Removed gameWindowSize parameter from all dialogs that had it, instead this is fetched via the environment variable.
|
2010-10-23 00:17:41 +02:00 |
class.hpp
|
Removed gameWindowSize parameter from all dialogs that had it, instead this is fetched via the environment variable.
|
2010-10-23 00:17:41 +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
|
Removed gameWindowSize parameter from all dialogs that had it, instead this is fetched via the environment variable.
|
2010-10-23 00:17:41 +02:00 |
race.hpp
|
Removed gameWindowSize parameter from all dialogs that had it, instead this is fetched via the environment variable.
|
2010-10-23 00:17:41 +02:00 |
review.cpp
|
Activated buttons in review dialog to go to the respective dialogs.
|
2010-10-23 01:00:07 +02:00 |
review.hpp
|
Activated buttons in review dialog to go to the respective dialogs.
|
2010-10-23 01:00:07 +02:00 |
text_input.cpp
|
Removed gameWindowSize parameter from all dialogs that had it, instead this is fetched via the environment variable.
|
2010-10-23 00:17:41 +02:00 |
text_input.hpp
|
Removed gameWindowSize parameter from all dialogs that had it, instead this is fetched via the environment variable.
|
2010-10-23 00:17:41 +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
|
Made sure review dialog is removed before going to previous dialogs.
|
2010-10-23 01:00:25 +02:00 |
window_manager.hpp
|
Activated buttons in review dialog to go to the respective dialogs.
|
2010-10-23 01:00:07 +02:00 |