Jeena
|
522b5092f5
|
changed 'collision' to 'tiles' layer name in levels
|
2014-11-15 13:17:41 +01:00 |
|
Jeena
|
7c783d19e8
|
Refactored abstract method creation
|
2014-07-27 13:03:40 +02:00 |
|
logsol
|
1a71fa38f9
|
added background, still needs parallax style scrolling though! - fixes #89
|
2014-07-23 23:43:36 +02:00 |
|
Jeena
|
1a6d8effad
|
Moved menu to require.js style, ref #77
|
2014-07-12 17:31:18 +02:00 |
|
Jeena
|
6bc9b7e32b
|
api getMaps for create channel
|
2014-07-03 20:28:18 +02:00 |
|
Jeena
|
a837d2099c
|
menu fixes
|
2014-06-29 00:52:32 +02:00 |
|
Jeena
|
e74c7b8219
|
changed style and clearTimeout
|
2014-06-29 00:04:43 +02:00 |
|
Jeena
|
9e6c42f221
|
removed game.html, fixes #85
|
2014-06-28 23:43:58 +02:00 |
|
logsol
|
b86052e93b
|
added first draft of a new level
|
2014-06-15 03:05:47 +02:00 |
|
logsol
|
03cb005372
|
fixed arm animations
|
2014-06-14 15:08:23 +02:00 |
|
logsol
|
c891982d49
|
cleaned up character animations, added holding arm graphic #75
|
2014-06-14 13:07:55 +02:00 |
|
Jeena
|
e7052754c3
|
typo
|
2014-06-07 16:48:32 +02:00 |
|
Jeena
|
7492036445
|
added Score limit
|
2014-06-07 16:40:07 +02:00 |
|
Jeena
|
24e179f3b2
|
set scoreLimit to 10
|
2014-06-07 15:21:34 +02:00 |
|
Jeena
|
9ec3324c29
|
not removing canvas from DOM anymore, fixes #63
|
2014-06-07 12:07:54 +02:00 |
|
Jeena
|
9f0d173a82
|
changed scoreLimit to 1 for debugging
|
2014-06-07 12:05:50 +02:00 |
|
logsol
|
281cbdc3a4
|
changed max kills
|
2014-05-30 02:45:56 +02:00 |
|
logsol
|
efe4c76cc2
|
removed rube backups
|
2014-05-29 14:48:03 +02:00 |
|
logsol
|
ebc3da12fa
|
First successful attempt to implement rube ragdoll into the game. uncomment //type: rube at the bottom of ItemSettings.js to convert banana into invisible ragdoll (only visible in debug mode) - grabbing still pretty buggy.
|
2014-05-26 04:22:36 +02:00 |
|
logsol
|
135ed724d1
|
deleted old backups
|
2014-05-26 04:19:32 +02:00 |
|
logsol
|
2c612ff02d
|
changes with rube files
|
2014-05-26 04:18:45 +02:00 |
|
logsol
|
2f4b6db10a
|
added hit effect graphic for later
|
2014-05-26 04:17:56 +02:00 |
|
logsol
|
55256ada95
|
work in progress... worked on channel attributes and game goal. fixes #45 and references #48
|
2014-03-30 00:12:04 +01:00 |
|
logsol
|
039213cf50
|
missing commits from last commit 7eb3d0b8b0
|
2014-03-19 02:40:03 +01:00 |
|
logsol
|
7eb3d0b8b0
|
externalised item properties into config/ItemSettings.js, cleaned properties away from level files, removed tmx files, added a few new items, added item property 'danger' and made it influence damage, therefore knifes are now more deadly than bananas :) - fixes #51
|
2014-03-19 02:36:09 +01:00 |
|
logsol
|
b65fbd9825
|
fixed chuck's blurryness by increasing the animation size * 4 before exporting and then scale it back down in js, activated renderer antialiasing
|
2014-03-08 12:06:54 +01:00 |
|
logsol
|
bdd62a4a11
|
fixed body scaling of chuck animation frames from 130% back to 100%
|
2014-03-08 01:54:26 +01:00 |
|
logsol
|
8730324a83
|
added rube knife, quickstart in menu lobby, cleaned up the lobby code a bit
|
2014-03-03 02:47:23 +01:00 |
|
Jeena
|
39bdac0d7b
|
fixed #57
|
2014-03-02 01:15:33 +01:00 |
|
Jeena
|
810a74a28b
|
fixed #58
|
2014-03-01 23:11:36 +01:00 |
|
Jeena
|
da913c4709
|
added lobby, nickname fixes #44, channel name
|
2014-02-25 00:55:16 +01:00 |
|
Jeena
|
695008afd8
|
implemented clientReady and changed loading of assets, fixed unique ragdoll id
|
2014-02-24 17:41:01 +01:00 |
|
logsol
|
413254bfa4
|
replaced killed doll with ragdoll - fixes #50
|
2014-02-18 01:15:24 +01:00 |
|
logsol
|
c3aee14f23
|
added broken ragdoll (manual c++ convertion)
|
2014-02-17 11:58:33 +01:00 |
|
logsol
|
86063661db
|
changed linear interpolation to nearest and added rube ragdoll with testbed in lab
|
2014-02-16 23:00:01 +01:00 |
|
Jeena
|
47bb5ef147
|
first visible RagDoll
|
2014-02-12 04:02:01 +01:00 |
|
Jeena
|
e488beb203
|
added ragdoll with one limb
|
2014-02-12 00:30:09 +01:00 |
|
logsol
|
b55f6d58fc
|
modified debug level
|
2014-02-11 16:18:28 +01:00 |
|
logsol
|
ddbe7bc825
|
added debug level
|
2014-02-11 16:15:13 +01:00 |
|
logsol
|
25578a7f3c
|
worked a little on the level
|
2014-02-11 13:25:09 +01:00 |
|
Jeena
|
ed23753c04
|
fixed #40 #39
|
2014-02-10 22:22:14 +01:00 |
|
logsol
|
7a59e175e0
|
changed positions of objects
|
2014-02-10 15:35:32 +01:00 |
|
Jeena
|
6c78c750f0
|
added items to map
|
2014-02-10 12:05:10 +01:00 |
|
logsol
|
a0f3ae01d8
|
added 3 objects to stones2 map
|
2014-02-10 11:26:56 +01:00 |
|
logsol
|
39a486c06e
|
added level tmx files
|
2014-02-10 10:59:14 +01:00 |
|
logsol
|
c9c5b507e0
|
added next version of stones map
|
2014-02-07 02:20:30 +01:00 |
|
logsol
|
cc8aedd3ba
|
implemented spawn points and a brand new map
|
2014-02-03 16:18:22 +01:00 |
|
logsol
|
4ea86a97aa
|
fixed graphics of tile shape nr 7
|
2014-02-03 14:22:52 +01:00 |
|
logsol
|
3782fa345b
|
added tiled level support
|
2014-02-03 14:08:45 +01:00 |
|
Jeena
|
83e78a5732
|
added female head
|
2014-01-30 00:12:33 +01:00 |
|