17547 Commits

Author SHA1 Message Date
Bei Yang
fb9d65b149 Working version checked in. TODO: Lots of documentation. Finish implementation of javascript callback methods. 2010-03-23 23:06:00 +00:00
Bei Yang
d45bd5d3cd Add Awesomium compile option 2010-03-23 23:04:51 +00:00
Gyedo Jeon
3216e5c0b6 Fixed a typo 2010-03-23 21:27:10 +00:00
rdb
e9234408c0 Fix errors on destruction when the GLSL shader failed to link 2010-03-23 13:23:34 +00:00
rdb
6132cfcadc Fix root_dir problems in pdeploy's standalone mode 2010-03-22 18:10:48 +00:00
rdb
7a33157f92 Revert some of my callable changes, I found out that old-style classes don't provide __call__ 2010-03-20 10:30:06 +00:00
David Rose
b4900f139b ppackage -H is convenient 2010-03-20 00:45:00 +00:00
Bei Yang
846505743d Fixes an optimization bug producing #INF in the egg file. Added check to make sure data isn't empty. This might be an issue only found in VS2008 SP1. 2010-03-19 23:10:50 +00:00
Zachary Pavlov
77318b23df hasattr(function, __call__) is not a valid callable check! use callable instead, which catches inittable objects 2010-03-19 22:49:24 +00:00
David Rose
599e8eff89 minor bugfixes 2010-03-19 22:36:27 +00:00
David Rose
9be238b149 support panda-package-version and panda-package-host-url for dev convenience 2010-03-19 22:35:46 +00:00
Mike Christel
ab2684e444 line spacing adjusted so .sln file opens easily into Visual Studio on MS OS platforms 2010-03-19 17:37:43 +00:00
Mike Christel
ce2e5ec10c new options "legacy-shaders" and "texture-copy"; egger now supports vertex color, flat color, and file textures in any combination with Maya Phong materials 2010-03-19 17:35:21 +00:00
rdb
ac1223d0da Ditch stuff like has_key and backticks 2010-03-19 10:32:09 +00:00
rdb
b3e9fd9c30 Remove this ancient thing 2010-03-19 09:29:31 +00:00
Gyedo Jeon
bd9e67ceda Added ObjectMgrBase class so game-specific ObjectMgr could be inherited from 2010-03-19 00:24:13 +00:00
gogg
938c86eee6 (Correctness) Delete internal arrays as arrays, not scalar. 2010-03-18 20:46:42 +00:00
rdb
52013f0065 Fix for Fedora 2010-03-18 12:42:08 +00:00
David Rose
f3df033696 fix is_2d() bug 2010-03-17 22:31:45 +00:00
gogg
8c4996c152 Fixes an OpenAL bug where certain sounds are cut off after a few seconds (this is rather experimental) 2010-03-17 14:38:13 +00:00
Gyedo Jeon
448b975efe Made manipulating widget not be shown for unmovable objects 2010-03-16 18:59:05 +00:00
rdb
bd362cd1d3 Use secure SSL connection for web plugin 2010-03-16 08:07:20 +00:00
Gyedo Jeon
2561e86f4c Made transform object properties UI disabled for unmovable objects 2010-03-16 01:32:57 +00:00
David Rose
2e4c938c71 fix bug with set_saved_result 2010-03-16 00:03:51 +00:00
Gyedo Jeon
28827cd5e3 Made duplicateObj function work with toontown 2010-03-15 21:00:16 +00:00
rdb
a9062aa25f Fix weird bugs regarding indexed_color on Unix/GLX 2010-03-15 10:49:42 +00:00
rdb
f272169d11 /nonfatal flag for *.p3d 2010-03-15 07:55:12 +00:00
rdb
4f1e88cc70 To avoid confusion, let's make it impossible to run makepanda without any of the --everything, --nothing, --use-*, --no-* flags. 2010-03-15 07:48:52 +00:00
gogg
dd2b42eaf1 Remove voodoo workaround from find_acceptable_display_mode. 2010-03-14 22:27:48 +00:00
David Rose
bace12e8d7 need accum-bits config variable 2010-03-14 18:31:05 +00:00
rdb
211479f168 Bundles on OSX don't have compatibility/current version 2010-03-14 15:20:10 +00:00
rdb
f29d6d3dc7 Do it better, faster 2010-03-14 14:47:52 +00:00
rdb
4c623bf8a2 I overlooked one ABI-compat fix for OSX 2010-03-14 14:34:44 +00:00
rdb
d668a53639 More about ABI compatibility:
* Fixed the bug on non-Windows where the incorrect libraries are located
 * OSX dylibs now have compatibility_version and current_version set
2010-03-14 11:48:08 +00:00
David Rose
b89595c845 further fixes to two-step context creation 2010-03-13 18:28:52 +00:00
Gyedo Jeon
d199a95664 Added Rename popup menu 2010-03-13 02:00:40 +00:00
David Rose
6d21f840bd fix crash when no default font available 2010-03-12 19:16:00 +00:00
Gyedo Jeon
3c5b129f40 Made protoPalette working with new PaletteTreeCtrl 2010-03-12 19:03:29 +00:00
Gyedo Jeon
b6cc9c11a7 Added expand, collapse popup menu 2010-03-12 05:58:46 +00:00
Gyedo Jeon
d49d251a96 Made selected node be shown 2010-03-12 05:30:21 +00:00
Gyedo Jeon
47f4e39de8 Added feature for importing toontown dna 2010-03-12 05:11:03 +00:00
Gyedo Jeon
ae157e1b89 Removed temoporary collision node after use 2010-03-12 05:08:04 +00:00
Arkady Trestman
7a4348c985 refactored palette tree functionality into a separate class - PaletteTreeCtrl 2010-03-10 23:14:14 +00:00
David Rose
e972a6dd0b get_text() should return a reference 2010-03-10 20:26:18 +00:00
Gyedo Jeon
2e9cf84f88 Made saved filename be current filename 2010-03-10 19:39:05 +00:00
David Rose
bbddefa885 make_window() should be public 2010-03-10 18:51:30 +00:00
rdb
eec6ae2728 Typo 2010-03-10 09:40:08 +00:00
Arkady Trestman
7a4844fa34 improved tree building performance 2010-03-10 02:10:06 +00:00
Ken Patel
bc9a4e1db1 GIB - Clean up log output and check for log histories even if basename does not include a date. 2010-03-10 02:03:22 +00:00
Arkady Trestman
d97bdd1440 improved object palette tree loading time 2010-03-10 00:15:58 +00:00