Sfoglia il codice sorgente

Merge branch 'master' of github.com:taylor001/crown

Daniele Bartolini 10 anni fa
parent
commit
f921d9b53e
100 ha cambiato i file con 119 aggiunte e 107 eliminazioni
  1. 1 1
      LICENSE
  2. 1 1
      README.md
  3. 13 1
      docs/lua_api.txt
  4. 1 1
      docs/style.css
  5. 1 1
      exporters/blender-2-68.py
  6. 1 1
      genie/crown.lua
  7. 1 1
      genie/genie.lua
  8. 1 1
      genie/openal.lua
  9. 1 1
      genie/shaderc.lua
  10. 1 1
      genie/toolchain.lua
  11. 1 1
      makefile
  12. 1 1
      src/audio/audio.h
  13. 1 1
      src/audio/sound_world.h
  14. 1 1
      src/audio/sound_world_al.cpp
  15. 1 1
      src/audio/sound_world_null.cpp
  16. 1 1
      src/compilers/bundle_compiler.cpp
  17. 1 1
      src/compilers/bundle_compiler.h
  18. 1 1
      src/compilers/compile_options.h
  19. 1 1
      src/compilers/compiler_types.h
  20. 4 4
      src/config.h
  21. 1 1
      src/console_server.cpp
  22. 1 1
      src/console_server.h
  23. 1 1
      src/core/command_line.h
  24. 1 1
      src/core/containers/array.h
  25. 1 1
      src/core/containers/container_types.h
  26. 1 1
      src/core/containers/event_stream.h
  27. 1 1
      src/core/containers/hash.h
  28. 1 1
      src/core/containers/map.h
  29. 1 1
      src/core/containers/pair.h
  30. 1 1
      src/core/containers/priority_queue.h
  31. 1 1
      src/core/containers/queue.h
  32. 1 1
      src/core/containers/sort_map.h
  33. 1 1
      src/core/containers/vector.h
  34. 1 1
      src/core/error/error.cpp
  35. 1 1
      src/core/error/error.h
  36. 1 1
      src/core/error/stacktrace.h
  37. 1 1
      src/core/error/stacktrace_android.cpp
  38. 1 1
      src/core/error/stacktrace_linux.cpp
  39. 1 1
      src/core/error/stacktrace_windows.cpp
  40. 1 1
      src/core/filesystem/apk_file.cpp
  41. 1 1
      src/core/filesystem/apk_file.h
  42. 1 1
      src/core/filesystem/apk_filesystem.cpp
  43. 1 1
      src/core/filesystem/apk_filesystem.h
  44. 1 1
      src/core/filesystem/disk_file.cpp
  45. 1 1
      src/core/filesystem/disk_file.h
  46. 1 1
      src/core/filesystem/disk_filesystem.cpp
  47. 1 1
      src/core/filesystem/disk_filesystem.h
  48. 1 1
      src/core/filesystem/file.h
  49. 1 1
      src/core/filesystem/filesystem.h
  50. 1 1
      src/core/filesystem/filesystem_types.h
  51. 1 1
      src/core/filesystem/null_file.h
  52. 1 1
      src/core/filesystem/os_file.h
  53. 1 1
      src/core/filesystem/path.cpp
  54. 2 3
      src/core/filesystem/path.h
  55. 2 1
      src/core/filesystem/reader_writer.h
  56. 1 1
      src/core/functional.h
  57. 1 1
      src/core/integer.h
  58. 1 1
      src/core/json/json.cpp
  59. 1 1
      src/core/json/json.h
  60. 1 1
      src/core/json/json_parser.cpp
  61. 1 1
      src/core/json/json_parser.h
  62. 3 3
      src/core/json/json_types.h
  63. 1 1
      src/core/json/sjson.cpp
  64. 1 1
      src/core/json/sjson.h
  65. 1 1
      src/core/log.cpp
  66. 1 1
      src/core/log.h
  67. 1 1
      src/core/macros.h
  68. 1 1
      src/core/math/aabb.h
  69. 1 1
      src/core/math/color4.h
  70. 1 1
      src/core/math/frustum.h
  71. 1 1
      src/core/math/intersection.cpp
  72. 1 1
      src/core/math/intersection.h
  73. 1 1
      src/core/math/math_types.h
  74. 1 1
      src/core/math/math_utils.h
  75. 1 1
      src/core/math/matrix3x3.h
  76. 1 1
      src/core/math/matrix4x4.h
  77. 1 1
      src/core/math/plane.h
  78. 1 1
      src/core/math/quaternion.cpp
  79. 1 1
      src/core/math/quaternion.h
  80. 1 1
      src/core/math/random.h
  81. 1 1
      src/core/math/sphere.h
  82. 1 1
      src/core/math/vector2.h
  83. 1 1
      src/core/math/vector3.h
  84. 1 1
      src/core/math/vector4.h
  85. 1 1
      src/core/memory/allocator.h
  86. 1 1
      src/core/memory/linear_allocator.cpp
  87. 1 1
      src/core/memory/linear_allocator.h
  88. 1 1
      src/core/memory/memory.cpp
  89. 1 1
      src/core/memory/memory.h
  90. 1 1
      src/core/memory/memory_types.h
  91. 1 1
      src/core/memory/pool_allocator.cpp
  92. 1 1
      src/core/memory/pool_allocator.h
  93. 1 1
      src/core/memory/proxy_allocator.cpp
  94. 1 1
      src/core/memory/proxy_allocator.h
  95. 1 1
      src/core/memory/stack_allocator.cpp
  96. 1 1
      src/core/memory/stack_allocator.h
  97. 1 1
      src/core/memory/temp_allocator.h
  98. 1 1
      src/core/murmur.cpp
  99. 1 1
      src/core/murmur.h
  100. 1 1
      src/core/network/net_address.h

