Commit graph

  • f01caafa23 added snippet for calculating mouse position on canvas logsol 2013-11-27 00:51:03 +01:00
  • 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 Karl Pannek 2013-11-27 00:46:42 +01:00
  • 22141cbee9 added animation sprites for chuck Karl Pannek 2013-11-26 03:06:19 +01:00
  • 071ad6bec5 added images and texture for gl renderer Jeena 2013-11-25 17:16:52 +01:00
  • b77d209843 bugfix in http Jeena 2013-11-25 14:19:17 +01:00
  • 8f245f33d6 fooled around with joints for hiding lag Logsol 2013-07-30 21:15:11 +02:00
  • f5eacb6335 fixed input controllerism - fixes #28 Logsol 2013-07-30 18:13:39 +02:00
  • a59a258ad6 removed collisionDetector for every player again, because box2d can only have one - userData solution instead Logsol 2013-01-06 03:02:34 +01:00
  • f07505bc20 Repaired Collision detecteion by adding one detector for each user - fixes #15 Logsol 2013-01-06 01:40:46 +01:00
  • a1e94e1ed0 added getSpawnedPlayersAndTheirPositions in order to get already spawned players to spawn the moment you join and spawn yourself. fixes #26 Logsol 2013-01-05 22:38:29 +01:00
  • a852bccae6 added user/left notificationcenter trigger, because bodies on the server were not destroyed when user disconnected Logsol 2013-01-05 21:32:19 +01:00
  • 9d23898018 prettified an object Logsol 2013-01-05 20:30:25 +01:00
  • fb5de522e5 Added spawning gameCommand logic Logsol 2013-01-05 08:19:49 +01:00
  • 371592f167 added server input controller Logsol 2013-01-05 06:17:26 +01:00
  • c256f8a729 refactoring Logsol 2013-01-05 06:16:42 +01:00
  • 39af52dd14 changed world update intervall Logsol 2013-01-05 06:16:08 +01:00
  • 971b9afc3c added dependencies Logsol 2013-01-05 06:15:23 +01:00
  • b82a027f4f added Exception handling and added applyCommands Logsol 2013-01-05 06:14:34 +01:00
  • 7977220404 added string extentions Logsol 2013-01-05 06:13:11 +01:00
  • a10a7a7319 preliminary spawning of other players Logsol 2013-01-04 22:59:29 +01:00
  • c4c48ab821 gameCommand implementation Logsol 2013-01-04 03:02:05 +01:00
  • 6219a82fbd letting player spawn. hiding three.js canvas Logsol 2013-01-04 01:03:41 +01:00
  • 4767632f3d removed worm Logsol 2013-01-03 23:45:59 +01:00
  • 0adbc2a10a removed worm Logsol 2013-01-03 23:44:25 +01:00
  • 69fd43a900 fixed client removal, joining, etc. Logsol 2013-01-03 23:05:27 +01:00
  • 2183e70bd8 join success roundtrip added Logsol 2013-01-03 21:32:24 +01:00
  • e93dbf2f2a fixed requirejs version Jeena Paradies 2012-11-21 00:12:12 +01:00
  • c2ed00cb9b added checkpoint output, setting up a channel logsol 2012-08-31 19:23:51 +02:00
  • dd154aa576 cleaned up the mess ... :) logsol 2012-08-29 16:11:43 +02:00
  • ec1bceb1b6 messed everything up .... :( 111 logsol 2012-07-28 21:09:39 +02:00
  • 27b2e135db added fork test logsol 2012-07-28 17:50:34 +02:00
  • 03678eb773 changed minimum node.js version due to childprocess sockethandler bugfix in newer version logsol 2012-07-28 17:08:43 +02:00
  • 551fc943c9 replaced ){ with ) { logsol 2012-07-28 15:00:59 +02:00
  • 76daceb2e7 changed function XXX( to function XXX ( logsol 2012-07-28 13:54:49 +02:00
  • 7e5eeb0a27 changed function( to function ( logsol 2012-07-28 13:38:31 +02:00
  • 26f3d22db7 replaced all tabs with 4 spaces logsol 2012-07-28 13:26:05 +02:00
  • 5d11540c55 deactivated automatic client reconnection logsol 2012-07-28 01:08:27 +02:00
  • ebb400a289 added automatic method calling logsol 2012-07-28 01:04:41 +02:00
  • b5b10ba0b9 removed node-fork, using native child_process now, the API is the same Jeena Paradies 2012-07-23 01:11:18 +02:00
  • 25653b4d58 implemented channel forking logsol 2012-07-22 18:50:44 +02:00
  • 815c63009f working towards usable new structure logsol 2012-07-22 17:54:27 +02:00
  • 3afc2fa66e fixed server bugs logsol 2012-07-22 15:01:50 +02:00
  • f85469b97e changed object create to Parent.prototype Jeena Paradies 2012-07-22 13:28:07 +02:00
  • 76391c2c5e fixing up the branch logsol 2012-07-22 13:05:29 +02:00
  • 005fb57c31 swapped client files logsol 2012-07-22 12:22:38 +02:00
  • d73d6b73e1 fixed syntax errors Jeena Paradies 2012-07-22 03:05:04 +02:00
  • 11c642fd7a fixed client physics engine Jeena Paradies 2012-07-22 02:52:43 +02:00
  • 8da8ad2e82 Merge branch 'restructuring' of github.com:logsol/chuck.js into restructuring Jeena Paradies 2012-07-22 02:37:18 +02:00
  • 88d0f5e2eb using core engine Jeena Paradies 2012-07-22 02:37:05 +02:00
  • 40b0d5a3ce added comma Jeena Paradies 2012-07-22 02:27:26 +02:00
  • 282a9a6155 correct calling of notification center logsol 2012-07-22 02:26:33 +02:00
  • 7c01f1c9c6 Merge branch 'restructuring' of github.com:logsol/chuck.js into restructuring logsol 2012-07-22 02:25:40 +02:00
  • 920485bcb2 fixed paths Jeena Paradies 2012-07-22 02:25:28 +02:00
  • e5395dcd4a Merge branch 'restructuring' of github.com:logsol/chuck.js into restructuring logsol 2012-07-22 02:22:06 +02:00
  • 60462f48bf singleton NotificationCenter Jeena Paradies 2012-07-22 02:21:34 +02:00
  • e4b41ebf4f Merge branch 'restructuring' of github.com:logsol/chuck.js into restructuring logsol 2012-07-22 02:20:52 +02:00
  • 55505106e4 singleton NotificationCenter Jeena Paradies 2012-07-22 02:19:28 +02:00
  • d2e7972362 changed notification center calling logsol 2012-07-22 02:08:51 +02:00
  • b8e6a967ee Merge branch 'restructuring' of github.com:logsol/chuck.js into restructuring Jeena Paradies 2012-07-22 02:02:29 +02:00
  • 4e3f207f52 cleaning up Server GameController Jeena Paradies 2012-07-22 02:02:23 +02:00
  • 6f28a10149 Merge branch 'restructuring' of github.com:logsol/chuck.js into restructuring logsol 2012-07-22 01:53:07 +02:00
  • 68d08f4606 changed notification center to singleton logsol 2012-07-22 01:52:44 +02:00
  • 70d6fc08bd repaired define path logsol 2012-07-22 01:47:39 +02:00
  • 9ac1d61487 Merge branch 'restructuring' of github.com:logsol/chuck.js into restructuring Jeena Paradies 2012-07-22 01:38:41 +02:00
  • 03add70032 cleaned up client GameController Jeena Paradies 2012-07-22 01:38:25 +02:00
  • 76fd4fb13b fixed typo Jeena Paradies 2012-07-22 01:38:05 +02:00
  • d428002374 changed app.js to server.js logsol 2012-07-22 01:35:23 +02:00
  • 36c0e34dc5 adapted bootstrapping logsol 2012-07-22 01:34:18 +02:00
  • ec84e8d025 Merge branch 'restructuring' of github.com:logsol/chuck.js into restructuring logsol 2012-07-22 01:08:43 +02:00
  • a2a83f422a setting up bootstrapping logsol 2012-07-22 01:08:22 +02:00
  • 9864f8cb57 groundwork GameController Jeena Paradies 2012-07-22 01:08:21 +02:00
  • c27f4e1e95 work on GameController Jeena Paradies 2012-07-22 01:00:26 +02:00
  • 413dd242ba added start app.js Jeena Paradies 2012-07-22 00:51:41 +02:00
  • a2460ed385 renamed server bootstrap logsol 2012-07-22 00:44:39 +02:00
  • aa95c38cc2 added serverside bootstrapping logsol 2012-07-22 00:42:38 +02:00
  • 2f430b15e0 added serverside bootstrapping logsol 2012-07-22 00:41:43 +02:00
  • 10950c4f5a altered define paths logsol 2012-07-22 00:26:29 +02:00
  • f31f68409e altered define paths logsol 2012-07-22 00:25:16 +02:00
  • e70366398f altered define paths logsol 2012-07-22 00:14:38 +02:00
  • 38bc5adabd Merge branch 'restructuring' of github.com:logsol/chuck.js into restructuring logsol 2012-07-21 23:58:27 +02:00
  • 22ae392ace moved detector to core Jeena Paradies 2012-07-21 23:53:33 +02:00
  • 704c78367b altered define paths logsol 2012-07-21 23:41:41 +02:00
  • 231d957498 altered define paths logsol 2012-07-21 23:38:59 +02:00
  • b4c59ae7c6 changed paths Jeena Paradies 2012-07-21 23:11:01 +02:00
  • 26662567dc Merge branch 'restructuring' of github.com:logsol/chuck.js into restructuring Jeena Paradies 2012-07-21 23:03:43 +02:00
  • 806a6e1d47 moved client stuff from Engine to Client/Physics/Engine Jeena Paradies 2012-07-21 23:03:37 +02:00
  • ee5c38cf02 Merge branch 'restructuring' of github.com:logsol/chuck.js into restructuring logsol 2012-07-21 23:01:25 +02:00
  • e1702966ce some changes to detector logsol 2012-07-21 23:00:39 +02:00
  • ca61f9e0f9 altered define paths logsol 2012-07-21 22:34:56 +02:00
  • 0df0f2965c altered define paths logsol 2012-07-21 22:34:34 +02:00
  • fc22ac5643 changed name and fixed wrong constant name Jeena Paradies 2012-07-21 22:15:32 +02:00
  • 1a536f0fea altered define paths logsol 2012-07-21 22:11:01 +02:00
  • e3ada4e4c8 altered define paths logsol 2012-07-21 22:08:39 +02:00
  • 62c6a7990d altered define paths logsol 2012-07-21 22:07:20 +02:00
  • 7a355e8b9a fixed define paths, exchanged Constants with Detector stuff Jeena Paradies 2012-07-21 22:03:11 +02:00
  • 75205274bc altered define paths logsol 2012-07-21 22:03:06 +02:00
  • 69f52d96fc altered define paths logsol 2012-07-21 21:59:45 +02:00
  • 8caaee66de altered define paths logsol 2012-07-21 21:53:44 +02:00
  • ced41c3611 altered define paths logsol 2012-07-21 21:53:35 +02:00
  • f3f9138ddc fixed define-paths and added Detector for the constant Jeena Paradies 2012-07-21 21:53:11 +02:00