scrawl
|
c4e81adb83
|
Fix settings window being too small for all tabs on some localizations
|
10 years ago |
Marc Zinnschlag
|
7de6360695
|
Removed all content from opencs.ini
Not needed since we already have reasonable default values within the code. Keeping the file to allow global modifications to these values.
|
10 years ago |
Marc Zinnschlag
|
f4894deff1
|
removed special value text from spin boxes (broken feature, not used anyway)
|
10 years ago |
Marc Zinnschlag
|
dddd20ba1e
|
added default values for display format settings
|
10 years ago |
Marc Zinnschlag
|
799cd87b52
|
name convention and spelling fixes
|
10 years ago |
Marc Zinnschlag
|
e27da6a0d4
|
removed settings file mixup
|
10 years ago |
Marc Zinnschlag
|
c94c1adaf3
|
split off settings page label from internal section name
|
10 years ago |
scrawl
|
c3853b376d
|
Fix outdated core_layouteditor.xml
|
10 years ago |
cc9cii
|
7cdab41501
|
Don't allow viewing non-existent cells from the regionmap.
|
10 years ago |
cc9cii
|
094f046087
|
Convert OverlaySystem to a OpenCS style singleton.
|
10 years ago |
scrawl
|
244db5cbfe
|
Merge branch 'openmw-33' of https://github.com/OpenMW/openmw into openmw-33
|
10 years ago |
Marc Zinnschlag
|
984b586bb1
|
fix for implicit references
|
10 years ago |
Marc Zinnschlag
|
8afdf0f46b
|
dagoth fix
|
10 years ago |
scrawl
|
69bbbefc09
|
setDynamic workaround for broken endgame scripts (Fixes #2016)
|
10 years ago |
Marc Zinnschlag
|
720ba2c0d8
|
split off settings label from internal settings name
|
10 years ago |
Marc Zinnschlag
|
daf7cab416
|
refactored section handling
|
10 years ago |
Marc Zinnschlag
|
219fbd427f
|
unclutter user settings declarations
|
10 years ago |
Marc Zinnschlag
|
868fdfba51
|
reclaiming some unused space
|
10 years ago |
Marc Zinnschlag
|
e20fa209cc
|
user settings UI layout improvements
|
10 years ago |
cc9cii
|
aff6f6fdb2
|
Setup OverlaySystem after Ogre::Root but before initialisation as per the API documentation.
|
10 years ago |
Marc Zinnschlag
|
86f5073293
|
increased version number
|
10 years ago |
cc9cii
|
5889fd5bd9
|
Try hard coding OSX paths.
|
10 years ago |
cc9cii
|
142a825ad6
|
For OSX support.
|
10 years ago |
cc9cii
|
1d0ac3b4df
|
Delete Ogre::OverlaySystem before Ogre::Root
|
10 years ago |
Alexander "Ace" Olofsson
|
dc788512e2
|
Fix LNK2019 link error on Visual Studio 2010 builds
For some reason VS2010 (Haven't tested 2013) is REALLY pedantic about class/struct being two different things when it comes to function signatures
|
10 years ago |
cc9cii
|
8cebfc411b
|
Minor visual improvements.
|
10 years ago |
cc9cii
|
994420aa57
|
Singleton wrapper for Ogre OverlaySystem.
|
10 years ago |
cc9cii
|
57b337d368
|
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 |
Marc Zinnschlag
|
7d35199396
|
updated credits file
|
10 years ago |
Marc Zinnschlag
|
6beee95151
|
Merge remote-tracking branch 'terrorfisch/aistate'
|
10 years ago |
Marc Zinnschlag
|
6d37e3e2a8
|
updated credits file
|
10 years ago |
Marc Zinnschlag
|
528dcf761d
|
Merge remote-tracking branch 'internecine/master'
|
10 years ago |
Marc Zinnschlag
|
e23a32c44f
|
some cleanup
|
10 years ago |
Marc Zinnschlag
|
8062faa51a
|
fixed member variable access in OpenCS script compiler (Fixes #2011)
|
10 years ago |
Marc Zinnschlag
|
02acf60c0b
|
added tooltips for scopes in creator bar
|
10 years ago |
cc9cii
|
961867e39f
|
Hide overlay if off screen.
|
10 years ago |
cc9cii
|
313aed078e
|
Merge remote-tracking branch 'remotes/upstream/master' into QtOgre
Conflicts:
apps/opencs/CMakeLists.txt
|
10 years ago |
Marc Zinnschlag
|
eb45793eab
|
Merge remote-tracking branch 'thoronador/fix-numeric-limits-usage'
|
10 years ago |
Marc Zinnschlag
|
61731d3277
|
Merge remote-tracking branch 'miroslavr/master'
|
10 years ago |
Marc Zinnschlag
|
352cbf26c6
|
Merge remote-tracking branch 'scrawl/master'
|
10 years ago |
cc9cii
|
6b9b02dc1a
|
Giving up, revert CMake changes.
|
10 years ago |
cc9cii
|
0171bde363
|
Another variation.
|
10 years ago |
cc9cii
|
c7e57e8d88
|
Another attempt for osx build.
|
10 years ago |
cc9cii
|
f29227629a
|
Experimenting with FindOGRE for osx.
|
10 years ago |
cc9cii
|
43838ccf01
|
Remove override (c++11)
|
10 years ago |
cc9cii
|
e58e5c2bf5
|
Update overlays independently from multiple viewports.
|
10 years ago |
Thoronador
|
46496a35a1
|
fix uninitialized pointer variable in CSVDoc::SubView class
|
10 years ago |
Thoronador
|
4d62541b62
|
fix usage of numeric_limits static functions min() and max()
Functions min() and max() of std::numeric_limits<T> are static
and can therefore be accessed via class name and :: operator.
|
10 years ago |
cc9cii
|
47c5bc9a19
|
Set bounding box on manual objects rather than creating meshes.
|
10 years ago |
MiroslavR
|
8456741eaa
|
Fix blindness and create a separate fader for it
|
10 years ago |