Josh @ Dreamland
|
|
Posted on: August 23, 2010, 01:35:44 am |
|
|
Prince of all Goldfish
Location: Pittsburgh, PA, USA Joined: Feb 2008
Posts: 2950
|
I decided to implement backgrounds in the meantime, and dazappa has kept me busy with a number of interesting bug reports (the worst of which I have just worked out). I am not sure what is in the update-stable/ tag, but fixing it to actually work out of the box on at least Windows and Linux is priority one.
Ism has made great progress on the updater. From what I can tell it is finished, though it has an odd tendency to leave a console window open with a gray background for me.
RetroX has finished some packages, but we were discussing what the package should be responsible for vs what LGM should be responsible for. I believe right now, he's configured them to give 777 permissions to /opt/enigma, where it is installed. But it seems he includes the entire repository with the package, which means users could be downloading an outdated package from square one. Correct, RetroX?
As for the Windows release, I don't even think an installer is necessary. I think a zip file containing ENIGMA.exe, lgm16b4.jar, and the plugins folder will suffice. ENIGMA.exe and LGM will take care of the rest.
If you object to not having an installer for Windows, speak now, and I or someone else will make one. Retro, if you want to carry our discussion regarding the packages over here, please do so. Otherwise, I think ENIGMA.exe and the jar files will suffice, along with that dependency list you've already implemented.
I am going to finish dazappa's last few bug reports.
IsmAvatar, when you are content with the updater, please say so. RetroX, when you are done with the packages, please link all of them here, and I will rehost.
The release (And frantic workarounds for everything that goes wrong soon after) will begin as soon as the three of us are done.
|
|
|
Logged
|
"That is the single most cryptic piece of code I have ever seen." -Master PobbleWobble "I disapprove of what you say, but I will defend to the death your right to say it." -Evelyn Beatrice Hall, Friends of Voltaire
|
|
|
Josh @ Dreamland
|
|
Reply #1 Posted on: August 23, 2010, 01:40:15 am |
|
|
Prince of all Goldfish
Location: Pittsburgh, PA, USA Joined: Feb 2008
Posts: 2950
|
Also, Ism. When winmake.txt reads this: \MinGW\bin\mingw32-make.exe
Java can't find it. I don't know what Java uses to make system calls, but it's apparently bad at life. Could you try to remedy that?
Also, seems the gray, open console box is fixed in the latest revision.
|
|
|
Logged
|
"That is the single most cryptic piece of code I have ever seen." -Master PobbleWobble "I disapprove of what you say, but I will defend to the death your right to say it." -Evelyn Beatrice Hall, Friends of Voltaire
|
|
|
|
RetroX
|
|
Reply #3 Posted on: August 23, 2010, 08:01:14 am |
|
|
Master of all things Linux
Location: US Joined: Apr 2008
Posts: 1055
|
My package downloads ENIGMA from the SVN and moves the lateralgm script, the MIME associations, and the desktop icon to their proper places. There are post-install scripts that will symbolically link the lateralgm script so that either "lateralgm" or "enigma-dev" can be typed in a terminal to start ENIGMA, and I've also made it so that whatever the hell that LGM's named, it will be linked to /opt/enigma/lateralgm.jar.
/opt/enigma will have 777 permissions for the time being because I don't know what files that ENIGMA modifies when it compiles the games. If I could receive more info on this, I could set some parts to 755 without breaking it, which would be a step in the right direction.
|
|
|
Logged
|
My Box: Phenom II 3.4GHz X4 | ASUS ATI RadeonHD 5770, 1GB GDDR5 RAM | 1x4GB DDR3 SRAM | Arch Linux, x86_64 (Cube) / Windows 7 x64 (Blob)Why do all the pro-Microsoft people have troll avatars?
|
|
|
IsmAvatar
|
|
Reply #4 Posted on: August 23, 2010, 08:42:18 am |
|
|
LateralGM Developer
Location: Pennsylvania/USA Joined: Apr 2008
Posts: 877
|
\MinGW\bin\mingw32-make.exe
Java can't find it. I don't know what Java uses to make system calls, but it's apparently bad at life. Could you try to remedy that? Even I can't make heads or tails of that location... Maybe if you omit the \ or something? I believe Java uses its own path variable to determine where to find things. Obviously, make isn't going to be included in that path. As far as that URL goes, I'm at a loss. Also, RetroX seems to have taken over the updater and make on Linux from me with his install script. He's had me disable my calls to the SVN and Make if the OS is Linux. In a way, this is similar to many Linux programs that are included in the linux repo (e.g. canonical), which have their update button grayed out because the repo handles updates for them.
|
|
|
Logged
|
|
|
|
RetroX
|
|
Reply #5 Posted on: August 23, 2010, 08:46:08 am |
|
|
Master of all things Linux
Location: US Joined: Apr 2008
Posts: 1055
|
Yeah, Josh was complaining to me about that last night. He still wants SVN updating. I told him that if he really wants, we'll do it for now, but in the future, full releases should be packages, and there should be no auto-updater.
Here's an idea that I had - separate ENIGMA into multiple packages under Linux and make repositories to hold them, and people can just add them to their list and type "sudo apt-get install enigma-dev" or something like that. One for the headers, one for the compiler binaries, and one for LGM. That way, if any one of those updated while the others didn't, you only had to download that part.
|
|
« Last Edit: August 23, 2010, 08:48:43 am by RetroX »
|
Logged
|
My Box: Phenom II 3.4GHz X4 | ASUS ATI RadeonHD 5770, 1GB GDDR5 RAM | 1x4GB DDR3 SRAM | Arch Linux, x86_64 (Cube) / Windows 7 x64 (Blob)Why do all the pro-Microsoft people have troll avatars?
|
|
|
Josh @ Dreamland
|
|
Reply #6 Posted on: August 23, 2010, 11:33:38 am |
|
|
Prince of all Goldfish
Location: Pittsburgh, PA, USA Joined: Feb 2008
Posts: 2950
|
IsmAvatar: As on Unix, a beginning \ denotes root of the drive on Windows. So when you see \, just replace with the current drive letter if Java can't.
We'll discuss the updating on the IRC, if both of you are on.
|
|
|
Logged
|
"That is the single most cryptic piece of code I have ever seen." -Master PobbleWobble "I disapprove of what you say, but I will defend to the death your right to say it." -Evelyn Beatrice Hall, Friends of Voltaire
|
|
|
|
|
|
|
|
|
|
|
|