Browse Source

Updated license for the new year.

Lasse Öörni 13 years ago
parent
commit
a40fead7dc
100 changed files with 121 additions and 215 deletions
  1. 5 5
      Docs/Reference.dox
  2. 11 14
      Docs/Urho3D.dox
  3. 1 2
      Engine/Audio/Audio.cpp
  4. 1 2
      Engine/Audio/Audio.h
  5. 1 2
      Engine/Audio/AudioDefs.h
  6. 1 2
      Engine/Audio/Precompiled.cpp
  7. 1 2
      Engine/Audio/Precompiled.h
  8. 1 2
      Engine/Audio/Sound.cpp
  9. 1 2
      Engine/Audio/Sound.h
  10. 1 2
      Engine/Audio/SoundListener.cpp
  11. 1 2
      Engine/Audio/SoundListener.h
  12. 1 2
      Engine/Audio/SoundSource.cpp
  13. 1 2
      Engine/Audio/SoundSource.h
  14. 1 2
      Engine/Audio/SoundSource3D.cpp
  15. 1 2
      Engine/Audio/SoundSource3D.h
  16. 1 2
      Engine/Container/Allocator.cpp
  17. 1 2
      Engine/Container/Allocator.h
  18. 1 2
      Engine/Container/ArrayPtr.h
  19. 1 2
      Engine/Container/DebugNew.h
  20. 1 2
      Engine/Container/Hash.h
  21. 1 2
      Engine/Container/HashBase.cpp
  22. 1 2
      Engine/Container/HashBase.h
  23. 1 2
      Engine/Container/HashMap.h
  24. 1 2
      Engine/Container/HashSet.h
  25. 1 2
      Engine/Container/LinkedList.h
  26. 1 2
      Engine/Container/List.h
  27. 1 2
      Engine/Container/ListBase.h
  28. 1 2
      Engine/Container/Pair.h
  29. 1 2
      Engine/Container/Ptr.h
  30. 1 2
      Engine/Container/RefCounted.cpp
  31. 1 2
      Engine/Container/RefCounted.h
  32. 1 2
      Engine/Container/Sort.h
  33. 1 2
      Engine/Container/Str.cpp
  34. 1 2
      Engine/Container/Str.h
  35. 1 2
      Engine/Container/Swap.cpp
  36. 1 2
      Engine/Container/Swap.h
  37. 1 2
      Engine/Container/Vector.h
  38. 1 2
      Engine/Container/VectorBase.cpp
  39. 1 2
      Engine/Container/VectorBase.h
  40. 1 2
      Engine/Core/Attribute.h
  41. 1 2
      Engine/Core/Condition.cpp
  42. 1 2
      Engine/Core/Condition.h
  43. 1 2
      Engine/Core/Context.cpp
  44. 1 2
      Engine/Core/Context.h
  45. 1 2
      Engine/Core/CoreEvents.h
  46. 1 2
      Engine/Core/Main.h
  47. 1 2
      Engine/Core/MiniDump.cpp
  48. 1 2
      Engine/Core/MiniDump.h
  49. 1 2
      Engine/Core/Mutex.cpp
  50. 1 2
      Engine/Core/Mutex.h
  51. 1 2
      Engine/Core/Object.cpp
  52. 1 2
      Engine/Core/Object.h
  53. 1 2
      Engine/Core/Precompiled.cpp
  54. 1 2
      Engine/Core/Precompiled.h
  55. 1 2
      Engine/Core/ProcessUtils.cpp
  56. 1 2
      Engine/Core/ProcessUtils.h
  57. 1 2
      Engine/Core/Profiler.cpp
  58. 1 2
      Engine/Core/Profiler.h
  59. 1 2
      Engine/Core/StringUtils.cpp
  60. 1 2
      Engine/Core/StringUtils.h
  61. 1 2
      Engine/Core/Thread.cpp
  62. 1 2
      Engine/Core/Thread.h
  63. 1 2
      Engine/Core/Timer.cpp
  64. 1 2
      Engine/Core/Timer.h
  65. 1 2
      Engine/Core/Variant.cpp
  66. 1 2
      Engine/Core/Variant.h
  67. 1 2
      Engine/Core/WorkQueue.cpp
  68. 1 2
      Engine/Core/WorkQueue.h
  69. 1 2
      Engine/Engine/APITemplates.h
  70. 1 2
      Engine/Engine/AudioAPI.cpp
  71. 1 2
      Engine/Engine/Console.cpp
  72. 1 2
      Engine/Engine/Console.h
  73. 1 2
      Engine/Engine/CoreAPI.cpp
  74. 1 2
      Engine/Engine/DebugHud.cpp
  75. 1 2
      Engine/Engine/DebugHud.h
  76. 1 2
      Engine/Engine/Engine.cpp
  77. 1 2
      Engine/Engine/Engine.h
  78. 1 2
      Engine/Engine/EngineAPI.cpp
  79. 8 2
      Engine/Engine/GraphicsAPI.cpp
  80. 1 2
      Engine/Engine/IOAPI.cpp
  81. 1 2
      Engine/Engine/InputAPI.cpp
  82. 1 2
      Engine/Engine/MathAPI.cpp
  83. 1 2
      Engine/Engine/NetworkAPI.cpp
  84. 1 2
      Engine/Engine/PhysicsAPI.cpp
  85. 1 2
      Engine/Engine/Precompiled.cpp
  86. 1 2
      Engine/Engine/Precompiled.h
  87. 1 2
      Engine/Engine/ResourceAPI.cpp
  88. 1 2
      Engine/Engine/SceneAPI.cpp
  89. 1 2
      Engine/Engine/ScriptAPI.cpp
  90. 1 2
      Engine/Engine/ScriptAPI.h
  91. 1 2
      Engine/Engine/UIAPI.cpp
  92. 1 2
      Engine/Graphics/AnimatedModel.cpp
  93. 1 2
      Engine/Graphics/AnimatedModel.h
  94. 1 2
      Engine/Graphics/Animation.cpp
  95. 1 2
      Engine/Graphics/Animation.h
  96. 1 2
      Engine/Graphics/AnimationController.cpp
  97. 1 2
      Engine/Graphics/AnimationController.h
  98. 1 2
      Engine/Graphics/AnimationState.cpp
  99. 1 2
      Engine/Graphics/AnimationState.h
  100. 1 2
      Engine/Graphics/Batch.cpp

