Commit Graph

6223 Commits

Author SHA1 Message Date
David Rose b4900f139b ppackage -H is convenient 2010-03-20 00:45:00 +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
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
Gyedo Jeon 448b975efe Made manipulating widget not be shown for unmovable objects 2010-03-16 18:59:05 +00:00
Gyedo Jeon 2561e86f4c Made transform object properties UI disabled for unmovable objects 2010-03-16 01:32:57 +00:00
Gyedo Jeon 28827cd5e3 Made duplicateObj function work with toontown 2010-03-15 21:00:16 +00:00
rdb f272169d11 /nonfatal flag for *.p3d 2010-03-15 07:55:12 +00:00
Gyedo Jeon d199a95664 Added Rename popup menu 2010-03-13 02:00:40 +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
Gyedo Jeon 2e9cf84f88 Made saved filename be current filename 2010-03-10 19:39:05 +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
David Rose 30dddab983 remove troublesome assert 2010-03-08 20:13:20 +00:00
Gyedo Jeon a89c2f5621 Adde contextMenu system 2010-03-06 02:48:15 +00:00
rdb a78a262b16 Fix non-debug library imports on Windows 2010-03-05 07:53:54 +00:00
rdb 813000b2cc Reliable rmtree on Windows 2010-03-05 07:46:39 +00:00
Gyedo Jeon 00c70c2615 Added popup menu to viewport 2010-03-04 18:37:04 +00:00
Gyedo Jeon 5f662a84ef Added popup menu to sceneGraphUI 2010-03-04 18:36:16 +00:00
rdb 1df1eb4f3e recognize verify_contents token 2010-03-04 18:10:44 +00:00
David Rose 34d84ea813 use coordinate-system-independent vectors 2010-03-04 17:50:56 +00:00
David Rose c6120c1ec1 writeConfigXml 2010-03-03 23:11:59 +00:00
David Rose 991d5179a3 add __enter__ and __exit__ 2010-03-03 18:32:46 +00:00
Gyedo Jeon 12928eb9b5 Made reset be called when editor is started 2010-03-03 01:25:12 +00:00
Arkady Trestman f3a8f95316 now sorting alphabetically and in original order 2010-03-02 23:21:07 +00:00
David Rose 108b2af944 os.rmdir() isn't reliable on windows 2010-03-02 23:18:38 +00:00
Gyedo Jeon 88552b956c Added a list to keep object palette order 2010-03-02 22:31:00 +00:00
Arkady Trestman b550c5c0a4 added alphabetical tree-node sort 2010-03-02 03:45:55 +00:00
David Rose 6d64fbeb5f shutil.rmtree() not reliable on Windows 2010-03-02 02:17:47 +00:00
David Rose 6a2cb24ecf RT_forget_package 2010-03-02 01:39:34 +00:00
David Rose b4927284b5 automatic package management 2010-03-01 23:15:31 +00:00
David Rose e68e597b6a more verbose error messages 2010-03-01 19:06:12 +00:00
Gyedo Jeon 78942f54ae Made reset festure could be canceled 2010-02-26 20:44:16 +00:00
Gyedo Jeon 33eda44d11 Added temporary hack for undo related bug 2010-02-26 20:28:17 +00:00
Gyedo Jeon 080a62753a Made keyevent unbound when gridSize UI is on 2010-02-26 20:27:53 +00:00
Ken Patel 97a1724005 Rope.py usage comment correction 2010-02-26 20:06:24 +00:00
Gyedo Jeon a926640f1a Added key down, up event binding 2010-02-26 20:05:51 +00:00
Ken Patel d23e0af3ca TF - holidayManagement page sorts configs & highlights holidays with names that start with an asterisk 2010-02-26 19:56:12 +00:00
Gyedo Jeon 3ad321eebd Changed edit button position in hotkey UI 2010-02-26 19:09:10 +00:00
Gyedo Jeon a20bd77706 Made camera rotate around center of persp view in new LE 2010-02-26 18:48:03 +00:00
Gyedo Jeon ffee5a7d56 Fixed a bug in undo for deletion 2010-02-26 02:01:58 +00:00
Gyedo Jeon d105aa08ea Made iRay sorted to find proper hit 2010-02-26 01:51:00 +00:00