dc4d428eb2
Print out exception details in some places where it may be useful
2015-08-02 21:35:26 -07:00
38fc821aaa
Revert "Merge pull request #507 from Hoikas/smexy-init"
...
This reverts commit 39524f885b
, reversing
changes made to 3d09095df1
.
2015-08-02 16:14:39 -04:00
131d26f1cd
Revert "Fix black screen introduced by #507 "
...
This reverts commit 29792b92d1
.
2015-08-02 16:14:32 -04:00
29792b92d1
Fix black screen introduced by #507
2015-08-01 18:08:59 -04:00
ee0cf4e0a9
Fix custom startup ages
...
So, that net comm auth message was actually useful... Trololololo.
Whatever.
2015-08-01 14:15:55 -04:00
d99922c2bb
Fix license block formatting
2015-08-01 13:12:30 -04:00
c97afc18a0
Fix crashes when changing graphics state
2015-08-01 00:31:41 -04:00
e48a98bcf4
Ensure the net client doesn't do evil stuff before we're launched
2015-07-31 16:23:39 -04:00
e1befa63f9
Application window messages should start at WM_APP
2015-07-31 16:23:39 -04:00
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"
2015-07-31 16:23:38 -04:00
d08a9c8cfa
Merge pull request #504 from zrax/feature_summary
...
Use CMake's FeatureSummary tool to provide more info about dependencies
2015-07-29 22:30:38 -04:00
2df97a78ff
Merge pull request #496 from dpogue/reorganizing
...
Code Cleanups & Reorganizing
2015-07-29 21:22:35 -04:00
5b6896123b
Use CMake's FeatureSummary tool to provide more info about dependencies
2015-07-28 21:05:15 -07:00
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!
2015-07-28 13:57:58 -04:00
eb337c121f
Remove unused plWinFontCache & plDynSurfaceWriter.
2015-07-27 19:34:11 -07:00
a1b507d34e
Move plPipeDebugFlags to pnNucleusInc.
2015-07-27 19:34:10 -07:00
9264224123
Allow internal clients to start in any age.
...
Usage: plClient.exe /PlayerId=[kinum] /Age=[agefilename]
2015-07-07 18:56:51 -04:00
d04dc64bd9
Fix Access Violation due to __wargv.
2015-06-07 23:04:20 -07:00
6ba5822117
Move plCmdParser to CoreLib.
2015-06-06 20:51:33 -07:00
24b20b718f
Updated uses of CCmdParser to plCmdParser.
2015-06-06 20:51:24 -07:00
974b971b56
Merge pull request #474 from zrax/targets
...
Build target cleanup for Linux
2015-06-06 14:25:36 -04:00
d93b5b9769
Add a tools meta-target
2015-02-13 23:17:10 -08:00
374b8b0531
Convert age names over to plString
2015-01-10 17:44:24 -05:00
0aa5a52a33
Clean ansi<->unicode from account name code
2015-01-10 17:44:24 -05:00
2039d88025
Convert server name stuff to plString
2015-01-10 14:27:56 -05:00
b37307a7b4
Merge pull request #448 from Deledrius/passwords
...
Store plClient password using platform-specific credential storage.
2015-01-02 22:26:35 -05:00
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.
2015-01-02 19:16:06 -08:00
990f42c780
Merge pull request #458 from Mystler/webm
...
WebM Movie Player (VP9/Opus)
2014-12-26 14:46:31 -05:00
c40f7aac92
Fix subprocess call when using pngcrush.
2014-12-23 04:51:29 -08:00
3b38161756
Address things pointed out during review
2014-11-02 00:26:57 +01:00
7cd8f51eb4
Make audio work
...
Includes some reorganization and cleanup
2014-10-31 00:08:45 +01:00
9de5c4db54
Use libopus for decoding Audio
2014-10-27 20:18:14 +01:00
cbcbdc0889
Delay intro movie playback until after display init.
...
- Fixes stretched cursor during movie playback.
2014-10-27 19:00:04 +01:00
2caade5fff
Basic VPX decoding for plMoviePlayer
2014-10-27 18:59:40 +01:00
4450d87947
Move AniGraph classes from plAvatar -> plAnimation.
2014-10-23 19:52:35 -07:00
69bc106576
Merge pull request #407 from Deledrius/bink_removal_again
...
Bink Removal
2014-10-19 18:25:24 -04:00
39eab13d9d
plgAudioSys doesn't need to take hsWindowHndl.
2014-10-19 00:13:53 -07:00
eda0bd26d1
Merge pull request #449 from Deledrius/cleanupexe
...
Clean up WinMain.
2014-10-18 19:54:06 -04:00
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
2014-10-16 01:06:37 -07:00
0d297076ef
Remove unused and dead code in winmain.cpp.
2014-10-11 14:43:14 -07:00
7445e23e59
Rename "new account" button resource to reflect actual purpose.
2014-10-11 14:43:09 -07:00
094b0fe557
Move <algorithm> header out of HeadSpin.h
2014-08-09 12:28:20 -07:00
72f18e8ebb
Complete the previous commit by also removing the inline min and max
...
functions defined in HeadSpin.h without breaking (3ds)Max compilation
2014-08-09 12:28:19 -07:00
c84aee11a6
Merge pull request #411 from Hoikas/plclient-cleaning
...
Some plClient Cleanups
2014-06-05 17:25:14 -04:00
dc9497cf90
Shutdown code de-duplication
2014-05-28 21:33:32 -04:00
1d18288779
pfKI is dead, long live pfKI!
2014-05-28 21:33:32 -04:00
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!
2014-05-28 21:33:31 -04:00
6324df3d0f
Trash cruft
2014-05-28 21:33:20 -04:00
bf5623224c
Add plPrintf - a cstdio-directed version of plFormat
2014-05-28 18:10:26 -07:00
1debf8180b
Convert many of the now-deprecated plString::Format calls to plFormat
2014-05-28 18:10:24 -07:00