Commit Graph

  • 49cdbc3c47 Added [Cube|Rect]::ExtendTo(X, Y[, Z]); Lynix 2013-02-19 01:10:47 +01:00
  • 8fff32e145 Changed comment Lynix 2013-02-18 04:03:05 +01:00
  • 8b192a8cae Fixed AxisAlignedBox::ExtendTo warning Lynix 2013-02-18 04:02:54 +01:00
  • ee7a9c572b Added [Cube/Rect]::Get[Negative/Positive]Vertex Lynix 2013-02-17 23:41:43 +01:00
  • 4a11ff269f Replaced division by multiplication Lynix 2013-02-17 23:41:03 +01:00
  • 857d2dd9ed Replaced std::map with std::unordered_map Lynix 2013-02-17 14:08:12 +01:00
  • 2e4c27188f Fixed math not including some headers Lynix 2013-02-17 02:09:10 +01:00
  • ce3abe4007 Updated OpenGL headers Lynix 2013-02-17 01:41:00 +01:00
  • 60d41f3c4b Moved AxisAlignedBox::GetCorner to Cube Lynix 2013-02-17 00:51:16 +01:00
  • f14a68fc04 Fixed ShaderBuilder bug Lynix 2013-02-17 00:36:00 +01:00
  • 668288265e Removed useless braces Lynix 2013-02-16 20:07:10 +01:00
  • cdf632ac96 Minor changes to math module Lynix 2013-02-16 19:21:14 +01:00
  • 3a4fb198e8 Fixed TaskScheduler leak Lynix 2013-02-15 13:41:52 +01:00
  • f5cc6ba8fc Added FIXME comments Lynix 2013-02-15 13:40:58 +01:00
  • 43b5e493f6 Added face culling boolean to materials Lynix 2013-02-13 01:35:01 +01:00
  • 8134704d88 Refactored HardwareInfo code Lynix 2013-02-13 01:34:20 +01:00
  • be12026a30 Fixed HardwareInfo not compiling Lynix 2013-02-13 01:33:40 +01:00
  • 9ce7903b63 Fixed core not initialized Lynix 2013-02-09 17:12:03 +01:00
  • 7970752a5b Disabled lighting on default material Lynix 2013-02-04 01:42:23 +01:00
  • e9615cc07b Fixed AABB not invalidated by Interpolate() Lynix 2013-01-31 17:05:44 +01:00
  • 81f9f54688 Fixed Material not applying changes Lynix 2013-01-30 01:38:02 +01:00
  • c87c63c685 Optimized multi-threaded Skinning Lynix 2013-01-30 01:37:20 +01:00
  • ff9c61735c Fixed ShaderBuilder inserting unused varying Lynix 2013-01-30 01:36:54 +01:00
  • 692c578673 Fixed comment Lynix 2013-01-30 01:35:47 +01:00
  • afddcd0804 Fixed MD2/MD5 meshs not having normals/tangents Lynix 2013-01-29 02:02:35 +01:00
  • fc5b1ade9b Added missing const Lynix 2013-01-29 02:01:54 +01:00
  • 3409461c39 SkeletalMesh::Skin now use threads Lynix 2013-01-29 02:01:28 +01:00
  • 56e66673d9 Material::Apply now apply shader Lynix 2013-01-29 01:59:40 +01:00
  • ba9ad75f58 Model::Update no longer skin mesh Lynix 2013-01-29 01:59:04 +01:00
  • 00d636fb1c Changed module initialisation behavior Lynix 2013-01-29 01:57:51 +01:00
  • 861c1b6a38 Added Light::GetLightType Lynix 2013-01-27 18:41:20 +01:00
  • 85c3224752 Added mesh generation of normals and tangents Lynix 2013-01-27 18:39:32 +01:00
  • cf47081224 Optimized spot light shader Lynix 2013-01-24 01:01:49 +01:00
  • 85ccf53557 Fixed PluginManager::AddDirectory Lynix 2013-01-24 00:17:53 +01:00
  • 2cb1f121a5 Improved readability Lynix 2013-01-24 00:13:24 +01:00
  • 07f8f5d029 Added experimental PluginManager Lynix 2013-01-15 16:54:41 +01:00
  • 01d82c7a11 Fixed typo in macro PLATFORM_MACOS (Added X) Lynix 2013-01-15 16:54:23 +01:00
  • 09e0ab898d Relaxed constant access Lynix 2013-01-15 16:53:59 +01:00
  • 3080ed8a43 Deleted TaskScheduler constructor/destructor Lynix 2013-01-15 16:33:46 +01:00
  • a186a66b1f Added NAZARA_DYNLIB_EXTENSION macro Lynix 2013-01-15 15:43:46 +01:00
  • f338cc3609 Added Resource::GetResourceReferenceCount() Lynix 2013-01-12 18:53:44 +01:00
  • 4a28e42d4d Improved Node interface Lynix 2013-01-12 01:38:58 +01:00
  • a00d2d4c12 Increased source code reserved size Lynix 2013-01-11 23:16:17 +01:00
  • 507022db7c Added light class Lynix 2013-01-11 14:40:02 +01:00
  • 38d2a08968 Fixed MD2 leaks Lynix 2013-01-11 14:39:45 +01:00
  • c108deb999 Fixed specular mapping Lynix 2013-01-11 14:37:50 +01:00
  • f8aedb2df1 Fixed reference bug Lynix 2013-01-11 14:33:56 +01:00
  • 5a40e0d373 Fixed DebugDrawer color Lynix 2013-01-11 14:33:43 +01:00
  • 842890e12e Added optional argument to Node::SetParent Lynix 2013-01-11 14:28:00 +01:00
  • e5731bee91 Added shader support to materials Lynix 2013-01-09 20:15:42 +01:00
  • e3293c6fe1 Added normal mapping Lynix 2013-01-09 01:36:18 +01:00
  • 946754d7be Added specular mapping Lynix 2013-01-09 00:34:39 +01:00
  • 81472079c4 Optimized lighting shader Lynix 2013-01-09 00:17:16 +01:00
  • a6c109ca1d Reverted back default GLSL version to 140 Lynix 2013-01-09 00:08:36 +01:00
  • abb806f27b Updated ShaderBuilder to support lighting Lynix 2013-01-08 18:38:00 +01:00
  • 093d0ab0b5 Changed default material ambient color Lynix 2013-01-08 17:31:59 +01:00
  • e6cef2ddbf Added move constructor/operator to Shader Lynix 2013-01-08 17:31:42 +01:00
  • e194d11374 Fixed color alpha not being sent Lynix 2013-01-06 02:47:46 +01:00
  • da341001ab Made shader uniforms less verbose Lynix 2013-01-06 01:06:55 +01:00
  • d177971810 Merged changes Lynix 2013-01-06 00:21:49 +01:00
  • c93e8eb585 Updated shader convention Lynix 2013-01-05 23:52:41 +01:00
  • 492d01cc09 Fixed HardwareInfo OpenGL include Lynix 2013-01-05 23:42:13 +01:00
  • f294372b72 Updated credits Lynix 2013-01-05 19:51:52 +01:00
  • 62d238d236 Fixed spaces Lynix 2013-01-05 19:51:40 +01:00
  • e6198f6b3d Fixed default value of shininess Lynix 2013-01-05 19:51:28 +01:00
  • 07aa5d095c Fixed matrices not being updated in the shader Lynix 2013-01-05 19:51:01 +01:00
  • 78b6874d08 Merge pull request #10 from danman5555/master Lynix 2013-01-04 17:02:52 -08:00
  • 29755989fd Fixed specular color not being applied Lynix 2013-01-05 01:54:14 +01:00
  • c2e197bda5 Fix compilation errors for POSIX files and make premake4-linux executable. Alexandre Janniaux 2013-01-05 01:53:54 +01:00
  • 9e0d263694 Merge from DigitalPulseSoftware. Alexandre Janniaux 2013-01-05 01:17:58 +01:00
  • dba9470baf Fixed POSIX DynLib implementation Lynix 2013-01-04 23:23:32 +01:00
  • bedd0bc152 Added premake binaries for Linux and MacOS X Lynix 2013-01-04 23:13:26 +01:00
  • 80d4159faa Added DebugDrawer::DrawTangents Lynix 2013-01-04 22:02:47 +01:00
  • e00779ebe0 [Core] Added POSIX support (Experimental) Lynix 2013-01-04 22:01:06 +01:00
  • aaac162d12 Fix merge conflict with DigitalPulseSoftware. Alexandre Janniaux 2013-01-04 20:47:48 +01:00
  • b8bc59988f Merge branch 'master' of git://github.com/DigitalPulseSoftware/NazaraEngine Alexandre Janniaux 2013-01-04 20:44:13 +01:00
  • eab132e187 Merge branch 'merging' Alexandre Janniaux 2013-01-04 19:52:38 +01:00
  • 9ea7817502 Little fixes for git. Alexandre Janniaux 2013-01-04 19:47:16 +01:00
  • 58e0071626 Fix prepocessor condition in File.cpp again (patch problem). Alexandre Janniaux 2013-01-04 19:18:04 +01:00
  • 7785516f85 Fixed POSIX build Lynix 2013-01-04 18:35:24 +01:00
  • 77a87ce2c9 Add Posix hardware infos support. Alexandre Janniaux 2013-01-04 18:30:10 +01:00
  • cf85e22c30 Add Posix directory support. Alexandre Janniaux 2013-01-04 18:22:13 +01:00
  • 1b9a86d993 Add Posix semaphore support. Alexandre Janniaux 2013-01-04 18:21:45 +01:00
  • 1d224d23f6 Add Posix clock support. Alexandre Janniaux 2013-01-04 18:21:19 +01:00
  • 50870b9a2d Add Posix condition variable support. Alexandre Janniaux 2013-01-04 18:20:42 +01:00
  • 3677401319 Add posix thread support. Alexandre Janniaux 2013-01-04 18:19:44 +01:00
  • cb5c8d7bdc Fixes. Alexandre Janniaux 2013-01-04 18:19:13 +01:00
  • 45bf5f1f43 Renamed VertexMapper::GetTotalVertexCount Lynix 2013-01-04 16:33:26 +01:00
  • 5eac4de406 Added TriangleIterator::Unmap() Lynix 2013-01-04 16:32:14 +01:00
  • be7afed144 Fixed BufferMapper::Unmap crash when called twice Lynix 2013-01-04 16:29:53 +01:00
  • d4030f666b Added TriangleIterator (experimental) Lynix 2013-01-04 16:27:22 +01:00
  • 22d9e98422 Add posix DynLibImpl support. Alexandre Janniaux 2013-01-04 16:02:21 +01:00
  • ce6a63647f Forgot to close files after copy or error. Alexandre Janniaux 2013-01-04 15:54:39 +01:00
  • 9415096975 Add Posix file support. Alexandre Janniaux 2013-01-04 15:52:15 +01:00
  • 82b8b2cbf1 Add Posix pthread mutex support. Alexandre Janniaux 2013-01-04 13:20:12 +01:00
  • 1f6cac042b Updated global headers Lynix 2013-01-04 11:50:38 +01:00
  • cd80905c0f Removed resolved Fixme comment Lynix 2013-01-04 02:38:53 +01:00
  • be70e48118 Fixed Model::SetMesh bug with static meshs Lynix 2013-01-04 02:36:03 +01:00
  • 24af375694 Fixed static MD2 mesh loader (Close #4) Lynix 2013-01-04 02:34:16 +01:00
  • ef5f4617c8 Added IndexMapper::GetBuffer() Lynix 2013-01-03 23:28:41 +01:00