CARVIEW |
jfd
(Johan Dahlberg)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Johan Dahlberg
- Website/Blog
- https://www.distrop.com
- Company
- Distrop AB
- Location
- Stockholm
- Member Since
- Apr 11, 2008 (about 1 year)
Following 5 coders and watching 43 repositories view all →
Public Repositories (10)
-
node-testbot
Simple and straight-forward test suite, with asynchronous support, for node.js.
Last updated Thu Feb 11 07:09:06 -0800 2010
-
wpilot
A "proof-of-concept" remake of the famous XPilot game, this time in a web browser near you
Last updated Mon Feb 01 16:34:21 -0800 2010
-
datatypes-js
Byte encoder and decoder for typical datatypes implemented in Javascript
Last updated Sun Jan 31 16:44:06 -0800 2010
-
node.ws.js
Basic Web Sockets Server for node.js with similar interface to tcp.createServer(...)
Forked from ncr/node.ws.js Fri Jan 22 18:57:41 -0800 2010
Last updated Mon Jan 25 03:21:32 -0800 2010
-
match-js
Pattern matching in javascript
Last updated Mon Jan 18 18:14:01 -0800 2010
-
optparse-js
Option parser for Javascript
Last updated Sun Jan 17 16:49:54 -0800 2010
-
node-fleet
A FleetDB client for Node.js
Last updated Tue Jan 05 05:26:28 -0800 2010
-
node
evented I/O for v8 javascript
Forked from ry/node Sat Dec 05 04:28:50 -0800 2009
Last updated Sat Dec 05 04:33:36 -0800 2009
-
npm-data
Forked from isaacs/npm-data Wed Oct 07 06:56:27 -0700 2009
Last updated Wed Oct 07 07:01:09 -0700 2009
-
jfd.github.com
My github-pages site
Last updated Wed Oct 07 03:04:28 -0700 2009
Public Activity 

-
jfd committed 6158c537:
Moved Viewport and Keyboard to file devices
-
jfd committed 0eeccdb8:
Implemented message priorites + message queues
-
jfd committed e7f59ade:
update_rate is no longer used
-
jfd committed 9e90d1b1:
Removed white spaces from colors. Will save us some bytes
-
jfd committed 34e3d220:
Code structure

-
jfd committed d05b3a0e:
Implemented animations for Die and Spawn
-
jfd committed a2024b76:
Entity is always there
-
jfd committed acd6a2b1:
Added rule for warm up respawn time
-
jfd committed 35d144c0:
Added `destroy` function to EntityBase
-
jfd committed 6fb04744:
Removed a dead code
-
jfd committed a366a5dc:
Removed dead code
-
jfd committed 73bf06a6:
Added animation logic
-
jfd committed fe5a8353:
Fixed tabbing and whitespaces
-
jfd committed c997b50c:
World.step is now know as World.update
-
jfd committed cd55be8a:
Added EntityBase class
-
jfd committed 9ecbffb3:
Changed structure for GameObject's
-
jfd committed 9369f045:
Changed Gameobject.update to Gameobject.set_props. Changed Gameobject.update_field to Gameobject.set_prop
-
jfd committed 3bec5d27:
Added lib particle.js
-
jfd committed 07709cc5:
Updated with v 0.6
-
jfd committed 72a9c5bd:
Removed Release 0.6

-
jfd committed 1711b9ed:
Merge branch 'master' of github.com:jfd/wpilot
-
jfd committed be86c83e:
Changed version no to 0.6
-
jfd committed 07709cc5:
Updated with v 0.6
-
jfd committed 72a9c5bd:
Removed Release 0.6
-
jfd committed 65d7d753:
Added rule command line options to server
-
jfd committed 9c567d50:
Implemented RULES
-
jfd committed 10d0d350:
Fixed bug in each method
-
jfd committed 21be4fb2:
Added "round" fields to World
-
jfd committed 2047b8fb:
Added a "each" method to GameObjectList class
-
jfd committed bbbb9be1:
Energy is no longer recovered while holding down SHIELD or SHOOT
-
jfd committed 92eed377:
Changed ID of message PLAYER + HANDSHAKE to CLIENT + HANDSHAKE
-
bubblan committed ce43969c:
Updated ws.js
-
bubblan committed 91c0d737:
Version no
-
bubblan committed 8b8e20a5:
Removed dead code

