Commit Graph

  • a1efed20a3 Fixed debug build error Lynix 2014-07-12 15:05:23 +02:00
  • 9137357725 (Renderer) Improved vertex attribute code Lynix 2014-07-12 14:59:14 +02:00
  • f2141f5756 Improved MemoryManager handling of failed allocation Lynix 2014-07-12 12:51:34 +02:00
  • 793ad16238 Improved code Lynix 2014-07-12 12:50:23 +02:00
  • cf95b128c5 SparsePtr: Fixed some operators not being const Lynix 2014-07-12 12:48:25 +02:00
  • 8128079927 Fixed error message Lynix 2014-07-11 23:06:46 +02:00
  • 27aea8ae2a Fixed VertexDeclaration copy constructor Lynix 2014-07-11 10:23:55 +02:00
  • ca54b6cdca Updated module headers (generation) Lynix 2014-07-11 10:23:19 +02:00
  • b54be6e25f Renamed AttributeUsage and AttributeType Lynix 2014-07-10 18:31:56 +02:00
  • 10a17bbf68 Removed debug code (Oops) Lynix 2014-07-10 10:41:50 +02:00
  • 55697908d1 Added TODO Lynix 2014-07-10 10:12:33 +02:00
  • ebb13d3bf2 Added DebugDrawer::DrawLine and DebugDrawer::DrawPoints Lynix 2014-07-10 10:12:25 +02:00
  • 3dac383486 Improved Ray class Lynix 2014-07-10 10:11:17 +02:00
  • 2479588811 Removed toDegree arg from VectorI::AngleBetween Lynix 2014-07-10 10:03:35 +02:00
  • 0e791ebb19 Removed useless line Lynix 2014-07-10 10:01:11 +02:00
  • 7103c28d49 Merge pull request #27 from Gawaboumga/master Lynix 2014-07-08 16:24:46 +02:00
  • b3c0168e6a Fixed code Lynix 2014-07-08 16:15:24 +02:00
  • b51845d88f Added Matrix4::Concatenate static method Lynix 2014-07-08 16:15:05 +02:00
  • d84c2e040c Removed Identity test in TransformVertices Lynix 2014-07-08 11:56:47 +02:00
  • c79047bd16 Improved box generation speed Lynix 2014-07-08 11:56:27 +02:00
  • a0c2d81114 Replaced struct by lambda Lynix 2014-07-08 11:55:40 +02:00
  • f19b89f947 Updated Skinning code Lynix 2014-07-08 11:31:14 +02:00
  • d3c3ad5bb8 Improved code Lynix 2014-07-08 11:29:30 +02:00
  • 18849e7d21 Reworked SubMesh methods Lynix 2014-07-08 11:28:01 +02:00
  • 5c2ae93d0b Reworked TriangleIterator Lynix 2014-07-08 11:22:32 +02:00
  • 70e1327071 Reworked VertexMapper to make it way more generic Lynix 2014-07-08 11:21:41 +02:00
  • af1d2d9146 Reworked SkeletalMesh class Lynix 2014-07-08 11:18:09 +02:00
  • d636174c04 Added SkeletalMeshVertex struct Lynix 2014-07-08 11:13:07 +02:00
  • 8ab69fa3ab Improved VertexDeclaration class Lynix 2014-07-08 11:11:11 +02:00
  • 9de90a78e5 Disabled the use of glTexStorage* when creating a proxy texture Lynix 2014-07-08 11:02:27 +02:00
  • 0ebf993ed8 Added UTILITY_SKINNING_MAX_WEIGHTS Lynix 2014-07-08 10:59:42 +02:00
  • 9969d5f5f3 Removed UTILITY_MULTITHREADED_SKINNING config Lynix 2014-07-08 10:58:58 +02:00
  • c4b10dddda Big config/debug update Lynix 2014-07-08 10:56:37 +02:00
  • f819beb747 Added Nazara[Prefix|Suffix](Macro) Lynix 2014-07-08 10:46:09 +02:00
  • c882de1a6f Made IndexIterator::operator[+|-] const Lynix 2014-07-07 12:08:45 +02:00
  • 60d045e139 Suppressions of getters Gawaboumga 2014-07-04 11:31:51 +02:00
  • ba7f3606a0 Obb intersect ray Gawaboumga 2014-07-04 11:22:47 +02:00
  • 28471925ac Fixed possible bug in computing sampler id Lynix 2014-07-02 01:08:58 +02:00
  • f45a9d5bf6 Added SparsePtr class Lynix 2014-07-01 20:25:14 +02:00
  • b595f703da Added OffsetOf header and function Lynix 2014-07-01 19:26:39 +02:00
  • 31d54d4706 UTF8 Gawaboumga 2014-07-01 11:06:16 +02:00
  • 45fc9158e4 Add of source Gawaboumga 2014-07-01 10:57:43 +02:00
  • d9c38181a5 Added (U)Int32 typedef for Box,Rect and VectorI classes Lynix 2014-06-30 10:52:25 +02:00
  • 7ba72ef1c6 Little fail again Gawaboumga 2014-06-28 11:45:10 +02:00
  • 1aebcd83b0 Merge remote-tracking branch 'upstream/master' Gawaboumga 2014-06-28 09:05:16 +02:00
  • 5e709001ad Little fail Gawaboumga 2014-06-28 09:03:56 +02:00
  • 53e5944b56 Fixed build error in debug mode Lynix 2014-06-27 21:18:51 +02:00
  • 6e936b6120 Fixed Image::GetPixels returning wrong pointer when level is over 0 Lynix 2014-06-27 21:18:22 +02:00
  • 126cd75e4d Fixed possible bug Lynix 2014-06-27 21:17:23 +02:00
  • 76bfd0857e Allowed asserts to throw exceptions instead of calling std::exit Lynix 2014-06-27 21:16:36 +02:00
  • 032b2ed79b Removed explicit VectorI::operator[] Lynix 2014-06-27 21:15:11 +02:00
  • dcca3d03d4 Fixed warning on some compilers Lynix 2014-06-27 21:09:31 +02:00
  • f3ccd60b5f New class ray Gawaboumga 2014-06-27 19:39:51 +02:00
  • ca595bca20 Add of some mathematical functions Gawaboumga 2014-06-27 19:33:28 +02:00
  • f84897e47a Merge remote-tracking branch 'upstream/master' Gawaboumga 2014-06-27 19:21:44 +02:00
  • 9f17722afd Little corrections Gawaboumga 2014-06-27 19:11:45 +02:00
  • c5b31d4f03 Replaced CreateSemaphore call by CreateSemaphoreW Lynix 2014-06-25 19:35:53 +02:00
  • 4d27f12fec Fixed typo Lynix 2014-06-25 19:34:55 +02:00
  • cc01216e1c Fixed crash in TaskScheduler Windows implementation Lynix 2014-06-25 15:23:31 +02:00
  • b70f693b8c Merge remote-tracking branch 'origin/RenderTechnique-Update' Lynix 2014-06-24 12:56:10 +02:00
  • 48eb59eba8 Commited missing file (from 7dfb82) Lynix 2014-06-17 15:53:57 +02:00
  • 4a34c16455 Updated OpenGL headers Lynix 2014-06-17 11:41:04 +02:00
  • 6751baaadb Added Gawaboumga to the "Thanks to" list Lynix 2014-06-17 11:38:47 +02:00
  • dc3f3eb344 Fixed some of the pull request code in order to merge it Lynix 2014-06-15 01:55:07 +02:00
  • 55c205a5e5 Improved MemoryPool class Lynix 2014-06-15 01:17:57 +02:00
  • 3f81ab4742 Alphabetical commit Lynix 2014-06-15 01:13:40 +02:00
  • 6c1852299d Added SkinningManager Lynix 2014-06-21 16:23:38 +02:00
  • 774df28d87 Cached skinning matrix Lynix 2014-06-21 16:22:34 +02:00
  • 5310c8b0d6 Moved skinning to algorithms Lynix 2014-06-21 16:21:33 +02:00
  • f5833aa2d4 Improved rendertechnique fallback (will no longer loop) Lynix 2014-06-21 15:38:24 +02:00
  • 9ba6258478 Made context creation exception-safe Lynix 2014-06-18 20:34:05 +02:00
  • 81672a5ff6 Clarified source code Lynix 2014-06-18 17:39:16 +02:00
  • a6d6213b9d Commited missing file (from 7dfb82) Lynix 2014-06-17 15:53:57 +02:00
  • 34023b39fd Updated OpenGL headers Lynix 2014-06-17 11:41:04 +02:00
  • 68eae7cb2f Added Gawaboumga to the "Thanks to" list Lynix 2014-06-17 11:38:47 +02:00
  • 46dc4fbd67 Merge branch 'Gawaboumga-master' Lynix 2014-06-15 01:59:01 +02:00
  • eceabcd241 Fixed some of the pull request code in order to merge it Lynix 2014-06-15 01:55:07 +02:00
  • 62daced765 Merge branch 'master' of https://github.com/Gawaboumga/NazaraEngine into Gawaboumga-master Lynix 2014-06-15 01:20:46 +02:00
  • f55b151c8e Improved MemoryPool class Lynix 2014-06-15 01:17:57 +02:00
  • 13e1cadcdd Alphabetical commit Lynix 2014-06-15 01:13:40 +02:00
  • 676ed6c9d8 Correction of mathematical functions. Gawaboumga 2014-06-14 22:10:37 +02:00
  • b4c6dac441 Updated copyright years to 2014 for some missed files Lynix 2014-06-05 21:46:22 +02:00
  • 31dba6f52c Added pointer value test to MemoryPool Lynix 2014-06-05 21:31:29 +02:00
  • a31ced1d76 Modified SceneNode::FrustumCull Lynix 2014-06-05 21:28:17 +02:00
  • bc9c8c6bdb Merge remote-tracking branch 'origin/RenderTechnique-Update' Lynix 2014-05-29 19:59:09 +02:00
  • e0b8cf68aa Commited forgotten file (from commit 11ebdd50c3df1e96d7d8cc5b885360675ca5c302 [formerly 39e74cabd80f85aadb4db40f558ffc699a580423]) Lynix 2014-05-28 10:10:51 +02:00
  • c27187ae4b Added MemoryPool class Lynix 2014-05-28 10:02:43 +02:00
  • df803fd5f7 Fixed Graphics module build Lynix 2014-05-28 01:15:12 +02:00
  • 42f5b501f5 Alphabetical commit Lynix 2014-05-28 01:12:14 +02:00
  • c8ae34f20b Updated mesh loader Lynix 2014-05-28 01:08:08 +02:00
  • fa5b1ab000 Model can no longer be animated (SkeletalModel will) Lynix 2014-05-28 01:03:59 +02:00
  • c901b5808e Added new abstract renderqueue rendering Lynix 2014-05-28 01:00:18 +02:00
  • d09f6def2b Added MeshData struct Lynix 2014-05-28 00:54:30 +02:00
  • 012c120bf1 Added Scene::EnableBackground Lynix 2014-05-28 00:35:28 +02:00
  • 8aaed03310 Added static methods/getter/setter to LuaClasses Lynix 2014-05-28 00:31:34 +02:00
  • 15e62110cf Added fastpath for operator==(const String&, const String&) Lynix 2014-05-28 00:28:50 +02:00
  • d81268f204 Skeleton class now notify modifications Lynix 2014-05-28 00:27:43 +02:00
  • cc8a3033ca Re-added proxy textures and glTexStorage2D optimization for cubemaps Lynix 2014-05-28 00:25:43 +02:00
  • 579b22e753 Disabled error exception during Renderer::EnsureStateUpdate Lynix 2014-05-28 00:24:10 +02:00
  • e304da7681 Fixed Lua parser Lynix 2014-05-26 12:59:41 +02:00