open_toontown_panda3d/makepanda
rdb 6db5d0dc11 Huge cppparser and interrogate overhaul, bringing:
* Better support for typedefs
* Same code should compile for both 32-bit and 64-bit
* C++11 typed enum support
* Synthesize __setitem__ when operator [] returns reference
* Rewrite coerce system to have better performance
* Change semantics of __getattr__ and __setattr__ to match
  Python's, add __getattribute__, __delattr__ and __delitem__
* Improve performance of slot functions a bit more
* Reduce memory overhead of type system
* Some support for wrapping arrays of numeric types
* C++11 character type support in cppparser
* Chars are handled as strings of length 1
* Template functions for CreatePyInstance that use runtime type map
* More functions from dtool as extension functions
* Code cleanup
2014-12-30 16:43:52 +01:00
..
.gitignore Add .pyc files to the makepanda directory ignore file 2014-12-02 10:15:30 -08:00
confauto.in Drop support for VC2008. Add support for VC2010. Split vrpn and ffmpeg out of libpanda. Fixes for cross-compiling 64-bit on 32-bit Windows. Will post new thirdparty packages at the forums. 2013-08-26 12:22:24 +00:00
config.in Delete DirectX 8 support 2014-12-30 02:00:43 +01:00
expandimports.bat committed (admittedly) untested changes for batch files to respect %MAKEPANDA_THIRDPARTY% 2010-12-01 20:38:26 +00:00
expandimports.py Move makepanda to root 2009-03-31 11:49:27 +00:00
getversion.py Support for automated build bot scripts, add PandaSystem::get_git_commit() 2014-12-22 20:27:37 +01:00
installpanda.py More minor linux packaging fixes 2014-12-29 15:16:33 +01:00
makechm.bat committed (admittedly) untested changes for batch files to respect %MAKEPANDA_THIRDPARTY% 2010-12-01 20:38:26 +00:00
makechm.py Fix makechm for new manual stuff 2010-02-24 11:54:14 +00:00
makedocs.bat committed (admittedly) untested changes for batch files to respect %MAKEPANDA_THIRDPARTY% 2010-12-01 20:38:26 +00:00
makedocs.py Move makepanda to root 2009-03-31 11:49:27 +00:00
makepanda.bat Add a check for 32-bit vs 64-bit OS and then use the appropriate python 2013-08-27 20:44:27 +00:00
makepanda.py Delete DirectX 8 support 2014-12-30 02:00:43 +01:00
makepanda.sln line spacing adjusted so .sln file opens easily into Visual Studio on MS OS platforms 2010-03-19 17:37:43 +00:00
makepanda.vcproj Delete DirectX 8 support 2014-12-30 02:00:43 +01:00
makepandacore.py Huge cppparser and interrogate overhaul, bringing: 2014-12-30 16:43:52 +01:00
panda3d.desktop More minor linux packaging fixes 2014-12-29 15:16:33 +01:00
pview.desktop More minor linux packaging fixes 2014-12-29 15:16:33 +01:00