Skoader
33a242faa4
Add MSVC10 project files
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
0e154ffb4b
Update Python 2.3 for MSVC10
...
Rename WRITE_RESTRICTED due to a collision with windows headers.
Remove PY_UNICODE_TYPE from config header. unicodeobject.h should define this correctly.
Add special signal handling for MSVC8 and up.
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
rarified
9db1361535
Merged in Skoader/cwe-ou (pull request #5 ) (Crucible CWE-7)
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
Christian Walther
aaabc9c333
Add plFileEncrypt, plFileSecure, plPythonPack to AllClient.sln.
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
Christian Walther
568b05fe70
Add & integrate project file for plClipboard.
13 years ago
Bartek Bok
9bd019fbf3
plClipboard
13 years ago
rarified
348858aef1
Merged in cwalther/cwe/hgignore (pull request #4 )
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
Christian Walther
102f63502a
Also ignore .aps files, generated by Visual Studio when viewing resources.
13 years ago
rarified
7c058fa898
Merged in cwalther/cwe (pull request #3 )
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
Christian Walther
b343e389ab
Implement shadowed text rendering.
...
Intended to make KI text (player list and chat) better readable on light and patterned backgrounds. In this WIP, all text on GUI controls is rendered shadowed.
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
5032529fa1
Ignore generated files.
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
Christian Walther
f67e52eeb2
Change indentation to tabs and line endings to CRLF on the added files, to match the rest of the code.
13 years ago
Christian Walther
0b57fd1339
Include a pre-built resource.dat
...
since the prerequisites for building it can be a bit of a hassle to install, and it should rarely change.
13 years ago
Christian Walther
e02141055a
Use premultiplied alpha for plDynamicTextMaps on GUI controls.
...
This fixes the irregular dark fringes around light text when not exactly pixel-aligned that are caused by independent interpolation of color and alpha. It also makes calculations simpler for things to come.
13 years ago
Christian Walther
1f0277e3e0
Pixel-accurately clip characters to the available space instead of omitting whole characters that stick out.
...
In addition to being a prerequisite for shadowed text, this also fixes an issue sometimes seen at the bottom of the mini KI player list where characters with a descender were missing.
11 years ago
Adam Johnson
db5e451622
Fix #303
11 years ago
rarified
d5f6827419
Merged in cwalther/cwe (pull request #2 )
13 years ago