Commit Graph

  • d42cdfafe4 Followon commit mfeemster 2014-12-09 02:03:54 -08:00
  • 3e70b8eec6 Report memory required in final render dialog. Fix broken state of ember during failed render with strips. mfeemster 2014-12-09 00:24:28 -08:00
  • 9263906cb5 linux work mfeemster 2014-12-08 02:19:29 -08:00
  • 9947cd1c84 More Linux work, getting started with QtCreator. mfeemster 2014-12-08 02:18:16 -08:00
  • fad9206229 Additional casting work. mfeemster 2014-12-07 00:59:26 -08:00
  • 623d417f0f More Linux work. Convert all casts to new style, away from legacy. mfeemster 2014-12-06 23:51:44 -08:00
  • 47dd9fe35c Replace unsigned int, and char with uint and uchar. mfeemster 2014-12-05 21:05:09 -08:00
  • 8a3521206b Add "ISO-8859-1" as the encoding type when reading Xml files. mfeemster 2014-12-05 20:04:41 -08:00
  • a15f6d6b32 More Linux work. This has Render, Animate and Genome building and running on Linux. mfeemster 2014-12-05 18:30:46 -08:00
  • 4777ab52bc 0.4.1.6 Beta 11/29/2014 --User Changes None. mfeemster 2014-11-29 09:44:23 -08:00
  • b29bedec38 0.4.1.5 Beta 11/28/2014 --User Changes Remove limit on the number of xforms allowable on the GPU. This was previously 21. Show actual strips count to be used in parens outside of user specified strips count on final render dialog. Allow for adjustment of iteration depth and fuse count per ember and save/read these values with the xml. Iteration optimizations on both CPU and GPU. Automatically adjust default quality spinner value when using CPU/GPU to 10/30, respectively. mfeemster 2014-11-28 01:37:51 -08:00
  • 3f29025f99 Fix accidental disabling of post affine group box. The designer was clobbering it. mfeemster 2014-11-04 17:38:20 -08:00
  • b2600f0fff Remove passes. Fix some table dimensions. Proper locale for normalized weight. mfeemster 2014-11-02 23:16:34 -08:00
  • 6b2b6ede7f Fix bug when using rotation with strips by adding a new member to Ember named m_RotCenterY which is a copy of the original center value since the center value gets changed when using strips. mfeemster 2014-10-27 14:21:06 -07:00
  • 2a98e8c05b FinalRenderEmberController: Fix unique names and estimated iter count with strips. mfeemster 2014-10-19 12:29:12 -07:00
  • 69b8aaea5b Replace all instances of auto_ptr with unique_ptr. mfeemster 2014-10-18 14:07:07 -07:00
  • 2df1f7a52b Affine2D: Remove * operator, it's unused. mfeemster 2014-10-18 12:56:37 -07:00
  • f5a707ea63 Remove focus handling code from spin boxes. It was originally done to compensate for a bug in Qt, but required the user to make very precise mouse movements. This is no longer needed since the bug has been fixed. mfeemster 2014-10-16 23:05:08 -07:00
  • 2e054820f7 asdfsadf mfeemster 2014-10-16 21:16:25 -07:00
  • 57eb512be3 Commit mfeemster 2014-10-15 20:13:51 -07:00
  • f51f210d15 Add random Xaos button. mfeemster 2014-10-15 20:09:44 -07:00
  • 9b71b971d5 Delete objs folder. mfeemster 2014-10-15 08:27:01 -07:00
  • 156a7207ca Linux cleanup mfeemster 2014-10-15 08:19:59 -07:00
  • 9e94170a70 0.4.1.3 Beta 10/14/2014 --User Changes Size is no longer fixed to the window size. Size scaling is done differently in the final render dialog. This fixes several bugs. Remove Xml saving size from settings and options dialog, it no longer applies. Final render can be broken into strips. Set default save path to the desktop if none is found in the settings file. Set default output size to 1920x1080 if none is found in the settings file. mfeemster 2014-10-14 08:53:15 -07:00
  • 44c90abb32 More C++11 mfeemster 2014-09-09 22:41:26 -07:00
  • e4a47d0d16 -tan(float) was crashing under VS2013 with large numbers so replace with SafeTan<T>(). mfeemster 2014-09-07 21:05:27 -07:00
  • abfd36de32 More C++11. mfeemster 2014-08-31 22:03:45 -07:00
  • 79d611dd20 Initial VS2013, C++11 and linux commit. This most likely won't build and suffers from some compiler issues. More commits to follow. mfeemster 2014-08-31 21:25:15 -07:00
  • d1196f4205 0.4.1.2 Beta 08/05/2014 mfeemster 2014-08-05 21:50:52 -07:00
  • 19011a18cd Forgot version history. mfeemster 2014-08-04 19:03:01 -07:00
  • 570d3bcf1d 0.4.1.1 Beta 08/03/2014 mfeemster 2014-08-03 16:16:10 -07:00
  • 152318a567 0.4.0.9 Beta 07/29/2014 mfeemster 2014-07-29 08:07:16 -07:00
  • b3c313b5c5 0.4.0.9 Beta 07/29/2014 mfeemster 2014-07-29 08:06:09 -07:00
  • 88a325a5cd 0.4.0.9 Beta 07/27/2014 mfeemster 2014-07-27 22:25:38 -07:00
  • a5d69c75a2 0.4.0.8 Beta 07/26/2014 mfeemster 2014-07-26 17:26:15 -07:00
  • d9d676393c 0.4.0.7 Beta 07/26/2014 mfeemster 2014-07-26 12:03:51 -07:00
  • ed8850e3db Scroll panels for certain areas of the UI mfeemster 2014-07-22 07:53:36 -07:00
  • 280473c8a0 Add scrollbars mfeemster 2014-07-20 17:16:23 -07:00
  • e3b207c562 Numerous fixes mfeemster 2014-07-18 23:33:18 -07:00
  • 1884934b9d Final migration commit mfeemster 2014-07-09 21:07:22 -07:00
  • d04ceb84a8 Update Variations02.h mfeemster 2014-07-09 19:18:39 -07:00
  • c0f2d61b0b falloff2 followup mfeemster 2014-07-08 19:35:35 -07:00
  • f42d50e1bd Fix falloff2 mfeemster 2014-07-08 19:33:31 -07:00
  • ef56c16b2b Initial source commit mfeemster 2014-07-08 00:11:14 -07:00
  • 1493c22925 Initial commit mfeemster 2014-07-08 00:05:16 -07:00