open_toontown_panda3d/makepanda
Walt Destler bb5d97f1bf Fixed the following issues with the multitouch and python eventing code comitted earlier this week:
-	Renamed CustomGraphicsWindowProc to PythonGraphicsWindowProc.
-	PythonGraphicsWindowProc now extends the PythonCallbackObject class.
-	Added a GraphicsWindowProcCallbackData class. The data stored in this class depends on the OS being compiled for. (Currently only members for WIN32.)
o	Multitouch is now handled through this class as well. It has is_touch_event(), get_num_touches(), and get_touch_info() methods. The GraphicsWindow class still has these methods (GraphicsWindowProcCallbackData simply calls them), but they are no longer published.
-	Updated Sources.pp to use all these new files.
-	Added function and class comment blocks to everything.
-	Fixed a few coding convention things and continued to follow those conventions to the best of my knowledge.
-	Checked for literal tab characters.
-	pandabase.h comes before all other includes
-	No Windows-specific typedefs in non-Windows code.
-	All python-specific code in HAVE_PYTHON blocks.
-	Fixed the case between TIF_move, TIF_down, and TIF_UP (now TIF_up).
2010-06-25 21:46:53 +00:00
..
Panda3D-tpl.dmg Move makepanda to root 2009-03-31 11:49:27 +00:00
confauto.in Apply fixes from abhinath to makepanda build too 2009-09-17 19:20:58 +00:00
config.in Fix model-cache location. On OSX it was even in ~/Documents/Library/Caches/, wow. 2010-04-16 10:16:35 +00:00
expandimports.bat Fix wrong link to website 2009-11-30 13:51:26 +00:00
expandimports.py Move makepanda to root 2009-03-31 11:49:27 +00:00
installpanda.py Various improvements, most notably that --installer now supports creating FreeBSD packages. Also, default install path for installpanda.py is now /usr/local 2010-05-30 19:11:29 +00:00
makechm.bat Fix wrong link to website 2009-11-30 13:51:26 +00:00
makechm.py Fix makechm for new manual stuff 2010-02-24 11:54:14 +00:00
makedocs.bat Fix wrong link to website 2009-11-30 13:51:26 +00:00
makedocs.py Move makepanda to root 2009-03-31 11:49:27 +00:00
makepanda.bat Fix wrong link to website 2009-11-30 13:51:26 +00:00
makepanda.py Add -headerpad_max_install_names for binaries as well 2010-06-23 12:55:28 +00: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 Update file listing 2010-04-09 12:53:47 +00:00
makepandacore.py Fixed the following issues with the multitouch and python eventing code comitted earlier this week: 2010-06-25 21:46:53 +00:00
panda3d.desktop Some compile fixes. Also, the linux debs & rpms now register egg, bam, egg.pz, bam.pz and p3d mimetypes 2009-07-21 13:07:38 +00:00
pview.desktop Auto-install plugin into /usr/lib/mozilla/plugins, and fix a couple of PCBSD issues. Oh, and I forgot to commit pview.desktop. 2009-07-22 10:24:31 +00:00