You cannot post messages because only members can post, and you are not currently a member.
Description:
Sirikata Developer List
|
|
|
Building ProtoJS on Windows
|
| |
Hi,
Is there a way to build protojs compiler on windows, so I don't have to
keep my Ubuntu VM Box just for compiling PBJs to JavaScript?
I have tried using Cygwin. Bootstrap.sh worked well (after installing some
missing packages), but make fails as following:
$ make
java -jar antlr-3.2.jar ProtoJS.g... more »
|
|
Release 0.0.24
|
| |
A new release, 0.0.24, is available at [link]
Highlights:
* Fix important bug in thread-safe queue where it could lose a
notification. This could cause hangs, and became apparent due to an
infrequent hang in the storage tests.
* Add headless-depends target for building dependencies, useful for... more »
|
|
Release 0.0.23
|
| |
A new release, 0.0.23, is available at [link] Highlights: * Lots of improvements to aggregation: * Always triangulate meshes * Update CDN upload code to match changes to the API * More aggressive texture deduplication * Filter dynamic aggregates since generating meshes for them is pointless... more »
|
|
Sirikata Release 0.0.22
|
| |
A new release, 0.0.22, is available at [link] Highlights: * Add debugging commands for proximity implementations: basic overview listing implementation & stats, listing queries, forcing rebuilds, listing nodes. * Improvements to aggregation: * Handle aggregates specially when loading into object hosts to... more »
|
|
Windows build
|
| |
Hi, I have noticed that Windows build of Sirikata is provided with each new version. I have tried generating projects with CMake and it failed with the following error message: CMake Error at CMakeLists.txt:389 (MESSAGE): Cannot find Protocol Buffers Did you install the dependencies? To install dependencies go to the top level and run:... more »
|
|
Release 0.0.21
|
| |
Version 0.0.21 is available. You can download it at [link] Highlights: * Added trace code to IOServices and IOStrands to give stats about depth, latency, and event handler types in event queues. See [link]... more »
|
|
Protojs not working?
|
| |
Hello there
I am trying to get Protojs to work, but it seems to have trouble when
parsing objects from a stream. I couldn't even get it to serialize and
deserialize an object. I tried both serializing to a ByteArrayStream
and a Base64Stream, like this:
var ent = new simpletest.Entry;
ent.id = "1";... more »
|
|
Release 0.0.20
|
| |
A new version, 0.0.20, is available. You can find download links here: [link] High level highlights: * New scripting GUI. Still a work in progress, but has some convenient new features such as tracking recently scripted & nearby objects and 'actions' for saving and reusing snippets of code.... more »
|
|
Release 0.0.19
|
| |
A new version, 0.0.19, is available. You can find download links here: [link] High level highlights: * Move all JS/Emerson scripting to its own strand. Enable multiple threads on the main event loop in the object host. This should improve performance and makes it easier to better take advantage of multiple... more »
|
|
|