Olivier Guyot
|
97b16be572
|
Added attribute handling
|
2018-11-16 14:01:20 +01:00 |
|
Olivier Guyot
|
fc20dc986c
|
Better handle uniform locations in shaders
|
2018-11-16 14:01:20 +01:00 |
|
Olivier Guyot
|
0a0d6c22f5
|
Modified the WebGLContext to be used independantly
|
2018-11-16 14:01:20 +01:00 |
|
Frederic Junod
|
041836c645
|
Change getUid return type from number to string
|
2018-10-17 10:22:53 +02:00 |
|
Tim Schaub
|
ccfacc5ee6
|
Transformed types
Using the [ts.js codemod](https://gist.github.com/tschaub/1ea498c9d1e5268cf36d212b3949be4e):
jscodeshift --transform ts.js src
|
2018-09-05 08:05:29 -06:00 |
|
Tim Schaub
|
affbf59b77
|
Use Object<Foo, Bar> instead of Object.<Foo, Bar>
|
2018-07-25 18:33:49 -07:00 |
|
Tim Schaub
|
fe8fcfbc7e
|
Call super in WebGL context
|
2018-07-18 00:45:19 -06:00 |
|
Tim Schaub
|
9ce36da349
|
Remove @extends and @constructor annotations
|
2018-07-18 00:36:29 -06:00 |
|
Tim Schaub
|
b7b15eb7f0
|
Remove unused inherits
|
2018-07-18 00:13:43 -06:00 |
|
Tim Schaub
|
1a5cf52b61
|
Remove remaining use of inherits in src
|
2018-07-17 23:43:10 -06:00 |
|
Frederic Junod
|
f2d0b11d24
|
Move jsdoc constructor comments
|
2018-07-17 09:59:00 +02:00 |
|
Tim Schaub
|
f78d0d4cfa
|
Manual class transform
|
2018-07-16 17:09:50 -06:00 |
|
ahocevar
|
28409486a5
|
Make classes in ol/ available as named exports from ol
|
2018-06-21 18:08:17 +02:00 |
|
ahocevar
|
440d1ad3e1
|
Shorter module paths for default exports
|
2018-04-25 17:25:39 +02:00 |
|
Frederic Junod
|
2fc9cb691d
|
Module type for ol.webgl.Vertex
|
2018-03-23 13:25:47 +01:00 |
|
Frederic Junod
|
873b01bba5
|
Move WebGL typedefs out of src/ol/typedefs.js
|
2018-03-23 13:22:51 +01:00 |
|
Frederic Junod
|
353a3b77b6
|
Module type for ol.webgl.Buffer
|
2018-03-23 12:16:04 +01:00 |
|
Frederic Junod
|
731c2eddae
|
Module type for ol.webgl.Shader
|
2018-03-23 12:13:56 +01:00 |
|
Frederic Junod
|
6f6b60769c
|
Module type for ol.webgl.Fragment
|
2018-03-23 12:13:25 +01:00 |
|
Frederic Junod
|
3ccd4c0826
|
Module type for ol.Disposable
|
2018-03-19 08:48:28 +01:00 |
|
Frederic Junod
|
35158efbf0
|
Fix spelling
|
2018-03-12 15:18:58 +01:00 |
|
Frederic Junod
|
3435ac575e
|
Better type definition
Fixes the `Invalid type(s) for operator IN.` warnings from the closure compiler.
|
2018-03-07 16:45:46 +01:00 |
|
Frederic Junod
|
500a017faf
|
Better code indentation
|
2018-03-05 15:36:40 +01:00 |
|
raiyni
|
1674eba2cd
|
ol/webgl exports
|
2018-02-15 21:39:53 -06:00 |
|
Frederic Junod
|
ab4b82ba57
|
Fix createEmptyTexture function call in ol/webgl/Context
|
2018-02-15 14:18:51 +01:00 |
|
Björn Harrtell
|
4b08987e53
|
Remove private statics from webgl related modules
|
2018-02-11 18:23:15 +01:00 |
|
Frederic Junod
|
d1c11d50eb
|
Rename _ol_webgl_Context_ to WebGLContext
|
2018-02-08 08:42:19 +01:00 |
|
Tim Schaub
|
7e7631c42a
|
Named exports from ol/events
|
2018-01-24 10:09:57 -07:00 |
|
Frederic Junod
|
4c5ca75ca6
|
Better variables scoping
|
2018-01-17 10:54:18 +01:00 |
|
Frederic Junod
|
31e30d28b7
|
Named exports from ol/obj
|
2018-01-16 14:14:17 +01:00 |
|
Tim Schaub
|
ad62739a6e
|
Use blocked scoped variables
In addition to using const and let, this also upgrades our linter config and removes lint (mostly whitespace).
|
2018-01-12 00:50:30 -07:00 |
|
Frederic Junod
|
085fddcb36
|
Rename _ol_Disposable_ to Disposable
|
2017-12-22 09:02:23 +01:00 |
|
Marc Jansen
|
02002082bf
|
Named exports from ol/array module
|
2017-12-19 17:22:58 +01:00 |
|
Frederic Junod
|
82a2908582
|
Rename _ol_webgl_ContextEventType_ to ContextEventType
|
2017-12-18 17:16:45 +01:00 |
|
Tim Schaub
|
87295a74dd
|
Use named exports from ol/index.js
|
2017-12-12 12:34:23 -07:00 |
|
Tim Schaub
|
7f47883c48
|
Transformed
|
2017-12-12 06:53:18 -07:00 |
|
Tim Schaub
|
1cdb6a66f0
|
Imports cased like the filename
|
2017-12-12 06:53:17 -07:00 |
|