Bladeren bron

Updated core sources for new folder structure

Ivan Safrin 10 jaren geleden
bovenliggende
commit
aadb69e87b
100 gewijzigde bestanden met toevoegingen van 339 en 339 verwijderingen
  1. 3 3
      include/polycode/core/PolyBezierCurve.h
  2. 4 4
      include/polycode/core/PolyBone.h
  3. 4 4
      include/polycode/core/PolyCamera.h
  4. 5 5
      include/polycode/core/PolyClient.h
  5. 8 8
      include/polycode/core/PolyCocoaCore.h
  6. 2 2
      include/polycode/core/PolyColor.h
  7. 2 2
      include/polycode/core/PolyConfig.h
  8. 8 8
      include/polycode/core/PolyCore.h
  9. 5 5
      include/polycode/core/PolyCoreInput.h
  10. 4 4
      include/polycode/core/PolyCoreServices.h
  11. 2 2
      include/polycode/core/PolyCubemap.h
  12. 2 2
      include/polycode/core/PolyData.h
  13. 10 10
      include/polycode/core/PolyEntity.h
  14. 2 2
      include/polycode/core/PolyEvent.h
  15. 3 3
      include/polycode/core/PolyEventDispatcher.h
  16. 2 2
      include/polycode/core/PolyEventHandler.h
  17. 2 2
      include/polycode/core/PolyFont.h
  18. 3 3
      include/polycode/core/PolyFontGlyphSheet.h
  19. 2 2
      include/polycode/core/PolyFontManager.h
  20. 5 5
      include/polycode/core/PolyGPUDrawBuffer.h
  21. 3 3
      include/polycode/core/PolyImage.h
  22. 4 4
      include/polycode/core/PolyInputEvent.h
  23. 5 5
      include/polycode/core/PolyLabel.h
  24. 2 2
      include/polycode/core/PolyLogger.h
  25. 4 4
      include/polycode/core/PolyMaterial.h
  26. 4 4
      include/polycode/core/PolyMaterialManager.h
  27. 3 3
      include/polycode/core/PolyMatrix4.h
  28. 5 5
      include/polycode/core/PolyMesh.h
  29. 2 2
      include/polycode/core/PolyObject.h
  30. 3 3
      include/polycode/core/PolyOpenGLGraphicsInterface.h
  31. 5 5
      include/polycode/core/PolyParticleEmitter.h
  32. 4 4
      include/polycode/core/PolyPeer.h
  33. 2 2
      include/polycode/core/PolyPerlin.h
  34. 3 3
      include/polycode/core/PolyQuaternion.h
  35. 2 2
      include/polycode/core/PolyQuaternionCurve.h
  36. 3 3
      include/polycode/core/PolyRay.h
  37. 1 1
      include/polycode/core/PolyRectangle.h
  38. 1 1
      include/polycode/core/PolyRenderDataArray.h
  39. 11 11
      include/polycode/core/PolyRenderer.h
  40. 3 3
      include/polycode/core/PolyResource.h
  41. 2 2
      include/polycode/core/PolyResourceManager.h
  42. 7 7
      include/polycode/core/PolyScene.h
  43. 11 11
      include/polycode/core/PolySceneEntityInstance.h
  44. 3 3
      include/polycode/core/PolySceneImage.h
  45. 2 2
      include/polycode/core/PolySceneLabel.h
  46. 2 2
      include/polycode/core/PolySceneLight.h
  47. 6 6
      include/polycode/core/PolySceneLine.h
  48. 2 2
      include/polycode/core/PolySceneManager.h
  49. 5 5
      include/polycode/core/PolySceneMesh.h
  50. 3 3
      include/polycode/core/PolyScenePrimitive.h
  51. 2 2
      include/polycode/core/PolySceneRenderTexture.h
  52. 2 2
      include/polycode/core/PolySceneSound.h
  53. 4 4
      include/polycode/core/PolySceneSprite.h
  54. 4 4
      include/polycode/core/PolyServer.h
  55. 2 2
      include/polycode/core/PolyServerWorld.h
  56. 7 7
      include/polycode/core/PolyShader.h
  57. 7 7
      include/polycode/core/PolySkeleton.h
  58. 3 3
      include/polycode/core/PolySocket.h
  59. 4 4
      include/polycode/core/PolySound.h
  60. 3 3
      include/polycode/core/PolySoundManager.h
  61. 1 1
      include/polycode/core/PolyString.h
  62. 4 4
      include/polycode/core/PolyTexture.h
  63. 2 2
      include/polycode/core/PolyThreaded.h
  64. 2 2
      include/polycode/core/PolyTimer.h
  65. 1 1
      include/polycode/core/PolyTimerManager.h
  66. 3 3
      include/polycode/core/PolyTween.h
  67. 2 2
      include/polycode/core/PolyTweenManager.h
  68. 1 1
      include/polycode/core/PolyVector2.h
  69. 1 1
      include/polycode/core/PolyVector3.h
  70. 2 2
      include/polycode/core/PolyVector4.h
  71. 1 1
      include/tinyxml.h
  72. BIN
      lib/windows/x64/Polycored.lib
  73. 1 1
      src/core/PolyBezierCurve.cpp
  74. 6 6
      src/core/PolyBone.cpp
  75. 10 10
      src/core/PolyCamera.cpp
  76. 2 2
      src/core/PolyClient.cpp
  77. 1 1
      src/core/PolyColor.cpp
  78. 1 1
      src/core/PolyConfig.cpp
  79. 4 4
      src/core/PolyCore.cpp
  80. 4 4
      src/core/PolyCoreInput.cpp
  81. 14 14
      src/core/PolyCoreServices.cpp
  82. 1 1
      src/core/PolyCubemap.cpp
  83. 1 1
      src/core/PolyData.cpp
  84. 4 4
      src/core/PolyEntity.cpp
  85. 1 1
      src/core/PolyEvent.cpp
  86. 2 2
      src/core/PolyEventDispatcher.cpp
  87. 1 1
      src/core/PolyEventHandler.cpp
  88. 2 2
      src/core/PolyFont.cpp
  89. 6 6
      src/core/PolyFontGlyphSheet.cpp
  90. 2 2
      src/core/PolyFontManager.cpp
  91. 1 1
      src/core/PolyGPUDrawBuffer.cpp
  92. 4 4
      src/core/PolyImage.cpp
  93. 1 1
      src/core/PolyInputEvent.cpp
  94. 1 1
      src/core/PolyLabel.cpp
  95. 2 2
      src/core/PolyLogger.cpp
  96. 7 7
      src/core/PolyMaterial.cpp
  97. 7 7
      src/core/PolyMaterialManager.cpp
  98. 1 1
      src/core/PolyMatrix4.cpp
  99. 2 2
      src/core/PolyMesh.cpp
  100. 1 1
      src/core/PolyObject.cpp

