Commit Graph

562 Commits (0.7.0)

Author SHA1 Message Date
Pieter van der Kloet 9501e133f5 Updated the EB Garamond font to a higher-resolution version 13 years ago
scrawl 67577c6192 UI cursor & camera sensitivity sliders 13 years ago
scrawl c7b8787c32 "reset to defaults" button, invert y axis button 13 years ago
scrawl bc6e4feedc hotkey window first version 13 years ago
scrawl f72956b918 - added a simple main menu (with Return, Options and Exit buttons)
- removed OEngine::ExitListener (what a terrible abuse of framelisteners)
13 years ago
scrawl 3ebc6fd590 fixed a settings window bug 13 years ago
scrawl 17a5c22c8f don't use globbing 13 years ago
scrawl f5ffea4d4b new button, water timescale 13 years ago
scrawl e0a99f104b settings tab "shadows" 13 years ago
scrawl 485adc8bdc shader mode button in settingswindow 13 years ago
scrawl 4ea6530772 hello world. 13 years ago
scrawl d27863bf8e rename layout files to .layout to get them recognized by layout editor 13 years ago
scrawl b886aea298 change console skin to MW_Window and set the selected object refID as window title 13 years ago
scrawl 298ae4f7f8 HUD icons for selected weapon / selected spell / selected enchanted item 13 years ago
scrawl 30461438f6 still left: spell success formula 13 years ago
scrawl c7268233df spell window layout & opening/closing/pinning logic 13 years ago
scrawl 69e6bc6588 add water settings to settings window 13 years ago
scrawl 5d03e86613 added field of view and texture filtering to settings window 13 years ago
scrawl 6945afe95b alchemy window layout 13 years ago
scrawl 6014a90002 added tooltip delay option 13 years ago
scrawl 10cfe0f5bc Issue #295: Class creation dialogs tooltips; plus tons of other improvements 13 years ago
scrawl 63213b36bf Show a label on the HUD with the cell name when it changes (visible for a few seconds) - like Morrowind 13 years ago
scrawl 313a8e55b7 - Issue #296: Clicking on HUD elements shows/hides the respective window
- Slightly redesigned the map window and minimap, the player arrow now isn't cut off at cell borders anymore
13 years ago
scrawl 750259973e potion creating works, most of the values are bogus 13 years ago
scrawl 1df1b521a4 show the list of potion effects 13 years ago
scrawl 09c870ad68 first alchemy window layout (not pretty) 13 years ago
scrawl 51b8a76a68 merged by branches together, starting with alchemy window
Merge branch 'guimode_stacking' into next

Conflicts:
	apps/openmw/mwgui/mode.hpp
13 years ago
scrawl c2b818373e adjust tooltip skin, now is never transparent 13 years ago
scrawl 6ea7bdb224 vsync & fps buttons, sound volume apply fix 13 years ago
scrawl 9b94edd561 audio tab with volume sliders 13 years ago
scrawl cb35f4d208 some unrelated gui cleanup 13 years ago
scrawl 689cf7ce05 ConfirmationDialog 13 years ago
scrawl 656a8f1be9 working menu transparency slider 13 years ago
scrawl 972c035e97 TabControl skin, settings window categories 13 years ago
scrawl 313294c522 settings window (hotkey F2) which does nothing. Yay! 13 years ago
scrawl b2d207130d vastly improved look of the GUI, skin background textures now use tiling instead of stretching 13 years ago
scrawl 1079bb2677 finished tooltips for everything in the stats window, some gui refactoring 13 years ago
scrawl 8ce4727424 skill tooltips 13 years ago
scrawl 6518eb7794 some cleanup 13 years ago
scrawl 1c7110fbf5 birthsign tooltip 13 years ago
scrawl 8d52ee27dc attribute tooltips now use a new system that allows complex tooltips to be defined entirely through layout files 13 years ago
scrawl 4fb30544d4 more gui files cleanup 13 years ago
scrawl 7a4de0ed1d changed more gui stuff to use the new tag system 13 years ago
scrawl 7ef0ad4e39 show faction & birthsign in the stats window 13 years ago
scrawl 24ce88de2a working mygui tag replacement system for GMST strings 13 years ago
scrawl 41efea4c1d in the trade window, don't show items that the merchant has equipped. 13 years ago
scrawl 6ae642aa06 complete trade window layout 13 years ago
scrawl 4213b4370f trade window shows up and shows the vendor's inventory items. 13 years ago
scrawl 5da4da820e beginnings of trade window layout. 13 years ago
scrawl 0c1d06d9f7 added some trade window stuff, which does nothing yet. 13 years ago
scrawl 8cc49ae2b9 xml files update (layout tweak, added double quotation marks to font) 13 years ago
scrawl b18ee198b4 use a raycast to determine where to place object, if distance is too far
drop it on the ground
13 years ago
scrawl 24a0fecd37 implemented item count selection dialog 13 years ago
scrawl f300a5621c Merge branch 'master' into inventoryGUI 13 years ago
scrawl 3a93df8db4 dynamic inventory layout like morrowind 13 years ago
scrawl 78b06d0ebf inventory window pinning 13 years ago
scrawl 822e5fbe1e add indication which filter is selected 13 years ago
scrawl 0114bf948c revised filters 13 years ago
scrawl 1abf70692c added a scrollbar to the item container, dynamic positioning of items, fixed the item count display bug 13 years ago
scrawl ed6ff0a94a cleanup 3 13 years ago
scrawl 3a6fde5039 cleanup 2 13 years ago
scrawl a1b86acc38 Merge branch 'master' into inventoryGUI
Conflicts:
	apps/openmw/CMakeLists.txt
	apps/openmw/mwgui/window_manager.cpp
	apps/openmw/mwgui/window_manager.hpp
	files/mygui/core.xml