+ 1 - 1
LICENSE

@@ -1,4 +1,4 @@
-Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
 
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation

+ 1 - 1
README.md

@@ -121,7 +121,7 @@ Simone Boscaratto ([@Xed89](https://github.com/Xed89))
 License
 -------
 
-	Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+	Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
 
 	Permission is hereby granted, free of charge, to any person
 	obtaining a copy of this software and associated documentation

+ 13 - 1
docs/lua_api.txt

@@ -199,7 +199,7 @@ QuaternionBox
 	**QuaternionBox** (x, y, z, w) : QuaternionBox
 		Returns a new QuaternionBox from individual elements.
 
-	**store(q)**
+	**store** (q)
 		Stores the Quaternion *q* in the box.
 
 	**store** (x, y, z, w)
@@ -1035,6 +1035,18 @@ Pad Axis Names
 
 	* ``left``, ``right``: Returns the direction (x, y) of the left or right thumbstick [-1; +1]. The z element represents the left or right trigger [0; +1].
 
+Profiler
+========
+
+	**enter_scope** (name)
+		Starts a new profile scope with the given *name*.
+
+	**leave_scope** ()
+		Ends the last profile scope.
+
+	**record** (name, value)
+		Rectords *value* with the given *name*. Value can be either number or Vector3.
+
 Window
 ======
 

+ 1 - 1
docs/style.css

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
exporters/blender-2-68.py

@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+# Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
 # License: https://github.com/taylor001/crown/blob/master/LICENSE
 #
 

+ 1 - 1
genie/crown.lua

@@ -1,5 +1,5 @@
 --
--- Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+-- Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
 -- License: https://github.com/taylor001/crown/blob/master/LICENSE
 --
 

+ 1 - 1
genie/genie.lua

@@ -1,5 +1,5 @@
 --
--- Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+-- Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
 -- License: https://github.com/taylor001/crown/blob/master/LICENSE
 --
 

+ 1 - 1
genie/openal.lua

@@ -1,5 +1,5 @@
 --
--- Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+-- Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
 -- License: https://github.com/taylor001/crown/blob/master/LICENSE
 --
 

+ 1 - 1
genie/shaderc.lua

@@ -1,5 +1,5 @@
 --
--- Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+-- Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
 -- License: https://github.com/taylor001/crown/blob/master/LICENSE
 --
 

+ 1 - 1
genie/toolchain.lua

@@ -1,5 +1,5 @@
 --
--- Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+-- Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
 -- License: https://github.com/taylor001/crown/blob/master/LICENSE
 --
 

+ 1 - 1
makefile

@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+# Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
 # License: https://github.com/taylor001/crown/blob/master/LICENSE
 #
 

+ 1 - 1
src/audio/audio.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/audio/sound_world.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/audio/sound_world_al.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/audio/sound_world_null.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/compilers/bundle_compiler.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/compilers/bundle_compiler.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/compilers/compile_options.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/compilers/compiler_types.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 4 - 4
src/config.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 
@@ -88,13 +88,13 @@
 #endif // CROWN_MAX_DEBUG_LINES
 
 #ifndef CROWN_MAX_LUA_VECTOR3
-	#define CROWN_MAX_LUA_VECTOR3 4096
+	#define CROWN_MAX_LUA_VECTOR3 8192
 #endif // CE_MAX
 
 #ifndef CROWN_MAX_LUA_MATRIX4X4
-	#define CROWN_MAX_LUA_MATRIX4X4 4096
+	#define CROWN_MAX_LUA_MATRIX4X4 8192
 #endif // CE_MAX
 
 #ifndef CROWN_MAX_LUA_QUATERNION
-	#define CROWN_MAX_LUA_QUATERNION 4096
+	#define CROWN_MAX_LUA_QUATERNION 8192
 #endif // CE_MAX

+ 1 - 1
src/console_server.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/console_server.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/command_line.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/containers/array.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/containers/container_types.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/containers/event_stream.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/containers/hash.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/containers/map.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/containers/pair.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/containers/priority_queue.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/containers/queue.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/containers/sort_map.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/containers/vector.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/error/error.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/error/error.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/error/stacktrace.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/error/stacktrace_android.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/error/stacktrace_linux.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/error/stacktrace_windows.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/filesystem/apk_file.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/filesystem/apk_file.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/filesystem/apk_filesystem.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/filesystem/apk_filesystem.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/filesystem/disk_file.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/filesystem/disk_file.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/filesystem/disk_filesystem.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/filesystem/disk_filesystem.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/filesystem/file.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/filesystem/filesystem.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/filesystem/filesystem_types.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/filesystem/null_file.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/filesystem/os_file.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/strings/path.cpp → src/core/filesystem/path.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 2 - 3
src/core/strings/path.h → src/core/filesystem/path.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 
@@ -10,7 +10,6 @@
 
 namespace crown
 {
-/// @defgroup Path Path
 
 #if CROWN_PLATFORM_POSIX
 	const char PATH_SEPARATOR = '/';
@@ -20,7 +19,7 @@ namespace crown
 
 /// Functions for operating on strings as file paths.
 ///
-/// @ingroup Path
+/// @ingroup Filesystem
 namespace path
 {
 	/// Returns whether the @a path is absolute.

+ 2 - 1
src/core/filesystem/reader_writer.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 
@@ -7,6 +7,7 @@
 
 #include "types.h"
 #include "file.h"
+#include "string_utils.h"
 
 namespace crown
 {

+ 1 - 1
src/core/functional.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/integer.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/json/json.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/json/json.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/json/json_parser.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/json/json_parser.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 3 - 3
src/core/json/json_types.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 
@@ -29,12 +29,12 @@ struct JsonValueType
 	};
 };
 
-/// Array of pointers to json-encoded strings.
+/// Array of pointers to json-encoded data.
 ///
 /// @ingroup JSON
 typedef Array<const char*> JsonArray;
 
-/// Map from key to pointers to json-encoded strings.
+/// Map from key to pointers to json-encoded data.
 ///
 /// @ingroup JSON
 typedef Map<FixedString, const char*> JsonObject;

+ 1 - 1
src/core/json/sjson.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/json/sjson.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/log.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/log.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/macros.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/math/aabb.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/math/color4.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/math/frustum.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/math/intersection.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/math/intersection.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/math/math_types.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/math/math_utils.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/math/matrix3x3.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/math/matrix4x4.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/math/plane.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/math/quaternion.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/math/quaternion.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/math/random.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/math/sphere.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/math/vector2.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/math/vector3.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/math/vector4.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/memory/allocator.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/memory/linear_allocator.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/memory/linear_allocator.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/memory/memory.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/memory/memory.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/memory/memory_types.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/memory/pool_allocator.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/memory/pool_allocator.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/memory/proxy_allocator.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/memory/proxy_allocator.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/memory/stack_allocator.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/memory/stack_allocator.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/memory/temp_allocator.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/murmur.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/murmur.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

+ 1 - 1
src/core/network/net_address.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 

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