Commit graph

18 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
ca1ca7635b implemented rubedoll level item (not after dying yet) 2015-05-11 11:10:30 +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
695008afd8 implemented clientReady and changed loading of assets, fixed unique ragdoll id 2014-02-24 17:41:01 +01:00
Jeena
953159e6bd implemented level load, more to do see #1 2014-01-29 03:24:08 +01:00
jeena
3aa89fc8d6 moved Protocol and NotificationCenter to Lib/Utilities 2013-12-27 01:36:01 +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
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
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
25653b4d58 implemented channel forking 2012-07-22 18:50:44 +02:00
logsol
815c63009f working towards usable new structure 2012-07-22 17:54:27 +02:00