Commit Graph

31908 Commits (e660a9ca16ef577fe82ab1c97ebe7e0898b3641a)
 

Author SHA1 Message Date
psi29a e21e3a0d46 Merge branch 'time' into 'master'
Pause/resume the game in Lua scripts

See merge request OpenMW/openmw!3317
1 year ago
psi29a 856262d4c0 Merge branch 'trainingwheels' into 'master'
Use the correct skills for training again

Closes #7536

See merge request OpenMW/openmw!3339
1 year ago
psi29a f9910290e0 Merge branch 'fix_hand_model' into 'master'
Fix #7506

Closes #7506

See merge request OpenMW/openmw!3335
1 year ago
psi29a de8869579a Merge branch 'fix_esmtool_format' into 'master'
Fix esmtool dump format

See merge request OpenMW/openmw!3348
1 year ago
Andrei Kortunov f053188247 Increase Lua API version 1 year ago
Alexei Kotov 1bd2667c66 Rename REFR::XTEL transition interior field 1 year ago
Alexei Kotov 1a62b2e6b5 ESM4: use switch-cases when relevant 1 year ago
Alexei Kotov 42c6b3b993 Use VER_100 named constant, note precautions 1 year ago
Petr Mikheev 6e90704409 Merge branch 'sphinx' into 'master'
Fix documentation building

See merge request OpenMW/openmw!3340
1 year ago
elsid 0d4833febb
Fix esmtool dump format 1 year ago
Alexei Kotov 4e156f2a7d NIFStream: improve handling of ranges and aligned types 1 year ago
Alexei Kotov 57144accf6 Phase out NIFStream::get[Types] 1 year ago
Alexei Kotov e7bbfed1fd Read BSTriShape bounds into array 1 year ago
Alexei Kotov 6dca3e68a6 NIFStream: don't read vectors of zero length 1 year ago
Alexei Kotov d078907dcb NIFStream: rewrite loading for everything
Replace overloading with read() template specializations for every type that needs specific handling
Make use of the new read() or get() in all methods
Move complex string-related methods to implementation
1 year ago
Alexei Kotov ce13f05187 NIFStream: clean up comments 1 year ago
Alexei Kotov e8f9a918ae NIFStream: use the right function for readArray 1 year ago
Alexei Kotov 4f549c267f NIFStream: rename input stream and file methods
To conform to modern style conventions
1 year ago
Alexei Kotov 62d643f668 NIFStream: Drop LittleEndian from reading methods
This is just noise. We don't clarify reading endianness for any other file format.
1 year ago
Alexei Kotov aed440ce64 Clean up error handling in NIFStream reading
No particular reason to introduce is_arithmetic specifically for 16-bit floats, there's no significant code duplication
Bypassing getBoolean() could be error-prone for records that are shared between pre-4.2 and post-4.2 formats
1 year ago
Alexei Kotov 9da6ce23e9 Maybe load FO4 sound descriptor records 1 year ago
Alexei Kotov da9a834ce8 Maybe load FO4 body part data records 1 year ago
Alexei Kotov f3c1b0e7eb Load FO4 form lists 1 year ago
Alexei Kotov 9ec68e864c Load ESM4 idle animations correctly for every game 1 year ago
Alexei Kotov 07c85addb2 Cleanup 1 year ago
Alexei Kotov f7a85be504 Maybe load FO4 armor addon records
You still can't load into the game because of some unclear localization string problem.
But if getLocalizedString doesn't throw an exception, then it'll work. Sort of.
1 year ago
Alexei Kotov f302f06e98 Maybe load FO4 dialogue records
The entirety of Fallout4.esm can be read now (well, in esmtool, at least)
1 year ago
Alexei Kotov b7efdc4add Use the correct filenames for FO4 string tables 1 year ago
Alexei Kotov cb7e9f4a01 Maybe load FO4 quest records 1 year ago
Alexei Kotov db66149891 Skip LAND::MPCD subrecord 1 year ago
Alexei Kotov a2e185d0f9 Maybe load FO4 worldspace records 1 year ago
Alexei Kotov 47af96eb12 Generalize extended storage subrecord handling 1 year ago
Alexei Kotov ed75c0b311 Maybe load FO4 placed grenade subrecords 1 year ago
Alexei Kotov 3b3545fa58 Fix cell grid and owner subrecord loading for FO4 1 year ago
Alexei Kotov ae828064a4 ESM4::NAVM: fix loading of NVNM after XXXX 1 year ago
Alexei Kotov 8822df7e4a Maybe load FO4 placed NPC records 1 year ago
Alexei Kotov 0a514db0b5 Skip more FO4 navmesh data 1 year ago
Alexei Kotov 10e841b00f Fix formatting 1 year ago
Alexei Kotov 95488d6ec9 Maybe load FO4 cell references 1 year ago
Alexei Kotov 5a73b351e2 Maybe load FO4 cell records 1 year ago
Alexei Kotov 2b1ca84cb2 Skip FO4 navmesh data 1 year ago
Alexei Kotov 6c82aef29f Maybe load FO4 region records 1 year ago
Alexei Kotov bcaa402315 Maybe load FO4 levelled item records 1 year ago
Alexei Kotov 1b29077206 Maybe load FO4 terminal records 1 year ago
Alexei Kotov 32f8d08dd3 Maybe load FO4 note records 1 year ago
Alexei Kotov cfa19cf719 Maybe load FO4 levelled actor records 1 year ago
Alexei Kotov 4dc4add62d Maybe load FO4 NPC records 1 year ago
Alexei Kotov e9f9da98cf Maybe load FO4 ammunition records 1 year ago
Alexei Kotov dcb791083e Maybe load FO4 weapon records 1 year ago
Alexei Kotov ad8d691352 Load object templates in FO4 NPC and weapon records 1 year ago