Commit History

Author SHA1 Message Date
  Aster@中国上海 84fe0946c8 Remove ShortStringHash, Now all of ShortStringHash are replaced by StringHash. 11 years ago
  Lasse Öörni b166579662 Make an in-memory snapshot of the scene when starting update. Optionally revert to it (new button in editor toolbar) when stopping update. 11 years ago
  Lasse Öörni 47836474e2 Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant. 12 years ago
  Yao Wei Tjong 姚伟忠 d1455cba3f Minor fix for consistent behaviour immediately after viewport setup. 12 years ago
  Lasse Öörni b1a118c601 Fix multiple view raycast. Fix nearclip/farclip/fov editing. Fix camera look (right mouse) when switching between views. Cleanup UI / camera initialization order. Save viewport setup to editor config file. 12 years ago
  Chris Friesen 432b5de313 Multiple editor viewports 12 years ago
  Lasse Öörni 358d9c2849 Added default tooltip delay to UI, which will be used if the tooltip's own delay is zero. Use seconds for tooltip delay to match eg. the doubleclick interval. Removed layout from the editor's tooltip root element to prevent it resizing in unwanted fashion. 12 years ago
  Chris Friesen bf0d9deeb2 tooltip style 12 years ago
  Lasse Öörni 9047c8c79f Added tooltips to ToolBar & SecondaryToolBar buttons. 12 years ago
  Lasse Öörni 088dba041c Fix missing sound playback start/stop when using the play/pause buttons in editor toolbar. Improved sphere debug drawing. Added debug drawing to SoundSource3D. Closes #63. 12 years ago
  primitivewaste 53f6483931 Added a toolbar to the editor. 12 years ago