Jeena
|
fa2ff0057c
|
added reset button
|
2014-01-12 04:58:22 +01:00 |
|
Jeena
|
3edd664412
|
implemented level restart
|
2014-01-12 04:33:08 +01:00 |
|
logsol
|
81611050d2
|
added skateboard :D
|
2014-01-12 00:36:18 +01:00 |
|
Jeena
|
fa9a0d5d22
|
added washing machine, fixed grabbing and rotation and position
|
2014-01-10 18:22:59 +01:00 |
|
Jeena
|
3a07d946b0
|
fixed throwing and meter
|
2014-01-10 17:25:46 +01:00 |
|
jeena
|
86dcdf92df
|
some changes
|
2014-01-09 23:02:57 +01:00 |
|
jeena
|
764220675b
|
added joints
|
2013-12-28 02:39:32 +01:00 |
|
jeena
|
fa110ff4a8
|
onFixtureWithinReach implemented
|
2013-12-27 05:09:28 +01:00 |
|
jeena
|
1dcc21d0b5
|
added image preloader and doll sensor
|
2013-12-27 03:52:49 +01:00 |
|
jeena
|
3aa89fc8d6
|
moved Protocol and NotificationCenter to Lib/Utilities
|
2013-12-27 01:36:01 +01:00 |
|
jeena
|
93e8133c89
|
fixed problems with first world update
|
2013-12-25 04:35:51 +01:00 |
|
jeena
|
283a1ef48b
|
fixes for animations with head and jump, etc.
|
2013-12-25 00:28:28 +01:00 |
|
jeena
|
142964938c
|
fixed first animations
|
2013-12-24 04:46:54 +01:00 |
|
jeena
|
d51c705c1c
|
implemented gameobject for tiles and doll
|
2013-12-23 02:39:05 +01:00 |
|
Jeena
|
fe0d4a66e2
|
first attempt to implement GameObject
|
2013-12-19 15:16:15 +01:00 |
|
logsol
|
622975ba7b
|
implemented pixi view, which lead to pretty good performance improvements :)
|
2013-12-18 03:01:38 +01:00 |
|
logsol
|
d5fd9c6609
|
some bugfixes
|
2013-12-18 01:12:23 +01:00 |
|
logsol
|
2d47618797
|
changed viewcontroller to view
|
2013-12-18 01:10:41 +01:00 |
|
logsol
|
067114eaf5
|
improved the view management
|
2013-12-18 01:09:12 +01:00 |
|
logsol
|
3d1e729650
|
added pixi view controller - prepared architecture for multiple view systems - e.g. three, ivank, pixi but havent implemented any new ones yet
|
2013-12-16 03:11:24 +01:00 |
|
logsol
|
f2fb716689
|
added pixi view controller - prepared architecture for multiple view systems - e.g. three, ivank, pixi but havent implemented any new ones yet
|
2013-12-16 03:10:59 +01:00 |
|
logsol
|
efc5bc23b7
|
added live network console.logging feature for incoming and outgoing data on client
|
2013-12-13 01:01:16 +01:00 |
|
logsol
|
5f7917c5cc
|
implemented mouse looking
|
2013-12-12 18:42:27 +01:00 |
|
Jeena
|
c1a4f16cc4
|
context awarenes in Core
|
2013-12-09 17:35:29 +01:00 |
|
logsol
|
b82b02d4ab
|
Merge branch 'master' of github.com:logsol/chuck.js
|
2013-12-09 16:48:46 +01:00 |
|
logsol
|
907ef49a53
|
checked paths for inheritance in client
|
2013-12-09 16:48:37 +01:00 |
|
Jeena
|
9ec6074494
|
added base classes to Server
|
2013-12-09 16:45:50 +01:00 |
|
Jeena
|
b4ef1203b1
|
added stats + ping, fixed box2d step size
|
2013-12-09 14:00:46 +01:00 |
|
Jeena
|
ffb7db528a
|
added zoom for OrthographicCamera, tried to decouple gl rendering and box2d updates, didn't work yet
|
2013-12-02 16:13:53 +01:00 |
|
Jeena
|
1f55cdff2d
|
first try of rendering chuck as a texture
|
2013-11-30 14:39:02 +01:00 |
|
Jeena
|
86005c8b16
|
magic number is now RATIO
|
2013-11-30 12:59:19 +01:00 |
|
Jeena
|
81fe7be743
|
cammera follows player
|
2013-11-30 12:57:40 +01:00 |
|
Jeena
|
93857ced2d
|
added mouse wheel for zooming
|
2013-11-30 11:54:31 +01:00 |
|
Jeena
|
59978429c7
|
Merge branch 'master' of github.com:logsol/chuck.js
|
2013-11-30 11:16:27 +01:00 |
|
Jeena
|
74dde11d2c
|
fixed positions
|
2013-11-30 11:16:20 +01:00 |
|
Karl Pannek
|
82670d6afe
|
Fixed double image loader fixme, the loadTexture method has a callback. with the other solution the image width and height were not set yet, when the callback was fired - much more elegant this way
|
2013-11-27 00:46:42 +01:00 |
|
Jeena
|
071ad6bec5
|
added images and texture for gl renderer
|
2013-11-25 17:16:52 +01:00 |
|
Logsol
|
8f245f33d6
|
fooled around with joints for hiding lag
|
2013-07-30 21:15:11 +02:00 |
|
Logsol
|
f5eacb6335
|
fixed input controllerism - fixes #28
|
2013-07-30 18:13:39 +02:00 |
|
Logsol
|
a59a258ad6
|
removed collisionDetector for every player again, because box2d can only have one - userData solution instead
|
2013-01-06 03:02:34 +01:00 |
|
Logsol
|
f07505bc20
|
Repaired Collision detecteion by adding one detector for each user - fixes #15
|
2013-01-06 01:40:46 +01:00 |
|
Logsol
|
a1e94e1ed0
|
added getSpawnedPlayersAndTheirPositions in order to get already spawned players to spawn the moment you join and spawn yourself. fixes #26
|
2013-01-05 22:38:29 +01:00 |
|
Logsol
|
a852bccae6
|
added user/left notificationcenter trigger, because bodies on the server were not destroyed when user disconnected
|
2013-01-05 21:32:19 +01:00 |
|
Logsol
|
9d23898018
|
prettified an object
|
2013-01-05 20:30:25 +01:00 |
|
Logsol
|
fb5de522e5
|
Added spawning gameCommand logic
|
2013-01-05 08:19:49 +01:00 |
|
Logsol
|
371592f167
|
added server input controller
|
2013-01-05 06:17:26 +01:00 |
|
Logsol
|
c256f8a729
|
refactoring
|
2013-01-05 06:16:42 +01:00 |
|
Logsol
|
39af52dd14
|
changed world update intervall
|
2013-01-05 06:16:08 +01:00 |
|
Logsol
|
b82a027f4f
|
added Exception handling and added applyCommands
|
2013-01-05 06:14:34 +01:00 |
|
Logsol
|
a10a7a7319
|
preliminary spawning of other players
|
2013-01-04 22:59:29 +01:00 |
|