David Cernat
77aff346e9
Fix typo in method name "getGUIConroller", part 2
8 years ago
David Cernat
63eebd3d18
Respawn players in Fort Pelagiad instead of ToddTest for the time being
8 years ago
David Cernat
d830937f4e
Fix typo in method name "getGUIConroller"
8 years ago
David Cernat
f93e382b8b
Use tes3mp icon for executable, part 2
8 years ago
David Cernat
5385563972
Let players inform others about Lua script-induced cell & pos changes
8 years ago
David Cernat
d24b4d0a2d
Disable New, Save and Load buttons in main menu
8 years ago
David Cernat
7b187d0295
Fix visual glitch when jumping without adjusting camera afterwards
8 years ago
Allofich
7db31ab58a
Correct telekinesis glow length
8 years ago
scrawl
346f5a19a3
Merge pull request #1029 from Allofich/anim
...
Improvements for playgroup and loopgroup
8 years ago
Allofich
9b0e5d6b59
Loop mid-animation idles when loading a save game
8 years ago
Koncord
fc4d8b82fb
Stubs for minimap
8 years ago
David Cernat
7691bcc958
Add server script callbacks for attribute and skill changes
8 years ago
David Cernat
03d6e0cb62
Send attributes and skills to server whenever they change
8 years ago
David Cernat
ce5553cda6
Get hand-to-hand attack victim's stats if there actually is a victim
8 years ago
scrawl
0fd810707e
Remove unused stopLooping()
8 years ago
scrawl
b0dc625b18
Run setLoopingEnabled after the anim queue is updated
8 years ago
scrawl
719e884b7c
Remove duplicate code
8 years ago
scrawl
0c9882956a
Add AnimState::shouldLoop()
8 years ago
scrawl
6450c9be27
Simplify condition
8 years ago
Allofich
bf9dc45b2b
Emulate vanilla animation loops more closely
8 years ago
David Cernat
c4f49e05e3
Remove manual newlines for logger
9 years ago
Koncord
78210ab8ce
rename openmw-mp to tes3mp-server
9 years ago
Koncord
b67789aa6a
Rename openmw to tes3mp
9 years ago
Koncord
90215f4e7c
Fix log messages for GCC compatibility
9 years ago
Koncord
d3c9864fb0
Fix maximum connections
9 years ago
David Cernat
e1955b440f
Fix player initialization on server
9 years ago
David Cernat
cba01af683
Log player initialization on server
9 years ago
David Cernat
2337a0becb
Add LOG_APPEND method for writing to log without timestamp and level
9 years ago
David Cernat
f4744f8547
Add additional log info
9 years ago
David Cernat
97f944dde7
Use logger for most console messages
9 years ago
Aesylwinn
91fd966146
Fix some issues detected by coverity for the editor.
9 years ago
Allofich
b332a13b4e
Don't restart looped animations on repeated calls
9 years ago
David Cernat
a36c20eaae
Reduce server console spam
9 years ago
David Cernat
436548413e
Resolve conflicts in pull request #39
...
# Conflicts:
# CMakeLists.txt
9 years ago
Marc Zinnschlag
2fef8948f1
Merge remote-tracking branch 'aesylwinn/InstanceRotateAndScale'
9 years ago
David Cernat
a2dbeb6c95
Share skills and attributes correctly upon logging in, and fix grammar
9 years ago
Koncord
35991fcd15
Add logger to client
9 years ago
Koncord
7f8c0ecbbd
Logging in file for server
9 years ago
David Cernat
c94f818478
Add script functions for getting attributes and skills by their names
9 years ago
David Cernat
41868cc9cc
Add script functions for getting attributes and skills by their IDs
9 years ago
David Cernat
e5cb58e7c4
Add debug info about ID_GAME_BASE_INFO packets
9 years ago
David Cernat
8eda381016
Make formatting consistent, part 2
9 years ago
David Cernat
1363c4c5b6
Make formatting consistent
9 years ago
David Cernat
1bbd7c271f
Add fail-safes to DedicatedPlayer cell updating to narrow down problems
9 years ago
David Cernat
e39b66af4f
Move logger to components
9 years ago
David Cernat
38c8d2344b
Uncomment sending of stats packets to and from new players
9 years ago
David Cernat
aa69c156c7
Fix race-related graphical glitches when players spawn
9 years ago
Koncord
a840d84b39
Merged branch master into master
9 years ago
Koncord
ee8d9895dc
Porting Log.cpp to C++98
9 years ago
scrawl
dda5bfbc9f
CharacterPreview no longer depends on osgViewer
9 years ago
scrawl
8bfcf259a3
LocalMap no longer depends on osgViewer
9 years ago
scrawl
b2ae45f0eb
Remove unneeded setGraphicsContext() calls
9 years ago
scrawl
0209c70583
Improve performance by skipping update if transform is unchanged
9 years ago
scrawl
4751e0e953
Improve performance of animateCollisionShapes by caching the node path
9 years ago
scrawl
8a4722cb84
Revert "animateCollisionShape checks if the shape is really animated"
...
This reverts commit cbf344663f
.
Doesn't work correctly because the Animation delays the assignment of the UpdateCallbacks until the animation starts. The commit broke the animation of in_dagoth_bridge00
9 years ago
scrawl
3ef9b3f44d
Merge pull request #1025 from Allofich/anim
...
Use loopfallback for idle animation groups
9 years ago
Aesylwinn
7125775648
Change free axis rotation.
9 years ago
Allofich
c05782581e
Account for all instances of play()
9 years ago
David Cernat
3c6710a7b5
Merge pull request #35 from OpenMW/master
...
Add OpenMW commits from 2nd week of August
9 years ago
Allofich
6163c7bb03
Use loopfallback for idle animation groups
9 years ago
David Cernat
d9cfd5bac2
Resolve conflicts with OpenMW
9 years ago
scrawl
641005b317
Remove Camera's children before removing the Camera
...
Should work around OSG race condition ( http://forum.openscenegraph.org/viewtopic.php?t=16077 )
9 years ago
Koncord
a92ef8b6bd
Some fixes
9 years ago
scrawl
a44ba0e461
Merge pull request #966 from kpp/find_mygui
...
Find mygui
9 years ago
Koncord
e9ee9c8b3b
Remove C++11 in Log.h
9 years ago
Koncord
b3320c7bb9
Add forgoten ctime header
9 years ago
Koncord
8d88381dac
added prefix LOG_ to loglevel
9 years ago
Koncord
170455e08a
Fix headers
9 years ago
Roman Proskuryakov
4cffdb67d8
Uses case-sensitive MyGUI_* variables
9 years ago
Koncord
c695923825
Added master server stuff
9 years ago
Koncord
02a447c589
Added logger
9 years ago
Aesylwinn
3e4ac0c662
Potential fix for context sensitive select mode issues.
9 years ago
scrawl
71f786ff84
Delete the WorkQueue first
...
Fixes a potential crash on exit.
9 years ago
scrawl
3732979eec
Revert "Merge pull request #993 from mrcheko/pathfinding"
...
This reverts commit 5190275b37
, reversing
changes made to d7845012bf
.
9 years ago
scrawl
c3340ec143
Merge pull request #1022 from Allofich/anim
...
Make loopgroup loop correct number of times
9 years ago
scrawl
1edcea2ff5
Merge pull request #1023 from psi29a/small_fixes
...
small fixes
9 years ago
scrawl
30b549124e
Fix use-after-free
9 years ago
scrawl
c65492193c
Use osg::clone
9 years ago
scrawl
0fbc0d0da7
Attempt to silence warning
9 years ago
Bret Curtis
0547d4b937
clang says that these must be in the MWWorld namespace
9 years ago
scrawl
8c44334409
Merge pull request #1021 from Allofich/weight
...
Corrections to tooltip displays of zero-weight items
9 years ago
scrawl
2f6075329b
Clang warning fixes
9 years ago
Allofich
a381a15b19
Make loopgroup loop correct number of times
9 years ago
Allofich
7bf04b5014
Allow showing value of zero-weight lights
9 years ago
Allofich
502a26a7ff
Use getWeightString() to avoid casting to int
9 years ago
Allofich
4f5d676b4e
Allow weight tooltips for gold and keys if not 0
9 years ago
Allofich
caf025f93d
Don't show 0 weight tooltips except for potions
9 years ago
Allofich
cf7278f8ae
Don't show weight tooltip for 0-weight equipment
9 years ago
Allofich
ee2702087c
Make zero-weight boots play light boot footsteps
9 years ago
scrawl
f3f02fe154
Merge pull request #1019 from Allofich/bound
...
Don't allow re-casting of bound equipment spells
9 years ago
Allofich
d617651307
Don't allow re-casting of bound equipment spells
9 years ago
Aesylwinn
101c3cc90d
Rotate around center of selection.
9 years ago
Aesylwinn
571969cd65
Scale from center of selection.
9 years ago
MiroslavR
ddbfe0c944
Fix disabled door markers appearing on the map ( Fixes #3348 )
9 years ago
Aesylwinn
388917df89
Base editor rotate/scale commit.
9 years ago
Allofich
cb9bb92b26
Play locked sounds on locked objects instead of actors
9 years ago
Allofich
83b715734f
Move part of addGlow() to addSpellCastGlow()
9 years ago
Allofich
1c76c93ed8
Use raw pointer to node in glowupdater
9 years ago
Allofich
67f31d948e
Add removeTexture method
9 years ago
Allofich
4b9aff7a03
Glowupdater fix when using shaders
9 years ago