Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Bolsee <benoit.bolsee@online.be>2009-11-23 00:55:59 +0300
committerBenoit Bolsee <benoit.bolsee@online.be>2009-11-23 00:55:59 +0300
commitab6b1a363f83167309f6aeb54fa39981a7046bed (patch)
treeca112acce5f39f876cfe42c2f5fdf2050854ba62 /source/blenderplayer
parentdc5b0c8b9c78a0c251f2ed2eacff7deffd70bd6a (diff)
Fix MSVC project files for blenderplayer: the player compiles and runs properly in debug and release mode. Still a problem with scons: the player compiles but crashes on startup.
Diffstat (limited to 'source/blenderplayer')
-rw-r--r--source/blenderplayer/bad_level_call_stubs/stubs.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index f8bf84a14fb..f4885724802 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -229,6 +229,8 @@ void WM_operator_bl_idname(char *to, const char *from){}
void WM_operator_py_idname(char *to, const char *from){}
short insert_keyframe (struct ID *id, struct bAction *act, const char group[], const char rna_path[], int array_index, float cfra, short flag){return 0;}
char *WM_operator_pystring(struct bContext *C, struct wmOperatorType *ot, struct PointerRNA *opptr, int all_args){return NULL;}
+struct wmKeyMapItem *WM_modalkeymap_add_item(struct wmKeyMap *km, int type, int val, int modifier, int keymodifier, int value){return NULL;}
+struct wmKeyMap *WM_modalkeymap_add(struct wmKeyConfig *keyconf, char *idname, EnumPropertyItem *items){return NULL;}
/* intern/decimation */
int LOD_FreeDecimationData(struct LOD_Decimation_Info *info){return 0;}
@@ -239,9 +241,10 @@ int LOD_LoadMesh(struct LOD_Decimation_Info *info){return 0;}
/* smoke */
void lzo1x_1_compress(void) {return;}
void LzmaCompress(void) { return; }
-void smoke_export(void) {return;}
void lzo1x_decompress(void) {return;}
void LzmaUncompress(void) {return;}
+/* smoke is included anyway
+void smoke_export(void) {return;}
void smoke_init(void) {return;}
void smoke_turbulence_init(void) {return;}
void smoke_turbulence_initBlenderRNA(void) {return;}
@@ -258,6 +261,7 @@ void smoke_get_velocity_z(void) {return;}
void smoke_get_obstacle(void) {return;}
void smoke_get_index(void) {return;}
void smoke_step(void) {return;}
+*/
char blender_path(){return NULL;}