13 years ago
gugus 8e8f80807e Merge branch 'master' of https://github.com/zinnschlag/openmw.git into inventoryGUI
Conflicts:
	apps/openmw/CMakeLists.txt
	apps/openmw/mwclass/apparatus.cpp
	apps/openmw/mwclass/armor.cpp
	apps/openmw/mwclass/book.cpp
	apps/openmw/mwclass/clothing.cpp
	apps/openmw/mwclass/container.cpp
	apps/openmw/mwclass/ingredient.cpp
	apps/openmw/mwclass/light.cpp
	apps/openmw/mwclass/lockpick.cpp
	apps/openmw/mwclass/misc.cpp
	apps/openmw/mwclass/potion.cpp
	apps/openmw/mwclass/probe.cpp
	apps/openmw/mwclass/repair.cpp
	apps/openmw/mwclass/weapon.cpp
	apps/openmw/mwgui/window_manager.cpp
	apps/openmw/mwgui/window_manager.hpp
	apps/openmw/mwworld/class.cpp
13 years ago
scrawl a99f74702e workaround for a white square that appears in menubook_next texture 13 years ago
scrawl 1f1edea6af make it possible to use scroll wheel when mouse is over a skill in the stats window; set the correct track size for the scrollbar 13 years ago
scrawl 65ccfba191 resize both the left and the right pane of the stats window 13 years ago
scrawl 8a9e05a96b display text on the book window 13 years ago
scrawl d69501b061 change daedric font to .zip resource 13 years ago
scrawl cd351ba3af simple scroll text parsing (tags are ignored until now) 13 years ago
scrawl 9dd53b32b8 added daedric font for magic scrolls 13 years ago
scrawl f20d4eeb41 Bug #281 , openmw.font.xml update 13 years ago
scrawl 499dd26398 dialogue window topic list word-wrapping 13 years ago
scrawl a3d99767f7 next & prev button mouseover 13 years ago
scrawl c125fba9d2 button mouse-over image change working 13 years ago
scrawl a4d6d1baff added a utility for creating texture atlas at runtime 13 years ago
scrawl 5028a83d11 fix stats window layout resizing 13 years ago
scrawl 0e6b82284f book & scroll windows 13 years ago
scrawl f733382f74 tooltip now contains info about item enchantment 13 years ago
scrawl 397a978145 DispositionEdit tweaks 13 years ago
scrawl cca39978d4 changed messagebox text colors 13 years ago
gugus 5603cb312c Objects can now be selected and follow mouse movements. 13 years ago
gugus 25432d97d2 trying to get selected item. Doesn't work. 13 years ago
scrawl 4889902b98 magic effect widget improvements, read name of effect from GMST and don't show duration/target for constant effects 13 years ago
pchan3 215d4e1739 Made adjustments to keep container window within the viewscreen. 13 years ago
scrawl f1b80c6ff7 fixed text input box 13 years ago
scrawl cfa37b0e77 fix another bunch of gui stuff, some strings were untranslated and buttons were not resized to fit their text 13 years ago
scrawl b3dc1931a9 general GUI refactoring, part 1 13 years ago
scrawl 194ecf274c attribute tooltips 13 years ago
scrawl 705d4c6d54 mostly complete 13 years ago
gugus 58d05fa503 more clean-up. Container window shows up! But there is no working close button. 13 years ago
gugus a38db39e88 Merge branch 'master' of https://github.com/zinnschlag/openmw.git into inventoryGUI
Conflicts:
	apps/openmw/CMakeLists.txt
13 years ago
gugus b309d245c5 cleaning up hircine work 13 years ago
scrawl d37bc9cba8 basic mouse-over info for in-game objects 13 years ago
scrawl cac662ca98 basic tooltips 13 years ago
scrawl 2b8c81e779 removed test.skin file 13 years ago
scrawl 800df7376c use the cursors from morrowind.bsa and remove mwpointer.png 13 years ago
Roman Melnik 1bf79fd022 Windows pinning: support for MapWindow
Set correct skin for the Map Window.
13 years ago
Roman Melnik ef0a185e11 Pinnable windows: hide hud elements
Hide elements of the HUD (health/magicka/stamina bars,
minimap) when the corresponding windows (stats/map) are pinned.

Rearrange the remaining hud elements in such cases (like in the
original Morrowind).
13 years ago
Roman Melnik d09f0610ea Add basic windows pinning
Create WindowPinnableBase class for windows which should be
allowed to be pinned.

Add skin for pinnable windows - currently just a copy of normal
window with 1 extra button (hopefully this can be improved later).

Handle clicking on PinToggle button (pinning/unpinning a window).
13 years ago
scrawl 4bbedeb3e7 made all dialogs semi transparent (like in morrowind) 13 years ago
scrawl d3f31c3498 dialogue window enhancements 13 years ago
Pieter van der Kloet 426c278505 Changed the OpenMW default font from Comic sans to EB Garamond 13 years ago
Pieter van der Kloet 155cd76f37 Changed Launcher font to EB Garamond and added license info 13 years ago
scrawl 7a3034701f functional HUD map 13 years ago
scrawl ce63d29d4a rotate hud player arrow 13 years ago
scrawl 770b0f2106 gui changes 13 years ago
scrawl 9c3e1f48f0 player arrow 13 years ago
scrawl cf3515a898 it is now possible to drag the minimap with the mouse 13 years ago
scrawl cc9f20a04f MW_MapView skin 13 years ago
scrawl ab9aa1ba74 Merge branch 'next' into minimap
Conflicts:
	files/mygui/openmw_map_window_layout.xml
13 years ago
scrawl 70ed5770da black journal text 13 years ago
scrawl 250fcab7c2 moved the mygui resources to a more suitable location 13 years ago