Commit Graph

311 Commits

Author SHA1 Message Date
ea09b4edb7 fix black sample 2018-08-24 15:53:05 +02:00
1c3e1b7e55 license message box on Windows 2018-08-24 06:58:09 +02:00
a37ea5309b implement SonarPen 2018-08-15 02:20:23 +02:00
e4e7719f83 add more shortcuts and checks 2018-08-10 00:12:35 +02:00
94fa4022f0 fix lock issue on iOS 2018-08-09 17:23:32 +02:00
ba81f97e99 draw on depth buffer for heightmap to remove hidden lines 2018-08-08 22:41:46 +02:00
25ff880b76 cleanup iOS code 2018-08-08 22:15:33 +02:00
49a72cb1e7 task based events on iOS, but not fully multithreaded 2018-08-08 22:13:16 +02:00
7c14ec19b0 cleanup 2018-08-08 17:56:26 +02:00
72fbbb08a3 decouple renderer/events on mac 2018-08-08 17:42:56 +02:00
d57d4f3490 fix multithread render issues and cleanup the code 2018-08-08 15:59:33 +02:00
91add1b0b3 decouple windows events and render in a separate thread for better response 2018-08-08 12:50:39 +02:00
9cccecd381 separate shaders, RGBA16F doesn’t work with picking in iOS 2018-08-08 11:09:35 +02:00
f941fc4254 implement heightmap grid 2018-08-07 19:45:38 +02:00
16c04c433f add grids panel (part 2) 2018-08-07 00:27:46 +02:00
0e0021b767 add grids panel 2018-08-07 00:26:20 +02:00
698bd58b33 small fixes 2018-08-05 21:58:44 +02:00
0fb6658373 fix mixer on iOS, work with RGBA16F buffers on iOS instead of fallback to RGBA8 2018-08-05 16:27:26 +02:00
2137de66ff remove timeline and texture view overlay 2018-08-05 13:02:40 +02:00
9969594f54 mixer working pretty well now 2018-08-05 00:34:07 +02:00
12c1aa33c4 improving mixer 2018-08-02 09:44:14 +02:00
8a3760df9e fix white trail in mixer, now it works fine 2018-08-01 18:04:33 +02:00
be3b3c089a mixer working with scaling factor 2018-08-01 17:11:49 +02:00
76033a1ca8 mixer working except when changing plane, previous sample does't work in this case 2018-08-01 16:47:13 +02:00
663863fe44 mixer brush partially working, still wip 2018-08-01 15:31:12 +02:00
57e2fa1abd mixer brush wip 2018-08-01 10:48:04 +02:00
5c2264ba8b add more checks on unsaved documents 2018-07-31 22:46:07 +02:00
1a7677a727 save on exit message, * symbol on unsaved docs, saved status on history 2018-07-31 17:25:50 +02:00
5a37f578cb implement save request on OSX, add Quick Look extentions 2018-07-31 00:38:10 +02:00
87fcea61b8 request save on exit wip 2018-07-30 23:35:27 +02:00
a66af9abb8 implement CTRL+Z for undo() and CTRL+Shift+Z for redo() 2018-07-28 19:28:26 +02:00
4a05bda62f adjust HSV jitter, add average 2018-07-28 12:27:40 +02:00
3936d9cef9 added pressure driven HSV brush modifier 2018-07-28 02:07:55 +02:00
c0f9e13b92 toggle ui with Tab, add hsv jitter 2018-07-28 00:53:20 +02:00
9b5094f510 quick switch Pen/Erase with E 2018-07-27 12:23:28 +02:00
b06453bd7b resize using ALT+RMB 2018-07-27 11:20:28 +02:00
a2abdfba7e implement right-to-left 2018-07-27 10:47:48 +02:00
9b1ced76c2 demo license checker 2018-07-18 01:30:39 +02:00
fa4063eeb5 add recovery save on exception 2018-06-27 10:36:50 +02:00
ef5ef5d07e add zip archiver library to compress cubes exporter 2018-06-15 22:45:28 +02:00
559db7d8e9 fix cubes export layers order 2018-06-09 02:09:39 +02:00
4a9ad0212d Merge branch 'master' of https://bitbucket.org/omigamedev/new_engine 2018-06-09 01:40:57 +02:00
fb528f87de implement cubes exporter for web viewer 2018-06-09 01:39:58 +02:00
361374deb0 fix picker which crashed on resolution change, timelapse frame only when draw a stroke 2018-06-05 19:40:27 +02:00
376c6097d2 Merge branch 'master' of https://bitbucket.org/omigamedev/new_engine 2018-05-10 22:36:12 +02:00
2a728b3a07 fix stencil random every stroke and not sample 2018-05-10 22:35:59 +02:00
4f55b477da implement action redo 2018-05-10 22:32:34 +02:00
f31e22631a Merge branch 'master' of https://bitbucket.org/omigamedev/new_engine 2018-05-10 16:34:52 +02:00
cdbe2d37b7 fix merge layers with layer opacity 2018-05-10 16:34:43 +02:00
2379679913 fix glsl rand() issue on iOS 2018-05-09 17:53:40 +02:00