+ 3 - 3
include/polycode/core/PolyBezierCurve.h

@@ -24,9 +24,9 @@
 
 
 #pragma once 
 #pragma once 
 
 
-#include "PolyGlobals.h"
-#include "PolyVector3.h"
-#include "PolyVector2.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyVector3.h"
+#include "polycode/core/PolyVector2.h"
 #include <vector>
 #include <vector>
 
 
 namespace Polycode {
 namespace Polycode {

+ 4 - 4
include/polycode/core/PolyBone.h

@@ -21,10 +21,10 @@
  */
  */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyString.h"
-#include "PolyMatrix4.h"
-#include "PolyEntity.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyString.h"
+#include "polycode/core/PolyMatrix4.h"
+#include "polycode/core/PolyEntity.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 4 - 4
include/polycode/core/PolyCamera.h

@@ -22,10 +22,10 @@
 
 
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyEntity.h"
-#include "PolyVector2.h"
-#include "PolyVector4.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyEntity.h"
+#include "polycode/core/PolyVector2.h"
+#include "polycode/core/PolyVector4.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 5 - 5
include/polycode/core/PolyClient.h

@@ -21,11 +21,11 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyLogger.h"
-#include "PolyGlobals.h"
-#include "PolyPeer.h"
-#include "PolyTimer.h"
-#include "PolyEvent.h"
+#include "polycode/core/PolyLogger.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyPeer.h"
+#include "polycode/core/PolyTimer.h"
+#include "polycode/core/PolyEvent.h"
 
 
 namespace Polycode {
 namespace Polycode {
 	
 	

+ 8 - 8
include/polycode/core/PolyCocoaCore.h

@@ -21,19 +21,19 @@
  */
  */
 
 
 #pragma once
 #pragma once
-#include "PolyString.h"
-#include "PolyGlobals.h"
-#include "PolyLogger.h"
-#include "PolyCore.h"
-#include "PolyString.h"
-#include "PolyRectangle.h"
+#include "polycode/core/PolyString.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyLogger.h"
+#include "polycode/core/PolyCore.h"
+#include "polycode/core/PolyString.h"
+#include "polycode/core/PolyRectangle.h"
 #include <vector>
 #include <vector>
 #include <OpenGL/gl.h>
 #include <OpenGL/gl.h>
 #include <OpenGL/OpenGL.h>
 #include <OpenGL/OpenGL.h>
-#include "PolyOpenGLGraphicsInterface.h"
+#include "polycode/core/PolyOpenGLGraphicsInterface.h"
 #include <mach/mach_time.h>
 #include <mach/mach_time.h>
 #include <unistd.h>
 #include <unistd.h>
-#include "PolyInputEvent.h"
+#include "polycode/core/PolyInputEvent.h"
 #include <IOKit/hid/IOHIDLib.h>
 #include <IOKit/hid/IOHIDLib.h>
 #import <Cocoa/Cocoa.h>
 #import <Cocoa/Cocoa.h>
 
 

+ 2 - 2
include/polycode/core/PolyColor.h

@@ -22,8 +22,8 @@
 
 
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyString.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyString.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 2 - 2
include/polycode/core/PolyConfig.h

@@ -21,8 +21,8 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyString.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyString.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 8 - 8
include/polycode/core/PolyCore.h

@@ -21,14 +21,14 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyString.h"
-#include "PolyRectangle.h"
-#include "PolyVector2.h"
-#include "PolyEventDispatcher.h"
-#include "PolyCoreInput.h"
-#include "PolyCoreServices.h"
-#include "PolyThreaded.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyString.h"
+#include "polycode/core/PolyRectangle.h"
+#include "polycode/core/PolyVector2.h"
+#include "polycode/core/PolyEventDispatcher.h"
+#include "polycode/core/PolyCoreInput.h"
+#include "polycode/core/PolyCoreServices.h"
+#include "polycode/core/PolyThreaded.h"
 
 
 long getThreadID();
 long getThreadID();
 
 

+ 5 - 5
include/polycode/core/PolyCoreInput.h

@@ -21,11 +21,11 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyString.h"
-#include "PolyVector2.h"
-#include "PolyInputKeys.h"
-#include "PolyEventDispatcher.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyString.h"
+#include "polycode/core/PolyVector2.h"
+#include "polycode/core/PolyInputKeys.h"
+#include "polycode/core/PolyEventDispatcher.h"
 
 
 namespace Polycode {
 namespace Polycode {
 	
 	

+ 4 - 4
include/polycode/core/PolyCoreServices.h

@@ -21,10 +21,10 @@ THE SOFTWARE.
 */
 */
  
  
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyString.h"
-#include "PolyEventDispatcher.h"
-#include "PolyMaterialManager.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyString.h"
+#include "polycode/core/PolyEventDispatcher.h"
+#include "polycode/core/PolyMaterialManager.h"
 #include <map>
 #include <map>
 
 
 namespace Polycode {
 namespace Polycode {

+ 2 - 2
include/polycode/core/PolyCubemap.h

@@ -21,8 +21,8 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyResource.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyResource.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 2 - 2
include/polycode/core/PolyData.h

@@ -21,8 +21,8 @@
  */
  */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyString.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyString.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 10 - 10
include/polycode/core/PolyEntity.h

@@ -21,16 +21,16 @@
  */
  */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyString.h"
-#include "PolyMatrix4.h"
-#include "PolyVector2.h"
-#include "PolyQuaternion.h"
-#include "PolyColor.h"
-#include "PolyRectangle.h"
-#include "PolyRay.h"
-#include "PolyEventDispatcher.h"
-#include "PolyGPUDrawBuffer.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyString.h"
+#include "polycode/core/PolyMatrix4.h"
+#include "polycode/core/PolyVector2.h"
+#include "polycode/core/PolyQuaternion.h"
+#include "polycode/core/PolyColor.h"
+#include "polycode/core/PolyRectangle.h"
+#include "polycode/core/PolyRay.h"
+#include "polycode/core/PolyEventDispatcher.h"
+#include "polycode/core/PolyGPUDrawBuffer.h"
 #include <vector>
 #include <vector>
 
 
 namespace Polycode {
 namespace Polycode {

+ 2 - 2
include/polycode/core/PolyEvent.h

@@ -21,8 +21,8 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyString.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyString.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 3 - 3
include/polycode/core/PolyEventDispatcher.h

@@ -21,9 +21,9 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyString.h"
-#include "PolyGlobals.h"
-#include "PolyEventHandler.h"
+#include "polycode/core/PolyString.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyEventHandler.h"
 #include <vector>
 #include <vector>
 
 
 namespace Polycode {
 namespace Polycode {

+ 2 - 2
include/polycode/core/PolyEventHandler.h

@@ -21,8 +21,8 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyEvent.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyEvent.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 2 - 2
include/polycode/core/PolyFont.h

@@ -21,9 +21,9 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
+#include "polycode/core/PolyGlobals.h"
 #include "ft2build.h"
 #include "ft2build.h"
-#include "PolyString.h"
+#include "polycode/core/PolyString.h"
 
 
 #include FT_FREETYPE_H
 #include FT_FREETYPE_H
 
 

+ 3 - 3
include/polycode/core/PolyFontGlyphSheet.h

@@ -1,9 +1,9 @@
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
+#include "polycode/core/PolyGlobals.h"
 #include "ft2build.h"
 #include "ft2build.h"
-#include "PolyString.h"
-#include "PolyVector2.h"
+#include "polycode/core/PolyString.h"
+#include "polycode/core/PolyVector2.h"
 #include <vector>
 #include <vector>
 #include <map>
 #include <map>
 #include <set>
 #include <set>

+ 2 - 2
include/polycode/core/PolyFontManager.h

@@ -22,8 +22,8 @@ THE SOFTWARE.
 
 
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyString.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyString.h"
 #include <vector>
 #include <vector>
 #include "ft2build.h"
 #include "ft2build.h"
 #include FT_FREETYPE_H
 #include FT_FREETYPE_H

+ 5 - 5
include/polycode/core/PolyGPUDrawBuffer.h

@@ -22,11 +22,11 @@
 
 
 #pragma once
 #pragma once
 
 
-#include "PolyMesh.h"
-#include "PolyShader.h"
-#include "PolyRectangle.h"
-#include "PolyMaterial.h"
-#include "PolyColor.h"
+#include "polycode/core/PolyMesh.h"
+#include "polycode/core/PolyShader.h"
+#include "polycode/core/PolyRectangle.h"
+#include "polycode/core/PolyMaterial.h"
+#include "polycode/core/PolyColor.h"
 
 
 namespace Polycode {
 namespace Polycode {
     
     

+ 3 - 3
include/polycode/core/PolyImage.h

@@ -21,9 +21,9 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyColor.h"
-#include "PolyRectangle.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyColor.h"
+#include "polycode/core/PolyRectangle.h"
 
 
 
 
 namespace Polycode {
 namespace Polycode {

+ 4 - 4
include/polycode/core/PolyInputEvent.h

@@ -21,10 +21,10 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyEvent.h"
-#include "PolyVector2.h"
-#include "PolyInputKeys.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyEvent.h"
+#include "polycode/core/PolyVector2.h"
+#include "polycode/core/PolyInputKeys.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 5 - 5
include/polycode/core/PolyLabel.h

@@ -21,12 +21,12 @@ THE SOFTWARE.
 */
 */
  
  
 #pragma once
 #pragma once
-#include "PolyString.h"
-#include "PolyGlobals.h"
-#include "PolyColor.h"
-#include "PolyImage.h"
+#include "polycode/core/PolyString.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyColor.h"
+#include "polycode/core/PolyImage.h"
 
 
-#include "PolyFont.h"
+#include "polycode/core/PolyFont.h"
 
 
 #include FT_GLYPH_H
 #include FT_GLYPH_H
 #include FT_IMAGE_H
 #include FT_IMAGE_H

+ 2 - 2
include/polycode/core/PolyLogger.h

@@ -21,8 +21,8 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyEventDispatcher.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyEventDispatcher.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 4 - 4
include/polycode/core/PolyMaterial.h

@@ -21,10 +21,10 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyString.h"
-#include "PolyGlobals.h"
-#include "PolyResource.h"
-#include "PolyColor.h"
+#include "polycode/core/PolyString.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyResource.h"
+#include "polycode/core/PolyColor.h"
 #include <vector>
 #include <vector>
 
 
 namespace Polycode {
 namespace Polycode {

+ 4 - 4
include/polycode/core/PolyMaterialManager.h

@@ -21,10 +21,10 @@ THE SOFTWARE.
 */
 */
  
  
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyImage.h"
-#include "PolyObject.h"
-#include "PolyShader.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyImage.h"
+#include "polycode/core/PolyObject.h"
+#include "polycode/core/PolyShader.h"
 #include <vector>
 #include <vector>
 
 
 class TiXmlNode;
 class TiXmlNode;

+ 3 - 3
include/polycode/core/PolyMatrix4.h

@@ -22,9 +22,9 @@ THE SOFTWARE.
  
  
 #pragma once
 #pragma once
 #include <string.h>
 #include <string.h>
-#include "PolyGlobals.h"
-#include "PolyVector3.h"
-#include "PolyVector4.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyVector3.h"
+#include "polycode/core/PolyVector4.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 5 - 5
include/polycode/core/PolyMesh.h

@@ -21,11 +21,11 @@ THE SOFTWARE.
 */
 */
  
  
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyRenderDataArray.h"
-#include "PolyColor.h"
-#include "PolyVector3.h"
-#include "PolyVector2.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyRenderDataArray.h"
+#include "polycode/core/PolyColor.h"
+#include "polycode/core/PolyVector3.h"
+#include "polycode/core/PolyVector2.h"
 #include <vector>
 #include <vector>
 
 
 class OSFILE;
 class OSFILE;

+ 2 - 2
include/polycode/core/PolyObject.h

@@ -21,8 +21,8 @@
  */
  */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyString.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyString.h"
 #include "OSBasics.h"
 #include "OSBasics.h"
 
 
 class TiXmlElement;
 class TiXmlElement;

+ 3 - 3
include/polycode/core/PolyOpenGLGraphicsInterface.h

@@ -23,9 +23,9 @@ THE SOFTWARE.
 
 
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyRenderer.h"
-#include "PolyTexture.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyRenderer.h"
+#include "polycode/core/PolyTexture.h"
 
 
 #ifdef _WINDOWS
 #ifdef _WINDOWS
 #include <windows.h>
 #include <windows.h>

+ 5 - 5
include/polycode/core/PolyParticleEmitter.h

@@ -21,11 +21,11 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolySceneMesh.h"
-#include "PolyCore.h"
-#include "PolyPerlin.h"
-#include "PolyBezierCurve.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolySceneMesh.h"
+#include "polycode/core/PolyCore.h"
+#include "polycode/core/PolyPerlin.h"
+#include "polycode/core/PolyBezierCurve.h"
 
 
 namespace Polycode {
 namespace Polycode {
     
     

+ 4 - 4
include/polycode/core/PolyPeer.h

@@ -22,10 +22,10 @@ THE SOFTWARE.
 
 
 #pragma once
 #pragma once
 
 
-#include "PolyGlobals.h"
-#include "PolyCoreServices.h"
-#include "PolyThreaded.h"
-#include "PolySocket.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyCoreServices.h"
+#include "polycode/core/PolyThreaded.h"
+#include "polycode/core/PolySocket.h"
 
 
 #include <vector>
 #include <vector>
 #include <deque>
 #include <deque>

+ 2 - 2
include/polycode/core/PolyPerlin.h

@@ -21,8 +21,8 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyString.h"
-#include "PolyGlobals.h"
+#include "polycode/core/PolyString.h"
+#include "polycode/core/PolyGlobals.h"
 
 
 #define SAMPLE_SIZE 1024
 #define SAMPLE_SIZE 1024
 
 

+ 3 - 3
include/polycode/core/PolyQuaternion.h

@@ -21,9 +21,9 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyMatrix4.h"
-#include "PolyVector3.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyMatrix4.h"
+#include "polycode/core/PolyVector3.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 2 - 2
include/polycode/core/PolyQuaternionCurve.h

@@ -21,8 +21,8 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyQuaternion.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyQuaternion.h"
 #include <vector>
 #include <vector>
 
 
 namespace Polycode {
 namespace Polycode {

+ 3 - 3
include/polycode/core/PolyRay.h

@@ -21,9 +21,9 @@
  */
  */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyVector3.h"
-#include "PolyMatrix4.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyVector3.h"
+#include "polycode/core/PolyMatrix4.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 1 - 1
include/polycode/core/PolyRectangle.h

@@ -21,7 +21,7 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
+#include "polycode/core/PolyGlobals.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 1 - 1
include/polycode/core/PolyRenderDataArray.h

@@ -21,7 +21,7 @@
  */
  */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
+#include "polycode/core/PolyGlobals.h"
 #include <vector>
 #include <vector>
 
 
 namespace Polycode {
 namespace Polycode {

+ 11 - 11
include/polycode/core/PolyRenderer.h

@@ -21,17 +21,17 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyString.h"
-#include "PolyGlobals.h"
-#include "PolyMatrix4.h"
-#include "PolyVector2.h"
-#include "PolyShader.h"
-#include "PolyImage.h"
-#include "PolyRectangle.h"
-#include "PolyShader.h"
-#include "PolyRenderDataArray.h"
-#include "PolyThreaded.h"
-#include "PolyGPUDrawBuffer.h"
+#include "polycode/core/PolyString.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyMatrix4.h"
+#include "polycode/core/PolyVector2.h"
+#include "polycode/core/PolyShader.h"
+#include "polycode/core/PolyImage.h"
+#include "polycode/core/PolyRectangle.h"
+#include "polycode/core/PolyShader.h"
+#include "polycode/core/PolyRenderDataArray.h"
+#include "polycode/core/PolyThreaded.h"
+#include "polycode/core/PolyGPUDrawBuffer.h"
 #include <stack>
 #include <stack>
 #include <queue>  
 #include <queue>  
 
 

+ 3 - 3
include/polycode/core/PolyResource.h

@@ -22,9 +22,9 @@ THE SOFTWARE.
  
  
 
 
 #pragma once
 #pragma once
-#include "PolyString.h"
-#include "PolyGlobals.h"
-#include "PolyEventDispatcher.h"
+#include "polycode/core/PolyString.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyEventDispatcher.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 2 - 2
include/polycode/core/PolyResourceManager.h

@@ -22,8 +22,8 @@ THE SOFTWARE.
  
  
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyEventDispatcher.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyEventDispatcher.h"
 #include <vector>
 #include <vector>
 
 
 #define RESOURCE_CHECK_INTERVAL	2000
 #define RESOURCE_CHECK_INTERVAL	2000

+ 7 - 7
include/polycode/core/PolyScene.h

@@ -21,13 +21,13 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyString.h"
-#include "PolyColor.h"
-#include "PolyVector3.h"
-#include "PolyEntity.h"
-#include "PolyCore.h"
-#include "PolyEventDispatcher.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyString.h"
+#include "polycode/core/PolyColor.h"
+#include "polycode/core/PolyVector3.h"
+#include "polycode/core/PolyEntity.h"
+#include "polycode/core/PolyCore.h"
+#include "polycode/core/PolyEventDispatcher.h"
 
 
 #include <vector>
 #include <vector>
 
 

+ 11 - 11
include/polycode/core/PolySceneEntityInstance.h

@@ -22,17 +22,17 @@ THE SOFTWARE.
 
 
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyEntity.h"
-#include "PolyObject.h"
-#include "PolyParticleEmitter.h"
-#include "PolyScenePrimitive.h"
-#include "PolyResource.h"
-#include "PolySceneSprite.h"
-#include "PolyBezierCurve.h"
-#include "PolySceneLine.h"
-#include "PolyScene.h"
-#include "PolySound.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyEntity.h"
+#include "polycode/core/PolyObject.h"
+#include "polycode/core/PolyParticleEmitter.h"
+#include "polycode/core/PolyScenePrimitive.h"
+#include "polycode/core/PolyResource.h"
+#include "polycode/core/PolySceneSprite.h"
+#include "polycode/core/PolyBezierCurve.h"
+#include "polycode/core/PolySceneLine.h"
+#include "polycode/core/PolyScene.h"
+#include "polycode/core/PolySound.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 3 - 3
include/polycode/core/PolySceneImage.h

@@ -21,9 +21,9 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyImage.h"
-#include "PolyScenePrimitive.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyImage.h"
+#include "polycode/core/PolyScenePrimitive.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 2 - 2
include/polycode/core/PolySceneLabel.h

@@ -21,8 +21,8 @@ THE SOFTWARE.
 */
 */
  
  
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyScenePrimitive.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyScenePrimitive.h"
 
 
 namespace Polycode {
 namespace Polycode {
 	
 	

+ 2 - 2
include/polycode/core/PolySceneLight.h

@@ -22,8 +22,8 @@ THE SOFTWARE.
  
  
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyEntity.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyEntity.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 6 - 6
include/polycode/core/PolySceneLine.h

@@ -21,12 +21,12 @@ THE SOFTWARE.
 */
 */
  
  
 #pragma once
 #pragma once
-#include "PolyString.h"
-#include "PolyGlobals.h"
-#include "PolySceneMesh.h"
-#include "PolyBezierCurve.h"
-#include "PolyCoreServices.h"
-#include "PolyMesh.h"
+#include "polycode/core/PolyString.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolySceneMesh.h"
+#include "polycode/core/PolyBezierCurve.h"
+#include "polycode/core/PolyCoreServices.h"
+#include "polycode/core/PolyMesh.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 2 - 2
include/polycode/core/PolySceneManager.h

@@ -21,8 +21,8 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyRectangle.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyRectangle.h"
 
 
 #include <vector>
 #include <vector>
 
 

+ 5 - 5
include/polycode/core/PolySceneMesh.h

@@ -21,11 +21,11 @@ THE SOFTWARE.
 */
 */
  
  
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyEntity.h"
-#include "PolyShader.h"
-#include "PolyRenderDataArray.h"
-#include "PolyRenderer.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyEntity.h"
+#include "polycode/core/PolyShader.h"
+#include "polycode/core/PolyRenderDataArray.h"
+#include "polycode/core/PolyRenderer.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 3 - 3
include/polycode/core/PolyScenePrimitive.h

@@ -21,9 +21,9 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolySceneMesh.h"
-#include "PolyMesh.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolySceneMesh.h"
+#include "polycode/core/PolyMesh.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 2 - 2
include/polycode/core/PolySceneRenderTexture.h

@@ -21,8 +21,8 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyImage.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyImage.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 2 - 2
include/polycode/core/PolySceneSound.h

@@ -21,8 +21,8 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyEntity.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyEntity.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 4 - 4
include/polycode/core/PolySceneSprite.h

@@ -21,10 +21,10 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyScenePrimitive.h"
-#include "PolyCore.h"
-#include "PolyResourceManager.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyScenePrimitive.h"
+#include "polycode/core/PolyCore.h"
+#include "polycode/core/PolyResourceManager.h"
 #include <vector>
 #include <vector>
 
 
 namespace Polycode {
 namespace Polycode {

+ 4 - 4
include/polycode/core/PolyServer.h

@@ -22,10 +22,10 @@ THE SOFTWARE.
 
 
 #pragma once
 #pragma once
 
 
-#include "PolyGlobals.h"
-#include "PolyPeer.h"
-#include "PolyEvent.h"
-#include "PolyServerWorld.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyPeer.h"
+#include "polycode/core/PolyEvent.h"
+#include "polycode/core/PolyServerWorld.h"
 #include <vector>
 #include <vector>
 
 
 using std::vector;
 using std::vector;

+ 2 - 2
include/polycode/core/PolyServerWorld.h

@@ -22,8 +22,8 @@ THE SOFTWARE.
 
 
 #pragma once
 #pragma once
 
 
-#include "PolyGlobals.h"
-#include "PolyServer.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyServer.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 7 - 7
include/polycode/core/PolyShader.h

@@ -21,13 +21,13 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyString.h"
-#include "PolyGlobals.h"
-#include "PolyColor.h"
-#include "PolyVector2.h"
-#include "PolyVector3.h"
-#include "PolyMatrix4.h"
-#include "PolyResource.h"
+#include "polycode/core/PolyString.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyColor.h"
+#include "polycode/core/PolyVector2.h"
+#include "polycode/core/PolyVector3.h"
+#include "polycode/core/PolyMatrix4.h"
+#include "polycode/core/PolyResource.h"
 #include <string.h>
 #include <string.h>
 
 
 namespace Polycode {
 namespace Polycode {

+ 7 - 7
include/polycode/core/PolySkeleton.h

@@ -22,13 +22,13 @@ THE SOFTWARE.
 
 
 
 
 #pragma once
 #pragma once
-#include "PolyString.h"
-#include "PolyGlobals.h"
-#include "PolyColor.h"
-#include "PolyVector3.h"
-#include "PolyQuaternion.h"
-#include "PolyQuaternionCurve.h"
-#include "PolyEntity.h"
+#include "polycode/core/PolyString.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyColor.h"
+#include "polycode/core/PolyVector3.h"
+#include "polycode/core/PolyQuaternion.h"
+#include "polycode/core/PolyQuaternionCurve.h"
+#include "polycode/core/PolyEntity.h"
 #include <vector>
 #include <vector>
 
 
 namespace Polycode {
 namespace Polycode {

+ 3 - 3
include/polycode/core/PolySocket.h

@@ -22,8 +22,8 @@ THE SOFTWARE.
 
 
 #pragma once
 #pragma once
 
 
-#include "PolyGlobals.h"
-#include "PolyEvent.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyEvent.h"
 #include "stdio.h"
 #include "stdio.h"
 
 
 
 
@@ -52,7 +52,7 @@ THE SOFTWARE.
 	#include <fcntl.h>
 	#include <fcntl.h>
 #endif
 #endif
 
 
-#include "PolyEventDispatcher.h"
+#include "polycode/core/PolyEventDispatcher.h"
 
 
 #if PLATFORM == PLATFORM_WINDOWS
 #if PLATFORM == PLATFORM_WINDOWS
 	typedef int socklen_t;
 	typedef int socklen_t;

+ 4 - 4
include/polycode/core/PolySound.h

@@ -21,10 +21,10 @@
  */
  */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyVector3.h"
-#include "PolyString.h"
-#include "PolyCoreServices.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyVector3.h"
+#include "polycode/core/PolyString.h"
+#include "polycode/core/PolyCoreServices.h"
 
 
 #if defined(__APPLE__) && defined(__MACH__)
 #if defined(__APPLE__) && defined(__MACH__)
     #include <OpenAL/al.h>
     #include <OpenAL/al.h>

+ 3 - 3
include/polycode/core/PolySoundManager.h

@@ -21,9 +21,9 @@
  */
  */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyVector3.h"
-#include "PolySound.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyVector3.h"
+#include "polycode/core/PolySound.h"
 
 
 #if defined(__APPLE__) && defined(__MACH__)
 #if defined(__APPLE__) && defined(__MACH__)
     #include <OpenAL/al.h>
     #include <OpenAL/al.h>

+ 1 - 1
include/polycode/core/PolyString.h

@@ -22,7 +22,7 @@
 
 
 #pragma once
 #pragma once
 
 
-#include "PolyGlobals.h"
+#include "polycode/core/PolyGlobals.h"
 #include <stdio.h>
 #include <stdio.h>
 #include <string>
 #include <string>
 #include <vector>
 #include <vector>

+ 4 - 4
include/polycode/core/PolyTexture.h

@@ -21,10 +21,10 @@
  */
  */
 
 
 #pragma once
 #pragma once
-#include "PolyString.h"
-#include "PolyGlobals.h"
-#include "PolyResource.h"
-#include "PolyImage.h"
+#include "polycode/core/PolyString.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyResource.h"
+#include "polycode/core/PolyImage.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 2 - 2
include/polycode/core/PolyThreaded.h

@@ -21,8 +21,8 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyEventDispatcher.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyEventDispatcher.h"
 
 
 namespace Polycode{
 namespace Polycode{
 
 

+ 2 - 2
include/polycode/core/PolyTimer.h

@@ -22,8 +22,8 @@ THE SOFTWARE.
 
 
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyEventDispatcher.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyEventDispatcher.h"
 
 
 namespace Polycode {
 namespace Polycode {
 	
 	

+ 1 - 1
include/polycode/core/PolyTimerManager.h

@@ -21,7 +21,7 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
+#include "polycode/core/PolyGlobals.h"
 #include <vector>
 #include <vector>
 
 
 namespace Polycode {
 namespace Polycode {

+ 3 - 3
include/polycode/core/PolyTween.h

@@ -21,9 +21,9 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyVector3.h"
-#include "PolyEventDispatcher.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyVector3.h"
+#include "polycode/core/PolyEventDispatcher.h"
 
 
 namespace Polycode {
 namespace Polycode {
 	
 	

+ 2 - 2
include/polycode/core/PolyTweenManager.h

@@ -21,9 +21,9 @@ THE SOFTWARE.
 */
 */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
+#include "polycode/core/PolyGlobals.h"
 #include <vector>
 #include <vector>
-#include "PolyCore.h"
+#include "polycode/core/PolyCore.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 1 - 1
include/polycode/core/PolyVector2.h

@@ -21,7 +21,7 @@
  */
  */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
+#include "polycode/core/PolyGlobals.h"
 #include <math.h>
 #include <math.h>
 #include <assert.h>
 #include <assert.h>
 	
 	

+ 1 - 1
include/polycode/core/PolyVector3.h

@@ -21,7 +21,7 @@
  */
  */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
+#include "polycode/core/PolyGlobals.h"
 #include <math.h>
 #include <math.h>
 
 
 //#ifdef _WINDOWS
 //#ifdef _WINDOWS

+ 2 - 2
include/polycode/core/PolyVector4.h

@@ -21,8 +21,8 @@
  */
  */
 
 
 #pragma once
 #pragma once
-#include "PolyGlobals.h"
-#include "PolyVector3.h"
+#include "polycode/core/PolyGlobals.h"
+#include "polycode/core/PolyVector3.h"
 #include <math.h>
 #include <math.h>
 
 
 //#ifdef _WINDOWS
 //#ifdef _WINDOWS

+ 1 - 1
include/tinyxml.h

@@ -53,7 +53,7 @@ distribution.
 	#define TIXML_STRING		TiXmlString
 	#define TIXML_STRING		TiXmlString
 #endif
 #endif
 
 
-#include "PolyLogger.h"
+#include "polycode/core/PolyLogger.h"
 
 
 // Deprecated library function hell. Compilers want to use the
 // Deprecated library function hell. Compilers want to use the
 // new safe versions. This probably doesn't fully address the problem,
 // new safe versions. This probably doesn't fully address the problem,

BIN
lib/windows/x64/Polycored.lib


+ 1 - 1
src/core/PolyBezierCurve.cpp

@@ -20,7 +20,7 @@
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
 
 
-#include "PolyBezierCurve.h"
+#include "polycode/core/PolyBezierCurve.h"
 
 
 using namespace Polycode;
 using namespace Polycode;
 
 

+ 6 - 6
src/core/PolyBone.cpp

@@ -20,12 +20,12 @@
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
 
 
-#include "PolyBone.h"
-#include "PolyCoreServices.h"
-#include "PolyLabel.h"
-#include "PolyMesh.h"
-#include "PolyRenderer.h"
-#include "PolySceneLabel.h"
+#include "polycode/core/PolyBone.h"
+#include "polycode/core/PolyCoreServices.h"
+#include "polycode/core/PolyLabel.h"
+#include "polycode/core/PolyMesh.h"
+#include "polycode/core/PolyRenderer.h"
+#include "polycode/core/PolySceneLabel.h"
 
 
 using namespace Polycode;
 using namespace Polycode;
 
 

+ 10 - 10
src/core/PolyCamera.cpp

@@ -20,16 +20,16 @@
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
 
 
-#include "PolyCamera.h"
-#include "PolyCore.h"
-#include "PolyCoreServices.h"
-#include "PolyMaterial.h"
-#include "PolyRenderer.h"
-#include "PolyResource.h"
-#include "PolyResourceManager.h"
-#include "PolyScene.h"
-#include "PolyShader.h"
-#include "PolyTexture.h"
+#include "polycode/core/PolyCamera.h"
+#include "polycode/core/PolyCore.h"
+#include "polycode/core/PolyCoreServices.h"
+#include "polycode/core/PolyMaterial.h"
+#include "polycode/core/PolyRenderer.h"
+#include "polycode/core/PolyResource.h"
+#include "polycode/core/PolyResourceManager.h"
+#include "polycode/core/PolyScene.h"
+#include "polycode/core/PolyShader.h"
+#include "polycode/core/PolyTexture.h"
 
 
 using namespace Polycode;
 using namespace Polycode;
 			
 			

+ 2 - 2
src/core/PolyClient.cpp

@@ -20,9 +20,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
 THE SOFTWARE.
 */
 */
 
 
-#include "PolyClient.h"
+#include "polycode/core/PolyClient.h"
 #include <string.h>
 #include <string.h>
-#include "PolyTimer.h"
+#include "polycode/core/PolyTimer.h"
 
 
 using namespace Polycode;
 using namespace Polycode;
 
 

+ 1 - 1
src/core/PolyColor.cpp

@@ -20,7 +20,7 @@
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
 
 
-#include "PolyColor.h"
+#include "polycode/core/PolyColor.h"
 #include <stdlib.h>
 #include <stdlib.h>
 
 
 using namespace Polycode;
 using namespace Polycode;

+ 1 - 1
src/core/PolyConfig.cpp

@@ -19,7 +19,7 @@
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
-#include "PolyConfig.h"
+#include "polycode/core/PolyConfig.h"
 #include "tinyxml.h"
 #include "tinyxml.h"
 
 
 using namespace Polycode;
 using namespace Polycode;

+ 4 - 4
src/core/PolyCore.cpp

@@ -20,10 +20,10 @@
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
 
 
-#include "PolyCore.h"
-#include "PolyCoreInput.h"
-#include "PolyRenderer.h"
-#include "PolyCoreServices.h"
+#include "polycode/core/PolyCore.h"
+#include "polycode/core/PolyCoreInput.h"
+#include "polycode/core/PolyRenderer.h"
+#include "polycode/core/PolyCoreServices.h"
 
 
 #ifdef _WINDOWS
 #ifdef _WINDOWS
 #include <windows.h>
 #include <windows.h>

+ 4 - 4
src/core/PolyCoreInput.cpp

@@ -20,10 +20,10 @@
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
 
 
-#include "PolyCoreInput.h"
-#include "PolyInputEvent.h"
-#include "PolyCoreServices.h"
-#include "PolyCore.h"
+#include "polycode/core/PolyCoreInput.h"
+#include "polycode/core/PolyInputEvent.h"
+#include "polycode/core/PolyCoreServices.h"
+#include "polycode/core/PolyCore.h"
 
 
 namespace Polycode {
 namespace Polycode {
 	
 	

+ 14 - 14
src/core/PolyCoreServices.cpp

@@ -20,20 +20,20 @@
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
 
 
-#include "PolyCoreServices.h"
-#include "PolyCore.h"
-#include "PolyCoreInput.h"
-#include "PolyInputEvent.h"
-#include "PolyLogger.h"
-#include "PolyResourceManager.h"
-#include "PolyMaterialManager.h"
-#include "PolyRenderer.h"
-#include "PolyConfig.h"
-#include "PolyFontManager.h"
-#include "PolySceneManager.h"
-#include "PolyTimerManager.h"
-#include "PolyTweenManager.h"
-#include "PolySoundManager.h"
+#include "polycode/core/PolyCoreServices.h"
+#include "polycode/core/PolyCore.h"
+#include "polycode/core/PolyCoreInput.h"
+#include "polycode/core/PolyInputEvent.h"
+#include "polycode/core/PolyLogger.h"
+#include "polycode/core/PolyResourceManager.h"
+#include "polycode/core/PolyMaterialManager.h"
+#include "polycode/core/PolyRenderer.h"
+#include "polycode/core/PolyConfig.h"
+#include "polycode/core/PolyFontManager.h"
+#include "polycode/core/PolySceneManager.h"
+#include "polycode/core/PolyTimerManager.h"
+#include "polycode/core/PolyTweenManager.h"
+#include "polycode/core/PolySoundManager.h"
 
 
 using namespace Polycode;
 using namespace Polycode;
 
 

+ 1 - 1
src/core/PolyCubemap.cpp

@@ -20,7 +20,7 @@
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
 
 
-#include "PolyCubemap.h"
+#include "polycode/core/PolyCubemap.h"
 
 
 using namespace Polycode;
 using namespace Polycode;
 
 

+ 1 - 1
src/core/PolyData.cpp

@@ -20,7 +20,7 @@
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
 
 
-#include "PolyData.h"
+#include "polycode/core/PolyData.h"
 #include "OSBasics.h"
 #include "OSBasics.h"
 #include <string.h>
 #include <string.h>
 #include <stdlib.h>
 #include <stdlib.h>

+ 4 - 4
src/core/PolyEntity.cpp

@@ -19,10 +19,10 @@
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
-#include "PolyEntity.h"
-#include "PolyRenderer.h"
-#include "PolyCoreServices.h"
-#include "PolyInputEvent.h"
+#include "polycode/core/PolyEntity.h"
+#include "polycode/core/PolyRenderer.h"
+#include "polycode/core/PolyCoreServices.h"
+#include "polycode/core/PolyInputEvent.h"
 
 
 using namespace Polycode;
 using namespace Polycode;
 
 

+ 1 - 1
src/core/PolyEvent.cpp

@@ -20,7 +20,7 @@
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
 
 
-#include "PolyEvent.h"
+#include "polycode/core/PolyEvent.h"
 
 
 namespace Polycode {
 namespace Polycode {
 	
 	

+ 2 - 2
src/core/PolyEventDispatcher.cpp

@@ -20,8 +20,8 @@
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
 
 
-#include "PolyEventDispatcher.h"
-#include "PolyEvent.h"
+#include "polycode/core/PolyEventDispatcher.h"
+#include "polycode/core/PolyEvent.h"
 
 
 using namespace Polycode;
 using namespace Polycode;
 
 

+ 1 - 1
src/core/PolyEventHandler.cpp

@@ -20,7 +20,7 @@
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
 
 
-#include "PolyEventHandler.h" 
+#include "polycode/core/PolyEventHandler.h" 
 
 
 
 
 namespace Polycode {
 namespace Polycode {

+ 2 - 2
src/core/PolyFont.cpp

@@ -20,9 +20,9 @@
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
 
 
-#include "PolyFont.h"
+#include "polycode/core/PolyFont.h"
 #include "OSBasics.h"
 #include "OSBasics.h"
-#include "PolyLogger.h"
+#include "polycode/core/PolyLogger.h"
 
 
 using namespace Polycode;
 using namespace Polycode;
 
 

+ 6 - 6
src/core/PolyFontGlyphSheet.cpp

@@ -20,13 +20,13 @@
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
 
 
-#include "PolyFont.h"
-#include "PolyFontGlyphSheet.h"
+#include "polycode/core/PolyFont.h"
+#include "polycode/core/PolyFontGlyphSheet.h"
 #include "OSBasics.h"
 #include "OSBasics.h"
-#include "PolyLogger.h"
-#include "PolyImage.h"
-#include "PolyTexture.h"
-#include "PolyCoreServices.h"
+#include "polycode/core/PolyLogger.h"
+#include "polycode/core/PolyImage.h"
+#include "polycode/core/PolyTexture.h"
+#include "polycode/core/PolyCoreServices.h"
 #include <algorithm>
 #include <algorithm>
 #include <set>
 #include <set>
 #include <vector>
 #include <vector>

+ 2 - 2
src/core/PolyFontManager.cpp

@@ -20,8 +20,8 @@
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
 
 
-#include "PolyFontManager.h"
-#include "PolyFont.h"
+#include "polycode/core/PolyFontManager.h"
+#include "polycode/core/PolyFont.h"
 #include FT_LCD_FILTER_H
 #include FT_LCD_FILTER_H
 
 
 using namespace Polycode;
 using namespace Polycode;

+ 1 - 1
src/core/PolyGPUDrawBuffer.cpp

@@ -20,7 +20,7 @@
  THE SOFTWARE.
  THE SOFTWARE.
  */
  */
 
 
-#include "PolyGPUDrawBuffer.h"
+#include "polycode/core/PolyGPUDrawBuffer.h"
 
 
 using namespace Polycode;
 using namespace Polycode;
 
 

+ 4 - 4
src/core/PolyImage.cpp

@@ -22,11 +22,11 @@
 
 
 #include "png.h"
 #include "png.h"
 #include <math.h>
 #include <math.h>
-#include "PolyImage.h"
-#include "PolyString.h"
-#include "PolyLogger.h"
+#include "polycode/core/PolyImage.h"
+#include "polycode/core/PolyString.h"
+#include "polycode/core/PolyLogger.h"
 #include "OSBasics.h"
 #include "OSBasics.h"
-#include "PolyPerlin.h"
+#include "polycode/core/PolyPerlin.h"
 #include <algorithm>
 #include <algorithm>
 #include <stdlib.h>
 #include <stdlib.h>
 #include "rgbe.h"
 #include "rgbe.h"

+ 1 - 1
src/core/PolyInputEvent.cpp

@@ -20,7 +20,7 @@
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
 
 
-#include "PolyInputEvent.h"
+#include "polycode/core/PolyInputEvent.h"
 
 
 namespace Polycode {
 namespace Polycode {
 
 

+ 1 - 1
src/core/PolyLabel.cpp

@@ -20,7 +20,7 @@
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
 
 
-#include "PolyLabel.h"
+#include "polycode/core/PolyLabel.h"
 #include <math.h>
 #include <math.h>
 
 
 using namespace Polycode;
 using namespace Polycode;

+ 2 - 2
src/core/PolyLogger.cpp

@@ -20,11 +20,11 @@
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
 
 
-#include "PolyLogger.h"
+#include "polycode/core/PolyLogger.h"
 #ifdef _MSC_VER
 #ifdef _MSC_VER
 #include <windows.h>
 #include <windows.h>
 #endif
 #endif
-#include "PolyLogger.h"
+#include "polycode/core/PolyLogger.h"
 #include <stdio.h>
 #include <stdio.h>
 #include <stdarg.h>
 #include <stdarg.h>
 #include <string>
 #include <string>

+ 7 - 7
src/core/PolyMaterial.cpp

@@ -20,13 +20,13 @@
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
 
 
-#include "PolyMaterial.h"
-#include "PolyLogger.h"
-#include "PolyShader.h"
-#include "PolyRenderer.h"
-#include "PolyCoreServices.h"
-#include "PolyCore.h"
-#include "PolyTexture.h"
+#include "polycode/core/PolyMaterial.h"
+#include "polycode/core/PolyLogger.h"
+#include "polycode/core/PolyShader.h"
+#include "polycode/core/PolyRenderer.h"
+#include "polycode/core/PolyCoreServices.h"
+#include "polycode/core/PolyCore.h"
+#include "polycode/core/PolyTexture.h"
 
 
 using namespace Polycode;
 using namespace Polycode;
 
 

+ 7 - 7
src/core/PolyMaterialManager.cpp

@@ -20,13 +20,13 @@
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
 
 
-#include "PolyMaterialManager.h"
-#include "PolyCoreServices.h"
-#include "PolyCubemap.h"
-#include "PolyMaterial.h"
-#include "PolyRenderer.h"
-#include "PolyResourceManager.h"
-#include "PolyTexture.h"
+#include "polycode/core/PolyMaterialManager.h"
+#include "polycode/core/PolyCoreServices.h"
+#include "polycode/core/PolyCubemap.h"
+#include "polycode/core/PolyMaterial.h"
+#include "polycode/core/PolyRenderer.h"
+#include "polycode/core/PolyResourceManager.h"
+#include "polycode/core/PolyTexture.h"
 
 
 #include "tinyxml.h"
 #include "tinyxml.h"
 
 

+ 1 - 1
src/core/PolyMatrix4.cpp

@@ -20,7 +20,7 @@
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
 
 
-#include "PolyMatrix4.h"
+#include "polycode/core/PolyMatrix4.h"
 
 
 using namespace Polycode;
 using namespace Polycode;
 
 

+ 2 - 2
src/core/PolyMesh.cpp

@@ -22,8 +22,8 @@ THE SOFTWARE.
 
 
 #include <map>
 #include <map>
 
 
-#include "PolyMesh.h"
-#include "PolyLogger.h"
+#include "polycode/core/PolyMesh.h"
+#include "polycode/core/PolyLogger.h"
 #include "OSBasics.h"
 #include "OSBasics.h"
 
 
 using std::min;
 using std::min;

+ 1 - 1
src/core/PolyObject.cpp

@@ -20,7 +20,7 @@
  THE SOFTWARE.
  THE SOFTWARE.
 */
 */
  
  
-#include "PolyObject.h"
+#include "polycode/core/PolyObject.h"
 #include "tinyxml.h"
 #include "tinyxml.h"
 #include <sstream>
 #include <sstream>
 #include <stdio.h>
 #include <stdio.h>

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