Commit Graph

14695 Commits (cda8a88f0d9a9fb5f12e3a39f683b2a874e4e9e2)
 

Author SHA1 Message Date
scrawl cda8a88f0d Use DEEP_COPY_PRIMITIVES to work around problem in osg::Geometry copy constructor (Bug #2754) 9 years ago
scrawl 8aaba0af6f Fix journal page navigation bug introduced by 7dd09dd637 (Fixes #2899) 9 years ago
Marc Zinnschlag 45e7522aa6 Merge remote-tracking branch 'dteviot/ExtractCommonCreatureDraft' 9 years ago
dteviot 300c48329d Creature::isFlagBitSet() changed to free function. 9 years ago
dteviot 95d2d82abf extracted isFlagBitSet() 9 years ago
Marc Zinnschlag a9f9a8d58e Merge remote-tracking branch 'dteviot/ExtractCommonCreatureDraft' 9 years ago
dteviot 541d7fb4fb Fixed assorted issues
* destructor is virtual
* renamed class to Actor
* corrected indentation of case statement
9 years ago
Marc Zinnschlag 8f7f29943a Merge remote-tracking branch 'jordan-ayers/topic/dead-code' 9 years ago
Jordan Ayers cd5bef958f Remove dead code from alchemywindow.
Also align some braces.
9 years ago
dteviot bb54bbd273 Pulled duplicated functions into common base class 9 years ago
scrawl b509a18065 Remove code setting PcRace (Fixes #2886)
This is already handled by the RaceCheck script.
9 years ago
Marc Zinnschlag e76401d5ea Merge remote-tracking branch 'smbas/fix-opencs-bugs' 9 years ago
Marc Zinnschlag a52b947efe Merge remote-tracking branch 'dteviot/MagicEffectsRefactorDraft3' 9 years ago
Marc Zinnschlag 562f5cdec1 Merge remote-tracking branch 'scrawl/editor_saving' 9 years ago
scrawl 542c648e69 Fix incorrect assignment of PcRace, need to sort race IDs (Fixes #2884) 9 years ago
Stanislav Bas ba4b7df99d Add missing includes to columnimp.hpp 9 years ago
Stanislav Bas 720aca8f3d Inform about State change (not a whole row) when modifying a table value 9 years ago
Stanislav Bas 4d24eff859 Show race only when mesh type is Skin (in BodyParts table) 9 years ago
Stanislav Bas 6d81ca07b5 Convert AiWanderRepeat to bool in ActorAiRefIdAdapter::getNestedData() 9 years ago
scrawl 32ad8c86bf Fix the ESM::LandTexture NAME being discarded on loading 9 years ago
scrawl 031d64d0d3 Adjust OpenCS saving stages order to stop vanilla MW complaining about missing records 9 years ago
Marc Zinnschlag 50ec8b10f5 Merge remote-tracking branch 'dteviot/Bug2871' 9 years ago
Stanislav Bas b7295e2632 Columns with Display_Boolean use Combobox editor even for non-boolean values 9 years ago
Stanislav Bas aeb1acca51 Remove enum names for AiWanderRepeat column 9 years ago
Stanislav Bas e14aedc7cd ModifyCommand uses a proper name of a modified nested value 9 years ago
Stanislav Bas d038ac2da0 Sort tables by ID in the ascending order initially 9 years ago
scrawl ba8e4c22aa Avoid using loops to wrap angle values (Fixes #2882) 9 years ago
scrawl 52d8bc555c Add missing checks to see if spell still exists when loading a savegame (Bug #2883) 9 years ago
dteviot 5dd0ad6841 Fixed rest of travis errors. 9 years ago
dteviot 3fa5c6a0e7 fixed travis build failure 9 years ago
dteviot 77a1d947cc extracted MWMechanics::getPlayer() 9 years ago
dteviot 85bc41dedb replaced FLT_MAX with numeric_limits. 9 years ago
scrawl af3b0cd883 Improve some error messages 9 years ago
dteviot 3b231b85bb removed incorrect optimization.
Now it fixes #2871
9 years ago
Marc Zinnschlag 08325d14ca Merge remote-tracking branch 'dteviot/Bug2871' 9 years ago
Marc Zinnschlag d436dc332b Merge remote-tracking branch 'jeffreyhaines/gametimetracker' 9 years ago
Marc Zinnschlag 5cb0353b5c Merge remote-tracking branch 'jeffreyhaines/npcsdontscream' 9 years ago
dteviot c0d3804b4f Correctly handle disjoint pathgrid (Fixes #2871)
Bugfix:
When
1. Cell has multiple subgrids  (i.e. path grid is disjoint)
2. Distance between destination and pathgrid point 0 is less than distance to points of subgrid closest to start point
Then getClosestReachablePoint() returns pathgrid point 0 as the end point.
This is invalid, this end point cannot be reached from the start point.
9 years ago
dteviot 0ee7407101 extracted common sub-expressions. 9 years ago
dteviot ff5ef7055e extracted function CreatureStats::isParalyzed() 9 years ago
scrawl ba79d31929 Merge pull request #733 from corristo/fix-build
OS X cursor workaround build fix
10 years ago
Nikolay Kasyanov 166df28906 OS X cursor workaround build fix 10 years ago
Jeffrey Haines f94d3237fc Removed unused cmake import 10 years ago
Jeffrey Haines 61bb55aff4 Removed long int parameter 10 years ago
scrawl 4a68ceaeb7 Restrict the OS X cursor workaround to Intel graphics systems 10 years ago
Jeffrey Haines d91f197119 Time played display setting 10 years ago
Jeffrey Haines 69729046bf Updated parameter name to reflect units 10 years ago
Jeffrey Haines e86891d6e1 Time played displayed in save/load menus 10 years ago
Marc Zinnschlag 9918b57341 Merge remote-tracking branch 'origin/master' 10 years ago
Jeffrey Haines e1baf1ea48 NPCs scream when they die 10 years ago