U-VirtualBox-PC\Admin
|
6229269506
|
Some patches for lua on windows
|
2016-12-16 19:04:47 +03:00 |
|
David Cernat
|
35de28e239
|
Fix setting of longer environmental variables on Windows
|
2016-12-16 17:57:02 +02:00 |
|
Koncord
|
804259b2c9
|
Change some printf to LOG_MESSAGE_SIMPLE
printf is not streamed to files
|
2016-12-16 18:50:34 +08:00 |
|
Koncord
|
2eda48acca
|
Fix issue #111
|
2016-12-16 18:13:44 +08:00 |
|
Koncord
|
f74734cfba
|
Fix server crash if player is not fully connected
|
2016-12-16 17:53:56 +08:00 |
|
Koncord
|
3ee82a761b
|
Remove redundant include
|
2016-12-16 17:51:00 +08:00 |
|
Koncord
|
4371a65fc6
|
fix spaces
|
2016-12-16 17:31:41 +08:00 |
|
Koncord
|
9ca206dda9
|
Add hooks for containers
|
2016-12-16 17:27:19 +08:00 |
|
Koncord
|
536715cf46
|
Cleanup tes3mp headers
|
2016-12-16 16:59:15 +08:00 |
|
Koncord
|
61f7ad2f76
|
Add new paths for native & lua libs
If you want to add the native lib you should place it to {PATH_TO_MOD}/lib/
for external Lua libs: {PATH_TO_MOD}/lib/lua/
|
2016-12-05 23:54:29 +08:00 |
|
Koncord
|
7b3e487f91
|
Register packet ActiveSkills in packet controller
|
2016-12-03 23:40:30 +08:00 |
|
Koncord
|
b1bb552b65
|
Add packet ActiveSkills
|
2016-12-03 23:38:40 +08:00 |
|
Koncord
|
753dc50131
|
Fix crash if connection has failed
|
2016-12-03 23:36:53 +08:00 |
|
Koncord
|
75061e2504
|
Update gitignore for new version of the CLion
|
2016-12-03 15:50:36 +08:00 |
|
David Cernat
|
d30cc88450
|
Merge pull request #110 from OpenMW/master
Add OpenMW changes up to 29 Nov
|
2016-11-29 10:29:28 +02:00 |
|
scrawl
|
be14ce414e
|
Update AUTHORS.md
|
2016-11-27 05:36:48 +01:00 |
|
scrawl
|
6759f70229
|
Merge pull request #1140 from ShadowRadiance/master
Slowfall now reduces momentum based on magnitude when jumping
|
2016-11-27 05:36:02 +01:00 |
|
ShadowRadiance
|
354a89e3bc
|
Slowfall now reduces momentum based on magnitude when jumping
(Allows Constant Effect Slowfall to work as in MW)
|
2016-11-26 06:27:11 -05:00 |
|
David Cernat
|
7bbeed629d
|
Merge pull request #109 from OpenMW/master
Add OpenMW changes up to 25 Nov
|
2016-11-26 01:58:43 +02:00 |
|
scrawl
|
5297d7b5be
|
Merge pull request #1137 from nikolaykasyanov/osx-structure
[macOS] Move all resources files inside application bundles (fixes #3566)
|
2016-11-25 02:51:32 +01:00 |
|
Nikolay Kasyanov
|
ea888519c7
|
[macOS] Set OpenMW working dir to <bundle>/Contents/MacOS
|
2016-11-23 22:32:54 +01:00 |
|
Nikolay Kasyanov
|
db69342b5d
|
[macOS] Move all configs & resources into app bundles
Fixes #3566 (https://bugs.openmw.org/issues/3566).
|
2016-11-23 22:32:54 +01:00 |
|
scrawl
|
762460f042
|
Use negative count when restocking item to ensure that its properly tracked (Fixes #3635)
|
2016-11-22 22:42:04 +01:00 |
|
scrawl
|
42b1163504
|
Merge pull request #1139 from MiroslavR/thrown-ench
Fix thrown weapon sources being used to apply on strike enchantments
|
2016-11-22 20:26:14 +01:00 |
|
MiroslavR
|
46a3244107
|
Fix thrown weapon sources being used to apply on strike enchantments (Fixes #3634)
|
2016-11-22 18:18:20 +01:00 |
|
scrawl
|
b6d02d9b14
|
Fix order of operations when undoing werewolf transformation of an NPC
|
2016-11-22 16:37:49 +01:00 |
|
scrawl
|
505250f6ec
|
Do not use architecture dependent type size_t in esm format (Fixes #3633)
|
2016-11-22 15:47:06 +01:00 |
|
David Cernat
|
4e23fc0a5b
|
Send action parameter to OnPlayerChangeSpellbook
|
2016-11-22 02:32:02 +02:00 |
|
David Cernat
|
9e290ad799
|
Fix spacing irregularities
|
2016-11-21 23:40:50 +02:00 |
|
David Cernat
|
d4b5c826f8
|
Fix typo in spell script functions
|
2016-11-21 20:42:53 +02:00 |
|
David Cernat
|
c81b58e1be
|
Add spell script functions to tes3mp server
|
2016-11-21 20:37:04 +02:00 |
|
David Cernat
|
8aeb3a6cc6
|
Reorder script function classes in tes3mp server's CMakeLists.txt
|
2016-11-21 19:17:28 +02:00 |
|
David Cernat
|
95efb77e53
|
Implement sending of ID_GAME_SPELLBOOK from client
|
2016-11-21 06:07:29 +02:00 |
|
David Cernat
|
6ea5f08e9c
|
Create placeholder for ID_GAME_SPELLBOOK
|
2016-11-21 02:28:05 +02:00 |
|
David Cernat
|
6c8c0827ea
|
Move RequestData() method to BasePacket
|
2016-11-21 01:31:07 +02:00 |
|
David Cernat
|
fd6dd5daa8
|
Fix packetID for new packet
|
2016-11-21 00:03:41 +02:00 |
|
David Cernat
|
1feec58ed2
|
Merge pull request #108 from OpenMW/master
Add OpenMW changes up to 20 Nov, part 3
|
2016-11-20 22:57:47 +02:00 |
|
David Cernat
|
ae39daf76a
|
Add and implement ID_MUSIC_PLAY
|
2016-11-20 22:54:49 +02:00 |
|
scrawl
|
c326564e20
|
Merge pull request #1136 from Allofich/deletespell
Allow deleting spells that have the "always succeeds" flag
|
2016-11-20 19:23:25 +01:00 |
|
scrawl
|
16a913c549
|
Add emission of water ripple particles for water-walking actors (Fixes #3608)
|
2016-11-20 18:47:12 +01:00 |
|
David Cernat
|
f9ca98498d
|
Merge pull request #107 from OpenMW/master
Add OpenMW commits up to 20 Nov, part 2
|
2016-11-20 19:30:24 +02:00 |
|
Allofich
|
c82df2553c
|
Allow deleting spells that have the "always succeeds" flag (Fixes #3627)
|
2016-11-21 02:26:02 +09:00 |
|
David Cernat
|
7a3d490121
|
Rename dumps into crashdumps to make the folder's purpose clear to users
|
2016-11-20 19:25:55 +02:00 |
|
David Cernat
|
f865246955
|
Fix Breakpad using changes provided by Stanislav in a gist
|
2016-11-20 18:34:22 +02:00 |
|
scrawl
|
385db50f2d
|
Merge pull request #1131 from Allofich/waterwalking
Make water walking mechanics closer to original MW
|
2016-11-20 17:19:15 +01:00 |
|
scrawl
|
37ae6fac85
|
Merge pull request #1135 from MiroslavR/Wmismatched-tags
Fix -Wmismatched-tags clang warning
|
2016-11-20 17:18:56 +01:00 |
|
MiroslavR
|
c1e52bbcf7
|
Fix -Wmismatched-tags clang warning
|
2016-11-20 15:10:37 +01:00 |
|
Allofich
|
0e429ae41d
|
Make water walking mechanics closer to original MW
|
2016-11-20 22:21:33 +09:00 |
|
David Cernat
|
456aee65d9
|
Add and implement ClearInventory() script function
|
2016-11-20 04:06:33 +02:00 |
|
David Cernat
|
80b40bfb70
|
Prevent inventory requests from making LocalPlayer send inventory twice
|
2016-11-20 03:21:15 +02:00 |
|