Commit graph

  • 2158e94a96 [Client] Fix setting of attack parameters after recent changes David Cernat 2017-01-25 18:04:20 +0200
  • 73d39c1a0a [General] Stop using virtual functions in BasePlayer, part 2 David Cernat 2017-01-25 17:19:53 +0200
  • 63c8a98083 [General] Stop using virtual functions in BasePlayer David Cernat 2017-01-25 17:06:15 +0200
  • c62a575a9e [Server] Change order of words in the names of script callbacks David Cernat 2017-01-25 14:59:23 +0200
  • 1d9c6ddd81 [General] Add placeholders for the new packet ID_PLAYER_CELL_LOAD David Cernat 2017-01-25 14:51:43 +0200
  • 25e535e8ad [Server] Fix integer types for new script callbacks David Cernat 2017-01-25 07:51:44 +0200
  • f9feaf05f0 [Server] Add script callbacks for object placement and deletion David Cernat 2017-01-25 05:30:25 +0200
  • 35e453dec3 [General] Sketch out most of functionality for journal saving/loading David Cernat 2017-01-24 19:32:25 +0200
  • c3c3c57a98 [Browser] Fix errors for Windows build Koncord 2017-01-22 18:18:32 +0800
  • 843a18f347 [Browser] Fix errors and warnings in MSVC Koncord 2017-01-22 18:02:12 +0800
  • db75c4874c [Browser] Fix declaration of 'data' hides class member Koncord 2017-01-22 18:00:27 +0800
  • 0cd7c3ea3d Merge pull request #131 from OpenMW/master David Cernat 2017-01-22 11:20:20 +0200
  • dc3f87a81a [Browser] Change iterator types in "for" loops to C++11 style Koncord 2017-01-22 17:16:55 +0800
  • 33339fa786 [Browser] Rename addServer to addServerAndUpdate Koncord 2017-01-22 17:11:44 +0800
  • 1bd4db5e8b [Browser] Implement update info by index Koncord 2017-01-22 17:11:13 +0800
  • a86739f080 Add addServer by address method Koncord 2017-01-22 16:02:21 +0800
  • ecf82a5df7 Save/Load favorites in browser Koncord 2017-01-22 15:59:00 +0800
  • 777a570d93 Init modName Koncord 2017-01-22 15:09:52 +0800
  • 4c2294d105 Override closeEvent in MainWindow Koncord 2017-01-22 15:09:17 +0800
  • 86d8b0630f Do not allow override ServerModel Koncord 2017-01-22 15:07:42 +0800
  • 5b88f3fc44 Use C++11 in browser Koncord 2017-01-22 15:01:05 +0800
  • 0af5e1269a Move browser xml files to files/tes3mp/ui Koncord 2017-01-22 15:00:04 +0800
  • 7b0a498e83 Merge pull request #1193 from MiroslavR/disabled_player scrawl 2017-01-21 05:52:18 +0100
  • c64351b3e8 ESS-import: player is no longer disabled (Bug #3246) MiroslavR 2017-01-21 03:39:51 +0100
  • 68727751ed Fix arguments for OnPlayerChangeSpellbook in server Networking David Cernat 2017-01-20 12:54:03 +0200
  • 869b32383e Fix arguments for OnPlayerChangeJournal in server Networking David Cernat 2017-01-20 12:52:03 +0200
  • d308897f95 Rename PacketItems, PacketSpells into InventoryChanges, SpellbookChanges David Cernat 2017-01-20 12:43:05 +0200
  • e2c595fc5d Add preliminary structure for journal changes David Cernat 2017-01-20 12:05:45 +0200
  • e9b22814b9 Create placeholder for ID_GAME_JOURNAL David Cernat 2017-01-20 11:15:10 +0200
  • a69f294ef0 Rename ID_GAME_CELL into ID_PLAYER_CELL_CHANGE David Cernat 2017-01-20 10:30:50 +0200
  • 745ddd9a69 Merge pull request #130 from OpenMW/master David Cernat 2017-01-20 09:42:55 +0200
  • 83277a1512 Send spellbook in LocalPlayer CharGen & change UPDATE action name to SET David Cernat 2017-01-20 09:07:07 +0200
  • 0f7748d9d2 When clearing LocalPlayer's spells, keep race and birthsign abilities David Cernat 2017-01-20 08:06:48 +0200
  • e7675d94d4 Make server script functions for spells consistent with those from items David Cernat 2017-01-20 06:00:14 +0200
  • 115e563a7a Fix race conditions caused by Array <-> GLBufferObject interactions (Bug #3580) scrawl 2017-01-19 22:03:52 +0100
  • 6b14ca0775 Finish renaming of script functions for sending items and spells David Cernat 2017-01-19 18:30:31 +0200
  • 33e85c54de Rename BasePlayer Inventory & Spellbook into PacketItems & PacketSpells David Cernat 2017-01-19 18:06:59 +0200
  • be851f5e1a Send packet with spells gained at character generation David Cernat 2017-01-19 16:56:21 +0200
  • 78c6ab2a99 Clean up client Networking by putting item & spell logic in LocalPlayer David Cernat 2017-01-19 15:18:37 +0200
  • b8a6020af1 Check for update to inventory when closing a container David Cernat 2017-01-19 13:08:24 +0200
  • 6eb7706390 Merge branch 'master' of https://github.com/TES3MP/openmw-tes3mp David Cernat 2017-01-19 12:14:45 +0200
  • 0fe2d743a7 Rename tes3mp-netlauncher into tes3mp-browser David Cernat 2017-01-19 12:14:25 +0200
  • c77120df6d Merge pull request #129 from OpenMW/master while resolving conflicts David Cernat 2017-01-19 06:34:09 +0200
  • ac61535d2c optimize OSGVertexBuffer by double buffering the vertex array instead of recreating it on every modification scrawl 2017-01-19 03:17:49 +0100
  • cc19b4bd8a Fix door rotation order in collision case (Bug #3707) scrawl 2017-01-19 02:19:44 +0100
  • 45fb4f04b1 Update reference of the interpreter context when an Activate results in a take action (Fixes #3727) scrawl 2017-01-18 21:57:50 +0100
  • 70c5f64caa Fix mLocals not being updated in InterpreterContext::updatePtr scrawl 2017-01-18 21:55:47 +0100
  • cf8a507860 Set window title for netlauncher David Cernat 2017-01-18 16:44:59 +0200
  • b2577498a9 Use tes3mp icon for netlauncher David Cernat 2017-01-18 16:37:06 +0200
  • fa8650f99a Merge pull request #128 from OpenMW/master while resolving conflicts David Cernat 2017-01-18 15:38:18 +0200
  • c6822b9eb6 Merge pull request #1192 from damiel/water_refactor scrawl 2017-01-16 18:26:28 +0100
  • 8f5418c12c Merge pull request #1170 from NeveHanter/bugfix-3617 scrawl 2017-01-15 23:00:25 +0100
  • 5a8efa1649 added refactoring of shader handling from visvalda's fog shader Martin-Kevin Neumann 2017-01-15 14:17:22 +0100
  • e82d542d89 Merge remote-tracking branch 'upstream/master' into bugfix-3617 NeveHanter 2017-01-15 09:49:45 +0100
  • 811e9ad9f3 Fixed bug https://bugs.openmw.org/issues/3617 by allowing touch and target enchantments from ranged weapons and their projectiles to explode even when colliding with non-activable objects, terrain, water slab or when shoot underwater. Also allowed projectiles to fly through the dead bodies as in vanilla. NeveHanter 2016-12-19 10:15:19 +0100
  • f376b8416e Merge pull request #127 from OpenMW/master David Cernat 2017-01-15 02:51:15 +0200
  • edf04667e0 Merge pull request #1191 from Allofich/ai scrawl 2017-01-14 19:28:33 +0100
  • f2240dde9c Allow command spells to work when cast by AI on AI Allofich 2017-01-12 03:11:45 +0900
  • e825010107 Apply command spell effects on impact Allofich 2017-01-12 02:23:03 +0900
  • a46c4de918 Stop combat when adding an AI package to an actor Allofich 2017-01-12 00:32:36 +0900
  • afebc9c60f Don't require C++14 for netlauncher David Cernat 2017-01-14 17:56:29 +0200
  • ba493435f3 Prevent crash when trying to remove -1 rows in netlauncher David Cernat 2017-01-14 17:54:50 +0200
  • b1bcba3055 Use Qt 5 by default David Cernat 2017-01-14 17:31:13 +0200
  • 76162fbfde Fix netlauncher target properties in CMake for Visual Studio David Cernat 2017-01-14 17:14:04 +0200
  • b87abb0456 Reset activation flags when an object is copied (Fixes #3671, Fixes #3719) scrawl 2017-01-14 15:29:36 +0100
  • 70b43ecef6 Merge pull request #126 from OpenMW/master David Cernat 2017-01-14 05:59:16 +0200
  • 0ab02006de Detect ARM CPUs Koncord 2017-01-14 11:06:29 +0800
  • 69ce9f32bc Activate/OnActivate fix (Bug #3712) scrawl 2017-01-14 00:10:43 +0100
  • 2e3f508a56 Fix broken default keys and enable master server in configs David Cernat 2017-01-13 10:33:21 +0200
  • 253ded1ee3 Use new getFilenameStamp() method to generate timestamps for filenames David Cernat 2017-01-13 08:49:21 +0200
  • 3932654d5d Use log filenames w/ timestamps instead of adding numbers to their ends David Cernat 2017-01-13 07:58:40 +0200
  • 213bc1e733 Print correct variable for Terra's library David Cernat 2017-01-12 13:46:17 +0200
  • 10a0f165dd Print paths used for server dependencies in CMake, change tabs to spaces David Cernat 2017-01-12 13:45:04 +0200
  • 3c9eaad5ce Rename Main class to MainWindow Koncord 2017-01-12 10:46:48 +0800
  • 610ba1d867 Merge pull request #125 from OpenMW/master David Cernat 2017-01-12 04:33:25 +0200
  • f7dc30387c Run tes3mp-netlauncher instead openmw in the OpenMW Launcher Koncord 2017-01-12 08:55:21 +0800
  • 90908ed113 rename openmw-netlauncher to tes3mp-netlauncher Koncord 2017-01-12 08:54:11 +0800
  • 73aa07b81b Merge pull request #1189 from Allofich/attack scrawl 2017-01-11 18:36:10 +0100
  • 4307c7dd89 Merge pull request #1190 from Allofich/command scrawl 2017-01-11 18:35:24 +0100
  • 2322ab3125 Don't make Command spells cancel AI packages Allofich 2017-01-12 00:07:22 +0900
  • 4604ee49bf Fix waiting answer when browser not connected to the master server Koncord 2017-01-11 23:00:46 +0800
  • 968546b20c Use master server address from config file Koncord 2017-01-11 22:58:50 +0800
  • cb799ee446 Server browser Koncord 2017-01-11 22:04:53 +0800
  • c10585fb07 Match best attack selection to original MW Allofich 2017-01-11 22:09:26 +0900
  • dfb87e9e0d Merge pull request #124 from OpenMW/master David Cernat 2017-01-11 13:30:22 +0200
  • 56cd18d967 Rename "tes3mp Team" into "tes3mp Credits" and add Special Thanks David Cernat 2017-01-11 10:19:14 +0200
  • b6f9a21d7f Do not allow 0 update rate Koncord 2017-01-10 20:38:33 +0800
  • 03a92b3a91 Use LOG_VERBOSE instead LOG_INFO Koncord 2017-01-10 20:37:40 +0800
  • 01900c2be8 Use modname in Send function Koncord 2017-01-10 20:36:39 +0800
  • 2b0ae7b9ca Fix variable name in JSON Koncord 2017-01-10 20:35:23 +0800
  • e92df0c465 Implement SetModname, SetHostname functions Koncord 2017-01-10 19:22:02 +0800
  • f510a5583f Move MasterClient to Networking class Koncord 2017-01-10 19:21:31 +0800
  • b5c586d5b7 Add and implement ID_MASTER_QUERY Koncord 2017-01-10 18:33:02 +0800
  • 32615d05cf Prevent allocate memory if player doesn't exists Koncord 2017-01-10 18:31:51 +0800
  • dc1f6cdada Merge pull request #1186 from MiroslavR/autoequip-crea scrawl 2017-01-09 19:05:11 +0100
  • a4766e25d4 Merge pull request #1188 from rhtucker/master Bret Curtis 2017-01-09 07:21:55 +0100
  • 072a678a60 Added fonts to index and a note on quotes Ryan Tucker 2017-01-08 19:11:07 -0800
  • ec19938367 Merge pull request #1187 from rhtucker/master scrawl 2017-01-09 03:03:47 +0100
  • b02bbe2bf4 Placed note under proper list item Ryan Tucker 2017-01-08 12:03:53 -0800
  • 3f272e2935 Added fonts and paths documents Ryan Tucker 2017-01-08 11:58:56 -0800