Commit Graph

790 Commits (0.7.0)

Author SHA1 Message Date
Stanislav Bas 89e44c8f1f Remove explicit record ID in load/read methods of MWWorld::Store 9 years ago
Stanislav Bas b2f3ccb080 Add NAME handling to GameSetting record 9 years ago
Stanislav Bas 09a3358017 Add NAME and DELE handling to Global record 9 years ago
Stanislav Bas 30b42bf4c0 Remove redundant code 9 years ago
Stanislav Bas 8c3654af11 Add NAME handling to Race record 9 years ago
Stanislav Bas b667338a8f Add NAME and DELE handling to Cell record 9 years ago
Stanislav Bas 847614c26f Add DELE handling to Info record 9 years ago
Stanislav Bas 0b537186e5 Add NAME and DELE handling to Dialogue record 9 years ago
Stanislav Bas 19ac4e942a Change DELE sub-record value to 0 (4 bytes) 9 years ago
Stanislav Bas d2c15647a3 Add NAME and DELE handling to Script record 9 years ago
Stanislav Bas 9ac20a3355 Add NAME and DELE handling to ESM records.
Changed records are those where DELE is inserted at the beginning of a
record (before NAME).
The record has all required sub-records in this case.
9 years ago
Stanislav Bas 926c825d0c Add NAME and DELE handling to ESM records.
Changed records are those where DELE is located after NAME sub-record.
And DELE is the last sub-record.
9 years ago
Alexander "Ace" Olofsson 2bebfea38d Instantiate struct as a struct 9 years ago
Alexander "Ace" Olofsson 3655ef16af Explicitly instantiate ESM::StatState 9 years ago
scrawl a1432b0255 Move attackingOrSpell flag to the CharacterController 9 years ago
scrawl a081d402c5 Use the format field instead of version field 9 years ago
scrawl 4637750601 Savegame loading optimization 9 years ago
scrawl 1956e2c988 Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
	apps/opencs/CMakeLists.txt
