On Sat, Apr 21, 2007 at 02:34:59AM +0800, [EMAIL PROTECTED] wrote: > teeemcee > 2007-04-21 02:34:59 +0800 (Sat, 21 Apr 2007) > 1493 > Something that's been sitting unfinished for 2 or 3 months... > > The script debugger still isn't finished, it needs more (and working) > stepping commands to make following of script execution practical. > > Controls: Press F10 twice to enter advanced debug mode, which pauses the > game, and again to exit > Pgup and pgdown select a script > V changes the viewmode between the script's execution point, local variables > and global variables > + and - scroll the local and global variables views > N steps until the next script is run or the current finishes. Use also to > wait for some script to trigger > S takes a single step - doesn't work perfectly. I wasn't too sure where this > would best step to, especially around flow control > F is meant to complete the evaluations of the arguments of the current > command. Doesn't fully work but faster than S > U doesn't work > Any other key unpauses the game for 1 tick and is passed onto regular > keyhandlers, so you can play in slow-mo (bad idea?) > > Regular debug mode has also been enhanced with information about waiting > scripts.
I have to say that I really like this feature. Good work! > Right now I think that I would much rather strip any features for Ubersetzung > that are buggy or incomplete than struggle with them. I feel the frustration too, but most of our remaining ubersetzung blockers aren't the kind of thing that can be solved that way, for example, bug 233 And a lot of our other remaining bugs are music related. My gut tells me that we should make music_sdl the default for this release, because although it is less featureful, it seems to be stable enough to release now. -- however, I don't want that decision to be based on my gut feeling. I would rather base it on a large amount of user testing. More thoughts on that in a separate e-mail... > Other changes: > -copypage no longer calls setvispage when copying to the current visible page > - where it is required, it's done manually. I was really hoping that this would fix my fading issues in gfx_sdl, but no such luck :) > -made makehspeak.bat create a console app: a massive improvement for those of > us who use the command line Good catch. The old version of euphoria couln't do that. --- Bob the Hamster _______________________________________________ ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
