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
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
rarified
d5f6827419
Merged in cwalther/cwe (pull request #2 )
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
e798bc4694
Merge "Open source re-licensing" into OpenUru base
13 years ago
CyanWorlds
6cdae2bfe7
COPYING.txt was missing
13 years ago
CyanWorlds
16a6b8a28e
Open source re-licensing
13 years ago
Joseph Davies
c3657d20a4
Fix incorrect JPEG file IO.
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
a'moaca'
eecdd8f847
From Mystler: changes to MS project files to get plPythonPack and plFileSecure to compile.
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
Michael Hansen
a87b691e33
Fix output height in plJPEG writer
14 years ago
cjkelly1
407243f2e0
Remove projects from AllClient.sln that are missing.
...
Add plClientPatcher and plUruLauncher to AllClient.sln.
Adjust include and library paths in the "Release" build.
Adjust library depedencies to remove EAX, IJL, and Bink, and add IJG jpeg libraries.
Remove some overlooked Havok include files.
Add sample build and clean batch files to build the AllClient solution from a MSVC 2003 command prompt.
14 years ago
a'moaca'
656b466ad7
The Intel JPEG Library is no longer free. Since we can't just remove all
...
JPEG handling, replace IJL with the jpeg library from IJG, unless
IJL_SDK_AVAILABLE is defined.
14 years ago
a'moaca'
d22b190895
Remove EAX from the build, unless EAX_SDK_AVAILABLE is defined. Use some
...
data types which are defined now in EFX, but this change does not actually
change the code to use EFX in place of EAX. It just removes EAX entirely.
14 years ago
a'moaca'
6571272813
Import modified jpeg-8c library. The library is modified to provide the
...
RGBA color space expected by plMipmap.
14 years ago
JWPlatt
30bbdbd327
Add empty folders to initial commit using text file
14 years ago
JWPlatt
a20a222fc2
Initial Commit of CyanWorlds.com Engine Open Source Client/Plugin
14 years ago