+ 5 - 5
Docs/Reference.dox

@@ -444,16 +444,16 @@ By default there is one viewport, but the amount can be increased with the funct
 
 Viewports can have a chain of post-processing effects. See \ref Postprocessing "Post-processing" for more details.
 
-Either forward, light pre-pass or deferred rendering can be chosen, see \ref Renderer::SetRenderMode "SetRenderMode()". Deferred rendering modes will be advantageous once there is a large number of per-pixel lights affecting each object, but their disadvantages are the lack of hardware multisampling and inability to choose the lighting model per material. In place of multisample antialiasing, a FXAA post-processing edge filter can be used, see the TestScene script application for an example of how to use.
+Each viewport defines a command sequence for rendering the scene, called the RenderPath. By default there exist forward, light pre-pass and deferred rendering paths in the Bin/CoreData/RenderPaths directory, see \ref Renderer::SetDefaultRenderPathName "SetDefaultRenderPathName()" to set the default for new viewports. Deferred rendering modes will be advantageous once there is a large number of per-pixel lights affecting each object, but their disadvantages are the lack of hardware multisampling and inability to choose the lighting model per material. In place of multisample antialiasing, a FXAA post-processing edge filter can be used, see the TestScene script application for an example of how to use.
 
 The steps for rendering each viewport on each frame are roughly the following:
 
 - Query the octree for visible objects and lights in the camera's view frustum.
 - Check the influence of each visible light on the objects. If the light casts shadows, query the octree for shadowcaster geometries.
