Commit Graph

435 Commits

Author SHA1 Message Date
rdb ff6fc008bb protect PythonCallbackObject::init_type() with HAVE_PYTHON 2009-04-02 20:08:29 +00:00
David Rose 2d0ade8276 squelch silly warning about clock time 2009-03-15 13:03:40 +00:00
David Rose 0c90c36fd7 new callback system 2009-03-14 19:31:37 +00:00
David Rose ddbad77851 set_bounds_type() 2009-03-12 21:50:03 +00:00
David Rose 1145a3cf99 need pmap.h 2009-02-13 17:33:20 +00:00
David Rose d521ca04fa revert BitMask::operator bool--just a bad idea. 2009-02-11 00:31:34 +00:00
David Rose da684d4f49 operator bool 2009-02-10 23:34:22 +00:00
David Rose 9087b030a9 fix race condition 2009-01-28 22:19:00 +00:00
David Rose f6030da8bc prevent occasional assertion failure 2009-01-27 06:27:47 +00:00
David Rose 32581604cf better fixes for auto-compressed textures 2009-01-16 18:01:35 +00:00
David Rose b37a30fe63 add support for libsquish 2009-01-12 23:29:55 +00:00
rdb f5eaaf86a1 Added wheel_left and wheel_right 2008-12-28 18:48:33 +00:00
David Rose e640f676e0 don't remove correct file when failing to rename the incorrect one 2008-11-14 19:57:39 +00:00
David Rose 8364c4f34b issues with phash_map on opt2 2008-11-11 23:30:55 +00:00
David Rose 1462bee771 better Filename usage 2008-11-11 23:28:14 +00:00
David Rose 0def22bd7b fix loop(restart = 0, fromFrame = x) 2008-11-11 02:04:14 +00:00
David Rose 58e0537e3c wide interrogate improvements: sequence protocol, MAKE_SEQ, __setitem__, and parameter coercion 2008-11-07 21:12:42 +00:00
David Rose 440746d3a4 expose interfaces for constructing Characters and associated joint hierarchies via Python 2008-11-05 19:33:04 +00:00
David Rose bcdab6f3d4 remove texture_path, sound_path, egg_path 2008-11-04 18:25:21 +00:00
David Rose db1bc689e5 various fixes to threads, downloader, and support for VirtualFileMountHTTP 2008-11-04 01:09:57 +00:00
David Rose 8639f98ae9 need to vector model_path etc. through function after all, to avoid static-init problems 2008-10-22 22:11:16 +00:00
David Rose 65ef4f55da expose filestream stuff 2008-10-20 18:24:25 +00:00
David Rose ef771a796b make sync primitives more similar to python function names 2008-10-14 00:07:05 +00:00
David Rose d4c2c9858d SIMPLE_THREADS_NO_MUTEX -> LightMutex 2008-10-08 23:23:40 +00:00
David Rose 17483cdbda fix crash with bad clock-mode 2008-10-05 18:25:23 +00:00
David Rose fab502970f more threading improvements 2008-10-02 17:50:16 +00:00
David Rose b07dbcc262 remove support for pre-6.14 bams 2008-09-26 13:44:54 +00:00
David Rose eb4baf3e4d fix a few texture issues 2008-09-19 21:01:53 +00:00
David Rose 524128b9fd wip: starting experimental C-based task manager 2008-09-19 00:58:04 +00:00
David Rose 75b5e032f0 rename SIMPLE_THREADS_NO_IMPLICIT_YIELD 2008-09-11 01:37:12 +00:00
David Rose 964c76f2e0 pandaFileStream 2008-09-09 00:06:47 +00:00
David Rose c76a53486f read dds files 2008-08-20 00:06:04 +00:00
David Rose 17f898413e uniquify cache temp filename by thread 2008-08-16 01:22:18 +00:00
David Rose 617a769ef7 more work towards asynchronous texture loads: auto-caching compressed texture versions 2008-08-14 23:50:17 +00:00
David Rose 35baf6a2ee whoops! 2008-08-07 21:09:57 +00:00
David Rose 6d953de53a asynchronous animation binding 2008-08-07 17:26:39 +00:00
David Rose 9801436889 change suggested by ynjh_jo 2008-06-24 08:14:09 +00:00
David Rose fb9c56432a we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
David Rose acb0faae46 Texture::set_quality_level() 2008-05-13 23:31:19 +00:00
David Rose 979896da75 a few tinydisplay optimizations 2008-05-10 21:51:22 +00:00
Darren Ranalli 146233c46d added get_max_frame_duration 2008-05-09 01:49:10 +00:00
David Rose a667e91dce TextureAttrib::_implicit_sort 2008-04-10 00:45:43 +00:00
David Rose d9040abb58 use <auto> filename path 2008-04-08 22:05:52 +00:00
Josh Yelon 08dcdade5c load_dso now uses a plugin search path 2008-03-18 22:25:59 +00:00
Josh Wilson a4b51594b8 adding getNextHighestBit() and getNextLowestBit() functions 2008-01-29 22:02:47 +00:00
David Rose 775466b4bd egg loader and bam loader set a ColorAttrib on every Geom. 2007-12-20 03:17:38 +00:00
David Rose 181f690bb8 ClockObject::calc_frame_rate_deviation() 2007-12-07 02:25:10 +00:00
David Rose d85b062b2d don't limit counters to 32-bit 2007-11-21 22:42:56 +00:00
Josh Yelon 3ccb93583f Fixed the double in mouseData 2007-10-01 20:04:34 +00:00
Josh Yelon f64547dd1b Code to record a mouse trail added 2007-09-30 19:40:46 +00:00