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.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 »
2071
Off-Topic / Re: Don't get Scroogled!
« on: November 27, 2013, 03:37:08 pm »
I like things about both operating systems, Windows for its user interface and friendliness and Linux for its comprehensive development environment and package systems.
I also think the RT Surface is really neat, with its nice trim keyboard and all, good luck typing word documents on an iPad :\
I also think the RT Surface is really neat, with its nice trim keyboard and all, good luck typing word documents on an iPad :\
2072
Issues Help Desk / Re: Compiled exes not responding
« on: November 27, 2013, 01:26:18 pm »
No problem.
2073
Issues Help Desk / Re: Compiled exes not responding
« on: November 27, 2013, 12:29:27 pm »
Build->Settings and select the "API" tab
Try again with OpenGL1.1 and OpenAL for graphics/audio.
Also be sure you are launching ENIGMA with administrative privileges, it needs to access AppData to store temporary files.
Try again with OpenGL1.1 and OpenAL for graphics/audio.
Also be sure you are launching ENIGMA with administrative privileges, it needs to access AppData to store temporary files.
2074
Issues Help Desk / Re: Compiled exes not responding
« on: November 27, 2013, 10:20:57 am »
http://www.pastebin.org
Can you please send me a link of the file contents of output_log.txt, thank you.
Can you please send me a link of the file contents of output_log.txt, thank you.
2075
Issues Help Desk / Re: Compiler error: "Draw_Particle defined but not used"
« on: November 27, 2013, 05:46:27 am »
No problem
2076
Issues Help Desk / Re: Compiled exes not responding
« on: November 27, 2013, 05:46:02 am »
You mean the button to make a single executable on the desktop? Try the green run button instead, the compile button may be broke at the moment because of cheeseboy stripping the executable. But please tell me if the game runs with the green run button.
2077
Off-Topic / Don't get Scroogled!
« on: November 26, 2013, 05:06:59 pm »
http://www.scroogled.com/chromebook
This is the worst advertising campaign ever, Microsoft is reallllyyy shallow.
This is the worst advertising campaign ever, Microsoft is reallllyyy shallow.
2078
General ENIGMA / Re: SVG Graphics
« on: November 26, 2013, 05:05:53 pm »
Oh we are definitely going to GameMaker is adding now so we have to for compatibility.
2079
Issues Help Desk / Re: Compiler error: "Draw_Particle defined but not used"
« on: November 26, 2013, 12:56:35 pm »
No, the particles was simply a warning, the error was in the parsing of your code.
Quote
Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In member function 'virtual variant enigma::OBJ_Options::myevent_beginstep()':Fix that line in obj_Options begin step event, and it should work.
Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:649:10: error: break statement not within loop or switch
else break;
^
2080
Tips, Tutorials, Examples / Re: GML Equivalent Commands for GUI Actions
« on: November 24, 2013, 02:32:00 pm »
Not you two, that was a for instance, a random number table is more to do with artificial intelligence in strategy games for when the A.I. bots control the other armies/empires/civilizations. It basically weighs the different decisions against each other, at any rate, I was talking in terms of relevance to such statistics.
2081
Tips, Tutorials, Examples / Re: GML Equivalent Commands for GUI Actions
« on: November 24, 2013, 08:35:35 am »
Not just that though harri it is rather useful and saves you a lot of code from having to generate a random number table
2082
Tips, Tutorials, Examples / Re: GML Equivalent Commands for GUI Actions
« on: November 23, 2013, 06:54:58 pm »
intygamer, yup just as AsuMagic said
2083
Proposals / Re: Code auto completion + Better syntax error system + Few other stuff
« on: November 23, 2013, 06:52:45 pm »Quote
Code autocompletion is really nice in GMYeah we already have that, try CTRL+Space, it just doesn't show up automatically yet, noone has gotten to it yet.
Quote
Accent support for objectsThat really is not possible and is being left deprecated for a reason. The resources are treated as variables, and just as you can not have such variables, you can not name resources similarly.
Quote
More sound filestypes supportedBuild->Settings and select "API" to switch audio systems.
DirectSound: WAV (nobody has added mp3 yet, but will soon)
OpenAL: WAV, OGG, MP3
We basically support all the basic sound formats of Game Maker and intend to keep it that way to prevent unnecessary bloat on peoples games, but extra formats are possible through extensions.
Quote
What about a better error debugger? Like, much more easier to understand.This is somewhat not possible, the output window simply displays the feedback from the MinGW compiler and looks like standard output in any IDE, such as Visual Studio.

We do however have plans for symbolic message feedback in our C++ rewrite of LGM.
2084
Issues Help Desk / Re: How to use Box2D?
« on: November 23, 2013, 06:43:13 pm »
Oh good! And no reason to delete it, it's fine, we don't ever delete topics here.
2085
Tips, Tutorials, Examples / Re: GML Equivalent Commands for GUI Actions
« on: November 23, 2013, 04:36:09 pm »
intygamer, you meant a single instance of multiple objects Joe
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 »