-- Construct render operations (batches) for the visible objects.
-- Perform these render operations during the rendering step at the end of the frame.
+- Construct render operations (batches) for the visible objects, according to the scene passes in the render path command sequence.
+- Perform the render path command sequence during the rendering step at the end of the frame.
 
-The rendering operations proceed in the following order:
+In the default render paths, the rendering operations proceed in the following order:
 
 - Opaque geometry ambient pass, or G-buffer pass in deferred rendering modes.
 - Opaque geometry per-pixel lighting passes. For shadow casting lights, the shadow map is rendered first.
@@ -512,7 +512,7 @@ See \ref APIDifferences "Differences between Direct3D9 and OpenGL" for what to w
 
 \page RenderingModes Rendering modes
 
-Urho3D implements both forward, light pre-pass and deferred rendering modes. Where they differ is how per-pixel lighting is calculated for opaque objects; transparent objects always use forward rendering. Note that on OpenGL ES 2.0 only forward rendering is available.
+The default render paths supplied with Urho3D implement forward, light pre-pass and deferred rendering modes. Where they differ is how per-pixel lighting is calculated for opaque objects; transparent objects always use forward rendering. Note that on OpenGL ES 2.0 only forward rendering is available.
 
 \section RenderingModes_Forward Forward rendering
 

+ 11 - 14
Docs/Urho3D.dox

@@ -46,7 +46,16 @@ For release history and major changes, see \ref History.
 
 \page Credits Credits
 
