capostrophic
|
7cc70ffb50
|
Reduce skinned shape code duplication
|
5 years ago |
capostrophic
|
bd6c455fd4
|
Reduce code duplication for non-skinned shapes
|
5 years ago |
capostrophic
|
b4f54651f8
|
Make sure strips have valid size
|
5 years ago |
capostrophic
|
6599a28ecf
|
Generate collision shape based on NiTriStrips
|
5 years ago |
capostrophic
|
adb06913f7
|
Add basic NiTriStrips rendering (no physics yet)
|
5 years ago |
capostrophic
|
8efbdeaa57
|
Load NiTriStrips/NiTriStripsData (don't do anything yet)
|
5 years ago |
capostrophic
|
7b6af4a893
|
Make sure local path includes trailing slash
Launcher assumes it does
|
5 years ago |
Andrei Kortunov
|
8557346fbd
|
Use glow for enchanted arrows (feature #5122)
|
5 years ago |
capostrophic
|
6928adcee1
|
Prevent front() and operator[] from causing undefined behavior
|
6 years ago |
capostrophic
|
168e5050bb
|
Ignore an extra number argument in ModRegion (bug #5110)
|
6 years ago |
Chris Djali
|
576285573b
|
Merge pull request #2404 from Capostrophic/framerate
Make framerate limit configurable in the launcher
|
6 years ago |
fredzio
|
ca7ac30f6d
|
Use the POSIX pathconf(2) to determine the maximum path length.
It fixes build on BSD platforms where PATH_MAX is defined in
<sys/syslimits.h> vs <linux/limits.h> on Linux.
|
6 years ago |
Alexei Dobrohotov
|
e4c596adf8
|
Fix CI builds (attempt №2)
Gosh darn dem tabs
|
6 years ago |
Alexei Dobrohotov
|
e4e513c5dc
|
Fix CI builds
Apparently the only tab characters are in this file.
|
6 years ago |
Nat Meo
|
bcc5142b32
|
Issue #4202: Open .omwaddon files without needing to open openmw-cs first.
|
6 years ago |
AnyOldName3
|
bb72ed9744
|
Merge branch '9' into 'master'
IMPORTANT!! racingcrashfix #4766
See merge request OpenMW/openmw!119
|
6 years ago |
AnyOldName3
|
8a6a8086da
|
Make in-memory buffers seekable to fix fog of war
|
6 years ago |
Capostrophic
|
dfb852cbb0
|
Improve Boost apologia
|
6 years ago |
Capostrophic
|
49c691d00a
|
Make settings manager locale-independent again
|
6 years ago |
Capostrophic
|
e06178bf0f
|
Make sure shadow shapes aren't visible (bug #5063)
|
6 years ago |
Andrei Kortunov
|
b9a1e4d796
|
Merge pull request #2425 from Capostrophic/esm
Signedness fixes
|
6 years ago |
Alexei Dobrohotov
|
f984f61055
|
Ignore any fourth AITravel argument for now
|
6 years ago |
Capostrophic
|
3aa65273c5
|
Signedness fixes
|
6 years ago |
Evil Eye
|
698c90b3ee
|
fix builds against MyGUI master
|
6 years ago |
Andrei Kortunov
|
b66c437700
|
Merge pull request #2419 from Capostrophic/lod
Optimizer: Only merge pure osg::Groups
|
6 years ago |
Andrei Kortunov
|
4fcbc1c96b
|
Merge pull request #2391 from Capostrophic/contentselector
Content selector: don't add file namesakes (bug #2395)
|
6 years ago |
Capostrophic
|
6622e36226
|
Only merge pure osg::Groups in the optimizer
|
6 years ago |
Capostrophic
|
7c8360d0f3
|
Use NiSwitchNode initial index field
|
6 years ago |
Alexei Dobrohotov
|
ce92b364e6
|
Merge pull request #2403 from akortunov/crashinfo
Improve info message about missing GDB
|
6 years ago |
bzzt
|
a730365ea1
|
Creanup Distant Terrain code
- Cull terrain in the stock osg::CullVisitor
- Do not compile composite maps for shadow camera
- Do not abuse userdata for composite maps
|
6 years ago |
bzzt
|
e4ba6ecf15
|
Do not store a LOD callback in the every QuadTreeNode
|
6 years ago |
bzzt
|
a61c0aaee1
|
Do not load height data to the qued tree since we do not need it now
|
6 years ago |
bzzt
|
ebcf8ca062
|
Do not store a ViewDataMap in the every QuadTreeNode
|
6 years ago |
bzzt
|
cb6d27fb12
|
Use the custom LineSegmentIntersector for QuadTree to simplify traversal
code
|
6 years ago |
bzzt
|
ce4e8be9ac
|
Move traverse methods to the QuadTreeNode
|
6 years ago |
Capostrophic
|
b7afb213ae
|
"Handle" RepairedOnMe scripting function (feature #4255)
|
6 years ago |
Alexei Dobrohotov
|
f0640cbb21
|
Merge pull request #2296 from akortunov/blend
Optimize blendmap generation
|
6 years ago |
bzzt
|
528cda8032
|
Prevent layers duplication when a terrain chunk crosses plugin borders
|
6 years ago |
Andrei Kortunov
|
1da012f6ee
|
Optimize blendmap generation
|
6 years ago |
Alexei Dobrohotov
|
5965aa991b
|
Improve grammar in a warning
|
6 years ago |
Capostrophic
|
0fcb75fb21
|
Achieve CHIM and get rid of the loop
|
6 years ago |
Capostrophic
|
5cd781b3eb
|
Experimental folder handling rewrite
|
6 years ago |
Capostrophic
|
2fbed21f83
|
Avoid a memory leak
|
6 years ago |
Capostrophic
|
e14ada8f36
|
Make file name comparison case-insensitive
|
6 years ago |
Capostrophic
|
ebe5448816
|
Content selector: drop duplicates of the added file (bug #2395)
|
6 years ago |
Andrei Kortunov
|
f1db97fbbd
|
Improve info message about missing GDB (bug #4341)
|
6 years ago |
bzzt
|
ffe8bbd2dd
|
racingcrashfix #4766
|
6 years ago |
Andrei Kortunov
|
7c53b99d31
|
Avoid possible data race during access to the static local variable
|
6 years ago |
Alexei Dobrohotov
|
7c46102f0c
|
Merge pull request #2389 from akortunov/fmt
Introduce a custom format() function
|
6 years ago |
Andrei Kortunov
|
6832a2fa9a
|
Remove BOM from CPP files (allows to build OpenMW with LCC on Elbrus)
|
6 years ago |