-
jfd committed 65d7d753:
Added rule command line options to server
-
jfd committed 9c567d50:
Implemented RULES
-
jfd committed 10d0d350:
Fixed bug in each method
-
jfd committed 21be4fb2:
Added "round" fields to World
-
jfd committed 2047b8fb:
Added a "each" method to GameObjectList class
-
jfd committed bbbb9be1:
Energy is no longer recovered while holding down SHIELD or SHOOT
-
jfd committed 92eed377:
Changed ID of message PLAYER + HANDSHAKE to CLIENT + HANDSHAKE

-
bubblan committed 51aa422d:
Fixed merge conflict
-
bubblan committed 94f8d7ff:
Added remoteAddress to emitter
-
ncr committed 66655ef5:
Automatically handle exceptions raised by sending to sockets half-closed by clients. Fully close the connection
-
ncr committed 106f39fb:
Better handling of incoming data, flattended structure - no lib directory, mentioned "Socket is not open for writing" in Readme
-
bubblan committed 4e86bb66:
Fixed bug that caused malformed messages

-
bubblan committed 3a24e688:
Re-added remoteAddress to emitter
-
Linus Larsson committed 19b2ca7e:
Player Connect message MUST be before spawn ship
-
bubblan committed 6d134ad9:
Packet into one row
-
bubblan committed 9b4049d1:
Fix: update_rate on server didn't work
-
bubblan committed 03e13a01:
Fixed bug that caused malformed messages. (e.g. Slow connections will no longer be dropped.)
-
Linus Larsson committed 069c591b:
Fixed bug that caused assignment of ship.player to crash
-
Linus Larsson committed 0e804524:
Merge branch 'develop' of git://github.com/jfd/wpilot into develop
-
bubblan committed 08a5f552:
Fix bug in entity spawn
-
Linus Larsson committed 4ae8ba1b:
Merge branch 'develop' of git://github.com/jfd/wpilot into develop
-
bubblan committed 7d5a62fe:
Added player to Ship entity
-
bubblan committed 73526631:
Moved fps counter drawing routines from viewport to method WPilotClient::draw_logs
-
bubblan committed 348f648f:
Renamed draw_message log to draw_logs
-
bubblan committed bf5d772f:
Removed dead code
-
bubblan committed 7b094940:
Merge branch 'f_netstat' into develop
-
bubblan committed 42e5dfe1:
Disabled show_netstat by default. Enable it again by typing: wpilot.options.show_netstat in the console (webkit, firebug)
-
bubblan committed 2573af7a:
Added a frequence to netstat, helps to give a more correct picture of bps
-
bubblan committed 75cc062e:
Added peek_in and peek_out to netstat
-
bubblan committed 3f892725:
Added messages out and in to netstat
-
bubblan committed 51c90c2b:
Added kb/s in and kb/s out stats
-
bubblan committed 68b9f8f4:
Added show_netstat option
And 20 more commits...

-
bubblan committed 11373924:
Added Player Colors
-
bubblan committed a4f519cd:
Moved drawing of player ship to HUD.
-
bubblan committed 098c251e:
Centered opponents name
-
bubblan committed 7050bd62:
Fix position of position lights
-
bubblan committed c2d19ede:
Fix bullet merge conflict
-
Linus Larsson committed d63b30e0:
Added ship pos lights
-
Linus Larsson committed 8e5649d5:
Players get colors
-
Linus Larsson committed 5a63ac35:
Default color fixed
-
Linus Larsson committed 2c3183d9:
Enemy labels added to ship.draw
-
Emanuel Dahlberg committed a67b9ce6:
Better Wall's implementation
-
Emanuel Dahlberg committed 6bed9a10:
Better bullet physics.
-
Emanuel Dahlberg committed a800f50d:
Better bounding box calculation.
-
bubblan committed 61cb4796:
Unsent updated entities should not be commited

-
Linus Larsson committed 069c591b:
Fixed bug that caused assignment of ship.player to crash
-
Linus Larsson committed 0e804524:
Merge branch 'develop' of git://github.com/jfd/wpilot into develop
-
Linus Larsson committed 4ae8ba1b:
Merge branch 'develop' of git://github.com/jfd/wpilot into develop
-
bubblan committed 95a0340d:
Merge branch 'release-0.5.1'
-
bubblan committed 003aad39:
Changed version no to 0.5.1