Commit Graph

11512 Commits (790e0150b1bb388f44c443034244cea039129114)
 

Author SHA1 Message Date
Ragora f250e3df4b Replaced old bound item checks that I knew of to use the new ItemStack::Flag_Bound bit 10 years ago
scrawl 4426b03fa4 Remove some garbage 10 years ago
scrawl 0c273568f2 Increment version number for input configuration
Old files are broken by keycode->scancode switch (319f4e0547)
10 years ago
scrawl 99c276baa9 Set weapon Magical flag when enchanting a weapon 10 years ago
scrawl a42e60970b Revert "delete death events on adding an actor to the scene"
If we go to a different cell in the exact frame of an actor's death, the death event would be lost permanently.

This reverts commit fd2c07a6f4.

Conflicts:
	apps/openmw/mwmechanics/actors.cpp
10 years ago
scrawl 8625764143 Give 100% of health back when Resurrecting an actor (Fixes #1877) 10 years ago
Marc Zinnschlag 081588f484 add project file to content file list when running OpenMW from OpenCS 10 years ago
Marc Zinnschlag 10fa205ced fixed --data switch (was missing composing option) 10 years ago
scrawl 319f4e0547 Bind to scancodes instead of keycodes 10 years ago
scrawl dc1e8d4e22 Don't trigger any mouse button bindings while in the settings menu 10 years ago
scrawl 04c79d5f1e Fix case issue when setting companion's profit on the script 10 years ago
scrawl e54ba2c5d1 Fix broken dialogue Function_HealthPercent 10 years ago
Marc Zinnschlag d4007ad89e Merge remote-tracking branch 'mellotanica/master' 10 years ago
Marc Zinnschlag 1254198d90 add debug profiles to scene subviews view drag and drop 10 years ago
Marc Zinnschlag 3ed2edb7cb rewrote run tool profile management 10 years ago
Marc Zinnschlag 882ef37ae3 Merge remote-tracking branch 'ragora/conjureditemsgmstcheck' 10 years ago
Marc Zinnschlag 94a7e38194 Merge remote-tracking branch 'ragora/fixglobalcompassorient' 10 years ago
Marc Zinnschlag 690273d5b3 Merge remote-tracking branch 'ragora/fixmapresize' 10 years ago
scrawl f82224497a Compatibility fix for MyGUI git 10 years ago
scrawl 2c58a879ec Fix minor exploit when map window is shown with transparency 10 years ago
scrawl 2b5adb325b Remove a useless method 10 years ago
scrawl cfc57d0fe0 Use MyGUI's castType for widget casts 10 years ago
MiroslavR 4fdef94034 Use player's base name for profiles 10 years ago
MiroslavR 23e6d52844 Fix UI not updating initially for zero stats 10 years ago
Ragora 282e7abd16 Map Arrow Correction; now rotate global map arrow to whatever the local map arrow orientation is 10 years ago
Ragora 35571bb108 Global compass arrow rotates regardless of indoor or outdoor presence 10 years ago
Ragora 25f99c5d5a Discarded use of a static variable and renamed event function to be less ambiguous 10 years ago
scrawl 9d05718515 Move plugin to new plugins/ top level directory 10 years ago
Marco Melletti f212f0e4d2 subviews now get destroyed on close 10 years ago
Marc Zinnschlag 70ee899691 Merge remote-tracking branch 'cc9cii/Bug-No-1725'
Conflicts:
	apps/opencs/model/tools/bodypartcheck.cpp
10 years ago
Marc Zinnschlag b8fdccdbff Merge remote-tracking branch 'cc9cii/Bug-No-1864' 10 years ago
Marc Zinnschlag f142d82b3a Merge remote-tracking branch 'ace/win-package-fix' 10 years ago
Marc Zinnschlag 2397a87330 Merge remote-tracking branch 'scrawl/bsatool' 10 years ago
Marc Zinnschlag 560eae3f4d Merge remote-tracking branch 'ragora/conjuredequipmentrmvalfix' 10 years ago
cc9cii 1107156334 Workaround incorrectly reported channel_layout 10 years ago
Ragora 58d70c2895 Removed Unused includes from experimentation 10 years ago
Ragora 4ecac31752 Map keeps focus on wherever it was last moved when resizing map window 10 years ago
scrawl 33636e218b Remove unneeded dummies 10 years ago
scrawl a413e91442 ImageButton: get texture size from MyGUI, rather than from Ogre 10 years ago
scrawl c6bcd75058 Add various custom widgets used in OpenMW to the MyGUI plugin 10 years ago
Ragora e105202ee2 Use std::set instead of std::map 10 years ago
Alexander "Ace" Olofsson dd3d7ba474 Update NSIS to use the new icon path 10 years ago
scrawl ee3b1e800c Add FontLoader and transparent BG texture to the MyGUI plugin 10 years ago
cc9cii 675d11c0e5 Mental note: need to get a linux box 10 years ago
cc9cii 8fe6877cb2 More include madness b/w different systems & compilers 10 years ago
cc9cii de41dfc314 Add includes. 10 years ago
Ragora f9e2fd0f3d Also forgot to remove a now unused variable I introduced 10 years ago
Ragora efaa820ee2 Managed to forget the itemmodel.cpp code 10 years ago
Ragora ea43a23505 All GMST logic is done in itemmodel.cpp now with usage of a static cache std::map 10 years ago
cc9cii 0121fdca2c Don't use C99 in printf. 10 years ago