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 »
2701
Proposals / Re: Wayland support?
« on: June 15, 2013, 04:05:38 am »
Qt and OGRE are also possibilities. OGRE more so when I write the graphics system port for it, which fundies I can tell is already gizzing his pants about.
2702
Issues Help Desk / Re: Input box popup
« on: June 15, 2013, 04:03:30 am »Quote
Robert I been saving my games as gm 8.1 to be compatible with gamemaker. Should I be saving as EGM?
Yes, unless of course you like having to set any extensions your using each time you load your project in LateralGM. SInce it is our own format we can save whatever we want to it, there is really no way for us to save compiler configurations to the GMK format. Not to mention EGM is way smaller in compression size and is actually a zip file, you can just right click it and hit extract, where as GMK is binary and you can't really do much with a hex editor.
2703
Issues Help Desk / Re: Input box popup
« on: June 14, 2013, 11:12:53 am »
ExDeus, no the selection is saved under the EGM format, use EGM format for saving games made with ENIGMA.
2704
Issues Help Desk / Re: Input box popup
« on: June 10, 2013, 05:57:27 pm »
I don't think get_string has been added yet, check the Wiki...
http://enigma-dev.org/docs/Wiki/Unimplemented
Now if it is, you need to go to ENIGMA->Settings and select a Widget system for anything with GUI controls or font pickers, get_string requires you set a Widget system for the controls, it will not look like GM's. Josh told me it is implemented, so youll just need to set your Widget system, you may need to download and compile wxWidgets, if you have any trouble please visit the IRC at the link below and I will assist you.
http://enigma-dev.org/forums/index.php?board=45.0
http://enigma-dev.org/docs/Wiki/Unimplemented
Now if it is, you need to go to ENIGMA->Settings and select a Widget system for anything with GUI controls or font pickers, get_string requires you set a Widget system for the controls, it will not look like GM's. Josh told me it is implemented, so youll just need to set your Widget system, you may need to download and compile wxWidgets, if you have any trouble please visit the IRC at the link below and I will assist you.
http://enigma-dev.org/forums/index.php?board=45.0
2705
Proposals / Re: Image Speed
« on: June 10, 2013, 03:41:31 pm »
You could make it a preference too.
2706
General ENIGMA / Re: Proposal for guidelines on changes to the master branch of enigma-dev/enigma-dev
« on: June 10, 2013, 03:36:14 pm »
Wonderful forthevin! Thanks for all your help, I have already taken to doing so as well, tracker looks better already
2707
ALLCAPS BOARD / Re: Poop
« on: June 10, 2013, 01:22:21 pm »
2:21 PM, the Dairy Queen I hate yesterday had to come out, normally I leave rabbit like droppings, but the cheese got to me and was very binding I made a very large bowell movement.
2708
Issues Help Desk / Re: X11 keyboard numpad and function keys corrupted by lookup in usermap with fix
« on: June 10, 2013, 01:09:01 pm »
I attempted to apply the fixed file, but now 'S' makes the Window fullscreen :/
2709
Issues Help Desk / Re: X11 keyboard numpad and function keys corrupted by lookup in usermap with fix
« on: June 10, 2013, 08:06:40 am »
I told him to post on the tracker ;_;
Edit: Nevermind, Deus, he did post it on the tracker, the text screwed up so he posted here, its all good
Edit: Nevermind, Deus, he did post it on the tracker, the text screwed up so he posted here, its all good
2710
Ideas and Design / Re: Add subimages from files
« on: June 09, 2013, 01:56:51 pm »
http://enigma-dev.org/forums/index.php?topic=1245.0
Get the updated Jar file there from that topic, I already added the feature you want, just hold ctrl while selecting multiple files in the sprite previewer. Works just like a regular multiple file selecting dialogue.
Get the updated Jar file there from that topic, I already added the feature you want, just hold ctrl while selecting multiple files in the sprite previewer. Works just like a regular multiple file selecting dialogue.
2711
Announcements / Re: LateralGM Update
« on: June 09, 2013, 01:49:09 pm »
No gra, that don't have anything to do with the JRE. lnfFont is a variable containing the font to use for the plugin and the GUI it is declared in lateralgm.jar, so it looks like you did not copy the files right or are trying to use the old LGM with the new plugin. You have to overwrite them.
2712
General ENIGMA / Re: Proposal for guidelines on changes to the master branch of enigma-dev/enigma-dev
« on: June 08, 2013, 05:19:57 pm »
forthevin, I want you to add two things to this.
1) When making bug reports, people should include exact steps to replicate, and properly label issues on the tracker, take LGM's tracker as an example, I had a very pleasant experience working with IsmAvatar's tracker. ENIGMA's tracker on the other hand is a complete mess, when we implement stuff or fix bugs we never mark off the issue # the commit fixes or anything like that, that I was doing on LGM's tracker, not to mention we have polygonz in charge of labeling ^_^
2) When merging I think we need to add that people should make an effort to understand the code and actually review it before merging. It is like writing an essay, you can't proof read your own stuff well, it is best when someone else does it for you. This is also one of the big things of having SVN and a tracker, but yet we do not utilize it, even Josh has done this by merging cheeseboy's half broken code without reviewing that I had to go fix immediately for him.
1) When making bug reports, people should include exact steps to replicate, and properly label issues on the tracker, take LGM's tracker as an example, I had a very pleasant experience working with IsmAvatar's tracker. ENIGMA's tracker on the other hand is a complete mess, when we implement stuff or fix bugs we never mark off the issue # the commit fixes or anything like that, that I was doing on LGM's tracker, not to mention we have polygonz in charge of labeling ^_^
2) When merging I think we need to add that people should make an effort to understand the code and actually review it before merging. It is like writing an essay, you can't proof read your own stuff well, it is best when someone else does it for you. This is also one of the big things of having SVN and a tracker, but yet we do not utilize it, even Josh has done this by merging cheeseboy's half broken code without reviewing that I had to go fix immediately for him.
2713
Announcements / Re: LateralGM Update
« on: June 08, 2013, 03:16:50 pm »
I have fixed the game information bug and game settings bug, they now load and save properly as of my latest commit...
https://github.com/IsmAvatar/LateralGM/pull/70
Gra, we need to figure out a new preferences system, I found out the Java ones can not be overriden, rest assured we are going to add preferences for the code editor. But I will announce something big very very soon, that will solve everyones problems.
https://github.com/IsmAvatar/LateralGM/pull/70
Gra, we need to figure out a new preferences system, I found out the Java ones can not be overriden, rest assured we are going to add preferences for the code editor. But I will announce something big very very soon, that will solve everyones problems.
2714
General ENIGMA / Re: AA Regression Discussion (Split from Git Proposal topic)
« on: June 08, 2013, 10:34:52 am »
Well thats another thing I was saying Deus, there is also Morphological Antialiasing which is done in the shader. There is no such as mathmatically correct antialiasing, I really don't where Josh is coming from with this. It depends on your definition of antialiasing and a perfect algorithm would test the fragments against all interpolations, but that is not possible with today's computing power. And I can assure you Deus MSAA will look much better for 2D as well, all it does it take the pixel and interpolate with the destination pixels, it does the same thing except can hold more accumulations of pixels making it look better and does not require you to do any depth sorting. The reason I have not comitted yet is I started talking to Josh about how we would recreate the texture for each view, and given GM's poor display_reset() implementation because DirectX enables it throuh the swap chain, I have decided to create multisampler surfaces.
For instance, you will create a surface with surface_multisampler_create(width, height, samples); then when draw anything you want to have antialiasing to that surface then draw the surface on the screen. This will give you complete control over it, and also GM:Studio added binding a surface to a view, so when we add that functionality you can just bind the multisampler surface to a view, and bam your done. Now some games like Battlefield 3 will do MSAA and SSAA at the same time, this is why I will also provide an surface_supersampler_* series of functions in the future as well and you will just combine the two surfaces together using your preferred technique of blending/interpolation.
I have to reprogram what I started to surfaces though, and I got sidetracked fixing Game Information and Game Settings for LGM, we got her down to only 11 bugs now. As soon as IsmAvatar comes and merges my pull request, I will go get those surface functions done for you, I also have more surprises coming up for everyone soon.
For instance, you will create a surface with surface_multisampler_create(width, height, samples); then when draw anything you want to have antialiasing to that surface then draw the surface on the screen. This will give you complete control over it, and also GM:Studio added binding a surface to a view, so when we add that functionality you can just bind the multisampler surface to a view, and bam your done. Now some games like Battlefield 3 will do MSAA and SSAA at the same time, this is why I will also provide an surface_supersampler_* series of functions in the future as well and you will just combine the two surfaces together using your preferred technique of blending/interpolation.
I have to reprogram what I started to surfaces though, and I got sidetracked fixing Game Information and Game Settings for LGM, we got her down to only 11 bugs now. As soon as IsmAvatar comes and merges my pull request, I will go get those surface functions done for you, I also have more surprises coming up for everyone soon.
2715
General ENIGMA / Re: AA Regression Discussion (Split from Git Proposal topic)
« on: June 08, 2013, 09:29:49 am »
http://books.google.com/books?id=bmv2HRpG1bUC&pg=PA178&lpg=PA178&dq=mathematically+corr
Mathematically correct antialiasing would involve testing the fragments against all possible interpolations, basically extreme multisampling. Since those require you to depth sort on your own, I'm guessing no they are not mathematically correct.
Mathematically correct antialiasing would involve testing the fragments against all possible interpolations, basically extreme multisampling. Since those require you to depth sort on your own, I'm guessing no they are not mathematically correct.
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 »