Commit Graph

  • 754a35f3ff Change code style Florian Meißner 2014-11-02 00:46:53 +0100
  • 3b38161756 Address things pointed out during review Florian Meißner 2014-11-02 00:26:57 +0100
  • 453d97701c Merge pull request #457 from dpogue/plAnimation Adam Johnson 2014-11-01 19:20:04 -0400
  • f2b963627a Do not crash when loading videos that exist but are not MKV Florian Meißner 2014-10-31 20:08:06 +0100
  • 5563b803c4 Decode the whole audio track on startup Florian Meißner 2014-10-31 14:28:11 +0100
  • 639819a0e5 Choose tracks based on language, if possible Florian Meißner 2014-10-29 15:06:22 +0100
  • 6463fadf34 Do not play if we don't know the codec Florian Meißner 2014-10-29 00:14:15 +0100
  • 589d59fc4c Fix video size Florian Meißner 2014-10-28 22:22:46 +0100
  • ca79d8d33a Implement Pause Florian Meißner 2014-10-28 22:07:40 +0100
  • 2d990ae3e8 Rewrite TrackMgr Florian Meißner 2014-10-28 19:53:57 +0100
  • 2af4eaedf2 Calculate block alignment properly Florian Meißner 2014-10-28 15:44:45 +0100
  • 7cd8f51eb4 Make audio work Florian Meißner 2014-10-26 22:54:37 +0100
  • 9de5c4db54 Use libopus for decoding Audio Anne Marije v/d Meer 2014-07-25 08:38:06 +0200
  • a36d8b51e7 Fixed slow playing cyan intro by changing the timeformats in plMovieplayer all to milliseconds. Fix assertion when end of movie is reached Anne Marije v/d Meer 2014-03-05 13:25:46 +0100
  • cbcbdc0889 Delay intro movie playback until after display init. Joseph Davies 2013-02-15 07:30:08 -0800
  • 2caade5fff Basic VPX decoding for plMoviePlayer Adam Johnson 2012-12-19 02:38:23 -0500
  • 4450d87947 Move AniGraph classes from plAvatar -> plAnimation. Darryl Pogue 2014-10-19 00:09:07 -0700
  • 69bc106576 Merge pull request #407 from Deledrius/bink_removal_again Adam Johnson 2014-10-19 18:25:24 -0400
  • 9c29a1706b Merge pull request #453 from Deledrius/ezbuild Adam Johnson 2014-10-19 18:12:50 -0400
  • 1869287cb7 Merge pull request #456 from dpogue/audiosys Joseph Davies 2014-10-19 04:06:26 -0700
  • 39eab13d9d plgAudioSys doesn't need to take hsWindowHndl. Darryl Pogue 2014-10-18 23:52:54 -0700
  • 0ed1fd6f75 Merge pull request #444 from Hoikas/stl-ize Darryl Pogue 2014-10-18 17:25:25 -0700
  • fb66dca691 Fix linux compile issues Adam Johnson 2014-10-18 20:11:01 -0400
  • d2b913f350 Convert most of plSceneNode to std::vector Adam Johnson 2014-07-10 19:39:50 -0400
  • 88ce09698e Convert plPageTree::fNodes to std::vector Adam Johnson 2014-07-09 22:55:45 -0400
  • f83828d2f1 Merge pull request #445 from zrax/avx2 Adam Johnson 2014-10-18 20:03:03 -0400
  • 7ddba6a758 Merge pull request #447 from zrax/hsEvent_fix Adam Johnson 2014-10-18 19:59:22 -0400
  • eda0bd26d1 Merge pull request #449 from Deledrius/cleanupexe Adam Johnson 2014-10-18 19:54:06 -0400
  • 1f26ee574e Merge pull request #455 from Mystler/vectorize Michael Hansen 2014-10-18 13:32:37 -0700
  • 78c0b48859 Replace hsArrays in SortVisibleSpans() with STL vectors This seems to fix occasional crashes encountered on TOC. Florian Meißner 2014-10-18 21:51:21 +0200
  • 05034db653 Merge pull request #381 from Lunanne/Unittests_clean Joseph Davies 2014-10-18 13:04:56 -0700
  • eeec4bac56 - Fixed spaces in plstring docs - Moved the CRT flag - removed format tests as plString::format is deprecated. Anne Marije v/d Meer 2014-10-18 16:18:27 +0200
  • bc3f64274c - CMakeLists.txt : Fix mess caused by rebase/merge - pfPythonTest/CMakeLists.txt: changed python linking like Mystler suggested (at least I hope I understood it right) - test_plString.cpp : added actual test, removed tab somewhere Anne Marije v/d Meer 2014-06-04 15:10:13 +0200
  • 098df8b41e Changed to use arrsize Added extra test in ToUTF16 Anne Marije v/d Meer 2014-06-03 17:48:40 +0200
  • 985c05d4af Uncomment some plString tests to see if they work. Darryl Pogue 2014-05-20 20:23:58 -0700
  • 0f08019616 Some minor whitespace cleanup. Darryl Pogue 2014-05-20 20:23:16 -0700
  • dd1de875c5 Remove hack not needed for VS2013. Darryl Pogue 2014-05-20 20:21:42 -0700
  • 518901f6df Fix pfPython tests on Windows. Darryl Pogue 2014-02-15 17:58:09 -0800
  • e2887eb075 make check working, 1 test app per library Darryl Pogue 2014-01-13 22:50:30 -0800
  • d6cb56fd9c Move @cwalther's tests into new dir scheme. Darryl Pogue 2014-01-13 22:10:56 -0800
  • 078d59dfa0 Preliminary unit testing setup using Google C++ Testing Framework. Christian Walther 2012-04-04 01:10:27 +0200
  • 7b60621171 Get CTest working and add pnEncryption tests. Darryl Pogue 2014-01-12 17:43:54 -0800
  • 19297f1944 Make building the tests optional. Make gtest build with shared crt by defaul. It would be better to do this in one of our own CMakeLists instead of google's but I couldn't figure out how. Anne Marije v/d Meer 2014-01-12 18:16:29 +0100
  • 7bde88a635 Cleanup of unused code and fix of unit test to reflect that accented chars are counted as two. Anne Marije v/d Meer 2013-08-13 21:06:33 +0200
  • 4f1d2494a1 enable tests Anne Marije v/d Meer 2013-08-12 20:23:58 +0200
  • ed0c021803 Added gtest. Added Unittest. Small fix documentation plString. Anne Marije v/d Meer 2013-07-09 18:17:50 +0200
  • 85b97435cc Making tests run on Linux and removing unicode on unsupported places Anne Marije van der Meer 2014-01-04 18:15:43 +0100
  • cd80f9b3fd Merge pull request #454 from dpogue/osx-fixes Joseph Davies 2014-10-17 03:42:40 -0700
  • 30ac1610f1 Add HS_BUILD_FOR_OSX definition. Darryl Pogue 2014-10-13 17:13:30 -0700
  • 3898b4f39b Removes remaining usage of Bink in Max plugin. Joseph Davies 2014-04-21 11:05:15 -0700
  • 9732a997c0 Removes remaining usage of Bink in main engine. Joseph Davies 2013-02-15 07:30:08 -0800
  • 8b5b85cc53 Add stub plMoviePlayer. Joseph Davies 2014-04-21 18:31:27 -0700
  • c71e8fbee0 Fix for forgotten logins when removable media attached. Incorporated suggestion from previous PR #32 on OpenUru_org/CWE-ou Ian McIntosh 2014-10-14 18:45:30 +0100
  • 95c52c0912 Rename UniChar to plUniChar to avoid conflict on OSX. Darryl Pogue 2014-10-12 23:51:33 -0700
  • ccd5687e61 Fix pnUUID linking on OSX. Closes #451. Darryl Pogue 2014-10-12 17:27:32 -0700
  • 55ea5a03fa Fix missing header on OSX. Darryl Pogue 2014-10-12 17:24:43 -0700
  • 70d037353f Fix for timeval on OSX. Darryl Pogue 2014-10-12 17:24:23 -0700
  • ba1d7c3ae1 Merge pull request #441 from zrax/headspin_cleanup Darryl Pogue 2014-10-13 17:31:47 -0700
  • 4f43be3eb2 Merge pull request #452 from zrax/osx_fix Darryl Pogue 2014-10-12 17:17:44 -0700
  • b3488242f8 Check if CMake is accessible before trying to invoke it. Joseph Davies 2014-10-12 16:56:43 -0700
  • 30410dbdd8 Some fixes for OSX compilation. Closes #450 Michael Hansen 2014-10-12 12:59:26 -0700
  • f3635a9871 Don't build tools for which the script won't prepare the system. Joseph Davies 2014-10-12 14:40:15 -0700
  • 75bf2965d3 Add path for PhysX default installation on 64-bit Windows systems. Joseph Davies 2014-10-12 14:13:06 -0700
  • 0d297076ef Remove unused and dead code in winmain.cpp. Joseph Davies 2014-10-11 14:39:22 -0700
  • 7445e23e59 Rename "new account" button resource to reflect actual purpose. Joseph Davies 2014-10-11 14:38:17 -0700
  • 7ce6dfceeb make hsAssert variadic (to allow printf like error message) Vincent Munsch 2014-06-01 10:45:25 +0200
  • 21e2a6de7b Fix MSVC7 warnings. textrendering Christian Walther 2014-08-23 21:10:55 +0200
  • 658d5b6f71 This version of hsEvent more accurately matches the previous (Win32) behavior, and also serves as a proper binary semaphore. Michael Hansen 2014-08-20 20:15:52 -0700
  • 8b62863419 Don't crash when the HTTP request for getting the server status message fails. statusmessagecrash Christian Walther 2014-08-15 20:19:38 +0200
  • 085c00706c Some fixes for Clang Michael Hansen 2014-08-09 12:44:57 -0700
  • 094b0fe557 Move <algorithm> header out of HeadSpin.h Michael Hansen 2014-07-26 12:04:01 -0700
  • 827ea85af0 Remove some additional usless / unused junk Michael Hansen 2014-07-22 23:43:45 -0700
  • 751d760772 Use standard (f)abs functions Michael Hansen 2014-07-22 23:26:54 -0700
  • fced942020 Safer type-punning Michael Hansen 2014-07-22 23:24:49 -0700
  • ce53a71990 There is no benefit to the hsFopen macro Michael Hansen 2014-07-22 22:38:05 -0700
  • 1a987173d6 Use std::swap Michael Hansen 2014-07-22 22:34:43 -0700
  • 72f18e8ebb Complete the previous commit by also removing the inline min and max functions defined in HeadSpin.h without breaking (3ds)Max compilation Michael Hansen 2014-07-22 22:22:22 -0700
  • e36220cca5 Use std::min and std::max Michael Hansen 2014-07-22 21:12:09 -0700
  • 4f5a941d41 Merge pull request #446 from zrax/clang_fixes Darryl Pogue 2014-08-09 12:25:16 -0700
  • 9d67b96837 Fix some errors and warnings when compiling with Clang Michael Hansen 2014-08-09 12:16:25 -0700
  • 2bbfa9399d Fixup example Michael Hansen 2014-08-08 21:47:19 -0700
  • 19bda88893 Add AVX2 support to hsCpuID, and cleanup some misc related junk Michael Hansen 2014-05-24 18:48:17 -0700
  • a1303d6d23 Fix inconsistent line endings :( Michael Hansen 2014-07-27 13:57:39 -0700
  • b1e93f92f4 Merge pull request #443 from zrax/cxx11_synch Adam Johnson 2014-07-26 20:22:40 -0400
  • 474b54396b Reintroduce (and enforce use of) hsLockFor{Reading,Writing} Michael Hansen 2014-07-26 13:05:43 -0700
  • 5836af7268 Clean up hsReaderWriterLock Michael Hansen 2014-07-26 12:44:51 -0700
  • f83ec34c67 Move the old IPC-based semaphore to hsGlobalSemaphore, and provide a "normal" (inter-thread only) semaphore class. Michael Hansen 2014-04-09 23:32:13 -0700
  • b774548066 Simplify plDispatch mutexes a bit Michael Hansen 2014-04-06 19:26:31 -0700
  • a669abf10e Use C++11 threading for hsEvent, and clean up the API a bit Michael Hansen 2014-04-05 21:39:02 -0700
  • 2947acb2c8 Replace hsMutex with std::mutex Michael Hansen 2014-04-05 20:45:58 -0700
  • 964256411e Merge pull request #442 from zrax/plString-construction Adam Johnson 2014-07-25 22:32:27 -0400
  • 5ed3e3205c Add move semantics to plString and plStringStream Michael Hansen 2014-07-25 18:20:25 -0700
  • fa1bb779e5 Add explicit string literal overload to try to help Coverity (and avoid a strlen call to boot). Michael Hansen 2014-07-25 18:15:10 -0700
  • a82c110a9a Merge pull request #438 from zrax/plFormat_stream Adam Johnson 2014-07-15 21:48:54 -0400
  • d27f102166 Merge pull request #437 from zrax/hsRef Adam Johnson 2014-07-15 21:33:18 -0400
  • 04cb57a2ad Merge pull request #418 from dpogue/timer Adam Johnson 2014-07-05 14:16:26 -0400
  • f5b2bddbb2 Always use hsTimer for profile stats. Darryl Pogue 2014-06-28 21:39:17 -0700
  • a0da984cdc Work towards killing TimeGetMs. Darryl Pogue 2014-05-11 18:45:22 -0700
  • a3ae4201a2 Template-ize hsTimer return values. Darryl Pogue 2014-05-11 18:27:59 -0700
  • 5b0652cb7e std::chrono-ize hsTimer. Darryl Pogue 2014-05-11 16:31:07 -0700