Commit graph

25 commits

Author SHA1 Message Date
logsol
806a9d8194 Refactores the GLOBALS.context to use more expressive naming
Combines GLOBALS and Chuck namespace into App. Also increases
number of stack trace steps to be printed when an error occurs.

I experimented with the "replace" plugin from require.js, which
works but it would mean that our context switchable
"import-statements" would look like the example below, which I
decided against at least for now, just because of the looks.

The downside of not using the plugin is that we cannot use the
"use strict" statement in the channel.js entry script and also
cannot put a "var" in front of App variable there.

For example: "replace!Game/:AppContext/Physics/Engine",
Instead of:  "Game/" + App.context + "/Physics/Engine",

Fixes #86
2016-10-11 23:05:33 +02:00
logsol
318b09ca49 adds warning too many recordings. fixes #132 2015-06-22 11:58:13 +02:00
logsol
93680e3286 fixed movieclip speed/fps bug. fixes #35 2015-02-07 15:37:40 +01:00
logsol
340f05b8d9 fixed some bugs related to use strict 2014-12-22 02:43:12 +01:00
logsol
2b186be8af use strict; fixes #83 2014-12-22 01:43:21 +01:00
Jeena
d83376d5c7 refactored Server and Lobby 2014-03-01 14:07:03 +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
5ba9a47948 show an error when port is already in use - fixes #42 2014-02-24 10:39:25 +01:00
Jeena
4afc39081d debug draw overlay, fullscreen 2014-01-16 16:09:17 +01:00
Jeena
c1a4f16cc4 context awarenes in Core 2013-12-09 17:35:29 +01:00
Logsol
971b9afc3c added dependencies 2013-01-05 06:15:23 +01:00
logsol
c2ed00cb9b added checkpoint output, setting up a channel 2012-08-31 19:23:51 +02:00
logsol
ec1bceb1b6 messed everything up .... :( 111 2012-07-28 21:09:39 +02:00
logsol
26f3d22db7 replaced all tabs with 4 spaces 2012-07-28 13:26:05 +02:00
logsol
d428002374 changed app.js to server.js 2012-07-22 01:35:23 +02:00
logsol
9de3147406 moved files towards new structure. fixes #22 2012-07-21 21:20:29 +02:00
logsol
48039054bb optimized server starting, compatible for cloud9, added port as 2nd argument and socket.io log level as 3rd argv 2012-07-16 00:04:06 +02:00
Jeena Paradies
2c9658012f moved Box2D to Vendor 2012-07-12 22:40:27 +02:00
logsol
94f63fc7b2 Added communication structure 2012-07-08 01:37:53 +02:00
logsol
980af70259 extended file serving to static folder 2012-07-07 18:53:44 +02:00
logsol
56caf8b1b3 disabled browser cache 2012-07-01 17:13:44 +02:00
logsol
5a6581393e repaired debug draw, added more classes from game draft 2012-07-01 15:16:33 +02:00
logsol
2e864f5293 Set up new module structure 2012-07-01 01:32:30 +02:00
logsol
5f5178d2e8 rearranged repo structure 2012-06-30 20:36:16 +02:00