Adam Johnson
131d26f1cd
Revert "Fix black screen introduced by #507"
...
This reverts commit 29792b92d1
.
9 years ago
Adam Johnson
29792b92d1
Fix black screen introduced by #507
9 years ago
Adam Johnson
ee0cf4e0a9
Fix custom startup ages
...
So, that net comm auth message was actually useful... Trololololo.
Whatever.
9 years ago
Adam Johnson
d99922c2bb
Fix license block formatting
9 years ago
Adam Johnson
c97afc18a0
Fix crashes when changing graphics state
9 years ago
Adam Johnson
e48a98bcf4
Ensure the net client doesn't do evil stuff before we're launched
9 years ago
Adam Johnson
e1befa63f9
Application window messages should start at WM_APP
9 years ago
Adam Johnson
4d5c10f775
Move plClient init to a thread
...
This means that most users should see the game window pop up immediately
after pressing login instead of seeing "Starting URU... Please wait"
9 years ago
Michael Hansen
5b6896123b
Use CMake's FeatureSummary tool to provide more info about dependencies
9 years ago
Adam Johnson
3c9c2f2787
Fix external client build (again)
...
These arguments for launching the patcher were broken by some plString
changes. They don't work with the new patcher anyway, so let's just nuke
that crufty crap!
9 years ago
Darryl Pogue
eb337c121f
Remove unused plWinFontCache & plDynSurfaceWriter.
9 years ago
Darryl Pogue
a1b507d34e
Move plPipeDebugFlags to pnNucleusInc.
9 years ago
Adam Johnson
9264224123
Allow internal clients to start in any age.
...
Usage: plClient.exe /PlayerId=[kinum] /Age=[agefilename]
9 years ago
Darryl Pogue
d04dc64bd9
Fix Access Violation due to __wargv.
10 years ago
Darryl Pogue
6ba5822117
Move plCmdParser to CoreLib.
10 years ago
Darryl Pogue
24b20b718f
Updated uses of CCmdParser to plCmdParser.
10 years ago
Michael Hansen
d93b5b9769
Add a tools meta-target
10 years ago
Adam Johnson
374b8b0531
Convert age names over to plString
10 years ago
Adam Johnson
0aa5a52a33
Clean ansi<->unicode from account name code
10 years ago
Adam Johnson
2039d88025
Convert server name stuff to plString
10 years ago
Joseph Davies
bb2ea46c69
Store plClient password using platform-specific credential storage.
...
- Removes old drive-based "cryptography" for stored passwords,
which often caused them to be invalidated when removable storage
on the system is used.
- Uses pfPasswordStore to store passwords.
- Uses the Windows Registry to store account/password preferences.
10 years ago
Joseph Davies
c40f7aac92
Fix subprocess call when using pngcrush.
10 years ago
Florian Meißner
3b38161756
Address things pointed out during review
10 years ago
Florian Meißner
7cd8f51eb4
Make audio work
...
Includes some reorganization and cleanup
10 years ago
Anne Marije v/d Meer
9de5c4db54
Use libopus for decoding Audio
10 years ago
Joseph Davies
cbcbdc0889
Delay intro movie playback until after display init.
...
- Fixes stretched cursor during movie playback.
10 years ago
Adam Johnson
2caade5fff
Basic VPX decoding for plMoviePlayer
10 years ago
Darryl Pogue
4450d87947
Move AniGraph classes from plAvatar -> plAnimation.
10 years ago
Darryl Pogue
39eab13d9d
plgAudioSys doesn't need to take hsWindowHndl.
10 years ago
Joseph Davies
9732a997c0
Removes remaining usage of Bink in main engine.
...
- Removes Bink headers.
- Remove usage of Bink movie layers in pfJournalBook (replacing it
with plLayerAVI in the interim).
- Removes Bink cmake.
Conflicts:
CMakeLists.txt
Sources/Plasma/Apps/plClient/plClient.cpp
Sources/Plasma/PubUtilLib/plPipeline/plBinkPlayer.h
10 years ago
Joseph Davies
0d297076ef
Remove unused and dead code in winmain.cpp.
10 years ago
Joseph Davies
7445e23e59
Rename "new account" button resource to reflect actual purpose.
10 years ago
Michael Hansen
094b0fe557
Move <algorithm> header out of HeadSpin.h
10 years ago
Michael Hansen
72f18e8ebb
Complete the previous commit by also removing the inline min and max
...
functions defined in HeadSpin.h without breaking (3ds)Max compilation
10 years ago
Adam Johnson
dc9497cf90
Shutdown code de-duplication
11 years ago
Adam Johnson
1d18288779
pfKI is dead, long live pfKI!
11 years ago
Adam Johnson
b426d2faf0
Age Loading now longer has a progress bar...
...
... So we don't need to show/hide the spinner... Or make the console
flash. Stop aggravating me!
11 years ago
Adam Johnson
6324df3d0f
Trash cruft
11 years ago
Michael Hansen
bf5623224c
Add plPrintf - a cstdio-directed version of plFormat
11 years ago
Michael Hansen
1debf8180b
Convert many of the now-deprecated plString::Format calls to plFormat
11 years ago
Michael Hansen
933ae6ec17
Provide some sample conversions to plFormat for testing and copying
11 years ago
Darryl Pogue
a58fe4653f
Fix a clang warning in plPythonPack.
11 years ago
Darryl Pogue
a1e3fa6faf
Various MinGW compile fixes.
11 years ago
Michael Hansen
d7fdf10455
Convert ReadSafe(W)String* to the plString variants, and remove the now
...
unneeded _TEMP variants. All safe strings read from hsStreams are
now plStringified :)
11 years ago
Michael Hansen
f1131bbb25
Fix winmain use and a couple of remaining SafeStrings => plString
11 years ago
Adam Johnson
625319f99d
NT6-proof PhysX_Setup.exe launch
...
CreateProcessW on PhysX_Setup.exe will probably cause
ERROR_ELEVATION_REQUIRED. That is NOT my idea of a successful install.
11 years ago
Adam Johnson
5021438dd7
SkipLoginDialog -- forgot to implement this one
11 years ago
Adam Johnson
d7aa9ac17c
Handle smart pointers...
...
This fixes a few HANDLE leaks. They aren't a big deal in the grand scheme
of things, but it's good to be correct.
11 years ago
Adam Johnson
7c6cb34cd1
Don't eat calls in hsAssert.
...
ShellExecuteW != NOOP. Let's get it right.
11 years ago
Michael Hansen
d8113a5ab7
Movie filename in plMovieMsg and plBinkPlayer => plString
11 years ago