This website works better with JavaScript.
Explore
Help
Sign In
mirror
/
openmw-tes3mp
mirror of
https://github.com/TES3MP/openmw-tes3mp.git
Watch
1
Star
0
Fork
You've already forked openmw-tes3mp
1
Code
Issues
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5b060ffe8d
0.8.1
master
0.8.2
0.8.1-vr
0.8.0-vr
0.8.0
0.7.1-build-fixes
0.7.0
ffi-server-rewrite
experimental-mono
sol2-server-rewrite
0.6.3
0.6.2
0.6.1-openmw-updates
new-script-api
0.6.1
experimental
coverity_scan
openmw-39
move
openmw-36
openmw-38
drop
openmw-37
sceneinput
c++11
test
replace
celladd
search
openmw-35
moveref
report
loadfix
openmw-33
deque
openmw-30
actorid
openmw-0.39.0
openmw-0.38.0
openmw-0.37.0
openmw-0.36.1
openmw-0.36.0
openmw-0.35.1
openmw-0.35.0
openmw-0.34.0
openmw-0.33.1
openmw-0.33.0
openmw-0.32.0
openmw-0.31.0
openmw-0.30.0
openmw-0.29.0
openmw-0.28.0
openmw-0.27.0
openmw-0.26.0
openmw-0.25.0
openmw-0.24.0
openmw-0.23.0
openmw-0.22.0
openmw-0.21.0
openmw-0.20.0
openmw-0.19.0
openmw-0.18.0
openmw-0.17.0
openmw-0.16.0
openmw-0.15.0
openmw-0.14.0
openmw-0.13.0
openmw-0.12.0
openmw-0.11.1
openmw-0.11.0
openmw-0.10.0
openmw-0.9.0
0.7.0-alpha
old_d_version
openmw-0.07_Bond_just_Bond
openmw-0.08
tes3mp-0.0.1b
tes3mp-0.0.1b.2
tes3mp-0.0.1c
tes3mp-0.2.0
tes3mp-0.3.0
tes3mp-0.4.0
tes3mp-0.4.1
tes3mp-0.5.0
tes3mp-0.5.1
tes3mp-0.6.0
tes3mp-0.6.1
tes3mp-0.6.2
tes3mp-0.8.0
tes3mp-0.8.1
tes3mp-0.8.1-vr
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '5b060ffe8d'
${ noResults }
openmw-tes3mp
/
apps
/
openmw
/
mwrender
History
Chris Robinson
4641737fc4
Update part skeletons immediately when added
12 years ago
..
.gitignore
directory structure reorganisation (still missing the mangle stuff)
15 years ago
activatoranimation.cpp
Create the Animation SceneNode in the constructor
12 years ago
activatoranimation.hpp
Return the movement vector from runAnimation
12 years ago
actors.cpp
Fix crash when disabling objects in a previously loaded cell, then coming back to that cell and leaving again
12 years ago
actors.hpp
Make insertBegin internal
12 years ago
animation.cpp
Remove unused function
12 years ago
animation.hpp
Remove unused function
12 years ago
camera.cpp
Some changes suggested by cppcheck
12 years ago
camera.hpp
Fix uninitialized AL listener position/orientation when the game is paused during the first frame
12 years ago
cell.hpp
implemented take action
15 years ago
characterpreview.cpp
Some changes suggested by cppcheck
12 years ago
characterpreview.hpp
Fix chargen race menu bug, updating a render target from within MyGUI's ControllerManager update is not a good idea
12 years ago
compositors.cpp
fix triangle / batch counts with compositors
13 years ago
compositors.hpp
fix triangle / batch counts with compositors
13 years ago
creatureanimation.cpp
Create the Animation SceneNode in the constructor
12 years ago
creatureanimation.hpp
Return the movement vector from runAnimation
12 years ago
debugging.cpp
Rename MWRender's Player to Camera
12 years ago
debugging.hpp
Rename MWRender's Player to Camera
12 years ago
externalrendering.hpp
added support for out of world rendering
12 years ago
globalmap.cpp
Some changes suggested by cppcheck
12 years ago
globalmap.hpp
transparent overlay
12 years ago
localmap.cpp
Fix a problem with statics disappearing sometimes on the map
12 years ago
localmap.hpp
Cleanup
12 years ago
npcanimation.cpp
Update part skeletons immediately when added
12 years ago
npcanimation.hpp
Remove unnecessary mBodyPrefix field
12 years ago
objects.cpp
Make insertBegin internal
12 years ago
objects.hpp
Make insertBegin internal
12 years ago
occlusionquery.cpp
Some changes suggested by cppcheck
12 years ago
occlusionquery.hpp
Fix the frame update not getting called on the first frame
12 years ago
refraction.cpp
Cleanup
12 years ago
refraction.hpp
Make sure render textures are inactive when in a cell without water
12 years ago
renderconst.hpp
Fix first person meshes casting shadows
12 years ago
renderinginterface.hpp
rotateObject() added, input system rewritten
13 years ago
renderingmanager.cpp
Remove unused stuff
12 years ago
renderingmanager.hpp
Restored window resizing
12 years ago
ripplesimulation.cpp
NPCs / creatures can now emit ripples
12 years ago
ripplesimulation.hpp
NPCs / creatures can now emit ripples
12 years ago
shadows.cpp
Terrain material now uses multiple passes if required, which means it can support an arbitrary number of layers. Also re-enables PSSM.
12 years ago
shadows.hpp
basic shadows
13 years ago
sky.cpp
Fix sun glare persisting after changing to an interior cell
12 years ago
sky.hpp
Camera relative sky rendering. Now we no longer need to keep sky position in sync with camera.
12 years ago
terrain.cpp
Forgot to change initTerrainTextures
12 years ago
terrain.hpp
Trace actors onto the ground after load, when moved to a different cell by the console or on player cell change.
12 years ago
terrainmaterial.cpp
init pointer value to prevent segfault
12 years ago
terrainmaterial.hpp
Terrain material now uses multiple passes if required, which means it can support an arbitrary number of layers. Also re-enables PSSM.
12 years ago
videoplayer.cpp
Some changes suggested by cppcheck
12 years ago
videoplayer.hpp
Make VideoPlayer::playVideo block until the video finishes
12 years ago
water.cpp
Camera relative sky rendering. Now we no longer need to keep sky position in sync with camera.
12 years ago
water.hpp
Some changes suggested by cppcheck
12 years ago