The matrix inversion function which is at the heart of the JavaScript OpenSceneGraph library has been benchmarked using the benchmark.js and the performance results archived using a custom method.
Continue reading “osgjs : benchmarking matrix inverse 4×4”
cardstories part 8 : invitations
The invitations were implemented, server and client side. They can be sent immediately after the author of the game defined it. A skin gallery was introduced to facilitate further integration works.
Continue reading “cardstories part 8 : invitations”
cardstories part 7: CSS Integration
The complete state and the vote state were integrated. It revealed missing features from jqDock. A few problems in the workflow of the game and the user interaction were found and discussed with Xavier Antoviaque.
Continue reading “cardstories part 7: CSS Integration”
packaging infrastructure for XiVO
A new hardware dedicated to XiVO packaging was installed. The former virtual machine was migrated there. A first attempt to actually use the packaging-farm led to version 1.2.36 of packaging-farm with improved documentation and some bug fixes.
postgis feature : pgsql2shp symbol map (2/2)
The patch was reworked to be compliant with the published guidelines, documented and committed (revisions r6996, r7000, r7001) to the trunk by strk. Followups for the tickets (885 and 888) and the mailing list posts (tests and symbol map) were done.
Continue reading “postgis feature : pgsql2shp symbol map (2/2)”
cardstories part 6: CSS integration
The game creation pages ( pick a card and write a sentence ) and the author view of the invitation state were integrated.
Continue reading “cardstories part 6: CSS integration”
cardstories part 5: authentication
The auth.py module and its client counterpart were added to allow for string player identifiers instead of numbers. The display is clarified by showing only the HTML related to the current state of the game, using the cardstories_active CSS selector.
Continue reading “cardstories part 5: authentication”
building XiVO skaro from sources
Most XiVO pacakges were rebuilt from sources using the corresponding debian repository, except for misdn. It revealed bugs in the recently implemented features of packaging-farm. They were fixed and it was the opportunity write an extensive man page. Minor packaging bugs were reported and a debate on the version number conventions started.
postgis feature : pgsql2shp symbol map (1/2)
A new feature has been implemented for PostGIS to be used with Humanitarian OpenStreetMap. The proposed patch was written for version 2.0 and backported to version1.5.
Continue reading “postgis feature : pgsql2shp symbol map (1/2)”
cardstories part 4: webservice and client complete
The server and client logic have been finished with the implementation of the vote and complete game state. The client cannot be used for anything but debug. Nevertheless, it was used to play a game to the end. The specifications for the simplest possible authentication mechanism have been completed and a trivial invitation user interface has been suggested.
Continue reading “cardstories part 4: webservice and client complete”