Darryl Pogue
101ebbd717
Stub out the Auth2Cli ServerCaps message
...
This allows an OpenUru client to connect to a DIRTSAND server for
testing.
Co-Authored-By: Adam Johnson <AdamJohnso@gmail.com>
5 months ago
Darryl Pogue
0717a9e792
Add server.ini support to Internal builds
...
Co-Authored-By: Michael Hansen <zrax0111@gmail.com>
Co-Authored-By: Adam Johnson <AdamJohnso@gmail.com>
Co-Authored-By: Florian Meißner <developer@mystler.eu>
5 months ago
Darryl Pogue
f293e06ade
Allow building with VS2010 Express
5 months ago
Darryl Pogue
93491a7df4
Fix wrong include in pnDispatchCreatable.h
5 months ago
Darryl Pogue
6725fc49f0
Fix Debug_Internal config for pfMoviePlayer
5 months ago
Darryl Pogue
e9786f9990
Build SoundDecompress as part of AllClient
5 months ago
Darryl Pogue
147f47e31c
Add SoundDecompress tool
5 months ago
rarified
883495c35c
Merge branch 'ticket/53'
1 year ago
rarified
e1306da736
Merge branch 'ticket/52'
1 year ago
rarified
8d1d813df5
Merge branch 'ticket/51'
1 year ago
rarified
65d50895bb
closes #53
1 year ago
rarified
6a41bdbee7
closes #52
1 year ago
rarified
3dcf1c2f26
closes #51
1 year ago
rarified
70449244f4
Merge branch 'ticket/53'
1 year ago
Edmond Mondor
82abcb2f07
remove clearReceivers()
1 year ago
rarified
870d0534df
Merge branch 'ticket/53'
1 year ago
Edmond Mondor
1f09d6c48a
Try without armature changes
1 year ago
rarified
66ce08ed67
Merge branch 'ticket/53'
1 year ago
rarified
1c1d3dd82e
Merge branch 'ticket/52'
1 year ago
Edmond Mondor
4924156ad4
Fix 3 problems with plSubWorldMsg.
...
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
1 year ago
Edmond Mondor
13ea0a98de
Don't trust the local machine's system time.
...
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
1 year ago
rarified
f9723462d7
Merge branch 'ticket/51'
1 year ago
dgelessus
7d3774a732
Unload all keys of all pages before deleting them
...
(ported from H-uru/Plasma@04d0ac94ea25fc937931b8f4f546220ddf1cc27c)
2 years ago
dgelessus
ea7e4b2ab5
Fix previous commits not actually nulling out the key
...
I goofed while porting this from H'uru, where the variable is a
reference. The previous code actually caused the keys to not get deleted
at all.
2 years ago
dgelessus
5d5ba00f7d
Also guard against accessing plRegistryKeyList currently being deleted
...
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
(ported from H-uru/Plasma@725eeaa28820423f8f36e3476d0f5c6da30921c2)
2 years ago
dgelessus
af38137822
Fix possible use after free in plRegistryPageNode::UnloadKeys
...
Short explanation: the destructor of plRegistryKeyList may indirectly
access other entries of fKeyLists where the plRegistryKeyList has
already been deleted, but not yet removed from the map.
Long explanation:
* Deleting a plRegistryKeyList also deletes all plKeys inside it, which
decrements the reference count of the objects they point to.
* If one of the deleted keys happens to be the last reference to an
object, this also deletes the object itself.
* The object's destructor might in turn delete another plKey, which
calls SetKeyUnused, which tries to look up the key in its page.
* If this second plKey belongs to the page that is currently being
unloaded, then its plRegistryKeyList may be partially or completely
deleted, but still listed in the fKeyLists map. In this case, the key
lookup accesses already freed memory.
(ported from H-uru/Plasma@a529e35fd940543752fd74efd0fe63039a03c4a6)
2 years ago
rarified
4b0ab75a79
Merge branch 'ticket/49'
2 years ago
rarified
dcb0309a08
closes #49
2 years ago
rarified
7dde0855dc
Merge branch 'ticket/48'
2 years ago
rarified
44c9b0694d
Merge branch 'ticket/47'
2 years ago
rarified
dedf04ac43
Merge branch 'ticket/45'
2 years ago
rarified
eeb458817f
Merge branch 'ticket/44'
2 years ago
rarified
68c7187155
closes #48
2 years ago
rarified
6fa695a2c3
closes #47
2 years ago
rarified
2a3c1b32ef
closes #45
2 years ago
rarified
d3cbaa94ef
closes #44
2 years ago
rarified
e7758ccc10
Merge branch 'ticket/49'
2 years ago
Adam Johnson
07b92234ad
Fix bug for python SDL variable-length arrays
2 years ago
rarified
7dfa2ba56a
Merge branch 'master' into working
2 years ago
rarified
1a091b7019
Merge branch 'ticket/48'
3 years ago
rarified
104a5ef4ee
Merge branch 'ticket/47'
3 years ago
rarified
19cfaaaea9
Merge branch 'ticket/45'
3 years ago
rarified
dafd190083
Merge branch 'ticket/44'
3 years ago
Edmond Mondor
fdee5a921b
Merge branch 'ticket/47' of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata into ticket/47
3 years ago
Adam Johnson
b322ee094c
Fix compile error
3 years ago
Adam Johnson
54c768d966
PR from Huru to prevent dynamics from moving during age initilization
3 years ago
Edmond Mondor
82159bcb4a
Merge branch 'ticket/47' of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata into ticket/47
3 years ago
Edmond Mondor
b81eb21145
Fix compile error
...
Author: Adam Johnson <AdamJohnso@gmail.com>
3 years ago
Edmond Mondor
e7b4f5c6ba
Fix compile error
...
(cherry picked from commit 202e846a56
)
3 years ago
Edmond Mondor
202e846a56
Fix compile error
3 years ago