2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 10:37:41 -04:00
Commit Graph

1277 Commits

Author SHA1 Message Date
efec679e1f Fix NetCliAuthFileRequest Regression introduced by 6e56447
Our data fields have to be the same as their size on the wire. Ugh.
2013-11-25 20:13:38 -05:00
6005f78cbf Merge pull request #350 from Mystler/loc_fix
Fix loading localized sound files
2013-11-23 12:13:35 -08:00
063b61161d Don't ignore possible extensions when localizing object names 2013-11-21 16:53:55 +01:00
c69d546c69 Fix a VC++2013 compile error 2013-11-02 01:50:10 -07:00
f4f24cb6c2 Merge pull request #346 from Hoikas/async-sleep
Fix buddy-add stutter
2013-09-28 11:40:47 -07:00
961a168131 Merge pull request #347 from Deledrius/fanagecrashworkaround
Workaround crash when linking to converted fan Ages
2013-08-15 20:39:53 -07:00
61483e2739 Fix crash when loading converted Age. 2013-08-15 12:13:35 -07:00
c536ceefb4 Merge pull request #345 from dpogue/pipeline
Split DirectX stuff into a subdirectory of plPipeline
2013-07-24 21:36:03 -07:00
5c11d618f5 Actually use working backslashes. 2013-07-24 21:20:38 -07:00
6ce5d5abda Clean up source groups for plDXPipeline. 2013-07-24 21:17:16 -07:00
cc264e3f43 Minor fixes. 2013-07-22 19:41:27 -07:00
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.
2013-07-21 21:31:16 -04:00
fc9d51cc35 plViewTransform is not in plPipeline.
Thanks @Deledrius.
2013-07-21 15:57:22 -07:00
e6609c2b71 Fix clang warnings in plCubicRenderTargetModifier. 2013-07-21 00:50:58 -07:00
04d88377ad Move all the DirectX-specific stuff into a folder.
This actually allows us to compile plPipeline on *nix (although linking
will fail).
2013-07-21 00:50:00 -07:00
cf78792155 Merge pull request #344 from Hoikas/cmake
FindDirectX Improvements
2013-07-20 14:39:28 -07:00
76252f3d76 Merge pull request #340 from Mystler/evenmorecmake
Explicitly instruct CMake to look for Python 2.7
2013-07-20 14:38:17 -07:00
ae9b1cf2a4 Merge pull request #342 from Hoikas/ishuman
Fix pySceneObject::IsHuman
2013-07-20 14:37:59 -07:00
03315e7a5b Merge pull request #343 from dpogue/linux-fix
Fix some *nix compiler errors.
2013-07-20 13:11:19 -07:00
74ae12b38c Grab the correct DX libs for our architecture 2013-07-20 15:34:51 -04:00
f1767ebabe Fix some *nix compiler errors. 2013-07-20 00:04:51 -07:00
139730eaab Fix pySceneObject::IsHuman 2013-07-13 19:20:07 -04:00
509bf10a66 Merge pull request #341 from Hoikas/fix-debug
Fix Debug Builds
2013-07-12 20:15:31 -07:00
b60fe0568e Fix Debug 2013-07-12 23:10:49 -04:00
d9c9238170 Explicitly instruct CMake to look for Python 2.7 2013-07-11 11:49:05 +02:00
b86ab9d69e Merge pull request #336 from Hoikas/weight-format
Improve skinning performance.
2013-07-09 19:30:45 -07:00
6bdee2ba1a Merge pull request #329 from Hoikas/kill-printf
Remove unsafe or inappropriate uses of *printf.
2013-07-09 19:28:57 -07:00
88dfd51000 Fix Console Help indentation 2013-07-09 21:52:17 -04:00
dd35878465 Begin killing off sprintf 2013-07-09 21:30:42 -04:00
470ed86187 Let's use vsnprintf for those legacy methods... 2013-07-09 21:30:41 -04:00
798764d84e Nuke some snprintf 2013-07-09 21:30:40 -04:00
ea31db3305 SSE 4.1 Skinning
This appears to offer no benefit on my Wolfdale CPU, but I expect it will
be useful on more recent ones.
2013-07-09 21:07:24 -04:00
4d32454764 Fill volatile buffers
This shaves off a memcpy and some smaller copies. Decent gains that scale
up quite well as more avatars are on screen.
2013-07-09 21:07:24 -04:00
aa7df368f1 Cleanup macro-mayhem
This converts the VERTBLEND macros to some clever templates. This code
should be much more maintainable.
2013-07-09 21:07:23 -04:00
efd5cddaef Merge pull request #338 from Mystler/moar-cmake
Allow disabling supplemental projects with CMake
2013-07-09 17:59:20 -07:00
18010570b5 Allow disabling certain parts of the build 2013-07-09 10:35:43 +02:00
ee1139cad2 Merge pull request #337 from Mystler/cmake-python
Fix CMake warnings for Python libraries.
2013-07-07 12:18:24 -07:00
dd431db36e Fix CMake warnings on linking the Python libraries 2013-07-07 21:16:35 +02:00
4d6d265daa Merge pull request #335 from Mystler/readme
Port README to Markdown.
2013-06-29 12:27:25 -07:00
432ec2d7fd Remove November 2008 DirectX SDK from README 2013-06-29 21:22:06 +02:00
5dc47eb0a1 Move the optional dependencies to a separete list 2013-06-29 20:37:49 +02:00
0f1bdb8034 Change README format to Markdown 2013-06-28 23:00:13 +02:00
dc1e676d75 Merge pull request #333 from Mystler/readme
README update.

- Update Guild of Writers address.
- Enhance formatting in step-by-step instructions.
- Various other updates and typographical fixes.
2013-06-27 11:43:14 -07:00
c74dd5d42e Merge pull request #334 from Deledrius/vs_2013_std
Add missing std headers for compilation with VisualStudio 2013.
2013-06-26 20:37:40 -07: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
6dfb8ccc4c Update the README and add some text formatting 2013-06-25 17:29:39 +02:00
f880967ba9 Fix SDL double-load 2013-06-20 18:14:24 -04:00
0008c55fc8 Merge pull request #332 from Hoikas/simd
More Skinning Improvements
2013-06-19 15:08:37 -07:00
4a189faf36 Remove x87 hack for typical (avatar) use cases 2013-06-19 16:37:55 -04:00
342dd5fe14 Aligned point/vector loads 2013-06-19 16:37:55 -04:00