diafero
ca78172e27
add plLogDecrypt and fix some trailing newlines
13 years ago
Adam Johnson
da1ca0d91c
Fix the bugs I introduced by accidentally merging my own pull request.
13 years ago
Adam Johnson
a75220a409
Include the vkey code with the key character
13 years ago
Adam Johnson
e3c65ac817
Separate KeyEvents and KeyPresses
13 years ago
diafero
9c28eca30f
remove pointless "BUILD_TYPE" option... external vs. internal client should really be enough
...
(this also removes some hard-coded Cyan URLs which depended on that option)
13 years ago
Darryl Pogue
ab68dc3af9
Some compilers think "not" is a reserved word.
13 years ago
Darryl Pogue
ee23f01736
String function fixes for mingw.
13 years ago
Darryl Pogue
ea3fa47eca
Make a bunch more strings const.
13 years ago
Darryl Pogue
e9f54e9547
Don't use Windows-specific Sleep function.
13 years ago
Darryl Pogue
28d5ec2e4b
This function is not inline.
13 years ago
Darryl Pogue
2175ddff0b
Bunch of small fixes.
13 years ago
Darryl Pogue
99f846cdde
Fix a float/integer conversion warning.
13 years ago
diafero
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.
13 years ago
diafero
4563df7f20
fix UruLauncher crash when the Launcher manifest is empty
13 years ago
diafero
0fde8587d7
remove unused code that was possibly incorrectly licensed by Cyan
13 years ago
Darryl Pogue
46c4a457e0
Syntax fixes for PubUtilLib.
13 years ago
Darryl Pogue
88f594bc11
Tidy up some loops over the queue.
13 years ago
Darryl Pogue
93adfa9c7d
:%s/^I/ /ge
13 years ago
Darryl Pogue
c699ae8ab6
Use hsThread for SoundBuffer preloading.
13 years ago
Joseph Davies
a06ed447df
Ignore empty resource items in plClientResMgr list on destruction.
13 years ago
Christian Walther
69173994e6
Cope with unknown resource name extensions.
...
(E.g. a mistakenly included Thumbs.db)
13 years ago
Joseph Davies
ea355dc97b
Normalize cursor resource names.
13 years ago
Joseph Davies
186cf5f621
Cleanup of additional unnecessary resources and dependencies.
13 years ago
Joseph Davies
c5cfe9373b
Remove embedded-resource code.
13 years ago
Joseph Davies
6d2ce47b37
Add support for external resource Linking and Update text.
13 years ago
Joseph Davies
3027e0605c
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.
13 years ago
Joseph Davies
1bdbf0a790
Add functions to load a specified resource from the plClientResMgr onto a plate.
13 years ago
Joseph Davies
2d409a27ed
Add new plClientResMgr for graphic resources external to client executable.
13 years ago
Joseph Davies
090c950c74
Fix for plPNG::IRead improperly handling 24-bit RGB and non-transparent paletted images.
13 years ago
Joseph Davies
3fa99eb673
Fix for plPNG::IRead not reading final end block of image.
13 years ago
Joseph Davies
555b0d94b2
AStyle formatting fixes.
13 years ago
Joseph Davies
e08ed20947
Add PNG write support to plPNG.
13 years ago
Joseph Davies
4f8ac12d40
Add PNG read support to plPNG.
13 years ago
Joseph Davies
3f562e65d8
Add libPNG support stubs.
13 years ago
Joseph Davies
0f1b397d16
Fix for crash caused by Objects without a name when running localized.
13 years ago
Joseph Davies
5d48936354
Remove unused Windows-registry-specific SetDefaultLanguage().
13 years ago
Joseph Davies
6a1db0a223
Removed ClipCursor which prevented cursor from leaving client window.
...
Disabled cursor being re-centered during progress screen.
14 years ago
Christian Walther
9adb8efd5d
Change the fSecs field of plUnifiedTime from UInt32 to time_t.
...
This fixes various date formatting problems when building on a system where time_t is 64-bit (e.g. Visual Studio 2010), and, as a bonus, extends the range past 2038 on such systems.
The wire protocol is left at 32-bit for now, we might change that to 64 when other reasons to break compatibility have accumulated.
14 years ago
Adam Johnson
a29a7deda0
Use unicode for key events despite the fact that our current Plasma20 fonts only support latin-1
14 years ago
Adam Johnson
e59e3258c1
Fix for fCurPosition being uninitialized garbage
14 years ago
Adam Johnson
2bbf1f77f3
Change the Max Plugin defines so that CWaveFile is still available
14 years ago
Joseph Davies
797f0356fe
Fix incorrect JPEG file IO.
14 years ago
Adam Johnson
057566416b
Fix for animated detector regions not actually animating (cleft bucket cloth, Er'cana harvester ladder)
14 years ago
Adam Johnson
656b86a685
Screen incoming GameMessages because we cannot trust the server (because the server trusts other clients too much)
14 years ago
Adam Johnson
bfeddf0d6e
Enable logging in external releases
14 years ago
Branan Purvine-Riley
7897fb726e
Remove more server override cruft
14 years ago
Darryl Pogue
0ac813c003
Fix a memleak pointed out by Zrax.
14 years ago
Michael Hansen
563eebd560
Remove old hard-coded addresses
14 years ago
Adam Johnson
799a3d13b4
Remove UInts from the heap in the callback code
14 years ago
Michael Hansen
562b6fcfd0
Use OpenSSL's bignum library
14 years ago