2.1.14 • Published 8 years ago
rd.common v2.1.14
rd.common
A set of utility classes used by projects on RobotDan.
Installation
npm install rd.common --save
Usage
var Common = require('rd.common');
var position = new Common.Position(3, 4);
var neighbors = position.getNeighbors();
Tests
npm test
Release History
- 2.1.14 Allow typing fullscreen key when in fullscreen
- 2.1.13 Send full keyEvent data
- 2.1.12 Pass key to keyReleased
- 2.1.11 Allow stats to be toggled
- 2.1.10 Pass key to keyPressed
- 2.1.9 Move stats to top right
- 2.1.8 Add MouseWheel handler
- 2.1.7 Send MouseEvent to mouseUp and mouseDown
- 2.1.6 Allow getNeighbors to take a distance
- 2.1.5 Fix pointer lock bug
- 2.1.4 Allow fullscreen to optionally lock pointer
- 2.1.3 Re-export Graphics2D
- 2.1.2 Pass event into handlemouseClick
- 2.1.1 Auto-set width and height css of canvas
- 2.1.0 Graphics2D takes images in constructor
- 2.0.4 Fix bug with tabIndex
- 2.0.3 Allow choice of renderer
- 2.0.2 Fix bug with binding game methods
- 2.0.1 Fix constructor bug with Game3D
- 2.0.0 Add Game2D and Game3D
- 1.2.0 Remove Graphics
- 1.1.1 Add setFont() and setColor() to Graphics2D
- 1.1.0 Added Graphics2D
- 1.0.1 Fix README
- 1.0.0 Initial release
2.1.14
8 years ago
2.1.13
8 years ago
2.1.12
8 years ago
2.1.11
9 years ago
2.1.10
9 years ago
2.1.9
9 years ago
2.1.8
9 years ago
2.1.7
9 years ago
2.1.6
9 years ago
2.1.5
9 years ago
2.1.4
9 years ago
2.1.3
9 years ago
2.1.2
9 years ago
2.1.1
9 years ago
2.1.0
9 years ago
2.0.4
9 years ago
2.0.3
9 years ago
2.0.2
9 years ago
2.0.1
9 years ago
2.0.0
9 years ago
1.2.0
9 years ago
1.1.1
9 years ago
1.1.0
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago