Adam Johnson
55d3f10310
Silence unneeded assertion.
11 years ago
Adam Johnson
60210cf38a
We have to load plFontCache...
11 years ago
Florian Meißner
07adadcb58
Fix out-of-bounds crash when fiddling with NPCs
11 years ago
Adam Johnson
de60a164d4
Merge pull request #355 from Deledrius/c11_regex
...
Use std::regex instead of PCRE.
11 years ago
Adam Johnson
fd16a12c34
Fix broken plString format
11 years ago
Joseph Davies
4bf90877a8
Merge pull request #357 from dpogue/stringfix
...
Fix plString ssize_t undefined errors.
11 years ago
Darryl Pogue
786f06eafc
Fix plString ssize_t undefined errors.
11 years ago
Joseph Davies
c0d6556aa3
Use std::regex instead of PCRE.
11 years ago
Darryl Pogue
9d0112de19
Merge pull request #352 from Hoikas/patcher-thread
...
Unified Patcher (Part 1: In-Game)
11 years ago
Adam Johnson
cbfa49d71c
Merge pull request #349 from Hoikas/debug-print
...
Port PtDebugPrint to C++
11 years ago
Adam Johnson
e6f9a83fde
Detect self-patching in pfPatcher
11 years ago
Adam Johnson
34c88190c1
Update StartUp in initial batch
...
ONE PATCH! This commit brings us to half of the patching goal: on launch
of the client, we only show ONE "Updating..." message before we enter the
game proper. Go us!
11 years ago
Adam Johnson
3299267976
Integrate SecurePreloader into pfPatcher
11 years ago
Adam Johnson
9d162a7a32
Reroute plResPatcher
11 years ago
Adam Johnson
346b6f8ac8
Implement pfPatcher backend
11 years ago
Adam Johnson
275f15087c
Separate plOperationProgress titles and statuses.
...
Now we render titles above the progress bar and the status below (in the
same color as the progress bar!). Also, introduce a new info field that is
guaranteed to be right justified.
11 years ago
Adam Johnson
7da0467609
plString-ify plOperationProgress
11 years ago
Adam Johnson
febc69cf2f
Merge pull request #351 from Hoikas/fix-regression
...
Fix NetCliAuthFileRequest Regression
11 years ago
Adam Johnson
efec679e1f
Fix NetCliAuthFileRequest Regression introduced by 6e56447
...
Our data fields have to be the same as their size on the wire. Ugh.
11 years ago
Adam Johnson
6005f78cbf
Merge pull request #350 from Mystler/loc_fix
...
Fix loading localized sound files
11 years ago
Florian Meißner
063b61161d
Don't ignore possible extensions when localizing object names
11 years ago
Adam Johnson
e103d0c9d6
Port PtDebugPrint to C++
...
This has a couple of benefits:
- We should theoretically no longer run into UnicodeDecodeErrors from the
plString-based implementation
- By doing things engine side, we can use the logging API to colorize log
messages.
11 years ago
Michael Hansen
c69d546c69
Fix a VC++2013 compile error
11 years ago
Adam Johnson
f4f24cb6c2
Merge pull request #346 from Hoikas/async-sleep
...
Fix buddy-add stutter
11 years ago
Adam Johnson
961a168131
Merge pull request #347 from Deledrius/fanagecrashworkaround
...
Workaround crash when linking to converted fan Ages
11 years ago
Joseph Davies
61483e2739
Fix crash when loading converted Age.
11 years ago
Adam Johnson
c536ceefb4
Merge pull request #345 from dpogue/pipeline
...
Split DirectX stuff into a subdirectory of plPipeline
11 years ago
Darryl Pogue
5c11d618f5
Actually use working backslashes.
11 years ago
Darryl Pogue
6ce5d5abda
Clean up source groups for plDXPipeline.
11 years ago
Darryl Pogue
cc264e3f43
Minor fixes.
11 years ago
Adam Johnson
52deaff61a
Async pyVaultPlayerInfoList::AddPlayer
...
This fixes the stutter when adding a buddy to the KI. The return value was
never used, according to grep. There is a delay between hitting enter and the player being added, but that's acceptable.
11 years ago
Darryl Pogue
fc9d51cc35
plViewTransform is not in plPipeline.
...
Thanks @Deledrius .
11 years ago
Darryl Pogue
e6609c2b71
Fix clang warnings in plCubicRenderTargetModifier.
11 years ago
Darryl Pogue
04d88377ad
Move all the DirectX-specific stuff into a folder.
...
This actually allows us to compile plPipeline on *nix (although linking
will fail).
11 years ago
Michael Hansen
cf78792155
Merge pull request #344 from Hoikas/cmake
...
FindDirectX Improvements
11 years ago
Michael Hansen
76252f3d76
Merge pull request #340 from Mystler/evenmorecmake
...
Explicitly instruct CMake to look for Python 2.7
11 years ago
Michael Hansen
ae9b1cf2a4
Merge pull request #342 from Hoikas/ishuman
...
Fix pySceneObject::IsHuman
11 years ago
Adam Johnson
03315e7a5b
Merge pull request #343 from dpogue/linux-fix
...
Fix some *nix compiler errors.
11 years ago
Adam Johnson
74ae12b38c
Grab the correct DX libs for our architecture
11 years ago
Darryl Pogue
f1767ebabe
Fix some *nix compiler errors.
11 years ago
Adam Johnson
139730eaab
Fix pySceneObject::IsHuman
11 years ago
Michael Hansen
509bf10a66
Merge pull request #341 from Hoikas/fix-debug
...
Fix Debug Builds
11 years ago
Adam Johnson
b60fe0568e
Fix Debug
11 years ago
Florian Meißner
d9c9238170
Explicitly instruct CMake to look for Python 2.7
11 years ago
Joseph Davies
b86ab9d69e
Merge pull request #336 from Hoikas/weight-format
...
Improve skinning performance.
11 years ago
Joseph Davies
6bdee2ba1a
Merge pull request #329 from Hoikas/kill-printf
...
Remove unsafe or inappropriate uses of *printf.
11 years ago
Adam Johnson
88dfd51000
Fix Console Help indentation
11 years ago
Adam Johnson
dd35878465
Begin killing off sprintf
11 years ago
Adam Johnson
470ed86187
Let's use `vsnprintf` for those legacy methods...
11 years ago
Adam Johnson
798764d84e
Nuke some `snprintf`
11 years ago