99f846cdde
Fix a float/integer conversion warning.
2011-08-07 14:02:24 -07:00
09f7a4f37d
Syntax fixes for plTimedValue.
2011-08-07 14:02:24 -07:00
35d179fc53
Fix a bunch of syntax errors in pnUtils.
2011-08-07 14:01:36 -07:00
b4b5335fa8
Creatable names should be const strings.
2011-08-06 13:42:07 -07:00
f9381e7297
Fix some more ifdefs.
2011-08-06 13:36:22 -07:00
7c5eb380e0
Start stripping out more old defines from CoreLib.
2011-08-06 13:23:44 -07:00
51443d2243
Remove a bunch of ancient PS2 defines.
2011-08-06 13:16:49 -07:00
4048ef493d
Clean up the hsBounds classes.
2011-08-06 13:13:26 -07:00
837dae9b69
if the N value is zero, send an empty seed to the server and expect an empty seed back. Don't use encryption.
2011-08-04 13:38:29 +02:00
d5885dd677
if no auth server is set, ask the gate keeper about it (does NOT really add a new message, just enables it. DS already supports it in master)
...
this makes the setup even easier... just one server to be configured in the server.ini.
2011-08-04 13:38:22 +02:00
54fcd09692
Merge branch 'license-stuff' of https://github.com/diafero/Plasma
2011-08-03 20:13:21 -04:00
87e228ca36
fix the internal launcher to expect a different filename than the external one, so both can co-exist in the same folder
...
Internal launchers MUST now be called plUruLauncher, renaming them will break them!
as per request of branan in #64
2011-08-03 13:06:54 +02:00
3f1fb41c2b
get rid of unused hard-coded URLs
2011-08-03 12:52:55 +02:00
5e3223b542
do not attempt to get the server status if no status URL is specified
2011-08-03 12:52:54 +02:00
2f5b3200d7
Merge netlog, since it doesn't break anything by being included
2011-08-02 21:08:18 -07:00
7cbcc8a6fc
Wrap NetLog stuff in !defined(PLASMA_EXTERNAL_RELEASE)
2011-08-02 21:00:36 -07:00
88d10a8162
Merge remote-tracking branch 'dox/gcc-syntax'
2011-08-02 20:39:47 -07:00
9d3665e0a6
Merge branch 'master' into netlog
2011-08-02 20:37:39 -07:00
4563df7f20
fix UruLauncher crash when the Launcher manifest is empty
2011-08-02 23:56:37 +02:00
e2603ef9da
remove unused parameter (how old is that code??)
2011-08-02 23:56:36 +02:00
b3e10ea95f
skip EULA if no TOS file exists
2011-08-02 23:56:36 +02:00
0fde8587d7
remove unused code that was possibly incorrectly licensed by Cyan
2011-08-02 17:28:20 +02:00
c0e1bb05be
Merge pull request #62 from Deledrius/windowmodefix
...
Fix improperly calculated window size in initial Windowed mode.
2011-08-01 14:52:52 -07:00
c74ebcb6bd
Merge branch 'master' into netlog
2011-07-30 21:06:25 -07:00
4b7c744119
Fix compatibility with Python 2.3
2011-07-30 21:01:29 -07:00
1da8eb7202
Use pre-adjusted time
2011-07-30 19:10:35 -07:00
276be748ce
Add network debug logging instrumentation
2011-07-30 18:16:06 -07:00
561118a70e
Merge pull request #60 from Deledrius/findpythonmodule
...
Add Python check in cmake process to allow optional resource.dat creation
2011-07-25 11:54:38 -07:00
0a0bfa56d0
Add Python check in cmake process to allow optional resource.dat creation.
2011-07-25 08:46:54 -07:00
46c4a457e0
Syntax fixes for PubUtilLib.
2011-07-24 15:29:45 -07:00
e6a625674f
Syntax fixes for FeatureLib.
2011-07-24 15:14:32 -07:00
21afed6853
Syntax fixes for NucleusLib.
2011-07-24 14:55:58 -07:00
f2d5e54810
Syntax fixes for CoreLib.
2011-07-24 14:48:53 -07:00
88f594bc11
Tidy up some loops over the queue.
2011-07-23 14:50:06 -07:00
93adfa9c7d
:%s/^I/ /ge
2011-07-23 14:31:37 -07:00
c699ae8ab6
Use hsThread for SoundBuffer preloading.
2011-07-23 14:31:37 -07:00
24618b07d2
Merge pull request #58 from cwalther/plClient_Resources-3
...
Skip the Thumbs.db files that Windows likes to add
2011-07-23 14:05:45 -07:00
99dc486c39
Merge pull request #56 from branan/plClient_Resources
...
Improved plClient resources.
2011-07-23 14:04:37 -07:00
a06ed447df
Ignore empty resource items in plClientResMgr list on destruction.
2011-07-21 11:57:34 -07:00
be3a8fa3c7
Skip the Thumbs.db files that Windows likes to add.
2011-07-21 09:45:49 +02:00
69173994e6
Cope with unknown resource name extensions.
...
(E.g. a mistakenly included Thumbs.db)
2011-07-21 09:44:21 +02:00
aa7d9a08ca
Fix improperly calculated window size in initial Windowed mode.
2011-07-20 23:50:55 -07:00
e5db4e166e
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.
2011-07-20 23:48:44 -07:00
b691edeec1
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.
2011-07-20 23:48:44 -07:00
9dbb5ab235
Changed font for UPDATING text image to match original.
2011-07-20 23:44:26 -07:00
ac77d5db19
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.
2011-07-20 23:44:25 -07:00
613ceada9a
Add automatic creation of external plClient resources.
2011-07-20 23:44:23 -07:00
ea355dc97b
Normalize cursor resource names.
2011-07-20 23:40:01 -07:00
186cf5f621
Cleanup of additional unnecessary resources and dependencies.
2011-07-20 23:40:00 -07:00
c5cfe9373b
Remove embedded-resource code.
2011-07-20 23:39:59 -07:00