David Williams
|
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 |
|
David Williams
|
4887fc2701
|
For work splitting error handling code into separate files for asserts vs. exceptions.
|
2015-05-08 15:59:17 +02:00 |
|
David Williams
|
a61d4556c1
|
Moved assertion code to separate file.
|
2015-05-08 15:31:17 +02:00 |
|
David Williams
|
e9bde59fbc
|
Moved more code into PlatformDefinitions.h
|
2015-05-08 15:20:29 +02:00 |
|
David Williams
|
64fa004102
|
Comments and tidying of PlatformDefinitions.h
|
2015-05-08 15:16:26 +02:00 |
|
David Williams
|
ed64106237
|
More removing of API import/export macros.
|
2015-05-08 15:09:44 +02:00 |
|
David Williams
|
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 |
|
David Williams
|
b36548ff20
|
Missed a couple of files during header renaming process.
|
2015-05-08 15:02:48 +02:00 |
|
David Williams
|
2a8e0a5f7b
|
Renamed 'Typedef.h' to 'PlatformDefinitions.h'.
|
2015-05-08 14:57:12 +02:00 |
|
David Williams
|
64c30044b0
|
Moving some macros.
|
2015-05-08 14:50:10 +02:00 |
|
David Williams
|
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 |
|
David Williams
|
d3b2dab1ac
|
Switched to using lookup tables for Morton encoding.
|
2015-03-29 00:17:27 +01:00 |
|
David Williams
|
89550fcd44
|
Fixed warnings.
|
2015-03-05 00:04:22 +01:00 |
|
David Williams
|
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 |
|
David Williams
|
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 |
|