Commit graph

89 commits

Author SHA1 Message Date
Jeena
fe0d4a66e2 first attempt to implement GameObject 2013-12-19 15:16:15 +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
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
fb5de522e5 Added spawning gameCommand logic 2013-01-05 08:19:49 +01:00
Logsol
b82a027f4f added Exception handling and added applyCommands 2013-01-05 06:14:34 +01:00
Logsol
0adbc2a10a removed worm 2013-01-03 23:44:25 +01:00
Logsol
69fd43a900 fixed client removal, joining, etc. 2013-01-03 23:05:27 +01:00
logsol
dd154aa576 cleaned up the mess ... :) 2012-08-29 16:11:43 +02:00
logsol
ec1bceb1b6 messed everything up .... :( 111 2012-07-28 21:09:39 +02:00
logsol
551fc943c9 replaced ){ with ) { 2012-07-28 15:00:59 +02:00
logsol
76daceb2e7 changed function XXX( to function XXX ( 2012-07-28 13:54:49 +02:00
logsol
7e5eeb0a27 changed function( to function ( 2012-07-28 13:38:31 +02:00
logsol
26f3d22db7 replaced all tabs with 4 spaces 2012-07-28 13:26:05 +02:00
logsol
815c63009f working towards usable new structure 2012-07-22 17:54:27 +02:00
logsol
3afc2fa66e fixed server bugs 2012-07-22 15:01:50 +02:00
logsol
76391c2c5e fixing up the branch 2012-07-22 13:05:29 +02:00
Jeena Paradies
11c642fd7a fixed client physics engine 2012-07-22 02:52:43 +02:00
Jeena Paradies
40b0d5a3ce added comma 2012-07-22 02:27:26 +02:00
Jeena Paradies
9864f8cb57 groundwork GameController 2012-07-22 01:08:21 +02:00
Jeena Paradies
413dd242ba added start app.js 2012-07-22 00:51:41 +02:00
Jeena Paradies
22ae392ace moved detector to core 2012-07-21 23:53:33 +02:00
Jeena Paradies
b4c59ae7c6 changed paths 2012-07-21 23:11:01 +02:00
Jeena Paradies
806a6e1d47 moved client stuff from Engine to Client/Physics/Engine 2012-07-21 23:03:37 +02:00
Jeena Paradies
fc22ac5643 changed name and fixed wrong constant name 2012-07-21 22:15:32 +02:00
Jeena Paradies
7a355e8b9a fixed define paths, exchanged Constants with Detector stuff 2012-07-21 22:03:11 +02:00
Jeena Paradies
f3f9138ddc fixed define-paths and added Detector for the constant 2012-07-21 21:53:11 +02:00
Jeena Paradies
9c49eccab4 Added a constant 2012-07-21 21:52:40 +02:00
logsol
bd45f538c7 some more renaming 2012-07-21 21:37:24 +02:00