Commit Graph

3513 Commits

Author SHA1 Message Date
Asad M. Zaman 01171fd7d2 portals are now clipped against view frustum to generate reduced frustums. There is a bug, which I will work on Monday 2004-06-05 01:56:33 +00:00
Darren Ranalli 9ff0f4d8a8 publish main_tick (for AI stats) 2004-06-05 01:16:33 +00:00
David Rose a42d5f1389 support Configrc* 2004-06-05 00:39:01 +00:00
David Rose 1bced6e324 remove Daniel's name 2004-06-05 00:36:33 +00:00
David Rose 7aa548edeb remove panda.pth 2004-06-04 22:21:17 +00:00
David Rose 1e10f59943 tweak comments 2004-06-04 16:52:46 +00:00
Asad M. Zaman d3d36911de 2nd pass portal clipping. This is integrated into scenegraph 2004-06-04 01:34:14 +00:00
David Rose b960ed2568 remove old crud 2004-06-03 21:53:46 +00:00
David Rose ff8ac9f0a4 const 2004-06-02 21:15:20 +00:00
Asad M. Zaman c3b2cefc72 save as of june 1st 2004-06-02 17:04:38 +00:00
Asad M. Zaman 78c82c3747 interim save 2004-05-27 22:47:39 +00:00
Darren Ranalli 798348ea12 slightly improved hash values 2004-05-27 00:14:27 +00:00
Darren Ranalli d0acfcc4ac Roger's patchfile generation speed optimizations 2004-05-26 22:30:21 +00:00
Asad M. Zaman 1c5385b973 hmm, previous check in caused a crash on toontown, this fixes it 2004-05-26 01:22:09 +00:00
Darren Ranalli f9c4643c93 speed order clarification (comment change) 2004-05-26 00:58:31 +00:00
Asad M. Zaman 51fa0c2ca3 added a new switch to pview to toggle between window/fullscreen 2004-05-25 21:07:15 +00:00
Asad M. Zaman 91a65b3a56 fixed the window/fullscreen toggle crash for some cards 2004-05-25 21:06:24 +00:00
Asad M. Zaman be718ced33 some fixes to make the portal node loaded as portal nodes 2004-05-25 00:26:46 +00:00
David Rose 9c8037ad62 parse portal syntax in egg files 2004-05-20 19:43:33 +00:00
Dave Schuyler c6e0a88590 formatting 2004-05-19 04:19:59 +00:00
Dave Schuyler e881c28f75 Asad's suggested changes to avoid white
line in upper and left edges of each DisplayRegion
2004-05-19 04:19:28 +00:00
Asad M. Zaman aceb35c234 adding portal node, code in progress 2004-05-18 00:51:34 +00:00
Asad M. Zaman 4a24b121b0 python toggle switch allows the portal culling to be on/off 2004-05-18 00:50:43 +00:00
Asad M. Zaman 387e2e8131 creating a portal mask for portal culling 2004-05-14 00:27:28 +00:00
Asad M. Zaman b24ea6211d first pass prototype of portal culling system 2004-05-13 22:22:08 +00:00
Asad M. Zaman f1de5451a3 first pass prototype of portal culling system 2004-05-13 22:12:57 +00:00
David Rose 17997c0541 clear pointer on reading bam 2004-05-12 22:25:58 +00:00
David Rose 95f8fa1fb8 fix crash when meshing certain models 2004-05-07 17:42:39 +00:00
David Rose fb79ed6314 add has_normals 2004-05-04 23:34:11 +00:00
David Rose 382f0527eb fix stopped-chat wordwrap problem 2004-04-30 20:58:21 +00:00
Dave Schuyler a666dcbac4 changed how the contact vector gets calculated 2004-04-29 01:31:05 +00:00
Asad M. Zaman 31ff26b6f4 fixes what I was trying to fix for the last checkin 2004-04-28 02:41:39 +00:00
Asad M. Zaman 79a7b7c5da oops, broke the logic for that close ime fix, hopefully this will work 2004-04-28 02:03:44 +00:00
Asad M. Zaman 71a5efcfd6 fixes the candidate/composition problem in IME 2004-04-28 01:21:37 +00:00
Yonghwan Lee d7871b69f2 MFC: don't send composition string on close_ime 2004-04-27 00:56:16 +00:00
David Rose c5d3a6f7d8 correctly test for fbconfig before trying to create a buffer 2004-04-26 18:54:37 +00:00
David Rose 3d2f33e10e fall back to older XVisualInfo interface if GLXFBConfig doesn't return any available options 2004-04-26 18:38:44 +00:00
David Rose fd24bb7a43 publish enums 2004-04-26 16:29:21 +00:00
David Rose b9d2de1b21 move inline functions .cxx file 2004-04-24 20:03:53 +00:00
David Rose dec4cb4bdb upgrade to version 4.10 bams 2004-04-24 00:04:02 +00:00
Asad M. Zaman d90a4405bb chat panel cancel now closes the ime window if any 2004-04-23 23:43:46 +00:00
Dave Schuyler eae4f00000 addedCollisionHandlerGravity 2004-04-23 03:59:06 +00:00
Dave Schuyler 8a7807a7c1 changed assert 2004-04-21 03:04:26 +00:00
Dave Schuyler 5c5eafe9f2 added contact normal; fix for floor offset 2004-04-21 02:17:06 +00:00
Dave Schuyler 265fe859ad working on adding reach 2004-04-15 00:27:42 +00:00
Joseph Lee 6726f39637 CLP()::start_frame() should not use PStatTimer unless DO_PSTATS defined 2004-04-13 08:54:07 +00:00
Joseph Lee f4825cb99a CLP()::end_frame() should not use PStatTimer unless DO_PSTATS defined 2004-04-13 05:12:18 +00:00
Dave Schuyler 2e28debd73 changed to step up to floor 2004-04-13 01:12:59 +00:00
Asad M. Zaman 4805d1285c introduced a new config variable ime-hide to hide the ime window. This mechanism doesn't work properly as of now, but hopefully it will soon. 2004-04-08 23:29:15 +00:00
David Rose 317b510b06 uninitialized variable 2004-04-08 20:49:38 +00:00