Commit Graph

  • b55561374a Merged pull request #29 from zrax/openssl. Michael Hansen 2011-04-27 19:48:56 -0700
  • ea5ceb6f34 Readd the stupid hack Cyan did in pyVaultNode::AddNode. Adam Johnson 2011-04-27 21:00:01 -0400
  • 23d7e7bf43 OpenSSL's RC4 has been working just fine for HSPlasma and DirtSand... Michael Hansen 2011-04-27 16:36:34 -0700
  • 562b6fcfd0 Use OpenSSL's bignum library Michael Hansen 2011-04-27 16:19:57 -0700
  • a923cce35d Merged pull request #28 from boq/master. Darryl Pogue 2011-04-27 08:49:38 -0700
  • 6a31f19f9c Fix for hsBounds asserts Bartek Bok 2011-04-27 16:55:42 +0200
  • c8284bd808 Cache the file when it is played for the first time. Darryl Pogue 2011-04-26 23:52:00 -0700
  • 08e401eabc Change streamingCache to temp to prevent conflicts. Darryl Pogue 2011-04-26 23:51:38 -0700
  • bf142aa075 Require winmm.lib for the microphone stuff. Darryl Pogue 2011-04-26 23:33:22 -0700
  • 4da32cb955 Fix some compiler warnings. Darryl Pogue 2011-04-26 22:29:17 -0700
  • 72ec482a3e Do not build these as part of plClient. Darryl Pogue 2011-04-25 21:38:13 -0700
  • 31a0a83b10 Remove unused plWAVClipBuffer class. Darryl Pogue 2011-04-25 20:27:17 -0700
  • 7cecdae5c0 Don't use CWaveFile for caching sounds. As a sideeffect, cached sounds are no longer wave files. Darryl Pogue 2011-04-25 20:10:42 -0700
  • 547ce8c090 Fixes to make it compile properly. Darryl Pogue 2011-04-25 19:15:54 -0700
  • e3cb83f76c Added plCachedFileReader class for cached sfx. Darryl Pogue 2011-04-25 17:52:24 -0700
  • 07c66e38d9 Merged pull request #25 from dvpdiner2/master. Michael Hansen 2011-04-25 09:28:19 -0700
  • 2323af6e89 Lots of relative path fixes for the max plugin Adam Johnson 2011-04-25 00:17:55 -0400
  • 32cb43d1e0 Fix some include directives Darryl Pogue 2011-04-24 13:46:28 -0700
  • dcb2a2e269 Fix the issue with dynamic speex linking Darryl Pogue 2011-04-24 13:45:57 -0700
  • 54c02181d5 Merge remote-tracking branch 'origin/master' into openal Darryl Pogue 2011-04-24 12:22:04 -0700
  • 64a479d35e Adjust FindSpeex to match correct speex header location Michael Hansen 2011-04-24 11:23:09 -0700
  • 3fc884e5ad Get rid of dsound.h Darryl Pogue 2011-04-24 01:31:29 -0700
  • a05a6ccad1 Silence some warnings Darryl Pogue 2011-04-24 01:30:03 -0700
  • be86478cff Speex includes should be in a subdirectory Darryl Pogue 2011-04-23 22:47:48 -0700
  • bca0bf94c4 Fix typeinfo include Darryl Pogue 2011-04-23 22:47:30 -0700
  • c0cc3c6e79 Fix the case of Python.h includes Darryl Pogue 2011-04-23 22:47:02 -0700
  • b53b6d588d Missed a header file Michael Hansen 2011-04-23 22:49:50 -0700
  • f90a620294 Adjust whitespace and case to match the other cmake files Michael Hansen 2011-04-23 22:49:22 -0700
  • 40e5b4e797 Missed one of these Michael Hansen 2011-04-23 22:36:16 -0700
  • 86b07e20b0 Merge commit '5ea03ae' Michael Hansen 2011-04-23 22:16:53 -0700
  • 496c4d4a04 Merge commit '1ce733b' Michael Hansen 2011-04-23 22:13:15 -0700
  • 81d6cf0ec7 Merge commit 'bb8fdb9' Michael Hansen 2011-04-23 21:52:02 -0700
  • f7b7fb97d6 Fixes tab completion in the console philippelatulippe 2011-04-24 00:17:03 -0400
  • 6fefaa11d9 Last minute fixes Adam Johnson 2011-04-23 22:37:34 -0400
  • a921f766d1 Async creation of child ages Adam Johnson 2011-04-23 22:19:35 -0400
  • 62a6757ea6 Use cmake's TestBigEndian to set BIG_ENDIAN or LITTLE_ENDIAN. philippelatulippe 2011-04-23 20:43:03 -0400
  • 28e8e0c544 Fix some potential memory leaks Adam Johnson 2011-04-23 20:38:44 -0400
  • 7a1c977ded Async creation of subages (thanks to all the people whose Delins/Tsogals I randomly popped in on) Adam Johnson 2011-04-23 20:12:16 -0400
  • c039f3c338 cmake: Don't search for PhysX 2.6.4 on linux, remove 'SDKs' directory from PhysX find_path() philippelatulippe 2011-04-23 15:08:57 -0400
  • 22440541ea Fix a crash. The removed functionality should NEVER have been there anyway. Adam Johnson 2011-04-23 02:32:16 -0400
  • d14938029f Fix compile-time endianness check to work on linux. As the original comment says, it's still not very robust. philippelatulippe 2011-04-22 21:13:39 -0400
  • 3c1bf3ca8e Fix case of two include philippelatulippe 2011-04-22 21:00:55 -0400
  • de8bb3789b Fix FindPhysx.cmake to work on linux. It has to main issues left: 1. I can't find v2.6.4 for linux. Based on old forum posts, I know that it exists, but it's not in the nVidia archive. I don't know if this version is backwards-compatible. 2. v2.7.3 does not have a NxExtensions library. philippelatulippe 2011-04-22 22:47:02 -0400
  • f4021846a4 Make adding pyVaultNodeRefs async Adam Johnson 2011-04-22 23:42:37 -0400
  • a8b31c8bdb Some code style fixes Adam Johnson 2011-04-22 23:07:35 -0400
  • 9c5be5b5d3 Add async vist age registration Adam Johnson 2011-04-22 21:50:48 -0400
  • 62ce8a76dc Le sigh. More code cleanup... Adam Johnson 2011-04-22 21:50:10 -0400
  • 0a0f317970 Remove two wayward tabs. philippelatulippe 2011-04-22 20:58:58 -0400
  • 0527bc47d0 cmake: detect speex if it is in /usr/include/speex/ philippelatulippe 2011-04-22 20:47:04 -0400
  • 3c7c844e3e cmake will still work if PYTHON_DEBUG_LIBRARY is not set. philippelatulippe 2011-04-22 20:30:51 -0400
  • 766e0ac918 cmake: Fix case sensitive string (PHYSX->Physx) philippelatulippe 2011-04-22 17:19:23 -0400
  • f0ca239729 MOULa build 1.902 - dragossh's "Bevin" into "Hood" and Chogon added ability to select a specific age instance by a meta name and BuildMachine bumped buildID CyanWorlds 2011-04-21 15:43:17 -0700
  • e2375ad75b More resource fixes to compiling on VS 2008 Express Edition. Joseph Davies 2011-04-19 05:33:59 -0700
  • 9c399df596 Registering an owned age no longer blocks the LinkingMgr. (w00t Portal 2 in an hour :D) Adam Johnson 2011-04-18 23:26:24 -0400
  • 6e5574e148 Fix plUruLauncher and plClient to build on VS 2008 Express Edition unknown 2011-04-18 21:44:11 -0400
  • ec2cb70f94 Use external names for external builds Branan Purvine-Riley 2011-04-17 19:18:39 -0700
  • 7cf30f8fc7 Code cleanups. Eric sucks. Adam Johnson 2011-04-18 21:23:27 -0400
  • eaa895ff09 Implement async chronicle creation and age registration. Update pyVault to use the new implementations. Adam Johnson 2011-04-18 16:04:07 -0400
  • 249937a685 Merge branch 'master' of https://github.com/H-uru/Plasma Adam Johnson 2011-04-17 23:33:10 -0400
  • f4685cc990 MaxPlasmaLights works better when it has the resources file compiled in... Just sayin' Adam Johnson 2011-04-17 23:32:08 -0400
  • 42168ecf9d Use the server.ini in plUruLauncher so it works again Michael Hansen 2011-04-17 19:38:46 -0700
  • 57757281f8 Split out minimal core console functionality from the pfConsole module Michael Hansen 2011-04-17 19:37:33 -0700
  • 6352d95272 Fix handling of custom avvies for internal clients Branan Purvine-Riley 2011-04-17 14:14:07 -0700
  • 481de14091 Add null pointer checks so Bahro no longer crash release clients Branan Purvine-Riley 2011-04-17 14:12:43 -0700
  • dea1595257 Re-add the angle-brackets on the EFX include >.> Michael Hansen 2011-04-17 12:02:19 -0700
  • 8573c02b46 Convert the last remaining swprintf to the correct version Michael Hansen 2011-04-17 11:54:12 -0700
  • c8cf53df80 Make UruLauncher use curl as well Michael Hansen 2011-04-17 11:53:32 -0700
  • 31ac8baf9f Change Bevin to Hood (to match cyan) Branan Purvine-Riley 2011-04-16 22:23:34 -0700
  • 1cf8500e4a Now we can compile on Max 8 as well as 2011 Adam Johnson 2011-04-16 20:30:12 -0400
  • 16192eb7b7 You can now close the Age Description window Adam Johnson 2011-04-16 17:18:40 -0400
  • aeeec0b013 Fix for ComponentMgr not showing anything. Make the ini file error more accurate as well. Adam Johnson 2011-04-16 15:55:06 -0400
  • a0fd28cc50 Display cursors pixel-by-pixel rather than scaling them to 34.56x34.56 pixels. This fixes the blurring caused by scaling up the 32x32 px cursor bitmaps. Christian Walther 2011-04-16 21:05:23 +0200
  • ff435650b8 Display cursors pixel-by-pixel rather than scaling them to 34.56x34.56 pixels. This fixes the blurring caused by scaling up the 32x32 px cursor bitmaps. cursors Christian Walther 2011-04-16 21:05:23 +0200
  • 8216257822 Properly align plates by compensating for the half-pixel offset of Direct3D 9. Christian Walther 2011-04-16 20:35:16 +0200
  • 259f07462f Properly align plates by compensating for the half-pixel offset of Direct3D 9. Christian Walther 2011-04-16 20:35:16 +0200
  • 45c6a4bd6b Fix some 3dsm crashes Adam Johnson 2011-04-16 00:49:03 -0400
  • 745d8c675f MaxMain and MaxPlasmaLights now build and compile with VS2010 + 3dsm 2011 Adam Johnson 2011-04-15 20:35:41 -0400
  • a6939bb14f MaxPlasmaMtls mostly compiles. Weird issue with plDynamicEncLayer[BitmapPB].cpp is stumping me. Adam Johnson 2011-04-15 18:32:20 -0400
  • 205105ef23 Fix some stupid stuff that would have crashed the plugin... Adam Johnson 2011-04-15 17:00:26 -0400
  • 92defe7570 Fixes to make MaxComponent buildable Adam Johnson 2011-04-15 16:25:15 -0400
  • 32039938df Make the Max 2011 SDK happy and fix a cmake issue Adam Johnson 2011-04-15 10:20:22 -0400
  • 5f806ea12e Merge branch 'master' of https://github.com/H-uru/Plasma into maxfixups Adam Johnson 2011-04-14 22:27:06 -0400
  • 0841adfb22 3ds Max plugin converted to cmake. Much work needed for it to build... Adam Johnson 2011-04-14 22:22:25 -0400
  • 26cef5c2e8 Fix indentation Michael Hansen 2011-04-14 18:19:42 -0700
  • 4de4290898 Use libcurl instead of WinHTTP for plClient's server status message Michael Hansen 2011-04-14 18:19:15 -0700
  • 4d667df593 Change to use Local AppData instead of My Documents. Joseph Davies 2011-04-14 00:02:09 -0700
  • 1f4f992c57 Looks like we missed a few of those evil VCProj files... Adam Johnson 2011-04-13 21:51:50 -0400
  • b45496e094 Replaced black and white cursors for improved visual clarity. Joseph Davies 2011-04-13 05:24:22 -0700
  • 30d60d8954 Remove old deprecated IJL code Michael Hansen 2011-04-13 14:21:29 -0700
  • 7eeafccd57 Actually advance the decode/encode buffers Michael Hansen 2011-04-13 14:19:29 -0700
  • d6656cdc94 Add a sample server.ini which works against the MOULagain server Michael Hansen 2011-04-13 13:34:32 -0700
  • a3cea96d9c Don't need these extra params for the patcher Michael Hansen 2011-04-13 11:47:30 -0700
  • 1b7d2856c4 Merge branch 'master' into serverini Michael Hansen 2011-04-13 10:51:48 -0700
  • ca09c7ff60 Revert "Fix a memory leak" -- this will require more investigation Michael Hansen 2011-04-13 10:51:17 -0700
  • 425b1379c1 Merge branch 'master' into serverini Michael Hansen 2011-04-13 09:50:23 -0700
  • 418d29fc34 Fix a memory leak Michael Hansen 2011-04-13 09:48:34 -0700
  • 51bf621898 Don't delete my files for me Michael Hansen 2011-04-13 09:48:15 -0700
  • 6cebc32ce0 Use the server.ini's signup URL on the login dialog Michael Hansen 2011-04-13 09:47:23 -0700
  • 9177aed3b7 Use a /ServerIni switch instead of separate server overrides, and check for the server.ini before trying to execute it Michael Hansen 2011-04-13 09:46:23 -0700
  • 203fd0c229 Update to work against the more modern version of PC's server ini format Michael Hansen 2011-04-12 23:34:42 -0700