Karl
f03926424a
Merge 806a9d8194 into e6089687ed
2025-07-16 15:57:25 +02:00
Karl Pannek
e6089687ed
2025 update!
2025-07-15 20:05:12 +02:00
1df7258b56
Upgrade socket.io to 2.x
2017-11-06 22:17:33 +01:00
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
3cb2e39a18
Makes singleton variable name of NotificationCenter lowercase
...
When we require a singleton, its instance name should be named
by lowercase, since it is not a class.
Relates to #128
2016-10-10 22:11:55 +02:00
logsol
ca1ca7635b
implemented rubedoll level item (not after dying yet)
2015-05-11 11:10:30 +02:00
logsol
6f5c24dd9c
added a small bot script and the possibility to trigger Nc from Chuck.inspector
2015-03-03 15:33:51 +01:00
logsol
60eae208a2
Added PointerLockManagement, Fixed layer positioning, added fps chart. fixes #120 , fixes #121 , fixes #123
2015-02-27 18:44:30 +01:00
logsol
93680e3286
fixed movieclip speed/fps bug. fixes #35
2015-02-07 15:37:40 +01:00
logsol
2b186be8af
use strict; fixes #83
2014-12-22 01:43:21 +01:00
logsol
3b43119d93
Compile and minimize code #82
2014-12-21 19:39:03 +01:00
Jeena
1a6d8effad
Moved menu to require.js style, ref #77
2014-07-12 17:31:18 +02:00
Jeena
9e6c42f221
removed game.html, fixes #85
2014-06-28 23:43:58 +02: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
Jeena
ed23753c04
fixed #40 #39
2014-02-10 22:22:14 +01:00
Jeena
3edd664412
implemented level restart
2014-01-12 04:33:08 +01:00
jeena
86dcdf92df
some changes
2014-01-09 23:02:57 +01:00
jeena
1dcc21d0b5
added image preloader and doll sensor
2013-12-27 03:52:49 +01:00
Jeena
c1a4f16cc4
context awarenes in Core
2013-12-09 17:35:29 +01:00
Jeena
b4ef1203b1
added stats + ping, fixed box2d step size
2013-12-09 14:00:46 +01:00
Logsol
971b9afc3c
added dependencies
2013-01-05 06:15:23 +01: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
5d11540c55
deactivated automatic client reconnection
2012-07-28 01:08:27 +02:00
logsol
005fb57c31
swapped client files
2012-07-22 12:22:38 +02:00
logsol
36c0e34dc5
adapted bootstrapping
2012-07-22 01:34:18 +02:00
logsol
9de3147406
moved files towards new structure. fixes #22
2012-07-21 21:20:29 +02:00
logsol
dd71bf79a9
Added debug canvas and webgl render canvas, added viewcontroller
2012-07-13 03:11:29 +02:00
Jeena Paradies
4205817e60
usiung SocketIO
2012-07-13 00:30:26 +02:00
Jeena Paradies
2c9658012f
moved Box2D to Vendor
2012-07-12 22:40:27 +02:00
logsol
81d2aa4ddc
extended client server communication
2012-07-08 04:29:14 +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
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