This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
46
Issues Help Desk / Re: Lots of compile errors
« on: June 16, 2016, 02:46:49 am »
I've tried compiling with OpenGL on three HP computers, it won't work. These are the contents of glewinfo.txt:
http://pastebin.com/RGd3QH5r
... when I try compiling with DirectX 9.0, it won't compile:
http://pastebin.com/BY3W9wCr
http://pastebin.com/RGd3QH5r
... when I try compiling with DirectX 9.0, it won't compile:
http://pastebin.com/BY3W9wCr
47
Issues Help Desk / Re: Lots of compile errors
« on: June 16, 2016, 02:24:19 am »Did you run the game in debug mode? You have to hit the debug icon not the run icon and then do GDB. I think you hit the run button because it's showing ?? in the back trace which suggests there's no debugging symbols. If you run it in debug mode that will tell us file names and line numbers of the errors.I think GDB is showing the all the lines now.
Code: [Select]
nolan@HP-COMPAQ-5750 /f/ENIGMA/ENIGMA
$ gdb "C:\Users\nolan\AppData\Local\Temp\egm3629380217952681115.exe"
GNU gdb (GDB) 7.6.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-w64-mingw32".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from C:\Users\nolan\AppData\Local\Temp\egm3629380217952681115.ex
e...done.
(gdb) run
Starting program: C:\Users\nolan\AppData\Local\Temp\egm3629380217952681115.exe
[New Thread 324.0x3ac]
warning: Can not parse XML library list; XML support was disabled at compile tim
e
Initializing audio system...
Opening ALURE devices.
[New Thread 324.0x127c]
[New Thread 324.0x934]
width: 200height: 200transparent: 0smoothEdges: 0preload: 0useAsTileset: 0tileWi
dth: 16tileHeight: 16hOffset: 0vOffset: 0hSep: 0vSep: 0Alloc size: 3484Adding ba
ckground: 0
width: 200height: 200transparent: 0smoothEdges: 0preload: 0useAsTileset: 0tileWi
dth: 16tileHeight: 16hOffset: 0vOffset: 0hSep: 0vSep: 0Alloc size: 2411Adding ba
ckground: 1
Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
(gdb) bt
#0 0x00000000 in ?? ()
#1 0x007c9e95 in enigma_user::surface_create (width=800, height=600,
depthbuffer=false) at Graphics_Systems/OpenGL1/GLsurface.cpp:127
#2 0x00664727 in enigma::OBJ_obj_controller::myevent_create (this=0x21be740)
at C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfu
nctionality.h:8232
#3 0x008834d5 in enigma::roomstruct::gotome (
this=0xbdc8a8 <enigma::grd_rooms+1192>, gamestart=false)
at Universal_System/roomsystem.cpp:193
#4 0x008877c8 in enigma::rooms_switch ()
at Universal_System/roomsystem.cpp:835
#5 0x00407c69 in enigma::ENIGMA_events ()
at C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_events.h
:138
#6 0x007a5555 in WinMain@16 (hInstance=0x400000, hPrevInstance=0x0,
lpCmdLine=0x24247e7 "", iCmdShow=10)
at Platforms/Win32/WINDOWSmain.cpp:356
#7 0x00b116cd in main ()
(gdb)
room_goto_next() resulted in an error BTW, so I used room_goto(rm_main) instead, maybe that problem is related?
48
Issues Help Desk / Re: Lots of compile errors
« on: June 14, 2016, 03:41:12 pm »
I don't know if you need this, but I got this:
Code: [Select]
Michael@GIGABYTE-2 /d/ENIGMA/ENIGMA
$ gdb C:\Users\Michael\AppData\Local\Temp\egm1662160408106033879.exe
GNU gdb (GDB) 7.6.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-w64-mingw32".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
C:UsersMichaelAppDataLocalTempegm1662160408106033879.exe: No such file or direct
ory.
(gdb) run
Starting program:
No executable specified, use `target exec'.
(gdb) target exec
No executable file now.
<\Michael\AppData\Local\Temp\egm1662160408106033879.exe
(gdb) run
Starting program: C:\Users\Michael\AppData\Local\Temp\egm1662160408106033879.exe
[New Thread 3120.0x1a8]
warning: Can not parse XML library list; XML support was disabled at compile tim
e
[New Thread 3120.0xe18]
[New Thread 3120.0x1d0]
[New Thread 3120.0xd58]
[New Thread 3120.0x9a0]
Initializing audio system...
Opening ALURE devices.
[New Thread 3120.0xf7c]
[New Thread 3120.0x4f4]
width: 200height: 200transparent: 0smoothEdges: 0preload: 0useAsTileset: 0tileWi
dth: 16tileHeight: 16hOffset: 0vOffset: 0hSep: 0vSep: 0Alloc size: 3484Adding ba
ckground: 0
width: 200height: 200transparent: 0smoothEdges: 0preload: 0useAsTileset: 0tileWi
dth: 16tileHeight: 16hOffset: 0vOffset: 0hSep: 0vSep: 0Alloc size: 2411Adding ba
ckground: 1
Program received signal SIGSEGV, Segmentation fault.
0x008ed067 in ?? ()
(gdb) bt
#0 0x008ed067 in ?? ()
#1 0x0043bdcf in ?? ()
#2 0x0053bb5c in ?? ()
#3 0x006fe199 in ?? ()
#4 0x006fe38d in ?? ()
#5 0x00408f8b in ?? ()
#6 0x00633306 in ?? ()
#7 0x0090879d in ?? ()
#8 0x004013de in ?? ()
#9 0x74e433ca in ?? ()
#10 0x771b9ed2 in ?? ()
#11 0x771b9ea5 in ?? ()
#12 0x00000000 in ?? ()
(gdb)
49
Issues Help Desk / Re: Lots of compile errors
« on: June 14, 2016, 02:29:24 pm »How are you calling min/max? There is currently a known parser bug that hasn't been fixed.I solved it by making custom functions min2, max2 and median2, and then I did some find/replace. I'm through all the errors, but now it freezes while the screen is still black... Could you help me finding the problem? http://enigma-dev.org/forums/index.php?topic=2673.msg25961#new
https://github.com/enigma-dev/enigma-dev/issues/214
50
Third Party / Re: Game Maker IDE
« on: June 14, 2016, 10:53:37 am »
I tried porting it to ENIGMA again and it all seemed to work in the end, but then I opened the resulting exe and it crashed on loading... can someone try it on their computer? http://gamemaker.mooo.com/games/1-game-maker-ide/more_information#ENIGMA
51
Issues Help Desk / Re: Lots of compile errors
« on: June 14, 2016, 08:39:08 am »
One error that I don't understand:
EDIT: I fixed it along with a wrongly placed assignment operator (it was meant as a comparison).
Code: [Select]
d:\enigma\enigma\mingw32\include\c++\4.8.2\bits\basic_string.h:554:7: note: no known conversion for argument 1 from 'variant' to 'const char*'
EDIT: I fixed it along with a wrongly placed assignment operator (it was meant as a comparison).
52
Issues Help Desk / Lots of compile errors
« on: June 13, 2016, 02:36:32 pm »
I get lots of errors when I try to compile my project in ENIGMA, including errors with the max function. How can I fix these? And also, is there an alternative for "else if"? Using that combination gives me a warning.
Last question, I get 25 variables "not declared in this scope", but it all worked in GameMaker. What am I missing here?
Code: [Select]
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_project_load(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:157:102: error: 'recent' was not declared in this scope
for(enigma::varaccess_i(int(self))= min((enigma::varargs(), enigma::varaccess_length(int(recent))- 1, 6)); enigma::varaccess_i(int(self))>= 0; enigma::varaccess_i(int(self))-= 1)
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:163:40: error: 'recent' was not declared in this scope
enigma::varaccess_name(int(recent))[int(0)]="seperator";
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:168:100: error: 'recent' was not declared in this scope
for(enigma::varaccess_i(int(self))= min((enigma::varargs(), enigma::varaccess_length(int(recent))- 1, 6)); enigma::varaccess_i(int(self))>= 0; enigma::varaccess_i(int(self))-= 1)
^
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:163:40: error: 'recent' was not declared in this scope
enigma::varaccess_name(int(recent))[int(0)]="seperator";
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:168:100: error: 'recent' was not declared in this scope
for(enigma::varaccess_i(int(self))= min((enigma::varargs(), enigma::varaccess_length(int(recent))- 1, 6)); enigma::varaccess_i(int(self))>= 0; enigma::varaccess_i(int(self))-= 1)
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:186:38: error: 'recent' was not declared in this scope
enigma::varaccess_name(int(recent))[int(0)]= enigma::varaccess_name(int(other));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:186:38: error: 'recent' was not declared in this scope
enigma::varaccess_name(int(recent))[int(0)]= enigma::varaccess_name(int(other));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_resources_draw(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:346:91: error: '_w' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), size / (double) _w, size / (double) _h));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:346:111: error: '_h' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), size / (double) _w, size / (double) _h));
^
In file included from SHELLmain.cpp:109:0:
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:356:91: error: '_w' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), size / (double) _w, size / (double) _h));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:356:111: error: '_h' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), size / (double) _w, size / (double) _h));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_resources_draw(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:346:91: error: '_w' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), size / (double) _w, size / (double) _h));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:346:111: error: '_h' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), size / (double) _w, size / (double) _h));
^
In file included from SHELLmain.cpp:109:0:
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:356:91: error: '_w' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), size / (double) _w, size / (double) _h));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:356:111: error: '_h' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), size / (double) _w, size / (double) _h));
^
In file included from SHELLmain.cpp:105:0:
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:441:106: error: 'shift' was not declared in this scope
:: draw_line_dashed(xx - size / (double) 2, max((enigma::varargs(), yy + size / (double) 2, yy - shift)), xx - size / (double) 2, Y - size / (double) 2);
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectdeclarations.h:70:62: note: in definition of macro 'draw_line_dashed'
#define draw_line_dashed(arguments...) _SCR_draw_line_dashed(arguments)
^
In file included from SHELLmain.cpp:105:0:
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:441:106: error: 'shift' was not declared in this scope
:: draw_line_dashed(xx - size / (double) 2, max((enigma::varargs(), yy + size / (double) 2, yy - shift)), xx - size / (double) 2, Y - size / (double) 2);
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectdeclarations.h:70:62: note: in definition of macro 'draw_line_dashed'
#define draw_line_dashed(arguments...) _SCR_draw_line_dashed(arguments)
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_draw_scrollbar(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:1390:205: error: 'dy' was not declared in this scope
:: data_set(data, "value", median((enigma::varargs(), (mouse_y - y1)/ (double)(y2 - y1 - 2 * (x2 - x1))* (:: data_get(data, "max", 1)- :: data_get(data, "min", 0))+ :: data_get(data, "min", 0)- dy, :: data_get(data, "min", 0), :: data_get(data, "max", 1)- 1)));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectdeclarations.h:50:46: note: in definition of macro 'data_set'
#define data_set(arguments...) _SCR_data_set(arguments)
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_draw_scrollbar(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:1390:205: error: 'dy' was not declared in this scope
:: data_set(data, "value", median((enigma::varargs(), (mouse_y - y1)/ (double)(y2 - y1 - 2 * (x2 - x1))* (:: data_get(data, "max", 1)- :: data_get(data, "min", 0))+ :: data_get(data, "min", 0)- dy, :: data_get(data, "min", 0), :: data_get(data, "max", 1)- 1)));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectdeclarations.h:50:46: note: in definition of macro 'data_set'
#define data_set(arguments...) _SCR_data_set(arguments)
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:1526:200: error: 'dx' was not declared in this scope
:: data_set(data, "value", median((enigma::varargs(), (mouse_x)/ (double)(x2 - x1 - 2 * (y2 - y1))* (:: data_get(data, "max", 1)- :: data_get(data, "min", 0))+ :: data_get(data, "min", 0)- dx, :: data_get(data, "min", 0), :: data_get(data, "max", 1)- 1)));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectdeclarations.h:50:46: note: in definition of macro 'data_set'
#define data_set(arguments...) _SCR_data_set(arguments)
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:1536:93: error: 'scroll_speed' was not declared in this scope
:: data_set(data, "value", median((enigma::varargs(), :: data_get(data, "value")+ scroll_speed, :: data_get(data, "min", 0), :: data_get(data, "max", 1)- 1)));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectdeclarations.h:50:46: note: in definition of macro 'data_set'
#define data_set(arguments...) _SCR_data_set(arguments)
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:1526:200: error: 'dx' was not declared in this scope
:: data_set(data, "value", median((enigma::varargs(), (mouse_x)/ (double)(x2 - x1 - 2 * (y2 - y1))* (:: data_get(data, "max", 1)- :: data_get(data, "min", 0))+ :: data_get(data, "min", 0)- dx, :: data_get(data, "min", 0), :: data_get(data, "max", 1)- 1)));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectdeclarations.h:50:46: note: in definition of macro 'data_set'
#define data_set(arguments...) _SCR_data_set(arguments)
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:1536:93: error: 'scroll_speed' was not declared in this scope
:: data_set(data, "value", median((enigma::varargs(), :: data_get(data, "value")+ scroll_speed, :: data_get(data, "min", 0), :: data_get(data, "max", 1)- 1)));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectdeclarations.h:50:46: note: in definition of macro 'data_set'
#define data_set(arguments...) _SCR_data_set(arguments)
^
In file included from SHELLmain.cpp:109:0:
In file included from SHELLmain.cpp:109:0:
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:1546:78: error: 'scroll_speed' was not declared in this scope
enigma::varaccess_scroll_speed(int(self))= min((enigma::varargs(), scroll_speed + scroll_friction, 0));
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:1546:78: error: 'scroll_speed' was not declared in this scope
^
enigma::varaccess_scroll_speed(int(self))= min((enigma::varargs(), scroll_speed + scroll_friction, 0));
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:1546:93: error: 'scroll_friction' was not declared in this scope
^
enigma::varaccess_scroll_speed(int(self))= min((enigma::varargs(), scroll_speed + scroll_friction, 0));
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:1546:93: error: 'scroll_friction' was not declared in this scope
^
enigma::varaccess_scroll_speed(int(self))= min((enigma::varargs(), scroll_speed + scroll_friction, 0));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_window_get_maximalized(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:2595:24: error: lvalue required as left operand of assignment
return window_get_x()= 0 && window_get_y()<= 40 && window_get_y()>= 1 && argument0 >= display_get_width()- 8;
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_window_get_maximalized(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:2595:24: error: lvalue required as left operand of assignment
return window_get_x()= 0 && window_get_y()<= 40 && window_get_y()>= 1 && argument0 >= display_get_width()- 8;
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_draw_tab(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:3439:7: error: '_delete' was not declared in this scope
_delete = 1; break;
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_draw_tab(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:3439:7: error: '_delete' was not declared in this scope
_delete = 1; break;
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_window_init(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:3747:70: error: 'depth' was not declared in this scope
enigma::glaccess(int(other))-> depth = min((enigma::varargs(), depth - 1, enigma::glaccess(int(other))-> depth));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_window_init(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:3747:70: error: 'depth' was not declared in this scope
enigma::glaccess(int(other))-> depth = min((enigma::varargs(), depth - 1, enigma::glaccess(int(other))-> depth));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_window_set_foreground(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:4059:42: error: 'depth' was not declared in this scope
ndepth = min((enigma::varargs(), depth, ndepth));
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_window_set_foreground(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:4059:42: error: 'depth' was not declared in this scope
ndepth = min((enigma::varargs(), depth, ndepth));
^
In file included from SHELLmain.cpp:109:0:
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_form_object_draw(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:4434:84: error: '_w' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), 128 / (double) _w, 128 / (double) _h));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:4434:103: error: '_h' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), 128 / (double) _w, 128 / (double) _h));
^
In file included from SHELLmain.cpp:109:0:
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_form_object_draw(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:4434:84: error: '_w' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), 128 / (double) _w, 128 / (double) _h));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:4434:103: error: '_h' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), 128 / (double) _w, 128 / (double) _h));
^
In file included from SHELLmain.cpp:109:0:
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_form_sound_draw(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:5601:84: error: '_w' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), 128 / (double) _w, 128 / (double) _h));
^
In file included from SHELLmain.cpp:109:0:
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_form_sound_draw(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:5601:84: error: '_w' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), 128 / (double) _w, 128 / (double) _h));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:5601:103: error: '_h' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), 128 / (double) _w, 128 / (double) _h));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:5601:103: error: '_h' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), 128 / (double) _w, 128 / (double) _h));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_form_room_draw(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:5863:99: error: '_w' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), min((enigma::varargs(), 80, _w))/ (double) _w, min((enigma::varargs(), 50, _h))/ (double) _h));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:5863:146: error: '_h' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), min((enigma::varargs(), 80, _w))/ (double) _w, min((enigma::varargs(), 50, _h))/ (double) _h));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_form_room_draw(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:5863:99: error: '_w' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), min((enigma::varargs(), 80, _w))/ (double) _w, min((enigma::varargs(), 50, _h))/ (double) _h));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:5863:146: error: '_h' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), min((enigma::varargs(), 80, _w))/ (double) _w, min((enigma::varargs(), 50, _h))/ (double) _h));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_draw_textfield(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:6389:54: error: 'xx' was not declared in this scope
draw_rectangle(min((enigma::varargs(), sx, xx)), y1 + 3, :: max2(sx, xx)+ 1, y1 + 4 + h, 0);
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_draw_textfield(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:6389:54: error: 'xx' was not declared in this scope
draw_rectangle(min((enigma::varargs(), sx, xx)), y1 + 3, :: max2(sx, xx)+ 1, y1 + 4 + h, 0);
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_get_kind(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:6935:154: error: '_char' was not declared in this scope
while((string_length(string_digits(enigma::varaccess__char(int(self))))+ (ord(enigma::varaccess__char(int(self)))== median((enigma::varargs(), ord(_char), ord("a"), ord("f"))))
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:6936:11: error: 'hex' was not declared in this scope
* hex + (ord(_char)== median((enigma::varargs(), ord(_char), ord("A"), ord("F"))))* enigma::varaccess_hex(int(self))+ :: string_is_at(".", argument0, pos)!= 0))
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_get_kind(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:6935:154: error: '_char' was not declared in this scope
while((string_length(string_digits(enigma::varaccess__char(int(self))))+ (ord(enigma::varaccess__char(int(self)))== median((enigma::varargs(), ord(_char), ord("a"), ord("f"))))
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:6936:11: error: 'hex' was not declared in this scope
* hex + (ord(_char)== median((enigma::varargs(), ord(_char), ord("A"), ord("F"))))* enigma::varaccess_hex(int(self))+ :: string_is_at(".", argument0, pos)!= 0))
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:6963:76: error: 'kind_length' was not declared in this scope
enigma::varaccess__value(int(self))= string_copy(argument0, argument1, kind_length);
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:6963:76: error: 'kind_length' was not declared in this scope
enigma::varaccess__value(int(self))= string_copy(argument0, argument1, kind_length);
^
mingw32-make.exe[1]: Leaving directory `D:/ENIGMA/ENIGMA/enigma-dev/ENIGMAsystem/SHELL'
mingw32-make.exe[1]: Leaving directory `D:/ENIGMA/ENIGMA/enigma-dev/ENIGMAsystem/SHELL'
mingw32-make.exe: *** [Game] Error 2
mingw32-make.exe: *** [Game] Error 2
Last question, I get 25 variables "not declared in this scope", but it all worked in GameMaker. What am I missing here?
53
Third Party / Re: IndieMendable
« on: June 12, 2016, 07:02:22 am »
Maybe it's because you don't use Google services? I get the Open Sans font from their CDN:
EDIT: I just changed that so it should be working if that was the problem... If it's still not working, what browser are you using?
It's also strange that your search field is dark, don't you have an idea why my page is rendering so weird?
Code: [Select]
/*
* Open Sans font.
*/
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
EDIT: I just changed that so it should be working if that was the problem... If it's still not working, what browser are you using?
It's also strange that your search field is dark, don't you have an idea why my page is rendering so weird?
54
Sound and Music / Re: 4 songs
« on: June 12, 2016, 04:12:11 am »
There are now 10 songs, including a remix on the first one. https://soundcloud.com/imanuel-habekotte/sets/piano-creations-part-2
EDIT: Named some songs:
EDIT: Named some songs:
- Song 01
- East-Asia
- Chase
- Happenings
- Song 01 [REMIX]
- Song 05
- Song 06
- Song 07
- Piano improvisation
- Once upon a time
- Song 01 [REMASTERED]
55
Third Party / Re: IndieMendable
« on: June 12, 2016, 12:02:37 am »You should look into asking the authors of stuff on the Sandbox if you can reupload their games, there's an archive of almost every game here: http://www.archiveteam.org/index.php?title=GameMaker_SandboxWhat boxes? And isn't that archive not already what I'm using?
Also, you need to specify sizes for the text in the boxes or it might look different on other people's browsers (which it does on mine).
EDIT: I don't upload the archive games because they're already in their archive if that's what you mean.
56
Sound and Music / 11 songs
« on: June 11, 2016, 05:29:57 am »I recorded |
Maybe I'm going to use some in my next project!
57
Third Party / Re: Game Maker IDE
« on: June 10, 2016, 02:52:30 pm »nice, you have plan port in linux?I tried to load my project in ENIGMA, but it simply crashes. It crashes when it reaches an empty script (it only contains a block comment followed by a line comment). I get many many errors:
Code: [Select]
...
8 Objects:
obj_controller: 12 events:
Event[0]: Parsing 1 sub-events:
Check `obj_controller::create... Done. Parse... Done.
Event[2]: Parsing 1 sub-events:
Check `obj_controller::alarm_0... Done. Parse... Done.
Event[3]: Parsing 2 sub-events:
Check `obj_controller::step... Done. Parse... Done.
Check `obj_controller::endstep... Done. Parse... Done.
Event[7]: Parsing 3 sub-events:
Check `obj_controller::gameend... Done. Parse... Done.
Check `obj_controller::roomstart... Done. Parse... Done.
Check `obj_controller::asyncdialog... Done. Parse... Done.
Event[8]: Parsing 1 sub-events:
Check `obj_controller::draw... Done. Parse... Done.
Event[9]: Parsing 1 sub-events:
Check `obj_controller::keypress_122... Done. Parse... Done.
obj_overlay: 12 events:
Event[8]: Parsing 1 sub-events:
Check `obj_overlay::draw... Done. Parse... Done.
obj_project: 12 events:
Event[0]: Parsing 1 sub-events:
Check `obj_project::create... Done. Parse... Done.
Event[1]: Parsing 1 sub-events:
Check `obj_project::destroy... Done. Parse... Done.
obj_data: 12 events:
Event[0]: Parsing 1 sub-events:
Check `obj_data::create... Done. Parse... Done.
obj_window: 12 events:
Event[0]: Parsing 1 sub-events:
Check `obj_window::create... Done. Parse... Done.
Event[1]: Parsing 1 sub-events:
Check `obj_window::destroy... Done. Parse... Done.
Event[3]: Parsing 1 sub-events:
Check `obj_window::step... Done. Parse... Done.
Event[7]: Parsing 1 sub-events:
Check `obj_window::userzero... Done. Parse... Done.
Event[8]: Parsing 1 sub-events:
Check `obj_window::draw... Done. Parse... Done.
obj_resize: 12 events:
Event[0]: Parsing 1 sub-events:
Check `obj_resize::create... Done. Parse... Done.
Event[2]: Parsing 1 sub-events:
Check `obj_resize::alarm_0... Done. Parse... Done.
obj_scripts: 12 events:
Event[0]: Parsing 1 sub-events:
Check `obj_scripts::create... Done. Parse... Done.
obj_highlighted: 12 events:
Event[0]: Parsing 1 sub-events:
Check `obj_highlighted::create... Done. Parse... Done.
Event[7]: Parsing 1 sub-events:
Check `obj_highlighted::userzero... Done. Parse... Done.
Creating room creation code scope and parsing
"Linking" scripts into the objects...
"Linking" timelines into the objects...
"Link" complete.
Tabulating maximum argument passes to each script
...
Writing events
Writing object data
Writing local accessors
Writing font data
Writing room data
Writing shader data
Running make from `mingw32-make.exe'
Full command line: mingw32-make.exe Game WORKDIR="C:/ProgramData/ENIGMA/" GMODE=Run GRAPHICS=OpenGL1 AUDIO=OpenAL COLLISION=Precise WIDGETS=Win32 NETWORKING=None PLATFORM=Win32 CXXFLAGS="-std=c++11 -I../Additional/i686-w64-mingw32/include" COMPILEPATH="Windows/Windows" EXTENSIONS=" Universal_System/Extensions/DateTime Universal_System/Extensions/Paths Universal_System/Extensions/DataStructures Universal_System/Extensions/MotionPlanning Universal_System/Extensions/Alarms Universal_System/Extensions/BasicGUI Universal_System/Extensions/ParticleSystems Universal_System/Extensions/Timelines" OUTPUTNAME="C:/Users/Michael/AppData/Local/Temp/egm4643029012246048737.exe" eTCpath=""
mingw32-make.exe -C ENIGMAsystem/SHELL
mingw32-make.exe[1]: Entering directory `D:/ENIGMA/ENIGMA/enigma-dev/ENIGMAsystem/SHELL'
mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Run/
mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Run/Audio_Systems/OpenAL/
mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Run/Bridges/Win32-OpenGL1/
mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Run/Collision_Systems/Precise/
mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Run/Graphics_Systems/General/
mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Run/Graphics_Systems/OpenGL1/
mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Run/Platforms/Win32/
mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Run/Universal_System/
mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Run/Universal_System/Extensions/Alarms/
mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Run/Universal_System/Extensions/BasicGUI/
mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Run/Universal_System/Extensions/DataStructures/
mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Run/Universal_System/Extensions/DateTime/
mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Run/Universal_System/Extensions/MotionPlanning/
mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Run/Universal_System/Extensions/ParticleSystems/
mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Run/Universal_System/Extensions/Paths/
mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Run/Universal_System/Extensions/Timelines/
mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Run/Widget_Systems/Win32/
g++ -std=c++11 -I../Additional/i686-w64-mingw32/include -Wall -s -O3 -fno-rtti -fno-exceptions -DPATH_EXT_SET -IPlatforms/Win32/Info -IGraphics_Systems/OpenGL1/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/Win32/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -IC:/ProgramData/ENIGMA/ -Wall -s -O3 -fno-exceptions -MMD -MP -c -o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Run/SHELLmain.o SHELLmain.cpp
In file included from SHELLmain.cpp:109:0:
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_project_load(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:150:50: error: expected unqualified-id before 'delete'
enigma::varaccess_project(int(global)).delete = 1;
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:150:50: error: expected ';' before 'delete'
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:157:102: error: 'recent' was not declared in this scope
for(enigma::varaccess_i(int(self))= min((enigma::varargs(), enigma::varaccess_length(int(recent))- 1, 6)); enigma::varaccess_i(int(self))>= 0; enigma::varaccess_i(int(self))-= 1)
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:163:40: error: 'recent' was not declared in this scope
enigma::varaccess_name(int(recent))[int(0)]="seperator";
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:168:100: error: 'recent' was not declared in this scope
for(enigma::varaccess_i(int(self))= min((enigma::varargs(), enigma::varaccess_length(int(recent))- 1, 6)); enigma::varaccess_i(int(self))>= 0; enigma::varaccess_i(int(self))-= 1)
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:186:38: error: 'recent' was not declared in this scope
enigma::varaccess_name(int(recent))[int(0)]= enigma::varaccess_name(int(other));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_resources_draw(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:346:91: error: '_w' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), size / (double) _w, size / (double) _h));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:346:111: error: '_h' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), size / (double) _w, size / (double) _h));
^
In file included from SHELLmain.cpp:109:0:
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:356:91: error: '_w' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), size / (double) _w, size / (double) _h));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:356:111: error: '_h' was not declared in this scope
enigma::varaccess_scale(int(self))= min((enigma::varargs(), size / (double) _w, size / (double) _h));
^
In file included from SHELLmain.cpp:105:0:
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:441:106: error: 'shift' was not declared in this scope
:: draw_line_dashed(xx - size / (double) 2, max((enigma::varargs(), yy + size / (double) 2, yy - shift)), xx - size / (double) 2, Y - size / (double) 2);
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectdeclarations.h:70:62: note: in definition of macro 'draw_line_dashed'
#define draw_line_dashed(arguments...) _SCR_draw_line_dashed(arguments)
^
In file included from SHELLmain.cpp:109:0:
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_data_add_from_json(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:500:40: error: expected unqualified-id before 'char'
var data, jsonstr, jsonlen, level, char, i, str, endchar, control, searchname, _str;
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:508:7: error: 'searchname' was not declared in this scope
searchname =! enigma::varaccess_array(int(self));
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:509:7: error: 'i' was not declared in this scope
i = 1;
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:512:14: error: expected unqualified-id before '=' token
char = string_char_at(jsonstr, i);
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:513:12: error: expected primary-expression before 'char'
if(char ==",")
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:513:12: error: expected ')' before 'char'
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:520:28: error: expected primary-expression before 'char'
else if(string_pos(char, "-1234567890.")
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:523:11: error: 'str' was not declared in this scope
str = char i += 1;
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:523:17: error: expected primary-expression before 'char'
str = char i += 1;
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:523:17: error: expected ';' before 'char'
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:524:16: error: expected unqualified-id before '=' token
char = string_char_at(jsonstr, i);
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:525:29: error: expected primary-expression before 'char'
while((string_pos(char, "1234567890."))
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:528:20: error: expected primary-expression before 'char'
str += char i += 1;
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:528:20: error: expected ';' before 'char'
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:529:18: error: expected unqualified-id before '=' token
char = string_char_at(jsonstr, i);
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:536:28: error: expected primary-expression before 'char'
else if(string_pos(char, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_1234567890$")
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:539:11: error: 'str' was not declared in this scope
str ="";
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:540:29: error: expected primary-expression before 'char'
while((string_pos(char, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_1234567890$"))
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:543:20: error: expected primary-expression before 'char'
str += char i += 1;
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:543:20: error: expected ';' before 'char'
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:544:18: error: expected unqualified-id before '=' token
char = string_char_at(jsonstr, i);
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:554:15: error: 'endchar' was not declared in this scope
endchar = string_char_at(jsonstr, i);
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:556:15: error: 'control' was not declared in this scope
control = 0;
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:557:20: error: expected unqualified-id before '=' token
char = string_char_at(jsonstr, i);
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:558:22: error: expected primary-expression before 'char'
while((char != endchar && i <= string_length(jsonstr)))
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:558:22: error: expected ')' before 'char'
SHELLmain.cpp:142:1: error: expected ')' at end of input
}
^
SHELLmain.cpp:142:1: error: expected statement at end of input
SHELLmain.cpp:142:1: error: expected '}' at end of input
SHELLmain.cpp:142:1: error: expected '}' at end of input
SHELLmain.cpp:142:1: error: expected '}' at end of input
SHELLmain.cpp:142:1: error: expected '}' at end of input
SHELLmain.cpp:142:1: error: expected '}' at end of input
SHELLmain.cpp:142:1: error: expected '}' at end of input
SHELLmain.cpp:142:1: error: expected '}' at end of input
SHELLmain.cpp:142:1: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from SHELLmain.cpp:105:0:
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectdeclarations.h: At global scope:
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectdeclarations.h:514:17: warning: inline function 'bool enigma::OBJ_obj_controller::myevent_alarm_0_subcheck()' used but never defined [enabled by default]
inline bool myevent_alarm_0_subcheck();
^
C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectdeclarations.h:1189:17: warning: inline function 'bool enigma::OBJ_obj_resize::myevent_alarm_0_subcheck()' used but never defined [enabled by default]
inline bool myevent_alarm_0_subcheck();
^
mingw32-make.exe[1]: Leaving directory `D:/ENIGMA/ENIGMA/enigma-dev/ENIGMAsystem/SHELL'
mingw32-make.exe: *** [Game] Error 2
ENIGMA: http://gamemaker.mooo.com/games/1/download/19
59
Tips, Tutorials, Examples / Re: Jumper Engine
« on: June 10, 2016, 11:10:30 am »I was not able to build this in ENIGMA because we lack the variable_global_exists()-like functions.
Fixed it! But it's still not able to compile in ENIGMA. I'm getting an error with the max function inside the hfriction script.
60
Third Party / Re: Game Maker IDE
« on: June 05, 2016, 03:04:43 pm »
New update with Music Maker: http://gamemaker.mooo.com/games/1-game-maker-ide.
Also, I just noticed I didn't include the dll I used at all. So probably nobody has really tried my program...
Also, I just noticed I didn't include the dll I used at all. So probably nobody has really tried my program...