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
f8c3f7ac31
Update3 for MSVC10
...
Fix some const problems.
13 years ago
Skoader
bc74371c57
Update2 for MSVC10
...
Add missing type specifiers.
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
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
Joseph Davies
a7271982d5
Show notification when missing required resource data file.
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
CyanWorlds
16a6b8a28e
Open source re-licensing
13 years ago
Joseph Davies
f4b3a43026
Fix improperly calculated window size in initial Windowed mode.
13 years ago
Christian Walther
1530af77f7
Improve detail rendition (in particular of thin lines) on the cursors
...
by rendering them at higher resolution and then running them through a
gamma-aware down-scaling algorithm.
13 years ago
Christian Walther
487d7b4923
Higher-quality cursors with a shadow to make them visible on light backgrounds.
...
Same look as in 760606d except for the linking book, which got a slight
curvature on the pages (inspired by Deledrius' one, 99bda8c).
The SVG is hand-tweaked to work around some differences in rendering between
rsvg and Inkscape. I hope editing it in Inkscape again won't break the tweaks,
check the diff closely if you do!
Effects (blurred shadows) appear to be clipped to the SVG viewport by rsvg,
which is why drawing the whole SVG shifted for the book cursors no longer
works and we shift individual layers inside the SVG instead.
13 years ago
Joseph Davies
3c552912fa
Removed ClipCursor which prevented cursor from leaving client window.
...
Disabled cursor being re-centered during progress screen.
14 years ago
Joseph Davies
ae5f410eee
Changed font for UPDATING text image to match original.
14 years ago
Joseph Davies
f892871a33
Fix rotation to match original clockwise direction.
...
Cyan's resources were loaded into the array in reverse order,
requiring the images to appear count-clockwise. This is no
longer the case, as the array is now built in frame order.
14 years ago
Joseph Davies
ff9aa4ac84
Add automatic creation of external plClient resources.
14 years ago
Joseph Davies
5da91faed0
Add support for external resource Linking and Update text.
14 years ago
Joseph Davies
043adb2d7c
Remove unnecessary resources.
14 years ago
Joseph Davies
508e431a99
Refactor plPlates CreateResource function names.
...
Add support for external resource Cursors.
Add support for external resource Progress Linking Book.
Add support for external resource Voice Chat indicators.
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
JWPlatt
a20a222fc2
Initial Commit of CyanWorlds.com Engine Open Source Client/Plugin
14 years ago