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
2806
Announcements / More progress
« on: March 08, 2008, 01:27:34 PM »
Objects and their instances are working, as a basic system. The last thing I have to do before release one is make sure the parser can arrange a bunch of resources into the ENIGMA compile shell's sources, and we're set.
That is not so easy, however. It entails keeping track of which variables are declared as what type, or remain undeclared.
Also, I've been contacted recently by a team working on their own SDK of some sort. They seemed to have an interest in the project, but our goals are different.
My first priority is to get a release out that will compile your games and save them from Game Maker's decompiler problem. As well as speed them up great deals.
The var class is 5x faster than GM. If you declare a type as double, it'll be fifty to one hundred times faster than my var, or about 250x as fast as Game Maker. You have C to thank for that.
ENIGMA also takes C++. This is the only current ticket away from GML. Type naming can still be done in GML, and var can still be used in C++. This will allow users to mix the languages in a way that suits them.
I'll see about decreasing the levels of some functions.
Peace.
-Josh
That is not so easy, however. It entails keeping track of which variables are declared as what type, or remain undeclared.
Also, I've been contacted recently by a team working on their own SDK of some sort. They seemed to have an interest in the project, but our goals are different.
My first priority is to get a release out that will compile your games and save them from Game Maker's decompiler problem. As well as speed them up great deals.
The var class is 5x faster than GM. If you declare a type as double, it'll be fifty to one hundred times faster than my var, or about 250x as fast as Game Maker. You have C to thank for that.
ENIGMA also takes C++. This is the only current ticket away from GML. Type naming can still be done in GML, and var can still be used in C++. This will allow users to mix the languages in a way that suits them.
I'll see about decreasing the levels of some functions.
Peace.
-Josh
2807
Announcements / Updates
« on: February 15, 2008, 06:42:03 AM »
I just added a progress page. Now you can watch us struggle to fill the list. We're getting closer to a release each day.
If you've just heard about ENIGMA, feel free to have a look at the information page. It'll fill you in on the details, and out plans for the project.
If you've just heard about ENIGMA, feel free to have a look at the information page. It'll fill you in on the details, and out plans for the project.
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