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 »
2401
Programming Help / Re: Double-Click/Button Press?
« on: September 03, 2013, 02:03:40 pm »
Ha, if only I could clone myself, right now I am redesigning our sprite editor...
2402
Teamwork / Re: Looking for Programmer
« on: September 03, 2013, 02:01:33 pm »
Well I love the idea so far, if I wasn't so busy I would definitely help out, I definitely want to play it if you get a demo out, so let me know!
2403
Programming Help / Re: Double-Click/Button Press?
« on: September 03, 2013, 01:57:09 pm »
Well neither Game Maker or ENIGMA provide this behavior by default. But you raise an interesting suggestion of something could be implemented. But for now just do as it would be done in Game Maker, eg. create a variable
But ya, like I said we should look at maybe how we could implement this to ENIGMA to make it easier.
Code: [Select]
mouse_left_clicks = 0; in the create event and everytime the mouse left button occurs or you check it with Code: [Select]
mouse_check_button(mb_left); just do this Code: [Select]
mouse_left_clicks += 1; and then...Code: [Select]
if (mouse_check_button(mb_left) && mouse_left_clicks >= 2) {
mouse_left_clicks = 0;
// do stuff
}
But ya, like I said we should look at maybe how we could implement this to ENIGMA to make it easier.
2404
Third Party / Re: CLI and new IDE for Enigma
« on: September 03, 2013, 09:23:31 am »
Uhm, excuse me slojanko? How did you even run any of them, except of course ssss's, but even then, how the fuck did you of all people install python?
2405
Teamwork / Re: Looking for Programmer
« on: September 03, 2013, 05:04:58 am »
Oh my god, I don't know what it is but I love it, I love stuff regarding the wild west and like the early settlers of America, the new frontier, etc, ever since I played Oregon Trail on the Apple II

Can you tell me more about your game?

Can you tell me more about your game?
2406
General ENIGMA / Re: The ENIGMA Team Appreciation Topic
« on: September 02, 2013, 10:38:23 pm »
trolololoololollolol
2407
General ENIGMA / Re: Contributing to the Wiki
« on: September 02, 2013, 09:47:20 pm »
Ya, I believe the template looks for the page by the same name except with /es or /fr to know that its a translation, otherwise, how would it, you know?
2408
General ENIGMA / Re: Contributing to the Wiki
« on: September 02, 2013, 09:36:33 pm »
Sure, unless you can think of how that may lead to conflicts down the road, I don't think we should ever make it the practice of titling the English pages with Spanish names, so that seems fine. Well actually, no, because I think that is the method the template uses to find the translations, you may break it like that, you can however use {{DISPLAYTITLE:TitleNane}} to fake the page title, but I believe you should leave the url's alone for the template to work.
2409
Third Party / Re: CLI and new IDE for Enigma
« on: September 02, 2013, 09:34:56 pm »
I want to post here the links to the repositories of our LGM rewrite headed by me.
LateralGM to C++ and Qt Framework, is the one that will be getting the most attention and actually eventually replace LGM. It is currently just a rewrite of the UI and can switch from MDI to Tabbed mode and other things, it also supports theming via cascading style sheets.
https://github.com/enigma-dev/RadialGM

LateralGM to C# and .NET Framework, this one was only a test and was only part of the UI, it will not be developed, we hate the .NET Framework here.
https://github.com/enigma-dev/SharpGM

And this last one is canthelp or user ssss on the forum, his port of my Qt/C++ GUI over to python, he already has GMK, GMX, and EGM loading.
https://github.com/sssstest/GameEditor.git
LateralGM to C++ and Qt Framework, is the one that will be getting the most attention and actually eventually replace LGM. It is currently just a rewrite of the UI and can switch from MDI to Tabbed mode and other things, it also supports theming via cascading style sheets.
https://github.com/enigma-dev/RadialGM

LateralGM to C# and .NET Framework, this one was only a test and was only part of the UI, it will not be developed, we hate the .NET Framework here.
https://github.com/enigma-dev/SharpGM

And this last one is canthelp or user ssss on the forum, his port of my Qt/C++ GUI over to python, he already has GMK, GMX, and EGM loading.
https://github.com/sssstest/GameEditor.git
2410
Issues Help Desk / Re: corrupt
« on: September 02, 2013, 08:44:26 pm »
Hello eric, I wanted to update you on this bug that was introduced it was a regression of a mutual exclusion problem within our plugin, if you could please update LateralGM I believe this should fix the bug.
2411
General ENIGMA / Re: Contributing to the Wiki
« on: September 02, 2013, 07:24:05 pm »
Heh, I do too I think its an under appreciated attribute of Wiki editors. I'd be working on it too if I wasn't so busy.
2412
General ENIGMA / Re: Contributing to the Wiki
« on: September 02, 2013, 07:13:06 pm »
@Ben that is what I would do, also something is wrong with that languages template, I copied it directly from MediaWiki but it shows the pages that are not translated as missing I have yet to fix it, but yes that is what you should do so they are easy to find, the official translation is English being that it is the worlds most spoken.
I want to thank all of you who have picked up working on that thing while we are busy with the engine, it really is a must that we provide good organized documentation.
I want to thank all of you who have picked up working on that thing while we are busy with the engine, it really is a must that we provide good organized documentation.
2413
General ENIGMA / Re: The ENIGMA Team Appreciation Topic
« on: September 02, 2013, 06:54:32 pm »
@Ben everyone deserves a chance, especially to be constructive and prove what they are capable of.
2414
Works in Progress / Re: New Linux Game Coming Soon Made With Enigma
« on: September 02, 2013, 06:30:11 pm »
No, even better than that OBJ is going to be our default model format. we will have d3d too, but internally it will all be OBJ, the interface will be set up like images so that you would just expand the model formats code like you do for image formats in universal files somewhere.
2415
General ENIGMA / Re: The ENIGMA Team Appreciation Topic
« on: September 02, 2013, 05:52:45 pm »
Ha, you are too nice, we're just regular people, the thing is you can't find too many unique or individual people these days. Also, fuck the GMC they banned me too just for having a debate about how poorly YYG has been misleading and destroying the community. Also, notice how much of our stuff appears to be blue? And we don't go for that dark crap? The most popular color in the world is blue...
http://www.joehallock.com/edu/COM498/preferences.html
http://psychology.about.com/od/sensationandperception/a/color_blue.htm
http://webcenters.netscape.compuserve.com/homerealestate/package.jsp?name=fte/popularcolor/popularcolor
It projects peace and tranquility, I am the biggest behind the use of the color blue, to make our community a happier place using Freudian style psychology.
http://www.joehallock.com/edu/COM498/preferences.html
http://psychology.about.com/od/sensationandperception/a/color_blue.htm
http://webcenters.netscape.compuserve.com/homerealestate/package.jsp?name=fte/popularcolor/popularcolor
It projects peace and tranquility, I am the biggest behind the use of the color blue, to make our community a happier place using Freudian style psychology.
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 »