Commit Graph

4154 Commits

Author SHA1 Message Date
David Rose 502ae6d15e add prefer-texture-buffer 2005-03-01 22:34:08 +00:00
David Rose 63821e0499 whoops, remove unintended shadow of base class variable 2005-03-01 22:33:51 +00:00
David Rose e8bcb26e88 generalize render-to-texture operations 2005-03-01 21:35:47 +00:00
David Rose b82f3bac1e generalize render-to-texture operations 2005-03-01 20:37:42 +00:00
David Rose c5737877bd fixed failure to clear one-short buffer 2005-03-01 06:39:50 +00:00
David Rose 5ea397873d fix comment 2005-03-01 05:10:33 +00:00
David Rose 7f609122ff add support for render-to-texture 2005-03-01 01:08:57 +00:00
Joe Shochet 82186733d1 removed spammy cerr debugging 2005-02-28 23:41:50 +00:00
David Rose adfa81dd6c do a better job of choosing the best available pixel format in wgl mode 2005-02-28 22:08:15 +00:00
David Rose 44ba5002fa minor typos and clarifications 2005-02-27 17:31:29 +00:00
David Rose 4a5e1e825e is_ancestor_of(), get_common_ancestor() 2005-02-26 00:44:53 +00:00
David Rose 350eafbd02 M_slave 2005-02-26 00:33:20 +00:00
Mark Mine 7d2b8904e0 Added ability to set random seed to assist in synchronizing physics and particles across cluster rendering machines 2005-02-26 00:22:47 +00:00
David Rose c369b680b7 remove unused variable reference 2005-02-25 18:49:05 +00:00
David Rose ffdbf61985 TextureStage::M_blend_color_scale, TextureStage::rgb_scale, ColorBlendAttrib::O_color_scale, better handling of state changes in GL 2005-02-25 18:25:00 +00:00
Josh Yelon 02016f44d5 Better icon 2005-02-25 16:54:40 +00:00
Josh Yelon f9af3cf3cf Trying to speed up compilation a bit 2005-02-25 05:26:59 +00:00
Josh Yelon 133da96828 Trying to speed compilation a bit 2005-02-25 05:21:15 +00:00
Josh Yelon 9921fbba85 Removed some old debugging code that doesn't compile 2005-02-24 19:23:56 +00:00
David Rose f8000948e5 better error message when datagram too large 2005-02-23 22:07:04 +00:00
David Rose 5181b69662 don't crash when the system includes more than 1400 collectors 2005-02-23 22:06:34 +00:00
Josh Yelon f15dce600b Fixes for gcc 3.4 2005-02-23 20:50:34 +00:00
Josh Yelon a260e5610f Initial version 2005-02-22 23:31:34 +00:00
David Rose f558ff6450 a few more panda systems 2005-02-22 19:31:45 +00:00
David Rose 2a39759b85 fix PandaSystem.hasSystem() etc. 2005-02-19 00:00:47 +00:00
David Rose 2a92b0e512 fix EggVertexPool::create_unique_vertex() 2005-02-18 21:49:27 +00:00
David Rose b905967e2d cleanup miles better at program exit 2005-02-17 15:28:46 +00:00
David Rose ac5246e4f2 fix slerp, add auto-generate-mipmaps 2005-02-07 04:11:29 +00:00
David Rose c71fd12dc7 assert not nan 2005-02-07 04:09:44 +00:00
David Rose a24337f7b0 should use vfs to verify file existence 2005-02-04 14:06:10 +00:00
David Rose 334fc88489 add vfs-case-sensitive 2005-02-04 13:39:07 +00:00
David Rose 28d62c55ef latest merges from Schell Games 2005-02-04 05:24:47 +00:00
David Rose b9d9739fd5 work around broken system glx.h 2005-02-01 20:28:42 +00:00
David Rose 1d8b862db4 better color choices for showCollisions 2005-02-01 05:20:14 +00:00
David Rose b9009141e1 fix occasional crash with code compiled with gcc 2005-02-01 04:47:39 +00:00
David Rose 152ad24a1d typo in comment 2005-01-31 22:11:33 +00:00
David Rose b7b005a395 fix incorrect TIFF alpha information on write 2005-01-31 22:09:49 +00:00
David Rose 59ef5e9f80 minor performance tweak 2005-01-29 01:08:53 +00:00
David Rose e05ac10e9d default background alpha should be 0; screenshot should preserve alpha if available 2005-01-28 23:45:06 +00:00
David Rose 517acbaccb fix TransparencyAttrib::M_multisample 2005-01-28 23:01:27 +00:00
David Rose b248ae9f04 don't automatically do polygon smooth blending mode 2005-01-28 22:01:51 +00:00
David Rose 185fbf613e better antialias handling 2005-01-28 20:46:22 +00:00
David Rose 31eb743be3 revert accidental checkin 2005-01-27 14:49:22 +00:00
David Rose 8cd122bf5a new RenderModeAttrib::Mode values 2005-01-27 14:48:35 +00:00
David Rose d9d30855d0 fix line_width and RenderModeAttrib 2005-01-27 05:21:34 +00:00
David Rose 1064603147 force initial antialias state; enable multisample when transparency requires it 2005-01-27 04:37:43 +00:00
David Rose f939c61b1a api-level antialias control 2005-01-27 02:38:11 +00:00
David Rose 22a4972fe0 fix PTA_Vertex::set_element() 2005-01-27 00:40:06 +00:00
David Rose 03c13618e2 fix texture matrix bleed-over 2005-01-26 23:41:34 +00:00
David Rose d347a6be8e add pandaVersion.h, checkPandaVersion.h, and PandaSystem 2005-01-26 19:47:14 +00:00
David Rose b25125e9b0 notouch 2005-01-26 16:32:47 +00:00
David Rose e91e72e6c5 fix memory leak in state cache 2005-01-26 01:06:39 +00:00
David Rose 7d3fa1b266 add BitMask::range() 2005-01-24 18:56:46 +00:00
David Rose 52a0c84fce add LQuaternionf::get_forward(), fix angle_rad() 2005-01-23 16:39:16 +00:00
David Rose 7506a18646 re-introduce OGLDrvStrings 2005-01-23 15:17:05 +00:00
David Rose 287f4f387c more math operations 2005-01-23 00:23:01 +00:00
David Rose 843c9d07b9 typo 2005-01-22 15:17:11 +00:00
David Rose 176ca9dc18 whoopsy 2005-01-22 04:02:58 +00:00
David Rose 09025a32d7 fix LINK_ALL_STATIC 2005-01-20 07:35:29 +00:00
David Rose acc49cb3d7 remove pandadx 2005-01-20 06:08:04 +00:00
David Rose 9a71b58947 remove test_pgraph.cxx 2005-01-20 03:12:54 +00:00
David Rose 8f491813d0 add support for multiple PGTop nodes 2005-01-20 03:07:13 +00:00
David Rose a0fddbf147 need a longer attrib list 2005-01-20 00:48:18 +00:00
Asad M. Zaman 86787b3d98 merged make-a-pirate 2005-01-19 23:50:46 +00:00
David Rose ee66668ab1 integrate latest changes from CMU 2005-01-19 23:27:15 +00:00
David Rose 4ffa6f2864 implement workarounds for VBR mp3 problem 2005-01-18 19:16:59 +00:00
David Rose 00990fb767 add get_file_size() 2005-01-18 19:15:53 +00:00
David Rose 3a00e5c17e add set_pos_quat() and set_quat_scale() 2005-01-17 06:03:58 +00:00
David Rose 2483769500 add missing basic operators to quaternion 2005-01-17 05:55:43 +00:00
David Rose 75fb3803be replace accidental removal of flag initialization 2005-01-15 07:44:35 +00:00
David Rose 6cc498ed97 add clear() 2005-01-13 20:03:02 +00:00
David Rose 8d1a458c00 ropeNode stats and optimizations 2005-01-13 17:54:16 +00:00
David Rose 7e526eae81 use implicit scene in camera 2005-01-13 14:24:02 +00:00
David Rose 63ee254de2 move matrix computation 2005-01-13 05:54:01 +00:00
David Rose d7d049375c add RM_tape 2005-01-13 02:58:06 +00:00
David Rose 4db8187483 spam debugs 2005-01-12 05:59:15 +00:00
David Rose e04bc8d4ed release_all_geoms 2005-01-11 01:58:20 +00:00
David Rose d40eb90d62 fix default international character encoding 2005-01-10 23:35:57 +00:00
David Rose 8446af5e3e refine comments 2005-01-09 02:42:35 +00:00
David Rose bacd4ad811 RM_tube 2005-01-07 23:57:35 +00:00
David Rose ec6fab321c add remove_physical_node() 2005-01-07 03:56:29 +00:00
David Rose 038232e506 fix incorrect collision flag truncation 2005-01-06 23:00:32 +00:00
David Rose 2d3f3a6519 remove unused parameter 2005-01-06 15:56:42 +00:00
David Rose 4bced0c109 incorrect INLINE, move method body, change Access comment 2005-01-06 15:53:43 +00:00
Dave Schuyler 64055186bb formatting 2005-01-06 06:24:35 +00:00
Dave Schuyler d973f8a2ac debug output 2005-01-06 06:23:24 +00:00
David Rose aafc570976 remove old hacks, expose PandaNode output() methods 2005-01-06 01:33:22 +00:00
David Rose 0563079eab don't duplicate collision solids 2005-01-05 22:57:24 +00:00
David Rose a1d0fbc932 invsphere for egg syntax 2005-01-05 21:24:32 +00:00
David Rose 9d8f7fe834 add CollisionInvSphere 2005-01-05 19:48:08 +00:00
David Rose 347c04032b add CollisionLine, compute normals for ray, line, and segment intersection tests 2005-01-05 16:57:30 +00:00
Dave Schuyler 5cd636691f formatting 2005-01-05 04:06:39 +00:00
David Rose 470ad797ae robustify tiff alpha channel support a tiny bit 2005-01-04 03:07:05 +00:00
David Rose a0482c947f remove old app 2005-01-03 02:33:57 +00:00
David Rose 9e9cac826c finish implementation of rescale-normals for dxgsg 2005-01-02 18:05:56 +00:00
David Rose fe1b53ebcf remove unused variable reference 2004-12-30 21:33:21 +00:00
David Rose f8ddceb035 add RescaleNormalAttrib 2004-12-30 21:06:42 +00:00
David Rose afcab3f81e prebuild-bison 2004-12-30 18:57:17 +00:00
David Rose d9c06fb116 check for Mesa to indicate software rendering 2004-12-30 18:44:40 +00:00
David Rose 81ea39486f fix errant mouse cursor 2004-12-30 16:18:17 +00:00
David Rose 8f77347a1b use WGL_SAMPLES_ARB, reduce extraneous output 2004-12-30 04:16:42 +00:00
David Rose bf70f96471 report frame buffer properties more accurately 2004-12-30 02:04:37 +00:00
David Rose d7a1415b8c multisample_bits -> multisamples 2004-12-30 01:44:25 +00:00
David Rose 46c268f69d use WGL_SAMPLE_BUFFERS_ARB 2004-12-30 01:33:18 +00:00
David Rose 943f213dbb need to test nformats 2004-12-30 01:15:42 +00:00
David Rose 837a93bad5 report bits properly 2004-12-30 01:10:43 +00:00
David Rose 415c129bb6 support multisample on windows 2004-12-30 01:09:20 +00:00
David Rose db232215f8 use new prc interface, respect new frame buffer bits 2004-12-29 23:12:56 +00:00
David Rose 2b81326132 move to prc interface 2004-12-29 15:38:51 +00:00
Dave Schuyler 3c1ac2ee8e debug output 2004-12-29 04:08:08 +00:00
Dave Schuyler 8ed662cd7b *** empty log message *** 2004-12-29 04:07:40 +00:00
David Rose 03408cd09d robustify config for framebuffer etc. 2004-12-29 02:31:45 +00:00
David Rose 642dda0edd handle icon and cursor filenames more robustly 2004-12-28 22:24:45 +00:00
David Rose a9f7756ba6 migrate more code to prc interface 2004-12-28 18:49:53 +00:00
David Rose 84bcfefc13 defer creation of PStatCollectorDef 2004-12-23 19:54:46 +00:00
David Rose db8cdc119d split out PStatClientImpl 2004-12-23 19:10:35 +00:00
David Rose 7d5ae1e3f6 move more config variables to new interface 2004-12-23 05:42:42 +00:00
David Rose 6aa586e0f0 fix inline keyword 2004-12-21 20:43:57 +00:00
David Rose 338b93d6cf apply texture coords after flattening 2004-12-21 01:57:39 +00:00
David Rose c23be69d2b better GeomTransformer, flatten operations 2004-12-21 00:12:09 +00:00
David Rose 1b7175bcf4 refine comment, remove debug printout 2004-12-18 00:14:14 +00:00
David Rose 66b4e26506 revert accidental checkin of debug code 2004-12-17 23:09:57 +00:00
David Rose 8bbda67e2a glx support for multisample 2004-12-17 23:08:58 +00:00
David Rose 03dfb6dea0 more fixes for 16-bit-per-channel textures 2004-12-17 21:00:17 +00:00
David Rose cbb0cd085e fix return type in assertions 2004-12-17 18:24:25 +00:00
Dave Schuyler feb4266c44 added output and write 2004-12-17 02:09:38 +00:00
Dave Schuyler 23f8c497cb altered debug output and get_z_string 2004-12-17 02:08:55 +00:00
Dave Schuyler cdd7d20546 altered debug output 2004-12-17 02:07:51 +00:00
Dave Schuyler 600478aa63 debug output 2004-12-17 01:39:10 +00:00
David Rose ddf6bfa4cd truncate a little farther out 2004-12-17 00:57:34 +00:00
David Rose a3c351279a support 16-bpc textures 2004-12-17 00:26:01 +00:00
David Rose 5795fd895e oops--forgot to expcl_panda 2004-12-16 21:21:48 +00:00
David Rose ea4c5d4414 fix keystone correction logic 2004-12-15 23:41:10 +00:00
David Rose b1375f32a4 initial experiments with keystone correction, revisit M_multisample transparency, robustify MultitexReducer 2004-12-15 05:53:23 +00:00
David Rose ec6442c810 support loading new bams with temp-hpr-fix 0 too 2004-12-14 23:36:53 +00:00
David Rose 948278ee43 fix short-circuit of non-affine invert computation 2004-12-14 01:59:42 +00:00
David Rose a234645d69 more clarifications, section about mayacopy etc. 2004-12-13 23:12:56 +00:00
David Rose 27aae87379 more refinements and clarifications 2004-12-13 02:08:23 +00:00
David Rose 5d6227f1c6 replace assertion with warning 2004-12-12 16:13:57 +00:00
David Rose 60193c50ae don't enable mipmaps for dynamic textures 2004-12-11 16:39:28 +00:00
David Rose 1a6e7ff58b refinements to multitexReducer 2004-12-10 22:38:21 +00:00
David Rose 11a5aa7a00 use PRC_DESC 2004-12-10 20:29:21 +00:00
David Rose f36cc707b1 add get_window() 2004-12-10 20:10:56 +00:00
David Rose 07c1718ec9 use PRC_DESC 2004-12-10 19:48:28 +00:00
David Rose 788db400fb whoops, EXPCL_PANDAEXPRESS 2004-12-09 22:38:28 +00:00
David Rose b4252e39a6 typo in comment 2004-12-09 21:33:03 +00:00
David Rose 18ced11d6c convert express to new config system; add more options to pencrypt and OEncryptStream 2004-12-09 21:20:23 +00:00
David Rose 04ac1fd281 Multifile should be reference-counted, so Python programmers are not tricked into deleting it 2004-12-09 18:33:39 +00:00
David Rose c6480024ce publish ConfigVariableFilename properly 2004-12-09 00:56:07 +00:00
David Rose 448e2b73e8 implement base64_decode() 2004-12-08 23:01:15 +00:00
David Rose 962cfa369a define new_to_old_hpr() 2004-12-07 20:11:48 +00:00
David Rose c412d6bd6d update to reference maya files 2004-12-07 18:26:14 +00:00
David Rose 1becc5edd4 fix offscreen rendering with true offscreen buffer 2004-12-07 14:44:55 +00:00
David Rose 555e319c28 ParasiteBuffer's default_display_region needs size; fix offscreen rendering for dx8/9 2004-12-07 06:53:06 +00:00
David Rose 48e09cda31 support GraphicsOutput::set_inverted() 2004-12-07 04:25:38 +00:00
David Rose a483e0d497 remove dead code 2004-12-07 03:42:10 +00:00
David Rose 2657a91ae0 remove rfu references; seems to cause problem with alternate coordinate systems 2004-12-06 21:39:09 +00:00
David Rose 3f94604fc3 more fixes after removing GraphicsLayer 2004-12-06 21:37:41 +00:00
David Rose 666dd76fed remove GraphicsChannel and GraphicsLayer 2004-12-06 21:08:47 +00:00
David Rose bef7f8e270 compile on MSVC7 2004-12-06 20:31:33 +00:00
David Rose cab06b4336 clarify comment 2004-12-06 20:17:04 +00:00
David Rose fa592c1040 remove GraphicsChannel and GraphicsLayer 2004-12-06 19:35:05 +00:00
David Rose 4ff080d0d1 remove old stale code 2004-12-06 19:33:57 +00:00
David Rose 7d1a5fc226 flesh out MultitexReducer some more 2004-12-03 23:12:10 +00:00
David Rose 9f8ae63333 add Texture::get_match_framebuffer_format 2004-12-03 16:06:31 +00:00
David Rose 09edca7eef make share_with be an optional parameter 2004-12-03 01:46:59 +00:00
David Rose 5761ae9d2c first pass at MultitexReducer 2004-12-03 00:01:02 +00:00
David Rose c25138f82c typedef PFN's explicitly 2004-12-01 23:01:30 +00:00
David Rose de8da3d285 unused variable 2004-12-01 22:13:25 +00:00
David Rose b9caf48c17 blend colors were getting lost 2004-12-01 19:45:30 +00:00
David Rose a25c6928d0 extend ColorBlendAttrib 2004-11-30 08:36:19 +00:00
David Rose 791394711c build on irix 2004-11-30 01:10:10 +00:00
David Rose f782ecfa6c remove unused variable 2004-11-30 00:29:25 +00:00
David Rose 697f2a2b67 add had_absolute_pathnames() 2004-11-29 22:57:09 +00:00
David Rose 363d47f644 oops! 2004-11-29 21:11:55 +00:00
David Rose 7f0f7805c9 more pruning of old stuff 2004-11-27 19:30:25 +00:00
David Rose e623fb293e update fully from DWD to Panda3D--remove old pf references and unused syntax descriptions 2004-11-27 19:07:35 +00:00
David Rose fd2caab93f add previously built-in object types 2004-11-27 18:27:33 +00:00
David Rose 024da67802 don't crash on invalid tiff 2004-11-26 22:35:00 +00:00
David Rose 7a1310b819 add reference to decompressor.I 2004-11-26 20:50:45 +00:00
David Rose 5f2d0db993 compile on win32 2004-11-26 20:35:19 +00:00
David Rose 7c5e24c2ad compile in the rock-floor.rgb texture as part of the code, so it doesn't need to be found externally 2004-11-26 19:37:36 +00:00
David Rose 51cba437b9 add PNMImage::read(istream) and write(ostream) 2004-11-26 19:36:52 +00:00
David Rose ac4d4d1c1c shortcut to is_planar check 2004-11-24 22:20:42 +00:00
David Rose 1ed3266d9e automatically triangulate non-planar collision polygons 2004-11-24 22:18:48 +00:00
David Rose a25a78ebbc add is_planar 2004-11-24 22:11:25 +00:00
David Rose 728d504fa7 flag uncompressed channels with new_hprs also 2004-11-23 00:41:26 +00:00
Joe Shochet 8e4a3a1a73 removed mounts that are problematic for ppremake (see drose) 2004-11-23 00:25:14 +00:00
David Rose 97567cab47 properly load old animations when temp_hpr_fix is in effect 2004-11-22 19:34:57 +00:00
David Rose 381477af9f use new config system 2004-11-22 18:54:29 +00:00
David Rose 48c96d0928 add ConfigVariableFilename 2004-11-22 18:45:18 +00:00
David Rose b1c7748300 oops, incorrect EXPCL 2004-11-21 19:58:58 +00:00
David Rose 8747959c7b separate compose_matrix into old_hpr and new_hpr variants 2004-11-21 19:51:58 +00:00
David Rose e2c525d201 publish PNMImage 2004-11-21 19:48:00 +00:00
David Rose 67b9dc9367 better message for singular invert assertion 2004-11-21 17:49:57 +00:00
David Rose 6ac53b826a add load_prc_file_data 2004-11-21 00:14:43 +00:00
David Rose 0b34d0deb6 oops 2004-11-17 23:37:38 +00:00
David Rose 7d318ef1f6 fix track-memory-usage error messages 2004-11-17 23:35:35 +00:00
David Rose acde259015 fix incorrect expcl 2004-11-17 22:44:02 +00:00
David Rose 86b7edace2 add vfs->close_read_file() to work around compiler bug 2004-11-17 22:34:18 +00:00
David Rose 6698db48d9 allow embedded comments 2004-11-16 18:40:03 +00:00
David Rose 155e0a5851 minor typo fixes and rewording 2004-11-16 02:12:59 +00:00
David Rose 3e548e3663 new interrogate, minor config changes 2004-10-28 18:33:45 +00:00
David Rose 0c94b63b85 dimbo -> mover 2004-10-28 17:37:44 +00:00
David Rose 720110c165 anonymous access now available 2004-10-28 01:48:42 +00:00
Asad M. Zaman 78c010ba01 first pass: slider bar gui implemented 2004-10-28 00:49:17 +00:00
David Rose a55442c808 remove spurious warning 2004-10-28 00:26:24 +00:00
David Rose 91632a1ea8 new document 2004-10-27 14:42:22 +00:00
David Rose db1d179033 further explain signed prc setup 2004-10-26 21:38:16 +00:00
David Rose d2df1238df document in progress 2004-10-26 01:43:39 +00:00
David Rose 3410413ae5 define ConfigVariableManager::make_variable_template() 2004-10-26 00:27:31 +00:00
David Rose dc46ad57dd more config tweaks 2004-10-25 21:06:39 +00:00
David Rose f68ab23323 no wstring::clear() 2004-10-25 19:41:14 +00:00
David Rose 3d63d03559 include stdio.h 2004-10-25 17:29:41 +00:00
David Rose 0f7af4d9f3 oops, false -> hi 2004-10-25 17:24:56 +00:00
David Rose ad1f64ba56 oops, false -> NULL 2004-10-25 17:23:28 +00:00
David Rose cc9452dc50 refinements to prc system 2004-10-22 23:44:19 +00:00
David Rose d2d927e4bc unused fhasher 2004-10-22 23:27:58 +00:00
David Rose fa32be5de4 refinements to prc system 2004-10-22 23:13:49 +00:00
David Rose 378645efbe first pass at new config interface 2004-10-21 14:35:43 +00:00
Dave Schuyler 2b3aa5cf31 minor changes 2004-10-16 00:38:56 +00:00
David Rose 9f7b53723d no longer need to fmod getHpr; this is done in the dc syntax now 2004-10-14 22:25:58 +00:00
David Rose 2a017f1288 allow iterating through anims in AnimControlCollection 2004-10-14 18:23:18 +00:00
David Rose 13be5ce398 output draw_order too 2004-10-14 18:22:57 +00:00
Dave Schuyler 66cc949eb5 comment 2004-10-13 23:37:25 +00:00
David Rose 35dac69d04 forgot to add this long ago 2004-10-13 23:27:54 +00:00
Dave Schuyler a0d7a72b5e changed to -HUGE_VAL as drose suggested; added clear_floor_z 2004-10-13 22:19:34 +00:00
David Rose 62c3a5bf1d debug output 2004-10-12 17:19:26 +00:00
David Rose 003269d79a vertices are dynamic if they have morphs 2004-10-11 22:27:48 +00:00
David Rose 21483c7e2b add quantize() 2004-10-11 20:40:15 +00:00
Dave Schuyler 6e0ed7a3a4 added use of floor z 2004-10-07 01:18:49 +00:00
David Rose dfb3408f7d future portability to libpng 1.2.7 2004-10-04 21:25:50 +00:00
David Rose 16128382a9 hashing not a great idea here 2004-10-02 12:17:26 +00:00
David Rose dbb24d9cc9 phash_map, etc. 2004-10-02 05:07:16 +00:00
Asad M. Zaman c8e39f5cff drose: EXPCL_PANDAEXPRESS 2004-09-30 22:38:59 +00:00
David Rose 0392b84e23 fix warning on win32 2004-09-30 22:22:32 +00:00
David Rose 9f96811a21 EXPCL_PANDAEXPRESS, win32 fixes 2004-09-30 21:46:03 +00:00
David Rose 557060cb1d weak pointers, and FadeLODNode fixes for instances/multiple cameras 2004-09-30 21:29:25 +00:00
David Rose d2a5f253a3 ignore generated directory names 2004-09-30 21:22:43 +00:00
David Rose 7d829390e7 minor track-memory-usage bugs 2004-09-30 17:06:05 +00:00
David Rose 1598263926 forgot to add this 2004-09-29 16:57:39 +00:00
David Rose 8560437033 add DEPENDABLE_HEADER_DIRS 2004-09-29 16:45:39 +00:00
David Rose 35f40e8c2a clarify inter-tree dependencies comments 2004-09-29 16:37:17 +00:00
David Rose 3de889a930 intra-tree dependencies 2004-09-29 16:26:14 +00:00
David Rose 4679b6c98e omitted file 2004-09-28 00:49:22 +00:00
David Rose d31b91e758 prepare to implement AuxSceneData 2004-09-27 23:58:27 +00:00
David Rose e2118e70a0 use abs to compute lod distance 2004-09-27 22:58:28 +00:00
Dave Schuyler bbae7e05ab added pp.dep 2004-09-27 22:42:55 +00:00
David Rose 831e0a84e7 add indexed flag to egg files 2004-09-27 22:38:54 +00:00
David Rose 4ebc6b2750 whoops, incorrect inheritance for FadeLODNode registry 2004-09-27 22:17:50 +00:00