Aesylwinn
|
d7a83d80a2
|
Change some key binding defaults.
|
2016-07-29 15:00:58 -04:00 |
|
Aesylwinn
|
3475b83e90
|
Clean up modifier/shortcut class and handle focus out event,
Improve shortcut labels,
Adjust menu titles and remove menu navigation (can conflict with
shortcuts)
|
2016-07-29 15:00:35 -04:00 |
|
Koncord
|
7107136808
|
New API
SetExterior(pid, x, y)
GetExteriorX(pid)
GetExteriorY(pid)
also "SetCell" will now move to the named external cells (e.g. SetCell(pid, "Balmora"))
|
2016-07-30 01:33:28 +08:00 |
|
Bret Curtis
|
7f0d5bde2d
|
make conf.py independant from cmake macros
merged openmw-cs in, using per directory statics
add requirements.txt for sphinx docs
it is breath
update gitignore and openmw-cs
|
2016-07-29 18:14:54 +02:00 |
|
Koncord
|
39dafc5ea7
|
Merged branch master into master
|
2016-07-28 20:09:30 +08:00 |
|
Koncord
|
0549a7a01d
|
Fixed type cast
|
2016-07-28 20:09:12 +08:00 |
|
Aesylwinn
|
96a3c278fd
|
Added shortcuts for loading a cell relative to the camera,
Removed Ctl+V binding for "Verify" because that is associated
with paste.
|
2016-07-27 21:40:53 -04:00 |
|
Aesylwinn
|
65201badf6
|
Add custom page for key bindings.
|
2016-07-27 19:15:24 -04:00 |
|
mrcheko
|
293a0f768c
|
use real distance to target to determinate 'ready to attack' state
|
2016-07-27 23:43:32 +03:00 |
|
LohikaarmeHav
|
f142f9bf86
|
wtf
|
2016-07-27 21:37:52 +03:00 |
|
Aesylwinn
|
b685c0ce6c
|
Add ability to clear shortcut/modifier setting with right click.
|
2016-07-27 14:07:53 -04:00 |
|
Aesylwinn
|
12db6d2114
|
Add modifier setting.
|
2016-07-27 13:53:33 -04:00 |
|
Grim Kriegor
|
90c94efd36
|
README: Corrected version, added a paragraph.
|
2016-07-27 15:24:15 +01:00 |
|
Marc Zinnschlag
|
63fd1e8df7
|
Merge remote-tracking branch 'origin/master'
|
2016-07-27 15:49:11 +02:00 |
|
Koncord
|
23a37fc7fc
|
Ignore LuaBridge warnings
Remove TINYXML_LIBRARIES
|
2016-07-27 17:53:26 +08:00 |
|
Koncord
|
d3414148fc
|
Simplify LangLua::Call
|
2016-07-27 17:51:23 +08:00 |
|
Koncord
|
03c84fd9fe
|
Merged branch master into master
|
2016-07-27 17:46:00 +08:00 |
|
Aesylwinn
|
b204758be1
|
More shortcuts.
|
2016-07-27 01:53:21 -04:00 |
|
Aesylwinn
|
3f7f75cc9d
|
Exclude keys not compatible with qt 4
|
2016-07-27 00:44:34 -04:00 |
|
Aesylwinn
|
3edc77a32b
|
Remove QShortcut usage,
Add a lot of shortcuts,
Remove debug messages
|
2016-07-27 00:24:16 -04:00 |
|
Koncord
|
5a6c1750d9
|
Fixed some build warnings and IsTimerElapsed function
|
2016-07-27 10:35:27 +08:00 |
|
Grim Kriegor
|
fa30dad01c
|
Primordial TES3MP specific README file
|
2016-07-27 03:23:51 +01:00 |
|
Aesylwinn
|
08af82e1bd
|
Switched to an interactive method for key input,
Redid text representation for shortcuts
|
2016-07-26 21:22:31 -04:00 |
|
AnyOldName3
|
a0699ce20d
|
Change some <> characters to double quotes, resolving compilation problems.
|
2016-07-27 01:19:05 +01:00 |
|
AnyOldName3
|
20f73f4a32
|
Relocate escape-related code to new files escape.hpp and escape.cpp.
|
2016-07-27 00:58:31 +01:00 |
|
Stanislav Zhukov
|
075b600b3a
|
Fix for Windows
|
2016-07-27 06:55:21 +08:00 |
|
Aesylwinn
|
05888e7925
|
Updated more tool tips to show shortcut configs.
|
2016-07-25 22:43:37 -04:00 |
|
Aesylwinn
|
8c5fddf150
|
Fix pathgrid selection mode not being removed from toolbar.
|
2016-07-25 20:49:28 -04:00 |
|
Aesylwinn
|
051aec2729
|
Added methods to keep text mentioning shortcuts up to date,
fixed potential issue with widget relationship tracking,
hopefully got rid of signed/unsigned errors (Qt4/5 issue)
|
2016-07-25 20:49:09 -04:00 |
|
Stanislav Zhukov
|
4316d4d1bf
|
Merge pull request #21 from TES3MP/tes3mp-gui
Tes3mp gui
|
2016-07-25 16:16:32 -05:00 |
|
Aesylwinn
|
f251c3867d
|
Redesigned shortcut handler to be capable of dealing with child and
parent widgets. This should be the final design change. Also, some
various bug fixes.
|
2016-07-23 21:23:02 -04:00 |
|
Koncord
|
86dccbed4b
|
Fix CMake
|
2016-07-24 02:30:07 +08:00 |
|
David Cernat
|
eac1e80911
|
Merge branch 'master' of https://github.com/TES3MP/openmw-tes3mp
|
2016-07-23 20:07:08 +03:00 |
|
David Cernat
|
f4342f0bde
|
Stop requiring amx folder for non-Pawn builds. Use correct Windows identifiers for preprocessor directives in server code.
|
2016-07-23 20:06:14 +03:00 |
|
Koncord
|
1e3eff91ac
|
Merged branch tes3mp-gui into tes3mp-gui
|
2016-07-23 22:08:01 +08:00 |
|
Koncord
|
9ab77cb123
|
New API functions: MessageBox, CustomMessageBox, InputDialog
New Callback: OnGUIAction
|
2016-07-23 22:02:06 +08:00 |
|
scrawl
|
5a9b1b6a01
|
Merge pull request #1005 from MiroslavR/cellref-fixes
Various reference handling fixes
|
2016-07-23 15:43:35 +02:00 |
|
Stanislav Zhukov
|
917fa63f5c
|
Fixed security issue
|
2016-07-23 17:14:54 +08:00 |
|
Stanislav Zhukov
|
fe50394f4d
|
Fix movement desync
I think this should fix all movements desyncs
|
2016-07-22 23:40:34 +08:00 |
|
Aesylwinn
|
acdb636935
|
Qt4 protected signal workaround and signed/unsigned mismatch.
|
2016-07-22 02:41:00 -04:00 |
|
Aesylwinn
|
455d227f3c
|
Changed shortcut design to allow a configurable second output. Also
re-added shift for temporarily changing camera speed.
|
2016-07-22 01:58:17 -04:00 |
|
MiroslavR
|
4a3529488b
|
Fix possible reference duplication when the refID is modified by a plugin (Bug #3471)
|
2016-07-22 03:58:23 +02:00 |
|
MiroslavR
|
dafe184220
|
Fix moved references disappearing when modified by a plugin
|
2016-07-22 02:12:03 +02:00 |
|
MiroslavR
|
d790747389
|
Implement deletion of moved references (Bug #3471)
|
2016-07-22 01:59:02 +02:00 |
|
davidcernat
|
ab309180c2
|
Add useful debug info for cell changes
|
2016-07-21 23:07:37 +03:00 |
|
AnyOldName3
|
7243583963
|
Change a switch to a series of if/else if/.../else, hopefully resolving compilation issues on OSX and Linux.
|
2016-07-21 01:36:14 +01:00 |
|
AnyOldName3
|
2b829f7f7b
|
Move some stuff to a header, removing the need for a dodgy hack.
|
2016-07-21 01:07:25 +01:00 |
|
AnyOldName3
|
becc053555
|
Trick the software into building by using what I assume is a really dirty hack.
|
2016-07-21 00:16:00 +01:00 |
|
AnyOldName3
|
519fbab864
|
Remove useless print
|
2016-07-20 23:18:09 +01:00 |
|
AnyOldName3
|
32f0ded8f6
|
Fix bug in unescape filter, but still manage not to fix build issue.
|
2016-07-20 23:15:44 +01:00 |
|