David Cernat
8e4a51dc17
Merge pull request #136 from OpenMW/master
...
Add OpenMW commits up to 31 Jan
8 years ago
David Cernat
703f253712
[Client] Delete new LocalEvents after sending them
8 years ago
scrawl
29abb62dee
Merge pull request #1197 from nikolaykasyanov/gamecontrollerdb-update
...
Update gamecontrollerdb.txt from upstream
8 years ago
Koncord
239c1aaebf
[Browser] Kill RakNet thread before return
8 years ago
David Cernat
1fc9dd4f93
[Server] Remove WorldFunctions index parameters that are no longer used
8 years ago
David Cernat
9f998c9901
[Server] Improve getter methods in WorldFunctions
8 years ago
Koncord
42b6a456f0
[Client] Fix code style
8 years ago
Koncord
c5035cd174
[Client] Fix crash and memory leak when erasing spellbook
8 years ago
David Cernat
88e648aaa9
[Server] Fix crash caused by setting too many WorldObject refIds, try 2
8 years ago
David Cernat
fe9e30a4d8
[Server] Fix crash caused by setting too many WorldObject refIds
8 years ago
David Cernat
da2f66d6ba
Merge pull request #135 from OpenMW/master
...
Add OpenMW commits up to 29 Jan
8 years ago
David Cernat
8e1dff8e02
[Browser] Change "Not fully" into "Not full"
8 years ago
David Cernat
bcee35ca1d
Merge branch 'master' of https://github.com/TES3MP/openmw-tes3mp
8 years ago
David Cernat
d503a65849
[Client] Replace tab characters with spaces
8 years ago
Koncord
c147d13a73
[Browser] Move hardcoded title to UI
8 years ago
Koncord
cb0f5524be
[Browser] Implement filters
8 years ago
Koncord
e3a304dd03
[Browser] Add filters to UI
8 years ago
Koncord
f86d17d8a6
[Browser] Add custom proxy model
8 years ago
Koncord
dba98f9261
[Browser] Not trying to download extended data if server is unreachable
8 years ago
Koncord
6b42f870a7
[Browser] Use constant instead magic value
8 years ago
Koncord
3070ecdea7
[Browser] Allow connecting by double click
8 years ago
David Cernat
5eff2ece21
[Server] Fix memory leaks related to WorldEvents as suggested by Koncord
8 years ago
David Cernat
6b9fba7885
[Server] Add script functions for getting/setting world object rotation
8 years ago
David Cernat
920c1113a3
[Server] Add script functions for setting world object placement info
8 years ago
David Cernat
2c5cc82f49
[Server] Add script functions for getting world object placement info
8 years ago
MiroslavR
d97e9cfe7e
Fix InterpreterContext::updatePtr updating mLocals to the implicit ref's locals when interpreting a targeted global script ( Fixes #3738 )
...
The interpreter context of a targeted global script would point to the target's locals instead of the global script instance's locals when the target changed cell during script execution. Credit to scrawl for the solution.
8 years ago
David Cernat
27ac314cb1
[Server] Add script functions for getting world object refIds & refNums
8 years ago
David Cernat
b549da996e
[Server] On second thought, keep cell description as argument to them
8 years ago
David Cernat
5989bbd97e
[Server] Remove arguments from OnObjectPlace & OnObjectDelete callbacks
8 years ago
David Cernat
2cecce6c72
[Server] Use static WorldEvent variable in Networking
8 years ago
David Cernat
08faad9f32
Merge pull request #134 from OpenMW/master
...
Add OpenMW commits up to 28 Jan
8 years ago
David Cernat
15ed4b8da6
[Components] Use 24 hour format instead of 12 for log file timestamps
8 years ago
David Cernat
8bc6dfe590
[General] Remove duplicate constructor in PacketObjectUnlock
8 years ago
scrawl
4c4ec6b108
Merge pull request #1196 from Allofich/warnings
...
Fix MSVC warnings
8 years ago
David Cernat
dddc253d70
[Client] Fix console message for LocalPlayer's cell change
8 years ago
David Cernat
f11df211fa
[Server] Add script functions for dealing w/ WorldEvents & WorldObjects
8 years ago
David Cernat
9f1e491a75
[General] Make WorldEvents store information about multiple objects
8 years ago
Nikolay Kasyanov
9e8e9aef86
Update gamecontrollerdb.txt from upstream
8 years ago
Allofich
0f20312012
Fix MSVC warnings
8 years ago
David Cernat
624b85347a
[Client] Create LocalEvent class and use it instead of WorldEvent
8 years ago
David Cernat
ee86c9161d
[Client] Set InterpreterContext's sendPackets to false in constructor
8 years ago
Koncord
b658adf7b0
[Server] Killed another tab character
8 years ago
Stanislav Zhukov
74ecbbb975
Merge pull request #133 from TES3MP/tes3mp-travis-patches
...
Travis patches
8 years ago
Koncord
19bd7e50ba
[CI] Use QT5 instead QT4
8 years ago
David Cernat
9c3a37a790
[Server] Make GetCellStateDescription's cstrDescription null-terminated
8 years ago
Koncord
316e5fa22e
[CI] Disable Browser
8 years ago
Koncord
0e9746044d
[CI] Disable OS X build, again
8 years ago
Koncord
1c810ecad5
[Server] Fix memory leak in GetCellStateDescription()
8 years ago
David Cernat
268a1501ad
[GUI] Make tes3mp_dialog_list larger
8 years ago
David Cernat
7efb374f75
[Client] Avoid fetching guiMessageBox.type again for every condition
8 years ago