Skoader
ae8d1d39bb
Fix intermittent spawn bug
...
Flush the transform when avatars are explicitly spawned on load. e.g. Ahnonay quabs.
12 years ago
Skoader
76ee9975b7
Window shouldn't have a resizing border.
...
This removes the WS_THICKFRAME & WS_MAXIMIZEBOX window styles in windowed mode.
12 years ago
Skoader
7f3d416290
Fix no cursor when not the top level window.
...
WM_MOUSEMOVE messages were only processed when the window was active.
12 years ago
Skoader
ec29c270e4
Fix clicking on the title bar does not activate the window.
12 years ago
Skoader
357d4aa7d1
Fix no cursor on window frame and title bar.
...
Remove mouse capture and handle visibility via WM_SETCURSOR messages instead of
window activation events.
12 years ago
Christian Walther
eba0968808
Avoid truncated window size after going from fullscreen to a window of the same size.
...
Must set the window size after the display resolution, otherwise Windows may clamp it to a smaller size than specified.
13 years ago
CyanWorlds
68ba122afe
Build 912
13 years ago
Skoader
baa7ea7ca0
Conditionally define the old ref macro to avoid breaking unreleased code that may still use it.
...
For compatibility only. Use REF instead. See e158881def12.
13 years ago
Skoader
0aa7c392a9
Revert change to plNetClientGroup.h in 140e56cf20c9
...
An undesired change in behaviour was introduced.
13 years ago
Lyrositor
743419d9e5
Better centering and header consistency.
13 years ago
Lyrositor
5951a11e86
Add static keyword back.
13 years ago
Lyrositor
46810aa990
Fixed console documentation. Prompting for brief HTML documentation no longer appends a new group to the previous one (see https://github.com/H-uru/Plasma/issues/170 ).
13 years ago
CyanWorlds
136c27c7f3
Bump build ID to current
13 years ago
Christian Walther
f15bf324a7
STL fixes needed to link from StartUp to Personal with MSVC10
...
The meat comes from the following H-uru/Plasma commits by Branan and Zrax, but I?m not going to replicate that spaghetti history here:
commit 3522f7069a4183ccd87e80c0e7e46a01f5b14de6
Author: Michael Hansen <zrax0111@gmail.com>
Date: Mon Apr 11 13:42:22 2011 -0700
Merge branch 'stlfixups' into numlockfix
commit 094cb11bb328b326695cdc75f1f18ca72d135b49
Author: Michael Hansen <zrax0111@gmail.com>
Date: Mon Apr 11 11:53:11 2011 -0700
Don't need to de-iteratorize this one
commit 498dead64dc0b46bf24055980ba997ff2dfa05b4
Author: Michael Hansen <zrax0111@gmail.com>
Date: Mon Apr 11 01:44:53 2011 -0700
Don't change the iteration order
commit e004491eab00edc312cef5ba08653745695f277e
Author: Branan Purvine-Riley <branan@gmail.com>
Date: Sun Apr 10 23:20:08 2011 -0700
STL fixes needed to link from StartUp to Personal
13 years ago
Christian Walther
02dda70b44
Fix assertion failures when loading/writing JPEGs
...
(e.g. the linking book loading animation). Nobody ever noticed because the debug build was completely broken in MSVC7, and H-uru/Plasma does it completely differently.
13 years ago
Christian Walther
b2f8d8c0f0
Minor adjustments to avoid needless trivial differences to H-uru/Plasma.
13 years ago
Skoader
615b1017bd
Missed use of the ref macro.
...
See e158881def12.
13 years ago
Bartek Bok
bf6d2a4459
Always copy terminating NULL when pasting
13 years ago
Skoader
82857fb0bb
Update9 for MSVC10
...
Fix some includes.
13 years ago
Skoader
770df9939e
Update8 for MSVC10
...
Make plAGModifier a friend of plAGApplicator.
13 years ago
Skoader
73d0471d28
Update7 for MSVC10
...
When compiling with MSVC10, client support must be limited to XP.
13 years ago
Skoader
8bdf479bdc
Update6 for MSVC10
...
Include stddef.h to avoid a redefinition problem with offsetof(s,m).
Remove wchar_t typedef. This is a native type is MSVC10 and should be appropriately defined with the inclusion of stddef.h in earlier versions.
13 years ago
Skoader
5a1b5bf055
Update5 for MSVC10
...
Funtion pointers use address of fully qualified name.
13 years ago
Skoader
7a501c1b1f
Update4 for MSVC10
...
Fix for loop scope problems.
13 years ago
Skoader
f8c3f7ac31
Update3 for MSVC10
...
Fix some const problems.
13 years ago
Skoader
bc74371c57
Update2 for MSVC10
...
Add missing type specifiers.
13 years ago
Skoader
626da5ae70
Update1 for MSVC10
...
Capitalize the ref macro in hsTypes.h due to a name collision.
13 years ago
Christian Walther
fba99c4cb1
Convert the impact velocity to avatar-local coordinates, because that's what {Running|Ground}Impact::PreCondition() expects.
...
Fixes landing animations depending on what direction relative to the age you jump rather than whether you land forward or straight down.
13 years ago
Christian Walther
8e43df15b1
More 'const', so that Rotate(vector) can be called on a const hsQuat&.
13 years ago
Christian Walther
e583bf6d74
Also handle Python long integers in addVarNumber.
13 years ago
Bartek Bok
350295425a
Allow int in plNotify
...
---
.../Plasma/FeatureLib/pfPython/plPythonFileMod.cpp | 11 ++-
Sources/Plasma/FeatureLib/pfPython/pyNotify.cpp | 10 ++
Sources/Plasma/FeatureLib/pfPython/pyNotify.h | 2 +
.../Plasma/FeatureLib/pfPython/pyNotifyGlue.cpp | 68 +++++++++++++++-
.../Plasma/NucleusLib/pnMessage/plNotifyMsg.cpp | 87 +++++++++++++++++--
Sources/Plasma/NucleusLib/pnMessage/plNotifyMsg.h | 14 +++-
6 files changed, 175 insertions(+), 17 deletions(-)
13 years ago
Adam Johnson
ccefcfdb13
Fix an aspect ratio assumption
13 years ago
Adam Johnson
66dc3dde92
Fix landing behaviors
13 years ago
Christian Walther
a9cb4723d0
Fix KI daylight saving time calculation.
...
The previous implementation had the following bugs:
- DST was truncated to end of October
- DST start was off by one week in years where March 1st is a Monday
- DST start was off by one second (1:59:59 -> 2:00:00 -> 3:00:01 instead of the correct 1:59:59 -> 3:00:00 -> 3:00:01)
Tested against tzdata 2009g.
13 years ago
Christian Walther
59b04b546f
Fix plUnifiedTime::SetGMTime
...
The default value of the "dst" argument must be 0, because -1 leads to incorrect results when the given time falls into local DST. However, a "dst" argument makes no sense on a method that deals with GMT anyway, so remove it entirely.
13 years ago
Adam Johnson
423e0c2142
Use George Bush style (2007) DST begin/end dates
13 years ago
Adam Johnson
fdc8e28c2f
Allow clickables to function while sitting or AFK.
...
Less special casing FTW!
13 years ago
Bartek Bok
e4458717c9
Fix possible WinApi misuse
13 years ago
Bartek Bok
a99ed37f23
Missing null checks and small style fixes
13 years ago
Bartek Bok
9bd019fbf3
plClipboard
13 years ago
Joseph Davies
1cac4f85da
Fix a potential crash in pyVaultImageNode.
...
Fixes a crash which can occur when attempting to fetch
an unsupported image type.
13 years ago
CyanWorlds
cbea546c61
Christian's fix inability to go to a higher page in a book than the next after what has already been displayed.
...
Fixes books on the Relto bookshelf not remembering their last open page beyond the second.
13 years ago
Skoader
c0b428b342
Fix avatar clothing bounds test.
...
The bounds type test was performed on stale bounding data from the previous
frame resulting in the avatar being drawn without textures for a frame after
switching from 1st to 3rd person camera.
13 years ago
Joseph Davies
487f63f60b
Fix mouse recentering.
...
Existing fix didn't apply until after SecurePreloader completed.
This disables the mouse recentering earlier.
13 years ago
CyanWorlds
1c8c0f4e0e
Christian Walther's Python SDL fixes - for real this time.
13 years ago
CyanWorlds
a35a942ab2
Added Donate button to the login screen
...
Added fixes from Christian Walther for the Python SDL tuples
Added plLocalizationEditor source and project
13 years ago
CyanWorlds
196657fa60
Added Donate button to the login screen
...
Added fixes from Christian Walther for the Python SDL tuples
Added plLocalizationEditor source and project
13 years ago
Christian Walther
dd55856ea2
Fix inability to go to a higher page in a book than the next after what has already been displayed.
...
Fixes books on the Relto bookshelf not remembering their last open page beyond the second.
13 years ago
Joseph Davies
a7271982d5
Show notification when missing required resource data file.
13 years ago
Christian Walther
1d23f50bf6
Merge open source re-licensing into added files
...
(from git 4f01583)
13 years ago