|
b19de819e2
|
Fixed compile error due to logging code changing scope.
|
2015-05-21 10:29:39 +02:00 |
|
|
16fca2529b
|
Moved Config.h out of the 'Impl' folder. It should probably be considered part of the public API as users may want to adjust it for their purposes.
|
2015-05-09 08:58:14 +02:00 |
|
|
65b0d1c3c5
|
Moved parts of the logging code into the public API (so users can redirect logs).
|
2015-05-09 08:52:30 +02:00 |
|
|
040dc37057
|
Changed header guards.
|
2015-05-08 21:19:39 +02:00 |
|
|
c2bb64d055
|
Renamed Logging.h to LoggingImpl.h
Added missing files to CMakeLists.txt
|
2015-05-08 21:18:10 +02:00 |
|
|
3c31643e4f
|
Exceptions are now part of the PolyVox public API (client code may need to catch them) but the utility macros we use to throw them are still private implementation details.
|
2015-05-08 16:15:11 +02:00 |
|
|
4887fc2701
|
For work splitting error handling code into separate files for asserts vs. exceptions.
|
2015-05-08 15:59:17 +02:00 |
|
|
a61d4556c1
|
Moved assertion code to separate file.
|
2015-05-08 15:31:17 +02:00 |
|
|
e9bde59fbc
|
Moved more code into PlatformDefinitions.h
|
2015-05-08 15:20:29 +02:00 |
|
|
64fa004102
|
Comments and tidying of PlatformDefinitions.h
|
2015-05-08 15:16:26 +02:00 |
|
|
ed64106237
|
More removing of API import/export macros.
|
2015-05-08 15:09:44 +02:00 |
|
|
d8a422955d
|
Now that PolyVox is header only we have no further use for the POLYVOX_API/LOCAL/SHARED macros which wrap API import/export.
|
2015-05-08 15:04:17 +02:00 |
|
|
b36548ff20
|
Missed a couple of files during header renaming process.
|
2015-05-08 15:02:48 +02:00 |
|
|
2a8e0a5f7b
|
Renamed 'Typedef.h' to 'PlatformDefinitions.h'.
|
2015-05-08 14:57:12 +02:00 |
|
|
64c30044b0
|
Moving some macros.
|
2015-05-08 14:50:10 +02:00 |
|
|
f16a247934
|
Changed implementation of logging macros.
We have observed some strange performance-related behavior as described here: https://stackoverflow.com/questions/29652787/adding-stringstream-cout-hurts-performance-even-when-the-code-is-never-called
This set of changes addresses this problem. The old macros would simply expand the logging code in place, whereas we now have logging functions and the macros call these. Overall I believe it is tidier.
|
2015-05-07 22:58:00 +02:00 |
|
|
d3b2dab1ac
|
Switched to using lookup tables for Morton encoding.
|
2015-03-29 00:17:27 +01:00 |
|
|
89550fcd44
|
Fixed warnings.
|
2015-03-05 00:04:22 +01:00 |
|
|
64d010527b
|
Removed old getVoxelAt()/setVoxelAt() functions. they've been flagged as deprecated for a while now, and are replaced by just getVoxel()/setVoxel().
|
2015-02-27 11:07:15 +01:00 |
|
|
049a77cd0c
|
Moved all headers from 'PolyVoxCore' to 'PolyVox', as we no longer have the core/util distinction.
|
2015-02-07 17:26:36 +01:00 |
|