|
Post by TinyTerror on Jan 16, 2006 9:29:28 GMT -5
This weekend I found and fixed yet another major error that was causing Lunar to randomly crash. I also fixed the image loading bug, and added some working path functions. As soon as I can get some updated memory code from starhawk, I should be able to make another full release. Hopefully this can be within the next couple of weeks.
|
|
nebula
Junior Member
fear.
Posts: 59
|
Post by nebula on Jan 16, 2006 10:19:12 GMT -5
yay~
|
|
sdphantom
Full Member
Savior and Destroyer
Posts: 230
|
Post by sdphantom on Jan 17, 2006 6:16:29 GMT -5
(/cheer)
|
|
Onitaru
Junior Member
They call me Pope.
Posts: 62
|
Post by Onitaru on Jan 17, 2006 20:08:07 GMT -5
did you fix the um....what did you call it? the black box that pops up when you load Lunar you know the one that closes Pol.exe if you close it?
|
|
|
Post by TinyTerror on Jan 18, 2006 7:18:56 GMT -5
Yeah, I fixed that.
|
|
oni
New Member
Posts: 10
|
Post by oni on Jan 19, 2006 3:10:09 GMT -5
GL tiny on the newer ver of lunar ^^
Ill be cheering for you
|
|
|
Post by chanterelle on Jan 24, 2006 15:06:55 GMT -5
Wait, the console? You removed it? I was going to ask if you could hook up the print() function to that console. Output to files kinda sucks.
|
|
|
Post by TinyTerror on Jan 24, 2006 15:12:47 GMT -5
Wait, the console? You removed it? I was going to ask if you could hook up the print() function to that console. Output to files kinda sucks. I could make a command that allows the user to print to the debug console. Anything that goes there automatically logs to file also.
|
|
|
Post by chanterelle on Jan 24, 2006 15:19:43 GMT -5
Lua uses first class functions so you don't really need a new command for the interface.
|
|
sdphantom
Full Member
Savior and Destroyer
Posts: 230
|
Post by sdphantom on Jan 24, 2006 21:07:34 GMT -5
Wait, the console? You removed it? I was going to ask if you could hook up the print() function to that console. Output to files kinda sucks. I could make a command that allows the user to print to the debug console. Anything that goes there automatically logs to file also. Lua already has a core function that does this. Usage: print("Bleh!\n") I've had it working in a few scripts and not work in some others.. no idea why the case.
|
|
|
Post by TinyTerror on Jan 24, 2006 21:49:18 GMT -5
Print works for that? I guess it makes sense. Even so, I'll add a function that does it the right way, meaning that it will write to the Lunar log file as well.
|
|
sdphantom
Full Member
Savior and Destroyer
Posts: 230
|
Post by sdphantom on Jan 24, 2006 22:14:30 GMT -5
Ya, Print() is supposed to write to stdout, which is the console.
|
|
|
Post by chanterelle on Jan 24, 2006 22:48:41 GMT -5
Lua already has a core function that does this. Usage: print("Bleh!\n") I've had it working in a few scripts and not work in some others.. no idea why the case. Ah, I've never had it work so I thought it just wasn't hooked up to standard output.
|
|
|
Post by TinyTerror on Jan 24, 2006 23:40:26 GMT -5
Yeah, the debug console is a little funky. printf wont print to it, but conio will. I use a cute bit of code that wedges vargs into conio and writes to a log file at the same time. That way I can write to the debug console and log to file with a single function. Sorta handy I guess.
|
|
|
Post by azural on Jan 25, 2006 1:56:43 GMT -5
So excited can't wait till starhawk supplies you the data
Starhawk must be a busy busy man..
|
|