scrawl
|
c010c28337
|
Implement ToggleWorld instruction
|
10 years ago |
Marc Zinnschlag
|
850a40d4e2
|
fixed resources table drag source problem
|
10 years ago |
Marc Zinnschlag
|
ff530a2e19
|
added missing magic effect table columns
|
10 years ago |
Jordan Ayers
|
da9d858201
|
Add 'const' to a spell helper function.
|
10 years ago |
scrawl
|
3e153d0a9b
|
Optimize actor physics: Use only one convexSweepTest for stepping down and checking onGround status, instead of 2
|
10 years ago |
scrawl
|
b345c50a86
|
Run stepSimulation before moving actors
Shouldn't make too much of a difference, but a nice side effect is seeing the convexSweepTest calls for actor movements in the profiler results.
|
10 years ago |
scrawl
|
7f18f85a1d
|
Forgot const
|
10 years ago |
cc9cii
|
7675df60ba
|
Fix far clip distance (again), workaround for broken settings minimum value.
|
10 years ago |
cc9cii
|
54c77cf875
|
Silence clang warnings.
|
10 years ago |
cc9cii
|
f0c739b763
|
Apply camera setting changes immediately. Remove current value check for shader setting changes.
|
10 years ago |
scrawl
|
358257ca6b
|
Rename some skin files to .skin.xml for consistency
|
10 years ago |
scrawl
|
bdab3fa321
|
Bullet optimization: Don't update AABBs of static objects every frame
|
10 years ago |
scrawl
|
ff0b4e0583
|
Add debug window (F10), displays Bullet's profiler output
|
10 years ago |
scrawl
|
fedfd7129d
|
Add spacing between buttons to TabControl skin
|
10 years ago |
scrawl
|
7c52d05f85
|
Disable topics list visually when in a choice
|
10 years ago |
scrawl
|
e9ed0211c9
|
Attempt to fix Clang warnings
|
10 years ago |
scrawl
|
58571f7ac2
|
Revert "Transfer item ownership to the buyer if item wasn't stolen"
Fixes #1953.
This reverts commit 5d77c5e8ca .
|
10 years ago |
cc9cii
|
6e8977348a
|
Check the FSAA setting of windows rather than system value.
|
10 years ago |
cc9cii
|
303b0ee8c6
|
Update scenewidget when antialiasing settings change.
|
10 years ago |
cc9cii
|
8a0ff17c22
|
Update SceneWidget when relevant user settings change.
|
10 years ago |
cc9cii
|
9902e08773
|
Apply sh::Factory settings immediately.
|
10 years ago |
cc9cii
|
a25cffc242
|
Fixed default value not being set for spinbox. Changed the default value of max subviews to 256. Simplified the call signature to get settings & set an initial value. Fixed missing settings for num_lights.
|
10 years ago |
scrawl
|
02dec787fd
|
Cache GMSTs in getDerivedDisposition
|
10 years ago |
scrawl
|
ea956b537c
|
Don't search for fFatigueReturnBase and fFatigueReturnMult every frame
|
10 years ago |
MiroslavR
|
508113f271
|
Resolve merge conflict
|
10 years ago |
MiroslavR
|
1c4e52a0e5
|
Book formatter: Fix an excessive line break case
|
10 years ago |
cc9cii
|
d790b8edfa
|
Revert old fix.
|
10 years ago |
cc9cii
|
a2d043f43a
|
Re-check unknown record id after loading.
|
10 years ago |
MiroslavR
|
cb5f661596
|
Book formatter: Support FONT closing tag, minor code cleanup
|
10 years ago |
Marc Zinnschlag
|
e47f9c7268
|
added first batch of magic effect columns (re-using existing columns)
|
10 years ago |
Marc Zinnschlag
|
aa89370db6
|
make sure magic effects added by expansions are available
|
10 years ago |
Marc Zinnschlag
|
25a1112627
|
add magic effect records for newly created games
|
10 years ago |
Marc Zinnschlag
|
a5049fd7b0
|
Merge remote-tracking branch 'scrawl/master'
|
10 years ago |
cc9cii
|
810ba61909
|
While loading overwrite records with the same id. Should resolve bug #1750.
|
10 years ago |
scrawl
|
e868a48a63
|
Don't trigger OnPcHitMe for friendly hits (Fixes #1950)
Don't consider actors as followers if they are also in combat with the follow target
|
10 years ago |
scrawl
|
4b8ea25cf0
|
Add missing case folding for dependency filenames (Fixes #1940)
|
10 years ago |
scrawl
|
7252cb63a6
|
Fix cppcheck issues
|
10 years ago |
scrawl
|
790e0150b1
|
Fix global map markers being duplicated when cell is visited again
|
10 years ago |
scrawl
|
6b82e3665b
|
Remove old nifbullet test
|
10 years ago |
scrawl
|
487e318ede
|
Remove old niftool test
|
10 years ago |
scrawl
|
fc4f069d0f
|
Remove old BSA tests
|
10 years ago |
scrawl
|
18be152ab1
|
Allow dragging map even when a marker is hovered
|
10 years ago |
scrawl
|
603e558fb7
|
Fix broken getCollidingPc / getCollidingActor (cppcheck)
|
10 years ago |
scrawl
|
97df7c9b22
|
Get rid of markers.png and use original MW texture, cleanup
|
10 years ago |
Marc Zinnschlag
|
850dbb55a5
|
improved magic effect IDs
|
10 years ago |
Marc Zinnschlag
|
23fd314294
|
added magic effects table
|
10 years ago |
Marc Zinnschlag
|
c321f2c252
|
load and save magic effect records
|
10 years ago |
scrawl
|
4f0fc79ea4
|
Change global map cell size from 24 to 18 and make it configurable
|
10 years ago |
scrawl
|
764c6287e1
|
Remove some garbage
|
10 years ago |
Marc Zinnschlag
|
39b6659045
|
Merge remote-tracking branch 'scrawl/master'
|
10 years ago |