9 years ago
scrawl 502cc852da Handle encoding conversions when saving TES3 header (Fixes #2727) 9 years ago
scrawl 882e359008 Move attackStrength to the CharacterController, where it should have been to begin with
Only relevant for actors in active cells, so doesn't belong in CreatureStats. This change should slightly reduce the game's memory usage.
9 years ago
scrawl 5bc6513e2d Fix projectile hit bug where the incorrect attackStrength would be used if a new attack has been performed in the meantime 9 years ago
scrawl 5ac502d104 Merge branch 'master' of https://github.com/OpenMW/openmw into osg 9 years ago
scrawl d3ef075952 Fix an uninitialized variable 9 years ago
scrawl a5670b5133 Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
	apps/opencs/CMakeLists.txt
	apps/opencs/main.cpp
	apps/openmw/mwworld/player.hpp
9 years ago
scrawl 2ce269c0fc Werewolf stats compatibility with old save files 9 years ago
scrawl d6a7255391 Loading/saving for player's original skills/attributes (prior to becoming a werewolf) 9 years ago
scrawl 44582fe3b3 Don't use separate werewolf skills/attributes for non-player werewolves
Still need to deal with save files.
9 years ago
scrawl cad18969e3 Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
	apps/openmw/mwmechanics/aicombat.cpp
	apps/openmw/mwmechanics/aitravel.cpp
9 years ago
Marc Zinnschlag e17f7ac81a Merge remote-tracking branch 'cc9cii/master' 9 years ago
scrawl 28caeadef4 Improve error message for not found records 9 years ago
cc9cii b81454d226 Fix using wrong bit flag for NPC stats auto-calculation. Also set the corresponding mNpdtType which is used when determining which data structure to save. Should resolve Bug #2668. 9 years ago
scrawl 4bb3cbf0fb Remove last remains of Ogre 9 years ago
scrawl b70383d127 Remove last remains of Ogre math 9 years ago
scrawl 974fda5bde Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
	extern/sdl4ogre/sdlwindowhelper.cpp
9 years ago
scrawl cdd0623009 Terrain rendering 9 years ago
scrawl de8e5f0db1 Restore projectiles 9 years ago
scrawl a066b24303 Restore WeaponAnimation 9 years ago
cc9cii 5fd107a95c Fix crash with array out of bounds when refNum index is incorrect. 9 years ago
scrawl 22f01b1232 Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
	apps/launcher/graphicspage.cpp
	apps/opencs/editor.cpp
	apps/opencs/model/doc/document.cpp
	apps/opencs/view/render/cell.cpp
	apps/opencs/view/render/mousestate.cpp
	apps/opencs/view/render/textoverlay.cpp
	apps/opencs/view/render/worldspacewidget.cpp
	apps/openmw/mwclass/creature.cpp
	apps/openmw/mwclass/npc.cpp
	apps/openmw/mwgui/inventorywindow.cpp
	apps/openmw/mwgui/loadingscreen.cpp
	apps/openmw/mwgui/mapwindow.cpp
	apps/openmw/mwgui/pickpocketitemmodel.cpp
	apps/openmw/mwgui/waitdialog.cpp
	apps/openmw/mwmechanics/combat.cpp
	apps/openmw/mwmechanics/mechanicsmanagerimp.cpp
	apps/openmw/mwrender/globalmap.cpp
	apps/openmw/mwworld/physicssystem.cpp
	apps/openmw/mwworld/refdata.cpp
	apps/openmw/mwworld/scene.cpp
	apps/openmw/mwworld/worldimp.cpp
	components/sdlutil/sdlinputwrapper.cpp
	extern/shiny/Main/Factory.cpp
	extern/shiny/Main/MaterialInstance.cpp
	extern/shiny/Main/Platform.cpp
	extern/shiny/Main/ShaderSet.cpp
9 years ago
cc9cii 7f12fc4770 Fix for Bug #2544. Add a default mNpdtType to ESM::Npc::blank(). 9 years ago
scrawl e1f4a7f647 Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
	apps/openmw/engine.cpp
	apps/openmw/mwgui/mainmenu.cpp
	apps/openmw/mwgui/windowmanagerimp.cpp
	apps/openmw/mwinput/inputmanagerimp.cpp
	apps/openmw/mwrender/animation.cpp
	apps/openmw/mwrender/debugging.cpp
	apps/openmw/mwrender/npcanimation.cpp
	apps/openmw/mwrender/renderingmanager.cpp
	apps/openmw/mwrender/sky.cpp
	components/nif/nifkey.hpp
	components/nif/nifstream.hpp
	components/nifbullet/bulletnifloader.cpp
	components/nifogre/ogrenifloader.hpp
	libs/openengine/bullet/physic.cpp
	libs/openengine/gui/manager.cpp
9 years ago
Marc Zinnschlag ba57a648db Merge remote-tracking branch 'rohit-n/reorder' 9 years ago
Marc Zinnschlag 607a16eb01 removed leftover ignoreRefNum argument 9 years ago
Rohit Nirmal 997347b01e Silence -Wreorder warnings. 9 years ago
cc9cii 7673be6d0f Loading of moved refs complete. 9 years ago
cc9cii e668b35b02 Fix typo. 9 years ago
cc9cii dcce59f76c Pass MovedCellRef info to RefCollection. Still has debugging code. 9 years ago
cc9cii acb800b8f9 Resolve merge issues and fix typos. 9 years ago
cc9cii f1a58994c6 Merge branch 'master' into moveref
Conflicts:
	apps/opencs/model/world/columns.hpp
	apps/opencs/model/world/commands.cpp
	apps/opencs/model/world/commands.hpp
	apps/opencs/model/world/ref.cpp
	apps/opencs/view/world/dialoguesubview.cpp
	apps/opencs/view/world/dialoguesubview.hpp
	apps/opencs/view/world/util.cpp
	components/esm/cellref.hpp
9 years ago
scrawl 68f93294da Port EffectManager 9 years ago
scrawl 25f1c1ae76 Remove persistent flag which will be unused 9 years ago
scrawl 4e69e7cc0f OpenMW compiles and runs w/o render window 9 years ago
scrawl 232e34bddd OpenCS: port lighting toolbar, fix multiple context GL objects issue 9 years ago
scrawl 236d628884 Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
	apps/opencs/model/doc/document.cpp
	apps/opencs/model/doc/documentmanager.cpp
	components/CMakeLists.txt
	components/bsa/resources.cpp
	components/nif/data.hpp
	components/nif/node.cpp
	components/nifogre/mesh.hpp
	components/nifogre/ogrenifloader.cpp
	components/nifogre/particles.cpp
9 years ago
Nikolay Kasyanov 3e45e9a48a Remove no longer required strnlen wrapper
It was used for MinGW & OS X < 10.7. Minimal OS X version was bumped to
10.7 and MinGW support was recently dropped (see
1eaa64c49c).
9 years ago
cc9cii 488bc76da5 Fix saving land data. 9 years ago
Marc Zinnschlag 056bc66c6c Merge remote-tracking branch 'scrawl/master' 9 years ago
scrawl 5f051b5bf2 Remove comment about GMST cleaning which was removed. 9 years ago
Scott Howard e2ef8c4022 fix -Wnewline-eof warnings 9 years ago
scrawl e30f240ba2 Add travel service support for creatures (Fixes #2432) 9 years ago
dteviot 36141b0c53 Merge remote-tracking branch 'OpenMW/master' into FixWarnings
Conflicts:
	apps/openmw/mwinput/inputmanagerimp.cpp
	apps/openmw/mwmechanics/actors.cpp
	extern/sdl4ogre/sdlcursormanager.cpp
9 years ago
dteviot e197f5318b fixing MSVC 2013 warning C4244: & C4305
conversion from 'const float' to 'int', possible loss of data
conversion from 'double' to 'int', possible loss of data
conversion from 'float' to 'int', possible loss of data
9 years ago
Marc Zinnschlag ba482fa41f Merge remote-tracking branch 'dteviot/FixWarnings' 9 years ago
dteviot f2ac939e61 reverted mShouldRepeat back to unsigned char.
As recommended by Scrawl.
9 years ago
dteviot 45b6538820 fixed MSVC 2013 warning C4800
forcing value to bool 'true' or 'false'
9 years ago
cc9cii d28f257ada Fix for bug #2428. Set default flag value (mandatory) for containers. 9 years ago
Marc Zinnschlag 4e1c086d6a load start up script records 9 years ago
Marc Zinnschlag bf92d5cde9 removed redundant mScript field in ESM::StartScript 9 years ago
scrawl da690c91b3 Delete the old Ogre DataStream class 9 years ago
scrawl 8f0ab7d09f ESM component no longer relies on Ogre DataStreams 9 years ago
Marc Zinnschlag 8686ffcedb Merge remote-tracking branch 'scrawl/master' 9 years ago
scrawl 96a295c44f Fix for deleting all items in a levelled list 9 years ago
scrawl 8b417c06db Fix missing clear in ESM::Spell::load (Fixes #2368) 9 years ago
Kamil Bar 3b7a23aa72 Fixed charge checks for light and other objects, corrected CellRef charge union comments 9 years ago
scrawl 49d912e5b6 Don't rely on subrecord order part 2
Nice side effects:
 - Subrecord name comparison now uses magic number instead of string (faster)
 - Improves the error message for unknown subrecords: will print the record in question instead of failing to read the next record with a strange error
9 years ago
scrawl 9009889d24 Don't rely on subrecord order when reading (Fixes #2361) 9 years ago
scrawl cff0127ce7 Update comment on merging levelled lists 9 years ago
scrawl d18d2a1882 Skip rest of LEVI record if it has no items (Bug #2348) 9 years ago
scrawl bea88c3643 Stolen item tracking overhaul part 2 (Fixes #2338) 9 years ago
scrawl 6d097fbfbd Normalise spelling of "levelled" throughout the code 9 years ago
scrawl fec8cf91f5 Add exception handling to various uses of DataStream::read 9 years ago
scrawl 2346c3528d Remove NpcStats::mProfit and store it in the script instead
Also use the Profit label when the "minimumProfit" script variable exists, rather than hardcoding to NPCs.
9 years ago
scrawl b9acf437fd Remove friendly hits from the save file
The vanilla engine does not store friendly hits in the save file. Since there's no other mechanism that ever resets the friendly hits (at least not to my knowledge) this should be regarded a feature rather than a bug.
9 years ago
scrawl 081c8c8615 ESSImport: convert to utf8, based on encoding setting in openmw.cfg 9 years ago
scrawl e712b0353b Terrain refactoring, reduce game startup time and memory usage 9 years ago
scrawl 62a32220ff Use low-LOD heightmap for world map rendering
Add vanilla-accurate colour palette (thanks Hrnchamd)
9 years ago
scrawl 431f540791 ESSImport: fix NPC factions 9 years ago
scrawl 875df46ae9 ESSImport: convert journal indices 9 years ago
scrawl 6367b4dc0b Improve INFO struct naming 9 years ago
scrawl 9d3f0b2ed5 Remove some unused code, include cleanup 9 years ago
scrawl d34086ac8f ESSImport: convert running global scripts 9 years ago
dteviot 946dd16696 Fixed Windows warning.
warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
9 years ago
dteviot f95743ccc3 Fixed MSVC warning.
warning C4305: 'return' : truncation from 'double' to 'float'
9 years ago
dteviot e02bab67ba Fixed MSVC warnings.
warning C4099: 'ESM::ESMReader' : type name first seen using 'class' now seen using 'struct'
warning C4099: 'ESM::CellId' : type name first seen using 'struct' now seen using 'class'
9 years ago
Nathan Aclander 33ce03dfc5 Should be compared against uint only 9 years ago
scrawl b1bd236345 ESSImport: convert script local variables
Had to add special reading code to openmw, because the variable names are not stored.
9 years ago
Marc Zinnschlag 7f905470fa fixed moved reference loading 9 years ago
scrawl 7d76213374 Fix loading faction reactions for older savegames (Fixes #2301) 9 years ago
Marc Zinnschlag 89998a6a03 save MVRF subrecords 9 years ago
scrawl 79d2eebe54 Store selected enchant item in savegame (Fixes #1702) 9 years ago
scrawl c883a73d30 Several warning fixes 9 years ago
scrawl 8b5effe3e0 Fix wrong magic number for JOUR in openmw savegames 9 years ago
scrawl e203127952 ESSImport: read script variables (not converted yet) 9 years ago
scrawl 1e92cab3e7 ESSImport: read dialogue/journal records, not converted yet 9 years ago
scrawl 69676906ae Don't clear known spells when reading from the savegame
This is needed because the .ess format doesn't include the racial spells in the player's spell list.
9 years ago
scrawl c7d15e6f74 Revert "Revert "Light charge handling fix""
This reverts commit b95748d044.
9 years ago
scrawl d13335ba40 Ensure the item can be equipped in the given slot when loading inventory 9 years ago
scrawl c65f9cb3c0 Revert "Change save format to store relative equipment index"
This reverts commit 89d9649b50.
9 years ago
scrawl b95748d044 Revert "Light charge handling fix"
This reverts commit 5e0428243b.
9 years ago
Marc Zinnschlag a97f599e65 fixed ref num saving in non-wide format 9 years ago
Marc Zinnschlag 764c155cec moved code for writing/reading ref nums into RefNum struct 9 years ago
scrawl 5e0428243b Light charge handling fix 9 years ago
scrawl db64ff6645 Fix actorId initialization 9 years ago
scrawl 89d9649b50 Change save format to store relative equipment index
Store the index for the allowedSlots vector instead of the absolute slot index. This will more gracefully handle edge cases like the available slots for an item having changed when loading the game, or the "allows stacking" property having changed. However the main reason this was done is to ease work on the essimporter.
9 years ago
scrawl d473629dcd Improve ESMReader error messages 9 years ago
scrawl 06736e9e03 ESSImport: convert faction reactions and known dialogue topics 9 years ago
scrawl 5104a5a023 Add missing setFactionReaction instruction, use absolute storage instead of difference
Seems to be closer to how MW is storing it (it has the complete FACT record in the savegame, actually).

This (somewhat) breaks OMW savegame compatibility in that old changes are discarded, but I don't think the faction reactions are quest relevant anywhere.
9 years ago
scrawl 9014dc48ee Don't require the object type id for reading references from savegames
This is redundant, since we can look it up from the RefID.
9 years ago
scrawl 8e1eeccbe1 ESSImport: container state 9 years ago
scrawl a7b82e5107 ESSImport: inventory loading works, equipment slots need more work 9 years ago
scrawl 235683e449 Remove LightState from openmw save format to streamline inventory loading 9 years ago
scrawl f9cf31fcd5 ESSImport: convert custom map markers, not working for interiors yet 9 years ago
scrawl 19ed047dec ESSImport: add some subrecords to CellRef and others, most files should load now, importacdt/cellref class structure need some refactoring 9 years ago
scrawl 08ad4d73bb ESSImport: player is placed in correct cell, npc cellrefs work 9 years ago
scrawl cbf56dbb47 ESSImport: work on cell fog of war 9 years ago
scrawl 031eec4550 Starting ESS importer for Morrowind save files 9 years ago
scrawl fc663addfa Fix null character issue in ESMReader::getString 9 years ago
scrawl 1869d37cfc Remove unused mLastDrowningHit 9 years ago
dteviot 7aa0f887c0 Minor changes to ESM::RefNum
1. Changed mIndex to unsigned, to solve potential implementation defined behavior with right shift.
2. Refactoring to minimize use of magic number -1 to indicate "no Content File".
10 years ago
scrawl ef7e0070a6 Don't right-shift signed integers which is implementation-defined 10 years ago
scrawl e19ab77d00 Store camera first person state in savegame (Fixes #2255) 10 years ago
scrawl f267497c03 Allow separate summoned creature instances for each spell ID (Fixes #2194) 10 years ago
Thoronador 773669952b remove initializing constructors from "dumb structs"
As suggested by Marc Zinnschlag:
https://github.com/OpenMW/openmw/pull/423#issuecomment-68526701
10 years ago
Thoronador 9cc219ff76 fix uninitialized members in Pathgrid::Point 10 years ago
Thoronador 87fac78823 fix uninitialized members in Cell and structures 10 years ago
scrawl 01652bbcc5 Store original actor position in AiWander package (Fixes #2200) 10 years ago
scrawl e2346d7c37 Store permanent magic effects in savegame (Fixes #1648) 10 years ago
scrawl f931ba2efc Fix some static analysis issues (coverity) 10 years ago
scrawl 886903d70e Implement HitAttemptOnMe function (Bug #2078) 10 years ago
scrawl e0c6f84546 AiFollow: target has to be seen in order to start following (Fixes #1637) 10 years ago
scrawl 3f0bc6eecb Ignore extra bytes after the SCVR string list (Fixes #2184) 10 years ago
scrawl dffa8c6c14 Re-insert existing DialInfo records when they are modified by another content file (Fixes #2170) 10 years ago
cc9cii 5ae1554a75 Simplify skipping moved references (thanks scrawl) 10 years ago
cc9cii 33c454e073 Check whether any subrecords remain after skipping moved references. Should resolve bug #2070. 10 years ago
scrawl 273a80e2c0 Merge branch 'master' of https://github.com/OpenMW/openmw 10 years ago
scrawl 92ab292e18 Make MODL subrecord for light records optional (Fixes #2114) 10 years ago
MiroslavR b8d5a9486a Make Restore/Damage Attribute/Skill effects continuous 10 years ago
scrawl fc1a897fbf Add comment to WNAM in ESM::Land 10 years ago
scrawl 4047e3c928 Properly handle DialInfo records that were marked as Deleted (Fixes #2035) 10 years ago
scrawl 86280df55a DialInfo: Clear SelectStructs from previous loadings when a record is overwritten (Fixes #2017) 10 years ago
Marc Zinnschlag 21b16f8425 Merge branch 'tables'
Conflicts:
	apps/opencs/CMakeLists.txt
	apps/opencs/model/world/data.cpp
	apps/opencs/model/world/data.hpp
10 years ago
scrawl 8786fb639f Implement terrain rendering in OpenCS (Fixes #1597) 10 years ago
scrawl 861cc26aa6 Don't sell racial spells (Fixes #1961) 10 years ago
Marc Zinnschlag f4c9897bbd Merge branch 'master' into tables 10 years ago
Marc Zinnschlag d64127106b load and save pathgrid records 10 years ago
scrawl 7252cb63a6 Fix cppcheck issues 10 years ago
scrawl 790e0150b1 Fix global map markers being duplicated when cell is visited again 10 years ago
Marc Zinnschlag 850dbb55a5 improved magic effect IDs 10 years ago
Marc Zinnschlag 58a9176c18 preparing magic effects record for use in OpenCS 10 years ago
scrawl 45b4304237 Store levitation/teleport enabled state in savegames (Fixes #1923) 10 years ago
Marc Zinnschlag 02247fe712 load and save sound gen records 10 years ago
scrawl dec9ffdb6c ESM: Make sure to clear old list when a list is overwritten by another content file (Fixes #1932) 10 years ago
Marc Zinnschlag d1d861e1be Merge branch 'run'
Conflicts:
	apps/opencs/model/world/columns.cpp
	apps/opencs/model/world/columns.hpp
	apps/opencs/model/world/data.cpp
	components/CMakeLists.txt
10 years ago
Marc Zinnschlag bf6150d009 allow project scope scripts 10 years ago
Marc Zinnschlag d4c27d4ce0 Merge remote-tracking branch 'mellotanica/master' 10 years ago
Marco Melletti 9b6faa2ffa wrong rearrangement fixes
misleading comments fixed
10 years ago
Marco Melletti e1393ad2df reputation sorted out 10 years ago
Marco Melletti 2e47290ed0 finished loadnpc.hpp, fixed npdt 52byte structure 10 years ago
scrawl 1c178768f5 Allow Script records with missing SCDT (precompiled code, not used anyway)
Not sure on the exact conditions, but this was missing in a plugin that I made in the TES-CS, while vanilla MW would load it just fine.
10 years ago
Marco Melletti bc7e154643 done with header files, unsure about mSkills and mReputation in
loadnpc.hpp
10 years ago
Marco Melletti 8bce460f34 loadnpc is still unfinished, bodypartcheck.cpp mFlags check fix 10 years ago
cc9cii df87859d7c Move the workaround to loadscpt.cpp as per feedback comments. 10 years ago
scrawl 4f92044d71 Allow user-created markers on local map (Fixes #1571) 10 years ago
scrawl 44642ae21b Fix incorrect Speed value in ESM::MagicEffect (thanks Hrnchamd) 10 years ago
MiroslavR 46e9ee408f Do not allow mods to change fixed effect properties in the legacy format, but allow it entirely in the new format. 10 years ago
MiroslavR d16e0c063c Enchanting, spellmaking dialog: check for flags when listing known effects 10 years ago
Marc Zinnschlag f468c53281 renamed the script field in DebugProfile to improve consistency 10 years ago
Marc Zinnschlag 232c6c9ad3 Merge branch 'scriptedit' into run 10 years ago
MiroslavR 85aa237baf Implement removal of corprus spells 10 years ago
MiroslavR 96e7ff666d Implement saving/loading of corprus stats, remove redundant code 10 years ago
scrawl 360c7f863c Store magic effect Base values in savegame (Fixes #1489) 10 years ago
Marc Zinnschlag 3486da0fb0 consolidated the debug profile flags into a single and added a global flag 10 years ago
scrawl 77a4e38c49 Remove -Wno-ignored-qualifiers and fix caused warnings 10 years ago
scrawl 28e61c9834 Add default values for fDifficultyMult and sDifficulty (Fixes #1742)
Also added values for some other GMSTs added in a Morrowind patch or Tribunal/BM
10 years ago
scrawl e2ee3b2497 Merge branch 'master' of https://github.com/OpenMW/openmw
Conflicts:
	apps/openmw/mwrender/terrainstorage.cpp
10 years ago
scrawl 28fe81df90 Make Lights with OffDefault flag not emit light nor particles when placed in a cell (Fixes #1796) 10 years ago
scrawl 4138c3e966 Reuse health of previous level rather than recalculating initial health (Fixes #1787) 10 years ago
Marc Zinnschlag ee3acc31a8 minor correction to previous commit 10 years ago
cc9cii c43bd3c345 Continue loading esm after detecting string table overflow condition. Should resolve bug #1774. 10 years ago
scrawl 22d7d8a466 Implement Command creature/humanoid magic effects (Fixes #1120) 10 years ago
scrawl 2e7b5fde7c Fix uninitialized QuestStatus in DialInfo (Fixes #1694) 10 years ago
Marc Zinnschlag 30f114873d added debug profile record 10 years ago
scrawl 45af34d189 Merge branch 'master' of https://github.com/OpenMW/openmw 10 years ago
scrawl ccde462308 Fix typo (RefId -> RefNum) 10 years ago
scrawl 4773d754c6 Remove redundant isHostile flag (Fixes #1652) 10 years ago
Marc Zinnschlag 7991dfb907 Merge remote-tracking branch 'scrawl/master' 10 years ago
Marc Zinnschlag c9cd7fb6b7 Merge branch 'scripts' 10 years ago
scrawl 1a04501951 Handle faction save/load properly when player has faction reputation in a faction he is not a member of (Fixes #1573) 10 years ago
Marc Zinnschlag acb728195f improved documentation of ESM::Script member variables 10 years ago
scrawl 75abe8db31 Ignore FLTV from old savegames 10 years ago