Timeline
03/16/2007:
- 15:37 Changeset [613] by
- Add the ability to get the cameraToWorld value from the …
- 13:58 Changeset [612] by
- Start to add Billboard support to RenderTraversalAction?. note: this does …
- 13:48 Changeset [611] by
- - fixed typos in big/little endian conversion functions for Real128, …
- 12:35 WikiStart edited by
- removed invisible spam link (diff)
- 12:23 WikiStart edited by
- (diff)
- 08:40 Changeset [610] by
- Fix freetype text support.
- 07:51 Changeset [609] by
- Export AsyncCancel? on Windows.
- 06:45 Ticket #119 (osgInit lacks version/feature checking capabilites of 1.x) closed by
- fixed: dunno when this sneaked in, but it's there now :)
- 06:42 Ticket #163 (Implement OSG_LOG_LEVEL_STARTUP) closed by
- fixed: done in r608.
- 06:40 Changeset [608] by
- - introduced envvar OSG_LOG_LEVEL_STARTUP if OSG_LOG_LEVEL_STARTUP is …
03/15/2007:
- 17:35 Changeset [607] by
- Make the shareValuesV and cloneValuesV methods non-pure. They now have a …
- 17:35 Ticket #169 (Make FieldDescriptionBase::cloneValuesV and sharedValuesV pure again) created by
- I had to temporarily change FieldDescriptionBase? cloneValuesV() and …
- 16:23 Changeset [606] by
- Remember to add colors to the axes geom.
- 15:32 Changeset [605] by
- Add coordinate axis generation code. ported from manipulators in OpenSG …
03/14/2007:
- 03:25 Changeset [604] by
- fixed: unittest errors
- 02:10 Changeset [603] by
- fixed : memory corruption by changing fields from the destructor …
03/13/2007:
- 22:15 Changeset [602] by
- fixed : look one up for the tools
- 17:31 Ticket #168 (nasty little memory bug with dynamic creation/deletion of geom and ...) created by
- We have finally been able to create a simple test application that …
- 15:32 OpenSG2Roadmap edited by
- (diff)
- 15:26 OpenSG2Vision edited by
- (diff)
- 14:28 Changeset [601] by
- Add a valgrind check for value being defined.
- 12:21 Changeset [600] by
- WORKAROUND: This works around an inconsistent seg fault we were seeing …
- 06:10 Changeset [599] by
- fixed : another memory leak
- 03:12 Changeset [598] by
- fixed : unresolved symbols / windows cleanup traits::getType
- 00:58 OpenSG2Roadmap edited by
- (diff)
- 00:56 OpenSG2Vision edited by
- (diff)
- 00:55 OpenSG2Roadmap created by
- 00:08 OpenSG2Vision created by
- 00:05 Planning2_0 edited by
- (diff)
- 00:04 FutureOfOpenSg edited by
- (diff)
- 00:03 Dev/DevHome edited by
- (diff)
03/12/2007:
- 23:30 MailingLists edited by
- (diff)
- 23:30 About edited by
- (diff)
- 23:22 WikiStart edited by
- (diff)
- 23:07 WikiStart edited by
- (diff)
- 23:05 Dev/Changes1To2 edited by
- (diff)
- 23:03 WikiStart edited by
- (diff)
- 22:49 Features edited by
- (diff)
- 22:04 Changeset [597] by
- fixed : more memory leaks
- 18:24 Changeset [596] by
- - Try to fix up some memory errors that valgrind was complaining about - …
- 09:17 Changeset [595] by
- Fix a compile error on windows.
- 04:27 Changeset [594] by
- fixed : memory leaks (missed from the last commit)
- 04:26 Changeset [593] by
- fixed : the worst of the vrml loader memory leaks (still some left in the …
03/11/2007:
- 15:53 Ticket #167 (Clean OpenSG2 with valgrind) created by
- Before we release OpenSG2 to a wide audience I think it would be good to …
- 13:53 Users edited by
- (diff)
- 09:21 Changeset [592] by
- Bug fix: start trying to patch up memory leaks in the VRML loader. In …
- 09:18 Changeset [591] by
- Add test that creates a tree of nodes in osb.
03/10/2007:
- 23:29 Changeset [590] by
- fixed : subRef typo (was addRef)
- 14:11 DevGuide/Logging created by
- 14:09 Reference edited by
- (diff)
03/09/2007:
- 12:15 Changeset [589] by
- Fixed compile problems on Mac OS X (patch provided by Patrick Hartling)
- 10:00 Changeset [588] by
- - Make ssm default to render traversal action if we are compiled with …
- 08:43 Changeset [587] by
- Port over some documentation about statistics.
- 08:43 Changeset [586] by
- - Add developer documentation option
- 08:33 Reference edited by
- (diff)
- 08:32 DevGuide/Statistics created by
- 08:18 Reference edited by
- (diff)
- 08:14 Changeset [585] by
- Added documentation files that needed ported. See ticket:166.
- 08:14 Ticket #166 (Port over the 1.8 .dox documentation files to 2.0) created by
- The existing documentation in 1.8 needs to be ported over into the class …
03/08/2007:
- 18:32 Changeset [584] by
- Merge 504:583
- 12:41 Changeset [583] by
- fixed intersect bug
- 10:42 Dev/FeaturesToPortFrom1to2 edited by
- (diff)
- 10:11 Changeset [582] by
- - OSB IO rewrite initial checkin
- 08:30 Changeset [581] by
- Back out r577 and use OSG::getContainerId instead.
- 04:49 Changeset [580] by
- fixed : removed systemlib dependency strange crash if canceling …
03/07/2007:
- 18:28 Changeset [579] by
- - Add test to make sure that ref counting is collecting memory with field …
- 18:27 Changeset [578] by
- - Be more verbose about when we are running the test suites.
- 18:27 Changeset [577] by
- - Add getId method so uses can find the fc id from a fc ptr.
- 17:54 Changeset [576] by
- - Add option to enable distcc.
- 16:02 Changeset [575] by
- Patch from Patrick Hartling to fix unresolved symbols in Cluster code.
- 15:59 Changeset [574] by
- Clean up condition variable code. Should compile on WinCE, but be …
- 14:35 Changeset [573] by
- Get condition variables compiling on Linux.
- 11:51 Changeset [572] by
- Fix unit test build on windows.
- 11:47 Changeset [571] by
- - Add condition variables, NOTE: SPROC is currently not supported. - Add …
03/05/2007:
03/04/2007:
- 03:13 Changeset [570] by
- fixed : python2.2 hacks
03/02/2007:
- 06:01 PotentialContributions edited by
- opencascade link added (diff)
- 05:32 BuildOSG2OnMacOSX edited by
- Added missing scons option (diff)
03/01/2007:
- 10:34 MailingLists edited by
- (diff)
- 01:45 Changeset [569] by
- fixed : type system init and missing base types (should fix osb loader …
02/28/2007:
- 22:38 Changeset [568] by
- added : scons local (0.96.95)
- 22:31 Changeset [567] by
- fixed : namespace problems
- 22:26 Changeset [566] by
- added : intel tools (linux), some addonhack to get the intel tools working
- 22:11 Changeset [565] by
- fixed : add vtk build to scons
- 11:44 PotentialContributions edited by
- Added OpenCascade?.zip link (diff)
- 09:16 PotentialContributions edited by
- (diff)
- 09:10 Ticket #165 (FieldContainerPool -> FieldContainerSet) created by
- We should rename the FieldContainerPool? to FieldContainerSet?, as Pools are …
- 01:46 Changeset [564] by
- changed : started to remove the cvs ids
02/26/2007:
- 16:28 Changeset [563] by
- changed: moved some utility code to separate files.
- 15:09 Dev/MarketingAnnouncments edited by
- (diff)
- 15:00 Changeset [562] by
- Recently ported files showing up in osg namespace in doxygen.
- 14:56 Ticket #164 (Doxygen on website not complete) closed by
- fixed: Fixed with r560.
- 14:52 Changeset [561] by
- Patch for MacOSX build (Thanks to Patrick Hartling for the patch!)
- 14:29 Changeset [560] by
- Added doxygen support (first round)
- 08:42 Dev/MarketingAnnouncments edited by
- (diff)
02/24/2007:
- 21:21 Ticket #161 (testOcclusionCulling doesn't compile with NVPerfSDK) closed by
- fixed: Fixed
- 21:17 Ticket #164 (Doxygen on website not complete) created by
- The current doxygen on the website is not usable. Most classes do nothing …
02/21/2007:
- 15:48 Changeset [559] by
- Added patch to more gracefully handle varying index types (Thanks to Toni …
- 15:47 Changeset [558] by
- Added line support to GeoBuilder?
- 15:47 Changeset [557] by
- Added minor documentation fixes.
- 11:26 Changeset [556] by
- Set native line endings.
- 10:58 Changeset [555] by
- Specify python command as part of fcd2code call in builder. This should …
- 10:50 Changeset [554] by
- Add more ignores.
- 10:50 Changeset [553] by
- - fcd2code regen
- 10:50 Changeset [552] by
- Fix up fcdxml to work with files containing windows line endings.
02/20/2007:
- 14:38 Changeset [551] by
- Merged changes from RenderTrav? branch (Thanks to Dan Shipton for the …
02/19/2007:
- 15:35 Changeset [550] by
- Rename the protected methods det2 and det3 to det2_calc and det3_calc. …
- 06:24 Ticket #163 (Implement OSG_LOG_LEVEL_STARTUP) created by
- New env. variable that can be set to reduce noise during osgInit.
02/17/2007:
- 03:06 Ticket #162 (build bot user/pass) created by
- Hi, I'd like to set up the build bot on the following machines : 1) …
02/16/2007:
- 15:00 Ticket #161 (testOcclusionCulling doesn't compile with NVPerfSDK) created by
- The stat element creation is wrong when using the NVPerfSDK with …
- 05:34 Changeset [549] by
- fixed: typo in typedef.
02/15/2007:
- 09:50 Ticket #160 (TextureObjChunk does not allow setting envMode) created by
- Setting envMode has been moved to the TextureEnvChunk. In the end, when …
- 09:20 Changeset [548] by
- Add comment.
- 09:18 Changeset [547] by
- Add comment about variables.
- 06:32 Changeset [546] by
- changed: remove fixParents, freeParents helper functions and make callers …
- 01:23 Changeset [545] by
- fixed : double shutdown for lockpool locks
- 01:22 Changeset [544] by
- fixed : vrml prototye value handling
- 01:22 Changeset [543] by
- added : VRMLImageTexture
- 01:21 Changeset [542] by
- fixed : vrml cleanups and noise reduction
- 01:20 Changeset [541] by
- fixed : strange gcc 4.1.1 neverending recursion
- 01:19 Changeset [540] by
- fixed : win compile problems
- 01:19 Changeset [539] by
- fixed : out of bounds error
- 01:18 Changeset [538] by
- fixed : readded cluster code
Note: See TracTimeline
for information about the timeline view.
