Commit Graph

45 Commits (ffi-server-rewrite)

Author SHA1 Message Date
scrawl 4fff2e2e34 Refactor exitCurrentGuiMode 7 years ago
scrawl 01391b7eed Rename WindowBase's open/close to onOpen/onClose 7 years ago
Ewan Higgs 38a2de3c51 convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis 8 years ago
scrawl dda5bfbc9f CharacterPreview no longer depends on osgViewer 9 years ago
scrawl 72c1f37527 Port CharacterPreview 10 years ago
scrawl 4e69e7cc0f OpenMW compiles and runs w/o render window 10 years ago
scrawl 5b9d10f851 Reduce includes in MWGui 10 years ago
scrawl b6635c7964 Move eventDone out of WindowBase 10 years ago
scrawl 94c2517d67 Fix race preview crash (Fixes #1808) 11 years ago
scrawl edff88542b Allow double click / Enter key for accepting race/class/birthsign 11 years ago
scrawl 72600a16cf Fix chargen race menu bug, updating a render target from within MyGUI's ControllerManager update is not a good idea 12 years ago
scrawl c519fc360d Move away from fixed record names for body parts 12 years ago
Britt Mathis 6128b9276f Removed non-essential includes from all MWGui header files. 12 years ago
Britt Mathis f7383905b7 Finally eliminated calls to MWBase::WindowManager in constructors 12 years ago
Britt Mathis ce9bc6d9ba MwGui windowManager calls fixed to use MWBase::Environment::get().getWindowManager, filenames in MwGui now comply with naming conventions 12 years ago
scrawl e27e53f607 Fix not playable body parts appearing in the race selection menu. 12 years ago
scrawl 9a84f6744f Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 12 years ago
scrawl dfe29db9cb Fix bug #591: Don't allow opening new windows (main menu, console) if there's any modal widget active. Also made some windows modal that should be (character creation) 12 years ago
greye 0d33d005a5 head/hair selection 12 years ago
greye 50867e8d87 fix gender selection update, main model visibility and couple of crashes 12 years ago
greye b1ef0026a9 race selection/inventory preview character model update 12 years ago
greye 2057f5619e move ESMStore to MWWorld 12 years ago
scrawl e2b1329620 fix the race selection escape crash 12 years ago
scrawl 2793096b50 Merge branch 'externalrendering' of https://github.com/zinnschlag/openmw into characterpreview
Conflicts:
	apps/openmw/CMakeLists.txt
	apps/openmw/mwbase/world.hpp
	apps/openmw/mwrender/renderingmanager.cpp
	apps/openmw/mwrender/renderingmanager.hpp
	apps/openmw/mwworld/worldimp.cpp
	apps/openmw/mwworld/worldimp.hpp
12 years ago
scrawl eef750e6b0 race selection preview 12 years ago
scrawl 35dd49f948 fixed some "using namespace" in headers 12 years ago
scrawl 321f7c3419 fix an infinite recursion regression on several dialogs. 13 years ago
Marc Zinnschlag 6534c2a55a Issue #107: WindowManager is accessed only through the interface class from now on 13 years ago
Carl Maxwell e4d046f69c Prepending m to the name of every member variable.
I made a bunch of changes in apps/openmw/mwrender/animation.cpp
because the scope brackets didn't line up in a bunch of places
    npcanimations.cpp & creatureanimations.cpp were the same kind of
thing
13 years ago
scrawl d27863bf8e rename layout files to .layout to get them recognized by layout editor 13 years ago
scrawl d1508f5a59 List -> ListBox 13 years ago
scrawl 560e702973 fixed scroll bars 13 years ago
scrawl deeb21a131 switched to the new multi-delegates system 13 years ago
Jan-Peter Nilsson f83c5327f3 Move eventDone to WindowBase and make it tell which window is done 14 years ago
Jan-Peter Nilsson 54fc64cb6a Decrease number of classes that need to know about other components 14 years ago
Jan-Peter Nilsson e551c60e75 Make RaceDialog use the new WindowBase 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 3cf8472ddc Centre race dialog on screen. 15 years ago
Jan Borsodi 31a728bf07 Made sure name and race dialog is properly reset when opening again. 15 years ago
Jan Borsodi 84acab03ec Avoid delegates being called repeatedly when pressing enter in name dialog. 15 years ago
Jan Borsodi 07dd5e5631 Race and name dialog are now kept in memory after ok/next is clicked, this avoids a crash where MyGUI would call into the dialog widgets after being destroyed. 15 years ago
Jan Borsodi 850b8eb6a7 Race dialog uses the ID of the race object instead of the name when referencing it. 15 years ago
Jan Borsodi 85ded0edc3 Update description of the race dialog file. 15 years ago
Jan Borsodi cd9bb37f1f Change name of ifdef guard to reflect new filename. 15 years ago
Jan Borsodi 93608ca892 Removed prefix from filename and changed name as only the race dialog will be placed in it. 15 years ago