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.
08484a46c7
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 '08484a46c7'
${ noResults }
openmw-tes3mp
/
apps
/
opencs
/
view
/
render
History
Marc Zinnschlag
048d7be87c
Adjusted terminology for references/referenceables in OpenMW-CS user-interface (
Fixes
#2516
)
10 years ago
..
cell.cpp
improved performance of CSVRender::Cell::addObjects by bypassing Qt model
10 years ago
cell.hpp
More Ogre + recent Boost build fixes
10 years ago
editmode.cpp
fix -Wnewline-eof warnings
10 years ago
editmode.hpp
added edit mode button to scene toolbar
10 years ago
elements.hpp
new element visibility button icons
10 years ago
lighting.cpp
fix -Wnewline-eof warnings
10 years ago
lighting.hpp
added lighting switching
11 years ago
lightingbright.cpp
fix -Wnewline-eof warnings
10 years ago
lightingbright.hpp
added bright lighting mode
11 years ago
lightingday.cpp
fix -Wnewline-eof warnings
10 years ago
lightingday.hpp
added day lighting mode
11 years ago
lightingnight.cpp
fix -Wnewline-eof warnings
10 years ago
lightingnight.hpp
added night lighting mode
11 years ago
mousestate.cpp
Fix some static analysis issues (coverity)
10 years ago
mousestate.hpp
Remove PhysicsManager singleton and use shared_ptr instead. Resolves the issue where sometimes destructors were called in an unexpected sequence resulting in a crash while exiting the application.
10 years ago
navigation.cpp
Fix cppcheck issues
10 years ago
navigation.hpp
Fix cppcheck issues
10 years ago
navigation1st.cpp
Fix for issue
#2051
. Not perfect (can get into a lock in some situations) but usable.
10 years ago
navigation1st.hpp
rolling
11 years ago
navigationfree.cpp
rolling
11 years ago
navigationfree.hpp
rolling
11 years ago
navigationorbit.cpp
fix -Wnewline-eof warnings
10 years ago
navigationorbit.hpp
added orbit navigation mode
11 years ago
object.cpp
one more potential 0-pointer fix
10 years ago
object.hpp
Yet more warnings suppressed.
10 years ago
overlaymask.cpp
Fix corruption issue when the initial scenewidget is closed before subsequent ones. Also place the label closer to the terrain height at the center of the cell, should reduce the perception of the label jumping around too much.
10 years ago
overlaymask.hpp
Remove override (c++11)
10 years ago
overlaysystem.cpp
fixed overlay singleton
10 years ago
overlaysystem.hpp
fixed overlay singleton
10 years ago
pagedworldspacewidget.cpp
Merge remote-tracking branch 'cc9cii/master'
10 years ago
pagedworldspacewidget.hpp
disable element visibility buttons that do not apply to the respective cell type
10 years ago
previewwidget.cpp
Another missed null shared_ptr conversion for gcc.
10 years ago
previewwidget.hpp
fixed some function names
11 years ago
scenewidget.cpp
Multiple document support.
10 years ago
scenewidget.hpp
Add function to cancel drag by pressing ESC. Remove debug code.
10 years ago
terrainstorage.cpp
Implement terrain rendering in OpenCS (
Fixes
#1597
)
10 years ago
terrainstorage.hpp
Implement terrain rendering in OpenCS (
Fixes
#1597
)
10 years ago
textoverlay.cpp
Use Ogre::uint8, fixes a missing include for uint8_t
10 years ago
textoverlay.hpp
Minor visual improvements.
10 years ago
unpagedworldspacewidget.cpp
Merge remote-tracking branch 'cc9cii/master'
10 years ago
unpagedworldspacewidget.hpp
disable element visibility buttons that do not apply to the respective cell type
10 years ago
worldspacewidget.cpp
Adjusted terminology for references/referenceables in OpenMW-CS user-interface (
Fixes
#2516
)
10 years ago
worldspacewidget.hpp
Remove PhysicsManager singleton and use shared_ptr instead. Resolves the issue where sometimes destructors were called in an unexpected sequence resulting in a crash while exiting the application.
10 years ago