Commit Graph

198 Commits

Author SHA1 Message Date
makc
0f5897cea2 pre-init of userData 2012-12-12 23:26:21 +01:00
Andrey Kopysov
4bcd41ce0f Merge pull request #42 from makc/master
Async dae parsing by makc
2012-11-29 21:39:12 -08:00
makc
5ed4708034 + minor queue optimization
+ reordered parseAsync params to group them logically
2012-11-29 21:26:03 +01:00
makc
be72116dc8 async dae parsing 2012-11-29 09:08:20 +01:00
Andrey Kopysov
645d2f9e46 Merge pull request #41 from makc/patch-1
Fixes issue #40 compressed ATF support
2012-11-26 03:53:45 -08:00
makc
4a4d18ab61 Fixes issue #40 2012-11-26 12:43:36 +01:00
Andrey Kopysov
05afba643e Merge pull request #39 from Hyzhak/master
Add Bin Folder to ignore
2012-11-22 22:18:35 -08:00
hyzhak
4ed5336fa2 ignore bin folder 2012-11-22 20:21:31 +01:00
Andrey Kopysov
c9acf7314a Merge pull request #38 from Hyzhak/master
Fix bugs with new asc2.0 compiler
2012-11-22 06:08:38 -08:00
hyzhak
749acd4a24 fix bugs with new ASC2.0 compiler 2012-11-22 12:41:22 +01:00
pecheny
5f66b01cd5 Update README.md 2012-11-01 12:36:07 +06:00
Andrey Kopysov
4c2f0db394 Merge pull request #36 from NordonOscillius/patch-1
OmniLightShadow.removeCaster() method fix
2012-10-29 04:08:21 -07:00
NordonOscillius
9e9c3be3f6 Update src/alternativa/engine3d/shadows/OmniLightShadow.as
The removeCaster() method was fixed: it seems like removing a caster from the end of the _casters vector won't work. For example, if _casters has only one element then calling 
_casters[0] = _casters.pop();
will first remove that element from vector (with pop() method) and then add it again with the same index.

Метод removeCaster() был исправлен: похоже, удаление с его помощью последнего объекта из вектора _casters не сработает. Например, если вектор _casters имеет всего один элемент, то выполнение
_casters[0] = _casters.pop();
сначала удалит тот элемент из вектора (_casters.pop()), а затем добавит его вновь с тем же индексом.
2012-10-28 14:59:41 +03:00
Andrey Kopysov
399a25cbb7 Merge pull request #35 from kravitz/master
Bugfix: Uploading of partialy uploaded Geometry
2012-10-24 22:20:44 -07:00
Dmitry Kravtsov
16ea5e0414 Bugfix: Uploading of partialy uploaded Geometry
When Geometry is uploaded, one can add new VertexStream,
which would cause a Runtime error during next upload (null reference)
2012-10-25 14:48:57 +11:00
Andrey Kopysov
6f0a965817 Update README.md
Update twitter account link
2012-10-07 03:55:55 +06:00
Andrey Kopysov
7a5e7a3ed0 Merge pull request #27 from yelbota/master
Fixed in ExporterA3D: last animation keyframe has been never exported.
2012-09-29 12:12:27 -07:00
Aleksey Fomkin
32e1c6c683 animation export fix 2012-09-29 16:39:54 +04:00
Andrey Kopysov
7d7c40f0e0 Merge pull request #25 from makc/patch-1
dxt1 support src/alternativa/engine3d/resources/ATFTextureResource.as
2012-09-25 22:37:57 -07:00
makc
389dd040a8 Update src/alternativa/engine3d/resources/ATFTextureResource.as
dxt1 support http://forum.alternativaplatform.com/posts/list/10174.page#77706
2012-09-25 23:14:53 +03:00
Andrey Kopysov
a1d5b6360a Merge pull request #24 from ffelini/patch-1
DirectionalLightShadow.removeCaster() added
2012-09-20 03:50:49 -07:00
ffelini
b0d92f1090 Update src/alternativa/engine3d/shadows/DirectionalLightShadow.as
removeCaster methods added
2012-09-20 13:40:10 +03:00
Leonid
5ef25d04bf Update README.md
Blog, Forum
2012-09-17 15:42:21 +06:00
Leonid
df3b2ff41a Update README.md
corrections
2012-09-17 15:13:39 +06:00
artem pecheny
4fb82d17fb Add @private tag for alternativa3d namespace fields 2012-09-10 19:28:00 +06:00
Andrey Kopysov
2c6ca8cc9d Merge pull request #20 from makc/patch-1
Updated normalMapSpace ASDoc src/alternativa/engine3d/materials/StandardMaterial.as
2012-09-10 00:20:20 -07:00
makc
d7bf93a4c8 Update src/alternativa/engine3d/materials/StandardMaterial.as
http://forum.alternativaplatform.com/posts/list/10122.page#77398
2012-09-07 20:51:47 +03:00
Leonid
68b4a8021e Update README.md
correction
2012-09-06 12:59:44 +06:00
Leonid
2de64b9255 Update README.md
add coment
2012-09-06 12:58:25 +06:00
Leonid
455dbbe4d7 Update README.md
transtated to English
2012-09-06 12:49:05 +06:00
pecheny
7d60c8906b Update README.md 2012-09-05 13:08:19 +06:00
Leonid
7b828d7abd Update README.md
russion version complete
2012-09-04 15:59:31 +06:00
Leonid
36d1c9560c Update README.md
check tables
2012-09-04 14:04:43 +06:00
Leonid
cbf14d223e Update README.md
links added
2012-09-04 13:17:45 +06:00
Leonid
61a5dc4073 Update README.md
links assigned
2012-09-04 13:15:41 +06:00
Leonid
a623708a2a Update README.md
add information for users
2012-09-04 12:44:34 +06:00
Leonid
83fb7307b5 Update README.md
last formating for today
2012-09-03 22:26:23 +06:00
Leonid
5be31f6580 Update README.md
demo representation added
2012-09-03 21:56:03 +06:00
Leonid
06b45e5f81 Update README.md
video added
2012-09-03 21:52:03 +06:00
Leonid
9270470d5f Update README.md
dead zone representation added
2012-09-03 21:43:33 +06:00
pecheny
fec2ab9d0a Update README.md 2012-09-03 21:31:57 +06:00
Leonid
e46a2d3008 Update README.md
represent combat sector images
2012-09-03 21:21:58 +06:00
Leonid
d6329ad4a1 Update README.md
some changes
2012-09-03 19:06:01 +06:00
Leonid
410bb9fb81 Update README.md
links to icons added
2012-09-03 18:47:58 +06:00
Leonid
008734effb Update README.md
icons added
2012-09-03 18:43:22 +06:00
Leonid
73a959b454 Update README.md
Some text
2012-08-31 19:12:46 +06:00
Leonid
d1f133624c Update README.md
test1
2012-08-31 17:58:05 +06:00
Leonid Gaev
5a704e8ebc Merge remote-tracking branch 'origin/master' 2012-08-31 17:52:24 +06:00
Leonid Gaev
7fdf837913 add readme.md 2012-08-31 17:51:44 +06:00
Yaski
196967bbe2 Changelog renamed to changelog.txt 2012-08-21 21:01:13 +06:00