Commit graph

  • 12db6d2114 Add modifier setting. Aesylwinn 2016-07-27 13:53:33 -0400
  • 90c94efd36 README: Corrected version, added a paragraph. Grim Kriegor 2016-07-27 15:24:15 +0100
  • 63fd1e8df7 Merge remote-tracking branch 'origin/master' Marc Zinnschlag 2016-07-27 15:49:11 +0200
  • 23a37fc7fc Ignore LuaBridge warnings Koncord 2016-07-27 17:53:26 +0800
  • d3414148fc Simplify LangLua::Call Koncord 2016-07-27 17:51:23 +0800
  • 03c84fd9fe Merged branch master into master Koncord 2016-07-27 17:46:00 +0800
  • b204758be1 More shortcuts. Aesylwinn 2016-07-27 01:53:21 -0400
  • 3f7f75cc9d Exclude keys not compatible with qt 4 Aesylwinn 2016-07-27 00:44:34 -0400
  • 3edc77a32b Remove QShortcut usage, Add a lot of shortcuts, Remove debug messages Aesylwinn 2016-07-27 00:24:16 -0400
  • 5a6c1750d9 Fixed some build warnings and IsTimerElapsed function Koncord 2016-07-27 10:09:56 +0800
  • fa30dad01c Primordial TES3MP specific README file Grim Kriegor 2016-07-27 03:23:51 +0100
  • 08af82e1bd Switched to an interactive method for key input, Redid text representation for shortcuts Aesylwinn 2016-07-26 21:22:31 -0400
  • a0699ce20d Change some <> characters to double quotes, resolving compilation problems. AnyOldName3 2016-07-27 01:19:05 +0100
  • 20f73f4a32 Relocate escape-related code to new files escape.hpp and escape.cpp. AnyOldName3 2016-07-27 00:58:31 +0100
  • 075b600b3a Fix for Windows Stanislav Zhukov 2016-07-27 06:55:21 +0800
  • 05888e7925 Updated more tool tips to show shortcut configs. Aesylwinn 2016-07-25 22:43:37 -0400
  • 8c5fddf150 Fix pathgrid selection mode not being removed from toolbar. Aesylwinn 2016-07-25 20:49:28 -0400
  • 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) Aesylwinn 2016-07-25 20:49:09 -0400
  • 4316d4d1bf Merge pull request #21 from TES3MP/tes3mp-gui tes3mp-0.0.1b Stanislav Zhukov 2016-07-25 16:16:32 -0500
  • 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. Aesylwinn 2016-07-23 21:23:02 -0400
  • 86dccbed4b Fix CMake Koncord 2016-07-24 02:30:07 +0800
  • eac1e80911 Merge branch 'master' of https://github.com/TES3MP/openmw-tes3mp David Cernat 2016-07-23 20:07:08 +0300
  • f4342f0bde Stop requiring amx folder for non-Pawn builds. Use correct Windows identifiers for preprocessor directives in server code. David Cernat 2016-07-23 20:06:14 +0300
  • 1e3eff91ac Merged branch tes3mp-gui into tes3mp-gui Koncord 2016-07-23 22:08:01 +0800
  • 9ab77cb123 New API functions: MessageBox, CustomMessageBox, InputDialog New Callback: OnGUIAction Koncord 2016-07-23 22:02:06 +0800
  • 5a9b1b6a01 Merge pull request #1005 from MiroslavR/cellref-fixes scrawl 2016-07-23 15:43:35 +0200
  • 917fa63f5c Fixed security issue Stanislav Zhukov 2016-07-23 17:14:54 +0800
  • fe50394f4d Fix movement desync Stanislav Zhukov 2016-07-22 23:40:34 +0800
  • acdb636935 Qt4 protected signal workaround and signed/unsigned mismatch. Aesylwinn 2016-07-22 02:41:00 -0400
  • 455d227f3c Changed shortcut design to allow a configurable second output. Also re-added shift for temporarily changing camera speed. Aesylwinn 2016-07-22 01:58:17 -0400
  • 4a3529488b Fix possible reference duplication when the refID is modified by a plugin (Bug #3471) MiroslavR 2016-07-22 03:58:23 +0200
  • dafe184220 Fix moved references disappearing when modified by a plugin MiroslavR 2016-07-22 02:12:03 +0200
  • d790747389 Implement deletion of moved references (Bug #3471) MiroslavR 2016-07-22 01:59:02 +0200
  • ab309180c2 Add useful debug info for cell changes davidcernat 2016-07-21 23:07:37 +0300
  • 7243583963 Change a switch to a series of if/else if/.../else, hopefully resolving compilation issues on OSX and Linux. AnyOldName3 2016-07-21 01:36:14 +0100
  • 2b829f7f7b Move some stuff to a header, removing the need for a dodgy hack. AnyOldName3 2016-07-21 01:07:25 +0100
  • becc053555 Trick the software into building by using what I assume is a really dirty hack. AnyOldName3 2016-07-21 00:16:00 +0100
  • 519fbab864 Remove useless print AnyOldName3 2016-07-20 23:18:09 +0100
  • 32f0ded8f6 Fix bug in unescape filter, but still manage not to fix build issue. AnyOldName3 2016-07-20 23:15:44 +0100
  • 1b5273f2b7 Finally re-added rendering stats, refactored some functions to better fit new input structure, removed unneeded shortcut declarations in headers, and changed the cell marker interaction to use primary/secondary select instead of shift + primary/secondary edit. Aesylwinn 2016-07-20 15:00:00 -0400
  • 423919abb5 Make it not build again (but theoretically enable the desired functionality). AnyOldName3 2016-07-20 15:19:34 +0100
  • 59639e3988 Make it build again (but remove the new functionality). AnyOldName3 2016-07-20 15:16:53 +0100
  • d9d5a6561b Adjust the code so that it should (maybe) work, changing the compilation error to a less straighforward one. AnyOldName3 2016-07-20 14:50:34 +0100
  • faa84e0a35 - Further extended usage of new shortcut class - Refactored camera classes to take advantage of Qt's reference counting - Removed some of the old implementation Aesylwinn 2016-07-19 22:04:15 -0400
  • d8fa3fd1de Added orbit "center on selection" shortcut. Aesylwinn 2016-07-17 19:36:33 -0400
  • e8626e588a Changes in shortcut design. - Handle input in centralized class for potential conflict resolution. - Remove wrapper class for QShortcut; it should be unnecessary. - Added customizable shortcut usage to orbit camera mode. Aesylwinn 2016-07-17 19:32:35 -0400
  • 3fa4fdb839 Remove use of c++11 feature and add some missing headers. Aesylwinn 2016-07-15 23:26:47 -0400
  • 40297701d0 Base key config/shortcut implementation Aesylwinn 2016-07-07 23:45:02 -0400
  • a54e76cfd2 Update TES3MPTeam.md Stanislav Zhukov 2016-07-20 15:06:20 +0800
  • 78b1511b5e Update TES3MPTeam.md Stanislav Zhukov 2016-07-20 14:46:04 +0800
  • 61623222e1 Update TES3MPTeam.md Stanislav Zhukov 2016-07-20 14:44:55 +0800
  • 95d2c7ea5c Attempt to unescape characters when constructing file paths, introducing compilation errors. AnyOldName3 2016-07-20 02:48:57 +0100
  • 3c8543bfaf Make player references cross exterior cells only when called by server davidcernat 2016-07-20 03:26:25 +0300
  • 360eec30a0 Merge pull request #2 from OpenMW/master David Cernat 2016-07-20 02:58:57 +0300
  • 4ac5174d89 updated credits file Marc Zinnschlag 2016-07-19 16:29:26 +0200
  • c17e1ca24a Merge remote-tracking branch 'anyoldname3/ignore-hash-test' Marc Zinnschlag 2016-07-19 16:19:28 +0200
  • 7b4a5fdcc2 Merge pull request #1 from Aesylwinn/MergeTES3MP Stanislav Zhukov 2016-07-19 00:13:52 -0500
  • 3483b54df5 Build fix. Aesylwinn 2016-07-18 00:05:27 -0400
  • b4a000913c Merge remote-tracking branch 'yar/master' into Even Aesylwinn 2016-07-17 23:50:52 -0400
  • 7bf08e5e5a Fix transition between exterior cells for non-local players davidcernat 2016-07-17 22:03:20 +0300
  • 9e3ed45320 Merge pull request #1003 from MiroslavR/camera-distance scrawl 2016-07-17 20:24:49 +0200
  • 19a8800d4d Fix camera distance not getting reset to max value (Fixes #3473) MiroslavR 2016-07-17 19:44:55 +0200
  • 45fab50bd8 Merged branch master into master Koncord 2016-07-17 17:59:57 +0800
  • 6f07d590d4 Fix SetPos and SetAngle functions Koncord 2016-07-17 17:53:55 +0800
  • 2ed813d5f3 Merge pull request #1002 from MiroslavR/nitextureeffect-crash scrawl 2016-07-16 19:26:09 +0200
  • 721fa28c1e Fix assertion failure with NiTextureEffect missing source texture MiroslavR 2016-07-16 18:59:18 +0200
  • 203804ff15 fix AiPackage repeating mrcheko 2016-07-16 19:08:49 +0300
  • 59a1a6d117 checkWayIsClear: remove PATHFIND_CAUTION_DIST check mrcheko 2016-07-16 19:07:48 +0300
  • f6d72ca5c1 Merge pull request #3 from testman42/patch-1 David Cernat 2016-07-16 15:19:55 +0300
  • b7e377c636 Remove _boundingBoxComputed from sceneutil's riggeometry.cpp davidcernat 2016-07-16 15:12:22 +0300
  • 645a21af21 Added new script functions for lua compatibility GetPosX, GetPosY, GetPosZ GetAngleX, GetAngleY, GetAngleZ Stanislav Zhukov 2016-07-16 16:19:35 +0800
  • 0b4a560ae2 Full translation to Engilsh testman42 2016-07-13 16:02:43 +0200
  • ce92f30022 Fix maximum incoming connections Stanislav Zhukov 2016-07-13 04:24:42 +0800
  • b09e4a0218 Fix chat 'y' Now you can close chat only if pressed 'Enter'. Stanislav Zhukov 2016-07-13 03:21:30 +0800
  • 131887c981 Delete script.pwn Stanislav Zhukov 2016-07-13 02:49:14 +0800
  • f1b5ad5804 Remove unused unsafe function and properly remove inheritance from std::string, providing implementations of missing stream operators preventing boost reading and writing to escape strings. AnyOldName3 2016-07-12 17:09:57 +0100
  • 299c4c904e Resurrect function Koncord 2016-07-12 23:26:53 +0800
  • 1a32385632 Fix cmake modules Koncord 2016-07-12 20:37:39 +0800
  • 001b83fdfb Add English translation testman42 2016-07-12 11:29:56 +0200
  • 1d5f0bd38f Merge pull request #2 from GrimKriegor/master Stanislav Zhukov 2016-07-12 04:02:52 -0500
  • ace719507c Ported OpenMW's "Don't use unordered_map" commit to TES3MP to fix Issue #1 https://github.com/TES3MP/TES3MP/issues/1 GrimKriegor 2016-07-12 01:42:05 +0100
  • e6f78ae5b7 Switch indentation to spaces to remain consistent with the rest of the project AnyOldName3 2016-07-12 01:06:57 +0100
  • 08df463c94 Separate declaration and definition of some static members to hopefully calm Travis down. AnyOldName3 2016-07-12 00:37:08 +0100
  • 7475d90693 Fix dodgy include by changing backslashes to forwardslashes AnyOldName3 2016-07-12 00:14:19 +0100
  • 5121e77a95 Remove the cause of a warning which upset Travis (but not the thing that made the Travis build fail, as I have no idea why it wouldn't work or how to fix it AnyOldName3 2016-07-12 00:00:29 +0100
  • b4e94e2aae Merge remote-tracking branch 'upstream/master' into pathfinding mrcheko 2016-07-12 00:45:01 +0300
  • 1a0642f1db Make it work by realising that what boost::program_options calls validation is what any sane person would regard as parsing AnyOldName3 2016-07-11 22:33:15 +0100
  • 8d4f0660ce fix hardcoded melee attack ranges mrcheko 2016-07-12 00:17:43 +0300
  • 195dd27780 Resolve obvious runtime error revealing more subtle one AnyOldName3 2016-07-11 22:05:38 +0100
  • cff37cdd08 Merge pull request #999 from Allofich/aifix scrawl 2016-07-11 23:04:26 +0200
  • 33ab9db9f6 Merge pull request #1000 from MiroslavR/particle-range scrawl 2016-07-11 23:03:04 +0200
  • 9c6739f1b3 Fix doubled particle spawn range MiroslavR 2016-07-11 22:40:58 +0200
  • fbe6dc9704 Change compilation error to runtime exception and decide that inheriting from std::string may have been a bad idea in C++ AnyOldName3 2016-07-11 21:33:36 +0100
  • c57d177f1c Trim unneeded code Allofich 2016-07-12 04:01:54 +0900
  • 7697406467 Partially fix '2 overloads have similar conversions' compilation error AnyOldName3 2016-07-11 14:39:38 +0100
  • 2a9b12bb3f Fix an issue preventing compilation, revealing another that doesn't make much sense. AnyOldName3 2016-07-11 14:15:35 +0100
  • c1ffc9e776 Remove a compilation error and set up framework to remove the others AnyOldName3 2016-07-11 01:59:16 +0100
  • f2456225db Merge branch 'ignore-hash-test' of https://github.com/AnyOldName3/openmw into ignore-hash-test AnyOldName3 2016-07-11 01:17:59 +0100
  • e17e354e84 Make # only start a comment in openmw.cfg if it starts a line and introduct compilation errors AnyOldName3 2016-07-11 01:09:34 +0100
  • 7e0962c5ea Make # only start a comment in openmw.cfg if it starts a line and introduct compilation errors AnyOldName3 2016-07-11 01:09:34 +0100