Commit graph

15 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
Jeena
3283f97f07 added production2 to ecosystem 2015-04-02 23:02:51 +02:00
Jeena
5a4cec5ae8 added production2 fixes #125 2015-04-02 23:01:02 +02:00
logsol
5eeb120799 added chart.js path to build-profile of production env 2015-03-02 19:48:05 +01:00
logsol
b92cce88f2 changing back dev deploy to master 2014-12-26 23:58:42 +01:00
logsol
73086e3c15 deployment stuff 2014-12-25 11:54:06 +01:00
logsol
9986143dc2 splitted ecosystem config 2014-12-25 11:46:31 +01:00
logsol
c1ee3df3f9 development stuff 2014-12-25 02:40:12 +01:00
logsol
e55b64e3e9 deployment stuff 2014-12-25 02:31:41 +01:00
logsol
d8a49779ae deployment stuff 2014-12-25 02:10:13 +01:00
logsol
a0731d8afd deployment stuff 2014-12-25 02:05:29 +01:00
logsol
300f6e4ae3 set up pm2 deployment 2014-12-25 02:02:26 +01:00
logsol
b886728bf5 deleted wrong file 2014-12-22 00:28:47 +01:00
logsol
8dbc088813 restructured scripts for building and some improvements 2014-12-21 23:02:27 +01:00