CyanWorlds
68ba122afe
Build 912
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
Christian Walther
b2f8d8c0f0
Minor adjustments to avoid needless trivial differences to H-uru/Plasma.
13 years ago
Bartek Bok
bf6d2a4459
Always copy terminating NULL when pasting
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
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
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
Adam Johnson
423e0c2142
Use George Bush style (2007) DST begin/end dates
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
CyanWorlds
1c8c0f4e0e
Christian Walther's Python SDL fixes - for real this time.
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
Christian Walther
970b8e3af4
Fix a potential crash when resizing SDL tuples.
...
_PyTuple_Resize may destroy the original tuple and return a new one through the pointer argument. When it does that and we don?t put the new one back into the map, we end up with a stale pointer to a destroyed object in the map, which is likely to blow up one way or another next time it?s accessed.
Untested because, as far as I can see, this code isn?t actually used currently. All uses of this method deal with fixed-size SDL variables. Resizable variables are not used at all in age SDL, only in non-age SDL (animation, avatar, clothing etc.), and I?m not even sure if those are even accessible using this Python API.
13 years ago
Christian Walther
38747f3f1b
Don?t modify tuples that others may already have references to.
...
Fixes egg room private chat channels and entering Teledahn buckets with Python 2.7. These and other uses of ptSDL.setIndex() only worked by chance with Python 2.3 because the tuples happened to have reference counts of 1.
13 years ago
CyanWorlds
16a6b8a28e
Open source re-licensing
13 years ago
Joseph Davies
da4003b7fc
Add Python function and glue for PNG saving.
14 years ago
Christian Walther
19cd10abd7
Wrap uses of the missing CyPythonIDE with #ifdef HAVE_CYPYTHONIDE
...
to make things compile, like in H-uru/Plasma.
14 years ago
CyanWorlds
a363a783c5
MOULa build 1.902 - dragossh's "Bevin" into "Hood"
...
and Chogon added ability to select a specific age instance by a meta name
and BuildMachine bumped buildID
14 years ago
CyanWorlds
868ce660d9
MOULa build 1.902 - dragossh's "Bevin" into "Hood"
...
and Chogon added ability to select a specific age instance by a meta name
and BuildMachine bumped buildID
14 years ago
JWPlatt
a20a222fc2
Initial Commit of CyanWorlds.com Engine Open Source Client/Plugin
14 years ago