Page 1 of 1

Version 1.02 on the way!

PostPosted: Sep 21, 2006 @ 5:28pm
by kornalius
We are planning on releasing 1.02 by the end of the week. It is still unsure but we do our best.

Here is the latest change log for version 1.02:

- Updated Windows.ppl with more declares and defines.
- Main.ppl project updated.
- When run/compile, default destination folder is same folder as saved file.
- Fixed Tag "Web" unknown error message in the PIDE for different language OS.
- Save as, if can't save, bug fixed.
- New Form and Control functions in SWAPI.PPL.
- Default folder locations has been corrected on first time run or upgrade.
- WS_FORMDEFAULT is not default on form creation now.
- Fixed Groupbox in PIDE. Can only add controls to it if it's selected.
- Control_SetFont() added to SWAPI.PPL.
- Fixed NewFormEx to assign correct height to form.
- Fixed Setup to run PIDE at end.
- Fixed GetWinDir and GetSysDir in Windows.ppl to return \Windows\ on PocketPC.
- Fixed Profiler not starting up.
- Fixed Memory Analyzer bug.
- Fixed compiler hang-up bug.
- New Ctrl+F1 in PIDE visual form builder to go to control info. on MSDN directly.
- PIDE, double-click on control with code will just show control code.
- Fixed PIDE not to load the functions list from the PocketPC but only from the PC.
- F1 in PIDE visual form editor brings up form editor help section.
- Fixed compiler variable declaration when forward func or forward proc is used.
- F1 in Game Level Editor brings up the game level editor help section.
- Fixed GameAPI.txt users menu item code.
- Fixed SpritesAt() and SpritesAtRect() to return list of integer pointer values.
- Editor: Fixed Editor options page
- VFB: Fixed VFB editor options page
- VFB: Fixed VFB control property page
- VFB: Fixed a bug in the VFB Font selection for a control. The Font Selection box would not allow you to cancel if the input was left defaulted.
- Main: Added the Post Process ability to the MakeExe.
- Main: Added PostProcess checkbox. If disableed then gray the other post process controls.
- Main: Added the Wait checkbox If checked the calling Make process is forced to wait until the the post process has finished.
- VFB: Added the Edit control for entering the post process command.
- VFB: Added static to describe the text replacements. %s is replaced by the source file name and %e is replaced by the name of the built EXE file.
- VFB: Removed the PostProcess module and all experimental code and removed conditional code that supported it.
- VFB: Added WS_FormDefault and WS_FormCenter for the form
- VFB: Forced new forms to use SEH (Simplified Event Handling)
- VFB: Updated Load and Save to be compatible with the use of Group IDs
- VFB: WS_FORMDEFAULT and WS_FORMCENTER not default anymore.