Commit History

Author SHA1 Message Date
  Aster@中国上海 84fe0946c8 Remove ShortStringHash, Now all of ShortStringHash are replaced by StringHash. 11 years ago
  Aster@中国上海 b3caeb7e2f Remove commented code.[ci skip] 11 years ago
  Aster@中国上海 10c64544e6 Use particle effect in Editor. comment Load/Save particle data. 11 years ago
  Chris Friesen ffc4dffba7 Editor resource browser & right click menus 11 years ago
  Lasse Öörni 5c7ba363fd Added editor message box for error situations with load/save particle data or rebuild navigation data menu commands. Refresh attribute inspector after loading particle data. 11 years ago
  Chris Friesen c346c3db23 Take screenshots in the editor w/ F11 11 years ago
  Yao Wei Tjong 姚伟忠 6c7db54e4b Console remembers the last used interpreter if there are more than one. 11 years ago
  Yao Wei Tjong 姚伟忠 20b4929b4e Fix console row container's height calculation. 11 years ago
  szamq 0d21c51c4f Code format, deleted commented code, tabs to spaces 11 years ago
  szamq ddc536e36a Spawn window in editor 11 years ago
  Lasse Öörni 1d9d0a5736 Synchronize keycode constants with SDL. This changes some constants, like NUMPAD -> KP_. Added SDL scancode constants. Added polling of keys by scancodes, and scancodes into key events. Added conversion functions from keycode to scancode and vice versa, and functions to get key names. Closes #254. 11 years ago
  Yao Wei Tjong 姚伟忠 4a061aa451 Add option for console to auto visible on receiving error. 11 years ago
  Lasse Öörni ec43000d09 Added teapot & torus models from Hgdavidy's pull request. 11 years ago
  Chris Friesen 7aa825551b remove shameful editor bubblesort 11 years ago
  Chris Friesen 0ad0ded90b editor orthographic camera & switch to zoom for mousewheel 12 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 姚伟忠 4657518ec9 Code cleanup on error handling for ResourceCache. 12 years ago
  Yao Wei Tjong 姚伟忠 0973829003 Enhance editor to pop open the console when receiving error events. 12 years ago
  Lasse Öörni 8d27571a16 Fixed setting the resource path in editor. Fixed the default Data resource dir possibly getting removed in the editor due to a case-sensitivity issue. 12 years ago
  Lasse Öörni 7d818ab502 Do not refer to the graphics width,height in the Editor global variables so that compiling the editor script doesn't fail. Relayout viewports when Editor window is resized. 12 years ago
  Lasse Öörni dda2683a21 Removed assert in MessageBox constructor if layout file is missing. Fix null exception in Editor which makes it impossible to quit if the MessageBox layout file is missing. Closes #160. 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
  Lasse Öörni 4e1a38b0a1 Merge remote-tracking branch 'remotes/friesencr/editor-viewports' 12 years ago
  Chris Friesen 432b5de313 Multiple editor viewports 12 years ago
  Chris Friesen 3ecbbd5dc8 Editor: bring quickmenu to front on search 12 years ago
  Chris Friesen 8143297015 disabled if none, added show popup indicator 12 years ago
  Chris Friesen b7d4404be8 stores 5 most recently used scenes 12 years ago
  Yao Wei Tjong 姚伟忠 65ced72eb9 Enhanced focusable button to be drawned differently when focused. 12 years ago
  Yao Wei Tjong 姚伟忠 9db5f85daf Route system exit request to Exit menu handler to perform exit check. 12 years ago
  Yao Wei Tjong 姚伟忠 92cb20e9f5 Enhance Editor to warn user actions that can potentially lose data. 12 years ago