9 Commits

Author SHA1 Message Date
David Williams
92cf2402e2 Moved various files from PolyVoxCore to PolyVoxImpl. 2009-04-02 20:37:43 +00:00
David Williams
5acbd012cf Switched to integer naming conventions from C++0x (e.g. uint16_t) 2009-03-30 21:44:23 +00:00
David Williams
da6cc053fc More C++0x support stuff. 2009-03-30 21:15:37 +00:00
David Williams
329093abcf Work on mimicing C++0x support using boost. 2009-03-30 19:32:34 +00:00
David Williams
d574a18ce3 Added the parts of boost which we need to access shared_ptr and weak_ptr. This will allow for improved memory management of large volumes. 2009-03-29 22:07:27 +00:00
David Williams
50b3ff407e Memory management for volumes. 2009-03-26 22:22:04 +00:00
David Williams
fab64488ee Renamed Block to BlockData. Introduced new Block class which can be shared. 2009-03-26 21:17:37 +00:00
David Williams
5955a29a46 Work on Volume class. 2009-03-24 22:29:39 +00:00
David Williams
d951f4d3b0 Renamed BlockVolume to Volume.
Renamed BlockVolumeIterator to VolumeIterator.
2009-03-19 22:04:34 +00:00