c40f7aac92
Fix subprocess call when using pngcrush.
2014-12-23 04:51:29 -08: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
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
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
1debf8180b
Convert many of the now-deprecated plString::Format calls to plFormat
2014-05-28 18:10:24 -07:00
933ae6ec17
Provide some sample conversions to plFormat for testing and copying
2014-05-19 18:12:50 -07:00
a1e3fa6faf
Various MinGW compile fixes.
2014-02-19 23:31:43 -08:00
cc6e92b20a
Merge pull request #385 from Hoikas/patch-phailure
...
Fix some plUruLauncher Probz
2014-01-29 17:41:57 -08:00
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 :)
2014-01-21 15:21:32 -08:00
f1131bbb25
Fix winmain use and a couple of remaining SafeStrings => plString
2014-01-21 15:21:32 -08:00
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.
2014-01-19 15:16:42 -05:00
d8113a5ab7
Movie filename in plMovieMsg and plBinkPlayer => plString
2014-01-09 22:20:51 -08:00
8cedb69e9e
Fix some invalid heap ops found by Dr Memory
2014-01-07 22:54:21 -05:00
3a354020e1
Minimize calls into shell APIs
2013-12-20 18:52:15 -05:00
696ceace19
Remove some unused PS version stuff
2013-12-12 16:24:02 -05:00
9070d70e50
Lots of cleanups to hsG3DeviceDelector
2013-12-12 16:24:00 -05:00
544abef39e
Wow, those cards are old...
...
Remove detection for cards that are don't support at LEAST DirectX 8.
There's no way they would even be able to get past Direct3DCreate9, so we
shouldn't need to worry about them... I hope.
2013-12-12 16:23:59 -05:00
a30a326d17
We only support DirectX 9...
...
If you have less than 11MB VRAM or need to use the ref implementation,
then you are using a dinosaur and have no business even attempting to play
this game.
2013-12-12 16:23:58 -05:00
3299267976
Integrate SecurePreloader into pfPatcher
2013-11-28 15:14:45 -05:00
9d162a7a32
Reroute plResPatcher
2013-11-28 15:14:37 -05:00
7da0467609
plString-ify plOperationProgress
2013-11-25 22:01:09 -05:00
18010570b5
Allow disabling certain parts of the build
2013-07-09 10:35:43 +02:00
dd431db36e
Fix CMake warnings on linking the Python libraries
2013-07-07 21:16:35 +02:00
296c4b6a69
Add missing std headers for compilation with VisualStudio 2013.
...
Additional C++11 support in VS12 requires inclusion of the proper headers.
2013-06-26 19:17:53 -07:00
ec39a40d24
Add separate workpath from final output in resource.dat script.
2013-02-19 08:06:39 -08:00
38f5e6ea0a
Implement Hor+ FOVs
2013-02-07 21:22:05 -05:00
46dd7eeb78
Merge pull request #285 from Hoikas/skip-preload
...
Patcher Fixes
2013-02-02 18:15:51 -08:00
ef9cb1b5a4
Fix patcher launching crazy
2013-02-02 20:00:32 -05:00
fe06eed259
Shit, I'm not even testing that.
2013-02-02 17:58:25 -05:00
98dff8d8e5
More granular control of the SecurePreloader
2013-01-30 15:22:19 -05:00
b01aab4a39
Standardize on C++ headers.
...
Also removes a bunch of duplicate #includes of stuff that's already
pulled in by HeadSpin.h.
2013-01-28 23:15:54 -08:00
2c028c4b07
Remove hsFiles in favor of plFilesystem stuff
2013-01-21 14:48:32 -08:00
cc54fb07be
Finish deprecation of pnUtPath
2013-01-21 14:48:31 -08:00
6e564476b7
Deprecate plFileUtils and parts of pnUtPath
2013-01-21 14:48:28 -08:00
56e332a3c3
Add basic regex functionality to plString
2013-01-20 20:54:49 -08:00
ad5495ca45
Fix issues from review
2013-01-19 14:23:07 -08:00
6f6ade2636
Replace hsStream::Open duplicated methods everywhere with a single plFileName interface
2013-01-19 14:21:49 -08:00
d2815f35bf
Replace plasmalog with a better debug log
...
Plasmalog.txt is now plasmadbg.log. This allows us to view the log inside
the game, flush to the debugger output window, and have the logfile. The
plan is to redirect key leak reports to this log in a future commit.
2013-01-18 17:22:16 -05:00
f980f022dd
Replace pnProduct with a (very) thin CoreLib plProduct wrapper around CMake-defined product ID values
2013-01-17 01:14:45 -08:00
4233727f57
Generate ComCtl manifests for the Win32 GUI executables
2013-01-10 18:43:17 -08:00
2eb3648144
Merge pull request #251 from dpogue/plresmgr-strings
...
Convert plRegistryNode stuff to plString.
2013-01-07 21:59:09 -08:00
cb9dab2cca
Some fixes to make it all compile.
2013-01-07 21:56:14 -08:00