-Urho3D engine & example code by Lasse Öörni ([email protected])
+Urho3D development, contributions and bugfixes by:
+- Lasse Öörni ([email protected])
+- Colin Barrett
+- Alex Fuller
+- Jason Kinzer
+- Miika Santala
+- Wei Tjong Yao
+- Magic.Lixin
+- primitivewaste
+- skaiware
 
 Urho3D is greatly inspired by OGRE (http://www.ogre3d.org/) and Horde3D (http://www.horde3d.org/). Additional inspiration & research used:
 
@@ -78,17 +87,6 @@ Urho3D uses the following third-party libraries:
 - stb_image 1.29 (http://nothings.org/)
 - stb_vorbis 0.99996 (http://nothings.org/)
 
-Contributions and bugfixes from:
-
-- Colin Barrett
-- Alex Fuller
-- Jason Kinzer
-- Miika Santala
-- Wei Tjong Yao
-- Magic.Lixin
-- primitivewaste
-- skaiware
-
 DXT / ETC1 / PVRTC decompression code based on the Squish library and the Oolong %Engine.
 
 Jack and mushroom models from the realXtend project. (http://www.realxtend.org)
@@ -106,8 +104,7 @@ NinjaSnowWar sounds by Veli-Pekka Tätilä.
 
 \page License License
 
-Urho3D %Engine
-Copyright (c) 2008-2012 Lasse Öörni
+Copyright (c) 2008-2013 the Urho3D project.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 

+ 1 - 2
Engine/Audio/Audio.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Audio/Audio.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Audio/AudioDefs.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Audio/Precompiled.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Audio/Precompiled.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Audio/Sound.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Audio/Sound.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Audio/SoundListener.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Audio/SoundListener.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Audio/SoundSource.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Audio/SoundSource.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Audio/SoundSource3D.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Audio/SoundSource3D.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/Allocator.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/Allocator.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/ArrayPtr.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/DebugNew.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/Hash.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/HashBase.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/HashBase.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/HashMap.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/HashSet.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/LinkedList.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/List.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/ListBase.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/Pair.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/Ptr.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/RefCounted.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/RefCounted.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/Sort.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/Str.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/Str.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/Swap.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/Swap.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/Vector.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/VectorBase.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Container/VectorBase.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/Attribute.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/Condition.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/Condition.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/Context.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/Context.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/CoreEvents.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/Main.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/MiniDump.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/MiniDump.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/Mutex.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/Mutex.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/Object.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/Object.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/Precompiled.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/Precompiled.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/ProcessUtils.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/ProcessUtils.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/Profiler.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/Profiler.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/StringUtils.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/StringUtils.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/Thread.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/Thread.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/Timer.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/Timer.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/Variant.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/Variant.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/WorkQueue.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Core/WorkQueue.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Engine/APITemplates.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Engine/AudioAPI.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Engine/Console.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Engine/Console.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Engine/CoreAPI.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Engine/DebugHud.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Engine/DebugHud.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Engine/Engine.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Engine/Engine.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Engine/EngineAPI.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 8 - 2
Engine/Engine/GraphicsAPI.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
@@ -362,11 +361,18 @@ static void RegisterMaterial(asIScriptEngine* engine)
     engine->RegisterEnumValue("CullMode", "CULL_CCW", CULL_CCW);
     engine->RegisterEnumValue("CullMode", "CULL_CW", CULL_CW);
     
+    engine->RegisterEnum("PassLightingMode");
+    engine->RegisterEnumValue("PassLightingMode", "LIGHTING_UNLIT", LIGHTING_UNLIT);
+    engine->RegisterEnumValue("PassLightingMode", "LIGHTING_PERVERTEX", LIGHTING_PERVERTEX);
+    engine->RegisterEnumValue("PassLightingMode", "LIGHTING_PERPIXEL", LIGHTING_PERPIXEL);
+    
     RegisterRefCounted<Pass>(engine, "Pass");
     engine->RegisterObjectMethod("Pass", "void set_blendMode(BlendMode)", asMETHOD(Pass, SetBlendMode), asCALL_THISCALL);
     engine->RegisterObjectMethod("Pass", "BlendMode get_blendMode() const", asMETHOD(Pass, GetBlendMode), asCALL_THISCALL);
     engine->RegisterObjectMethod("Pass", "void set_depthTestMode(CompareMode)", asMETHOD(Pass, SetDepthTestMode), asCALL_THISCALL);
     engine->RegisterObjectMethod("Pass", "CompareMode get_depthTestMode() const", asMETHOD(Pass, GetDepthTestMode), asCALL_THISCALL);
+    engine->RegisterObjectMethod("Pass", "void set_lightingMode(PassLightingMode)", asMETHOD(Pass, SetLightingMode), asCALL_THISCALL);
+    engine->RegisterObjectMethod("Pass", "PassLightingMode get_lightingMode() const", asMETHOD(Pass, GetLightingMode), asCALL_THISCALL);
     engine->RegisterObjectMethod("Pass", "void set_depthWrite(bool)", asMETHOD(Pass, SetDepthWrite), asCALL_THISCALL);
     engine->RegisterObjectMethod("Pass", "bool get_depthWrite() const", asMETHOD(Pass, GetDepthWrite), asCALL_THISCALL);
     engine->RegisterObjectMethod("Pass", "void set_alphaMask(bool)", asMETHOD(Pass, SetAlphaMask), asCALL_THISCALL);

+ 1 - 2
Engine/Engine/IOAPI.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Engine/InputAPI.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Engine/MathAPI.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Engine/NetworkAPI.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Engine/PhysicsAPI.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Engine/Precompiled.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Engine/Precompiled.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Engine/ResourceAPI.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Engine/SceneAPI.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Engine/ScriptAPI.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Engine/ScriptAPI.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Engine/UIAPI.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Graphics/AnimatedModel.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Graphics/AnimatedModel.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Graphics/Animation.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Graphics/Animation.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Graphics/AnimationController.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Graphics/AnimationController.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Graphics/AnimationState.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Graphics/AnimationState.h

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 2
Engine/Graphics/Batch.cpp

@@ -1,6 +1,5 @@
 //
-// Urho3D Engine
-// Copyright (c) 2008-2012 Lasse Oorni
+// Copyright (c) 2008-2013 the Urho3D project.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

Some files were not shown because too many files changed in this diff