scrawl
|
25a6a67508
|
Fix the optimizer messing up LOD node's children (Fixes #4301)
|
2018-01-29 19:44:12 +00:00 |
|
scrawl
|
89c6b59c30
|
Merge pull request #1602
|
2018-01-28 22:35:47 +00:00 |
|
Ilya Zhuravlev
|
9e9f6f3132
|
loadtes3: don't pack() non-POD structs
|
2018-01-26 21:35:51 -05:00 |
|
Ilya Zhuravlev
|
b4ec8aaf5e
|
VideoState::queue_picture: ffmpeg expects a buffer of 4 pointers in sws_scale
|
2018-01-21 12:21:22 -05:00 |
|
Ilya Zhuravlev
|
8d44d3124e
|
Android: Add callbacks for basic cursor handling.
|
2018-01-18 21:18:31 -05:00 |
|
Ilya Zhuravlev
|
359910762d
|
GraphicsWindowSDL2: support setting up GLESv2 context for android
|
2018-01-18 17:11:22 -05:00 |
|
Ilya Zhuravlev
|
455f718394
|
Android: register a virtual controller definition
|
2018-01-17 23:14:23 -05:00 |
|
Ilya Zhuravlev
|
a038327521
|
SDLCursorManager: fix possibly invalid read when no cursor present
On android we have no cursor so I moved the check closer to usage
|
2018-01-17 23:03:11 -05:00 |
|
Bret Curtis
|
588c1df0f0
|
Merge pull request #1599 from xyzz/android
Update android port.
|
2018-01-16 11:12:21 +01:00 |
|
Ilya Zhuravlev
|
d2121ccd62
|
Update android port.
|
2018-01-16 00:11:27 -05:00 |
|
Thunderforge
|
36843ed31e
|
Adding a tutorial for placing the ring in plain sight (#1598)
* Rearranging sections
* Adding instructions to place the ring in plain sight
|
2018-01-15 07:51:57 +01:00 |
|
scrawl
|
2caaa48b91
|
Workaround to make sure message box remains on top (Fixes #4298)
|
2018-01-14 00:27:53 +00:00 |
|
scrawl
|
e2e48e0a50
|
Add default value for 'sAnd' GMST (Fixes #4269)
|
2018-01-14 00:27:05 +00:00 |
|
scrawl
|
d9d8de3061
|
Catch exceptions in updateWindowManager (Bug #4269)
|
2018-01-14 00:26:37 +00:00 |
|
scrawl
|
047c44f265
|
Ignore duplicate data directories to work around the fallout of (Fixes #3557)
|
2018-01-14 00:25:20 +00:00 |
|
scrawl
|
80f7279a4d
|
Change default installation directory from 'data' to 'basedata' (Bug #3557)
|
2018-01-14 00:24:30 +00:00 |
|
scrawl
|
259919d125
|
Print a warning when an ambiguous file on a case-sensitive file system is found
|
2018-01-14 00:23:29 +00:00 |
|
scrawl
|
4a96934f56
|
Merge pull request #1596
|
2018-01-14 00:22:56 +00:00 |
|
Marc Zinnschlag
|
2dff3aab22
|
allow . and - in the name part of a begin script statement, but not at the beginning of a name. Fixes #4061
|
2018-01-12 16:37:06 +01:00 |
|
Andrei Kortunov
|
eccb49da18
|
Do not summon the bound bow if there is no suitable ammo
|
2018-01-11 21:08:30 +04:00 |
|
Andrei Kortunov
|
b995617559
|
implement rateAmmo() function
|
2018-01-11 21:08:11 +04:00 |
|
scrawl
|
dd5ebe225b
|
Merge pull request #1580
|
2018-01-11 01:54:28 +00:00 |
|
scrawl
|
bba9a8dd91
|
Don't update off-screen animations
Make flying creatures animate in-place when out of processing range
|
2018-01-11 01:49:35 +00:00 |
|
scrawl
|
1522bda60b
|
Fix crash in getDistance when invoked before the game starts
|
2018-01-11 01:48:05 +00:00 |
|
scrawl
|
83726ee06a
|
Fix Reset Controls button not functioning properly
|
2018-01-11 01:47:42 +00:00 |
|
scrawl
|
c7f60a6dc8
|
Merge pull request #1595
|
2018-01-09 13:48:07 +00:00 |
|
scrawl
|
f6ca7295a6
|
Revert "Merge pull request #1595"
This reverts commit 7ef7b1a7b1 , reversing
changes made to 9e7e4de0ab .
|
2018-01-09 13:47:57 +00:00 |
|
scrawl
|
7ef7b1a7b1
|
Merge pull request #1595
|
2018-01-09 00:42:27 +00:00 |
|
scrawl
|
9e7e4de0ab
|
Merge pull request #1594
|
2018-01-09 00:42:20 +00:00 |
|
Andrei Kortunov
|
dba071f881
|
Remove the 'Screenshot saved' message (bug #4191)
|
2018-01-08 13:12:12 +04:00 |
|
Thunderforge
|
bd072b131b
|
Moving controller file out of the controllers subdirectory
|
2018-01-02 20:58:43 -06:00 |
|
Andrei Kortunov
|
b277b83810
|
Display the 'Screenshot saved' message after the screenshot saving (bug #4191)
|
2018-01-02 14:52:42 +04:00 |
|
Bret Curtis
|
b86118f76f
|
Merge pull request #1593 from psi29a/fix_mips_builds
fix building on mips machines
|
2018-01-02 11:45:42 +01:00 |
|
Bret Curtis
|
c3c3fbc68e
|
overriden -> overridden
|
2018-01-02 11:42:08 +01:00 |
|
Thunderforge
|
096e734df6
|
Adding gamecontrollerdb.txt file that got left behind due to being on .gitignore
|
2018-01-01 22:42:45 -06:00 |
|
Thunderforge
|
3f7143556a
|
Providing different mappings depending on the version of SDL installed
|
2018-01-01 22:16:54 -06:00 |
|
Thunderforge
|
a5e4f95ed4
|
Updating controller mappings to latest version
|
2018-01-01 22:16:54 -06:00 |
|
Bret Curtis
|
7367899634
|
update openmw.appdata.xml to fix https://lintian.debian.org/tags/appstream-metadata-legacy-format.html
|
2018-01-01 19:47:36 +01:00 |
|
Bret Curtis
|
93f14c219c
|
camelCase
|
2018-01-01 16:32:20 +01:00 |
|
Bret Curtis
|
7a7b040216
|
fix building on mips machines
|
2018-01-01 14:10:23 +01:00 |
|
Miloslav Číž
|
a73ab39fdd
|
Update refraction scaling docs
|
2018-01-01 13:42:16 +01:00 |
|
Miloslav Číž
|
3b741dc4b7
|
Revert "Add slider for refraction size in settings window"
This reverts commit ee40b41285 .
|
2018-01-01 13:28:14 +01:00 |
|
scrawl
|
c920f95d1e
|
Don't incorrectly discard root node transformation (Fixes #4272)
|
2017-12-31 23:49:43 +00:00 |
|
scrawl
|
57257d057f
|
Remove unintended jump cooldown (Fixes #4250)
|
2017-12-31 23:48:51 +00:00 |
|
scrawl
|
b8c25e6bff
|
Use the correct priority of animation sources in getStartTime (Fixes #4263)
|
2017-12-21 14:49:09 +00:00 |
|
Marc Zinnschlag
|
7245b251e8
|
Merge remote-tracking branch 'drummyfish/cs-cam'
|
2017-12-19 17:01:13 +01:00 |
|
Marc Zinnschlag
|
93716cecd9
|
Merge remote-tracking branch 'origin/master'
|
2017-12-19 17:01:03 +01:00 |
|
scrawl
|
993982628d
|
Merge pull request #1590
|
2017-12-18 20:41:12 +00:00 |
|
Andrei Kortunov
|
1a58171e86
|
Do not allow to sell items from containers with zero capacity (bug #4268)
|
2017-12-17 18:09:25 +04:00 |
|
Bret Curtis
|
1c25b7ca57
|
Merge pull request #1589 from Thunderforge/build/setting-cmake-cxx-standard
Explicitly setting CMAKE_CXX_STANDARD to C++11
|
2017-12-17 09:29:39 +01:00 |
|