0ad/source/simulation2
Itms ef764d5d64 SpiderMonkey 38 upgrade: 15/35
Temporary workaround dropping of parent parameter from JS_NewObject* by
switching to JS_NewObjectWithGivenProto.

We should just drop support for serializing the parent since upstream is
dropping the parent parameter from all those functions.

Patch by leper.
Addresses https://bugzilla.mozilla.org/show_bug.cgi?id=1136906 and
https://bugzilla.mozilla.org/show_bug.cgi?id=1136345

This was SVN commit r18669.
2016-09-02 16:30:35 +00:00
..
components SpiderMonkey 38 upgrade: 13/35 2016-09-02 16:28:17 +00:00
docs Implements relative templates. Fixes #2936. Thanks to leper, wraitii, historicbruno and everyone else that helped. 2015-12-05 17:02:25 +00:00
helpers SpiderMonkey 38 upgrade: 10/35 2016-09-02 16:24:46 +00:00
scripting SpiderMonkey 38 upgrade: 14/35 2016-09-02 16:29:21 +00:00
serialization SpiderMonkey 38 upgrade: 15/35 2016-09-02 16:30:35 +00:00
system SpiderMonkey 38 upgrade: 13/35 2016-09-02 16:28:17 +00:00
tests Actually seed the random number generator used in the simulation. Reviewed by sanderd17, fixes #4127. 2016-08-14 16:28:54 +00:00
MessageTypes.h Cinematic camera core functionality. Patch by Vladislav Belov. 2016-01-03 12:41:04 +00:00
Simulation2.cpp Actually seed the random number generator used in the simulation. Reviewed by sanderd17, fixes #4127. 2016-08-14 16:28:54 +00:00
Simulation2.h Actually seed the random number generator used in the simulation. Reviewed by sanderd17, fixes #4127. 2016-08-14 16:28:54 +00:00
TypeList.h Rename TechnologyTemplateManager to DataTemplateManager in order to reflect its new function. Fixes #3909. Disable serialisation of technology templates. Refs #3834 2016-04-27 08:25:47 +00:00