Commit Graph

15 Commits

Author SHA1 Message Date
parax0 394953434d Replaced CToken with TResPtr 2015-12-13 13:52:17 -07:00
parax0 0da183b161 Set up CCamera, CLight, and CSceneNode to use mutable members for caching; modified CSceneNode to allow subclasses to change how transform is calculated 2015-12-06 21:23:52 -07:00
parax0 7622bb2032 Draw wire sphere on selected lights to visualize light radius 2015-11-29 03:00:18 -07:00
parax0 1e00c60516 Allow changing pass textures in the model editor 2015-11-28 02:27:52 -07:00
parax0 07e689071a More fixes 2015-11-27 05:26:32 -07:00
parax0 2adddad4b6 Added an action in the Model Editor for converting DDS to TXTR 2015-11-26 03:55:27 -07:00
parax0 2e5678e863 Added orbit camera mode, set up orbit in World Editor and Model Editor 2015-11-26 00:47:02 -07:00
parax0 5ffa24592c Cleanup; fixed tons of warnings, set up the project to treat warnings as errors 2015-11-24 03:22:37 -07:00
parax0 367cb6c3d8 Switched everything over from std::string to TString (farewell StringUtil!) 2015-11-23 23:08:31 -07:00
parax0 0df6ca100b Fixed a bug where model bounding boxes weren't being updated correctly in the model editor, so they would be improperly culled 2015-10-09 21:36:16 -06:00
parax0 dbf002d12a Split off lots of editor functionality into new abstract INodeEditor class and viewport functionality into CBasicViewport class; added viewport subclasses and undo/redo system in the World Editor 2015-09-01 13:05:48 -04:00
parax0 928381f8e4 Renderer changes; render buckets now use new abstract class IRenderable instead of CSceneNode to allow rendering non-nodes, plus renderer modified to easily allow multiple rendering passes overlaid on each other 2015-08-15 00:04:56 -04:00
parax0 4d7774f19e Added interface for importing models in the Model Editor + fixed bugs 2015-08-10 21:42:50 -04:00
parax0 0577c8a0fa Added support for WResourceSelector to have multiple allowed file extensions (required for Prime 3) 2015-07-27 16:17:22 -04:00
parax0 66e8c2ebcb Initial commit of current work on Prime World Editor 2015-07-26 17:39:49 -04:00