16376 Commits

Author SHA1 Message Date
David Rose
508b92005f super mirror 2009-09-23 23:31:38 +00:00
David Rose
d2307eb838 keep-all-uvsets 2009-09-23 21:08:06 +00:00
David Rose
17133ebc8c mirrors at the C++ level too 2009-09-23 19:45:21 +00:00
David Rose
26813ee3b6 strip query string 2009-09-23 17:35:25 +00:00
David Rose
b3b6c13d71 HostInfo.asMirror 2009-09-23 02:45:14 +00:00
David Rose
029512d577 is_protected_mode 2009-09-23 00:25:41 +00:00
David Rose
c40c8f66fe prepare for is_protected_mode 2009-09-22 22:31:32 +00:00
David Rose
0d51d08b66 remove tinyxml dependency 2009-09-22 22:30:57 +00:00
David Rose
1a5a02d3cd protect against multiple ondownloadbegin notifies 2009-09-22 21:32:23 +00:00
David Rose
be34e2e587 mirror support (python level) 2009-09-22 20:29:45 +00:00
Arkady Trestman
1ac436a01f now delaying initializing the plugin untill ActiveX control is ready to draw it 2009-09-22 20:23:35 +00:00
rdb
4df192c752 No GLX on osx 2009-09-22 18:57:56 +00:00
rdb
27cd2c425c Linker fix 2009-09-22 17:58:29 +00:00
David Rose
301342ec8d minor fix 2009-09-22 17:48:33 +00:00
rdb
24434f1918 One more minor fix 2009-09-22 17:28:35 +00:00
rdb
a76d9682b4 CgGL is in the Cg framework on OSX 2009-09-22 17:27:04 +00:00
rdb
6a69219f13 Forgot one import 2009-09-22 17:21:42 +00:00
rdb
704bcc4932 OSX fixes 2009-09-22 17:20:02 +00:00
rdb
1d42c6dd43 Proper CgGL linking 2009-09-22 16:21:42 +00:00
David Rose
e434ca0d57 alt_host 2009-09-22 13:57:14 +00:00
David Rose
b710786378 compilation error 2009-09-22 03:57:32 +00:00
David Rose
ec5f3ab053 wip: alt_host 2009-09-22 02:15:20 +00:00
David Rose
56a52075c4 build rules 2009-09-21 22:23:05 +00:00
David Rose
33af8bd0a3 windowsism 2009-09-21 21:32:23 +00:00
David Rose
798f55f049 some windowsisms, starting mirror stuff 2009-09-21 21:31:59 +00:00
David Rose
a0e8ed727e missing header file 2009-09-21 16:55:15 +00:00
rdb
067c6ec0a8 Fix include dir issue with freetype 2009-09-21 11:00:49 +00:00
rdb
e778faa27e Oops, another typo 2009-09-21 10:57:10 +00:00
rdb
3f0beb2537 Support searching in custom inc directories 2009-09-21 10:56:20 +00:00
rdb
ac4f2a3d37 ld cache fix 2009-09-21 10:52:08 +00:00
rdb
8b362f6c88 Locate dylibs too 2009-09-21 10:49:55 +00:00
rdb
933899dca7 another bugfix for osx 2009-09-21 10:41:56 +00:00
rdb
e1cd2f3d84 Fix typo 2009-09-21 10:39:26 +00:00
rdb
fb3988eb09 Also work without pkg-config, for example mac doesn't have it by default 2009-09-21 09:59:47 +00:00
David Rose
cc5c7cad5d egg-mkfont and egg-palettize should use png format by default, instead of rgb 2009-09-20 22:43:37 +00:00
rdb
f4cf3bfdd4 Overhaul of makepanda's thirdparty package handling. It now supports searching the system for thirdparty packages, and makes great use of pkg-config. 2009-09-20 19:23:17 +00:00
David Rose
a1add7d090 compilation error 2009-09-20 18:48:54 +00:00
David Rose
bd71beaf76 more cache-busting, keep install directory clean 2009-09-20 18:47:04 +00:00
rdb
120bfa8d9e Very ugly workaround around a very annoying selinux sigsegv on shutdown 2009-09-20 18:43:06 +00:00
rdb
366baaa6a7 Fix interrogate issues with ode 2009-09-20 15:45:25 +00:00
rdb
1f850ccb9e Fix build issue 2009-09-20 15:38:42 +00:00
rdb
cdfc31c4fa Interrogate can do perfectly without those 2009-09-20 15:18:50 +00:00
rdb
b6de452a12 Give execute permissions, otherwise p3dcert won't run here 2009-09-19 17:14:00 +00:00
rdb
30a2c57cb3 Fix an issue with programs being destroyed and then reused by different copies of the same shader. Also, added better error reporting system for Cg errors. 2009-09-19 09:55:05 +00:00
rdb
9261a7baad - Integrate new plugin certificate tool
- Support for wx-config (needed to compile p3dcert)
- Added some flags that make sure the windows linker won't accidentally pick up symbols from the debug runtime
- Some generic linker fixes
2009-09-19 09:05:14 +00:00
David Rose
b8fadef8cb unquote file URL's 2009-09-19 00:38:12 +00:00
David Rose
02a24010fb downloader fixes 2009-09-18 22:30:27 +00:00
David Rose
2995f65b17 add -A 2009-09-18 21:17:38 +00:00
rdb
f97959e94b Full rewrite of ppython. Instead of invoking the python interpreter by launching it's process, it interfaces to the Python API to import the script as module.
Basically, it's a hybrid between what it used to be and what the scripts would be, frozen.
The advantage of the first is that ppython is now a very small wrapper instead of the hacky problematic mess it used to be.
The advantage of the second is that the scripts are not as big as if they would be frozen. And they can be modified.
2009-09-18 16:08:30 +00:00
rdb
141fa88c7c Fix compile issue with ppython tools 2009-09-18 14:34:15 +00:00