MrJackSparrow2:
I believe that the breaking for you is local, but I didn't get you to test before I went to bed. I tested it on both Windows 7 and Ubuntu (granted, both x64) before bed, and assumed it would cover it for you. We can work out your difficulty (and avoid future difficulties, I hope) next we see each other.
I will not deny that I suck ass for now.
The 11th plague of Egypt:
Lists were implemented by Rusky a long time ago. They are basically obsolete. This is my preferred method of lists:
I will inspect to make sure iterators work. The ds_list functions are really not that hard to implement.
HaRRiKiRi:
That list is never up to date. You can get a list of all the functions supported by your system by pressing ENIGMA->Keyword Lists->Functions in the LateralGM pane.
The description box is just that; it's so new users can get a synopsis of what the function does. It is community maintained, but I intend to have a moderation screen that will copy the definition to a separate database. This second database will be obtained by LateralGM (At the user's request) to offer a Java-Doc like code helper pane in the LGM code editor.
RetroX:
Thank you, sincerely.
These are the packages that are currently required:
libgl libx11 mesa zlib gcc gcc-libs g++ make jre6
These are the Ubuntu equivalents:
libgl1-mesa-dev libx11-dev libz-dev gcc g++ make sun-java6-jre
That is the recommended set. I prefer Sun, because it actually works, unlike some. Ism says she uses the same. So.
Anybody and Everybody:
Please show up at the IRC and let me know if the project works for you correctly. This will help make the release a lot smoother, and reduce the number of people who think any of us "Suck Ass."
irc://irc.freenode.net/enigma-dev
ChatZilla for FireFox, or Pidgin.
I believe that the breaking for you is local, but I didn't get you to test before I went to bed. I tested it on both Windows 7 and Ubuntu (granted, both x64) before bed, and assumed it would cover it for you. We can work out your difficulty (and avoid future difficulties, I hope) next we see each other.
I will not deny that I suck ass for now.
The 11th plague of Egypt:
Lists were implemented by Rusky a long time ago. They are basically obsolete. This is my preferred method of lists:
Code Select
list a;
a.push_back("Item 1");
a.push_back(2.001);
show_message(string(a.size()));I will inspect to make sure iterators work. The ds_list functions are really not that hard to implement.
HaRRiKiRi:
That list is never up to date. You can get a list of all the functions supported by your system by pressing ENIGMA->Keyword Lists->Functions in the LateralGM pane.
The description box is just that; it's so new users can get a synopsis of what the function does. It is community maintained, but I intend to have a moderation screen that will copy the definition to a separate database. This second database will be obtained by LateralGM (At the user's request) to offer a Java-Doc like code helper pane in the LGM code editor.
RetroX:
Thank you, sincerely.
These are the packages that are currently required:
libgl libx11 mesa zlib gcc gcc-libs g++ make jre6
These are the Ubuntu equivalents:
libgl1-mesa-dev libx11-dev libz-dev gcc g++ make sun-java6-jre
That is the recommended set. I prefer Sun, because it actually works, unlike some. Ism says she uses the same. So.
Anybody and Everybody:
Please show up at the IRC and let me know if the project works for you correctly. This will help make the release a lot smoother, and reduce the number of people who think any of us "Suck Ass."
irc://irc.freenode.net/enigma-dev
ChatZilla for FireFox, or Pidgin.