Commit Graph

5573 Commits (65081f5520b733b235b87a9b98e5f6afbb331962)
 

Author SHA1 Message Date
Chris Robinson 34ddf69a31 Merge remote-tracking branch 'zini/next' into animation2 12 years ago
Marc Zinnschlag f19fbaa293 Merge remote-tracking branch 'mark76/multiple_esm_esp' into next 12 years ago
Marc Zinnschlag 2d937cd9e2 Merge branch 'gmst' into next 12 years ago
Marc Zinnschlag d40ee06897 fixed base/modified logic 12 years ago
Mark Siewert 55bd9eef66 Merge remote-tracking branch 'upstream/master' into multiple_esm_esp 12 years ago
Mark Siewert eefbdde6de - For pull request: remove all instances of maps used to track refnumbers.
- new file: apps/openmw/mwworld/store.cpp, had to move reference merging method out of the header file to prevent three-way recursion/unresolved forward references in custom compare operators.
12 years ago
Chris Robinson 735c1ec2ae Cleanup trace.cpp/h 12 years ago
Marc Zinnschlag 828695f295 added value column to gmst table 12 years ago
Marc Zinnschlag cce2d63433 added type column to gmst table 12 years ago
Marc Zinnschlag d5dd0640c7 basic gmst support 12 years ago
Chris Robinson f5afa43db5 Remove an unneeded parameter 12 years ago
Chris Robinson d47d2216f2 Use some const references where appropriate 12 years ago
Chris Robinson cbdd459500 Remove unneeded playerMove from PhysicActor 12 years ago
Chris Robinson ca6f8b6d88 Reorganize a bit of code in the movement solver 12 years ago
Chris Robinson fe0e6c452d Remove the unneeded playerMove object from PhysicsSystem 12 years ago
Nikolay Kasyanov 0d4b0bfd93 Trying to resolve sound issues on OS X with ffmpeg backend 12 years ago
Marc Zinnschlag dd2b7d5c63 handle deleted records 12 years ago
Marc Zinnschlag c1cd8305bc a bit of cleanup for the previous commit 12 years ago
Marc Zinnschlag 21733e8181 hide startup dialogue when opening open dialogue 12 years ago
Marc Zinnschlag adcaea464b basic globals record loading 12 years ago
Marc Zinnschlag 7d112e4d5c rewrote logic of content file loading 12 years ago
Chris Robinson 8de2d24d0e Restore old ground check 12 years ago
Chris Robinson 923d0d6eb4 Fix up some header includes 12 years ago
Chris Robinson e577ee2de8 Add a method to set/retrieve being on the ground 12 years ago
Chris Robinson ebc7bc9427 Rename A_AlwaysRun to A_Run
Note that there is an "always run" key, but its functionality is handled by
A_ToggleWalk.
12 years ago
Chris Robinson a8f0ce43a5 Add a run key 12 years ago
scrawl 814969dcae Cache integrity check uses relative paths, so that changing the build folder works without reset 12 years ago
Chris Robinson cbaf489eb6 Add running states 12 years ago
Chris Robinson 04524fbf92 Don't scale the movement vector up 12 years ago
Chris Robinson bdda7278c4 Use 3/4ths of the physic actor's height to test if swimming 12 years ago
Chris Robinson dfd16c4424 Fix movement rotations 12 years ago
Marc Zinnschlag 43912f927a Merge remote-tracking branch 'potatoesmaster/importer' into next
Conflicts:
	apps/openmw/mwworld/worldimp.cpp
12 years ago
Chris Robinson 9cf30f39bd Don't apply gravity when swimming 12 years ago
Chris Robinson fc307e64b0 Add swimming states 12 years ago
Chris Robinson 18b7008409 Better fix some scaling issues 12 years ago
Chris Robinson 535cd8360f Load extra animations for NPCs 12 years ago
Chris Robinson 8b1e7b95ba Attempt to load the skeleton source if it doesn't yet exist 12 years ago
Chris Robinson c839502743 Setup base_anim.nif as an initial skeleton source for biped creatures 12 years ago
Chris Robinson 054ef3113a Check existing skeleton sources if the current one has no animation root 12 years ago
Chris Robinson 16933e3926 Scale the accumulation root translation 12 years ago
Chris Robinson 600fe06f00 Use a vector of skeletons to handle animation sources 12 years ago
Chris Robinson e217a3d25c Silence some console spam 12 years ago
Emanuel Guevel a4f051e85a Fix game files import 12 years ago
Emanuel Guevel 6e3c016351 Add archives to settings imported by mwiniimporter
Add Morrowind.bsa by default.
12 years ago
Chris Robinson ee3764e9b3 Increase max slope to 60. 45 is too low. 12 years ago
Chris Robinson 8c0bb1ff4d Rotate movement in the movement solver 12 years ago
Michal Sciubidlo 347a734364 Move OpenDialog to editor and use it in startup dialogue.
Remove debug output from DataFilesList.
12 years ago
Chris Robinson f7f1adfb9d Don't accumulate animations with activators 12 years ago
Chris Robinson 2c39760bd5 Move the movement solver code to mwworld's physics system 12 years ago
Michal Sciubidlo f7e5ea24f4 Merge branch 'startup' into cs_load.
Fix include in textinputdialog.cpp.
12 years ago