Worklog for Filax
Worklog 1
Return to Worklogs
| ||
Hi guys :) I have made some test for alternate between Day and Night and it work correctly :) I have many work to do, to get a simple system to use, but the low level work correctly. ![]() "I don't like the drugs, but the drugs like me !" M.Manson Blitz3dfr (french site) | EasyTOK (Easy physic !) | BCF3 Gui for Blitz3D ! | Iglass Gui for Bmax (Pc,Mac,Linux) | TerraEd Pro ! | B3DViewer Pro 3 (New) | HQ Skybox Vol 1 (New) | IPacker (New) |
| ||
After long long long work, i release the first TerraEd Pro version ! To do : - First i'm finishing TerraFormat Pro (55% completed) - Add sun under TerraEd - Dummy Objects ? - Particle Engine ? :) Take a look : http://www.blitzbasic.com/toolbox/toolbox.php?tool=69 ![]() TerraFormat Pro : Alpha ... ![]() "I don't like the drugs, but the drugs like me !" M.Manson Blitz3dfr (french site) | EasyTOK (Easy physic !) | BCF3 Gui for Blitz3D ! | Iglass Gui for Bmax (Pc,Mac,Linux) | TerraEd Pro ! | B3DViewer Pro 3 (New) | HQ Skybox Vol 1 (New) | IPacker (New) |
| ||
Terraed release coming soon, i think release in a first time the terraed app and in a second time TerraFormat Screenshot coming soon :) "I don't like the drugs, but the drugs like me !" M.Manson Blitz3dfr (french site) | EasyTOK (Easy physic !) | BCF3 Gui for Blitz3D ! | Iglass Gui for Bmax (Pc,Mac,Linux) | TerraEd Pro ! | B3DViewer Pro 3 (New) | HQ Skybox Vol 1 (New) | IPacker (New) |
| ||
Hi :) TerraEd is finished at 95% i have some little stuff to do, and TerraFormat to coding :/ But now TerraEd can be localised to other's langages :) "I don't like the drugs, but the drugs like me !" M.Manson Blitz3dfr (french site) | EasyTOK (Easy physic !) | BCF3 Gui for Blitz3D ! | Iglass Gui for Bmax (Pc,Mac,Linux) | TerraEd Pro ! | B3DViewer Pro 3 (New) | HQ Skybox Vol 1 (New) | IPacker (New) |
| ||
Undo / Redo work now with MOVE,ROTATE,SCALE and other objects properties ! pfiuu hard work to do ! In my dream i want expand this method for map and skybox, i'll try later, now attacking sky (many nice features planed :)) "I don't like the drugs, but the drugs like me !" M.Manson Blitz3dfr (french site) | EasyTOK (Easy physic !) | BCF3 Gui for Blitz3D ! | Iglass Gui for Bmax (Pc,Mac,Linux) | TerraEd Pro ! | B3DViewer Pro 3 (New) | HQ Skybox Vol 1 (New) | IPacker (New) |
| ||
Hi :) I have finished the editing mode ! it work correctly :) Now i'm coding a new undo / redo method, it's not very easy to do :) "I don't like the drugs, but the drugs like me !" M.Manson Blitz3dfr (french site) | EasyTOK (Easy physic !) | BCF3 Gui for Blitz3D ! | Iglass Gui for Bmax (Pc,Mac,Linux) | TerraEd Pro ! | B3DViewer Pro 3 (New) | HQ Skybox Vol 1 (New) | IPacker (New) |
| ||
I'm currently debuging editing mode, but i'm happy :) "I don't like the drugs, but the drugs like me !" M.Manson Blitz3dfr (french site) | EasyTOK (Easy physic !) | BCF3 Gui for Blitz3D ! | Iglass Gui for Bmax (Pc,Mac,Linux) | TerraEd Pro ! | B3DViewer Pro 3 (New) | HQ Skybox Vol 1 (New) | IPacker (New) |
| ||
I'm working on the new TerraEd called 'TerraEd pro' this version is not an update of 2.5 version, but a completly new software ! I have used a new 3D GUI fui, and for the moment i'm working hard with seyhajin to make a 'kick ass' software. This version will replace the current version... "I don't like the drugs, but the drugs like me !" M.Manson Blitz3dfr (french site) | EasyTOK (Easy physic !) | BCF3 Gui for Blitz3D ! | Iglass Gui for Bmax (Pc,Mac,Linux) | TerraEd Pro ! | B3DViewer Pro 3 (New) | HQ Skybox Vol 1 (New) | IPacker (New) |
| ||
Worklog 2.5.1 : --------------- -Big bug removed : Each time that you open a window you lost 5/10 FPS ... Shame on me ... -Big bug removed : When you load a map the two sliders under light window don't refresh correctly light Y position ... Shame on me ... -GUI Modification : Sliders are more speed up. -GUI Modification : Colormap and Shadowmap window are now on the bottom toolbar. -GUI Modification : Preferences window can now setup the TerraEd screen. -GUI Modification : Several GUI optimization. -Function added : You can assign file type .TED with TerraEd now :) -Function added : A checkbox 'Auto-Refresh' added in the 'SHADOW OPTIONS' frame, move, rotate, scale objets is now more speed up. -Function changed : Colormap generation limit size is out, you can now generate map >512 pixels -Function changed : Lightmap generation limit size is out, you can now generate map >512 pixels -Function changed : Terrain generation limit size is out, you can now using heightmap >512 pixels "I don't like the drugs, but the drugs like me !" M.Manson Blitz3dfr (french site) | EasyTOK (Easy physic !) | BCF3 Gui for Blitz3D ! | Iglass Gui for Bmax (Pc,Mac,Linux) | TerraEd Pro ! | B3DViewer Pro 3 (New) | HQ Skybox Vol 1 (New) | IPacker (New) |
| ||
--------------- Version 1.5.2 : --------------- ----------- Bug fixed : ----------- - Sometime the image background appear transparent due to setblend mistake (module and inc_image.bmx). - A little bug removed with mouse release outside the button zone and sound. - The text under combobox, spacing between the text and icon fixed. - The selected combobox item have the selected icon now :) - Many stuff modified with all Iglass controls ! many little optimisation and GFX rendering is more better. - Mega big bug in the lisbox clear sequence (random crash), fixed - IGlass example filename changed for better compatibility with mac and linux. ----------------- Command changed : ----------------- IGL_Image has been change to IGL_StaticImage, example : Local MyImage1:IGL_StaticImage MyImage1=IGL_StaticImage.Create(MyWindow02,"./IGL_Demos/Image_01.png",10,10,220,170,2) --------------- Command added : --------------- AnimatedImage widget added :) it's very simple to use, Look the example : IGlass_Animated_Image.bmx AnimatedButton widget added, Look the example : IGlass_Animated_Button.bmx You can now change all widgets color :) with the method : MyGadget.ChangeColor(R,G,B), Look the example : IGlass Widget Color.bmx www.blitz3dfr.com/phpfrench/request.php?30 ![]() "I don't like the drugs, but the drugs like me !" M.Manson Blitz3dfr (french site) | EasyTOK (Easy physic !) | BCF3 Gui for Blitz3D ! | Iglass Gui for Bmax (Pc,Mac,Linux) | TerraEd Pro ! | B3DViewer Pro 3 (New) | HQ Skybox Vol 1 (New) | IPacker (New) |
| ||
--------------- Version 1.5.1 : --------------- Bug fixed : ----------- When you move a window with a listbox the listbox activated sometime an item. when you click a button and release the mouse outside, you lock the window ... fucking vicious bug. Command changed : ----------------- IGL_Background(Name:String) => IGL_InitBackground(Name:String) Command added : --------------- IGL_ClearBackground() use this command to clear background image. IGL_FileSelector() get a new parameter, for setup directly the extension to display. Before : IGL_FileSelector("File selector","",".*|.jpg|.bmp|.png") And now : IGL_FileSelector("File selector","",".*|.jpg|.bmp|.png",".jpg") Only for window : ----------------- IGL_ClipboardRead() and IGL_ClipboardWrite() for read and paste text from clipboard. The font are now incbin under your app ! (soon for mac, but the incbin for mac is bugged with font, grrrrrr !) ----------- Other fix : ----------- - I have modified a little bit the skin color scheme because they generate problem's with some particular dark skin. - Import sound module directly under iglass module for better integration in your frameworks. - Font are now include in your exe file, i have modify (inc_scheme.bmx,inc_window.bmx, inc_iglass.bmx) . - Example IGlass Label.bmx added, this example explain IGlass label text. - Example IGlass Combo.bmx added, this example explain IGlass combo box. - Example Example IGlass Value.bmx added, this example explain value gadget. - Resolve compatibility with bmax 1.10 ! Pfiuu ;) - The screen selector have now the option "No synchronization" and windowed mode :) ******************************************************************************************************* --------------- Version 1.5.0 : --------------- Nothing : First IGlass release :) "I don't like the drugs, but the drugs like me !" M.Manson Blitz3dfr (french site) | EasyTOK (Easy physic !) | BCF3 Gui for Blitz3D ! | Iglass Gui for Bmax (Pc,Mac,Linux) | TerraEd Pro ! | B3DViewer Pro 3 (New) | HQ Skybox Vol 1 (New) | IPacker (New) |
| ||
Due to little bugs under blitzmax mac (keyboard, byte vs int) , the MAC version of IGlass is fully to 95%. I hope finish this version with the next blitzmax release :) I'm looking to make comptatible with some 3D engine like irrlicht... But the standard 2D blitz command are not usable with an opengl template. i'm looking for a solution... "I don't like the drugs, but the drugs like me !" M.Manson Blitz3dfr (french site) | EasyTOK (Easy physic !) | BCF3 Gui for Blitz3D ! | Iglass Gui for Bmax (Pc,Mac,Linux) | TerraEd Pro ! | B3DViewer Pro 3 (New) | HQ Skybox Vol 1 (New) | IPacker (New) |
| ||
![]() version 1.5 release 1 by Phillipe Agnisola (C)2005 ------------- Introduction : ------------- IGlass is a library for BlitzMax PC / MAC programmers, it was designed to set up quickly a GUI for your own projects. This GUI is fully skinable with your hown png bitmap. Visit my page : http://www.blitz3dfr.com/phpfrench/content.php?content.46 Download IGlass demo : http://www.blitz3dfr.com/phpfrench/request.php?30 ![]() "I don't like the drugs, but the drugs like me !" M.Manson Blitz3dfr (french site) | EasyTOK (Easy physic !) | BCF3 Gui for Blitz3D ! | Iglass Gui for Bmax (Pc,Mac,Linux) | TerraEd Pro ! | B3DViewer Pro 3 (New) | HQ Skybox Vol 1 (New) | IPacker (New) |
| ||
Worklog 2.2 : ------------- -Tool added : Map converter for 2.1 => 2.2 -Function added : You can save the water plane height in the TED map. -Function added : Major change in the spread window and blitztree map, now use the checkbox's (Wind, Collision etc) values ! -Function Change : Undo speed up :) -Function added : Option for enable/disable object autofade. -Function added : Menu option for enable all objects autofade. -Function added : Menu option for disable all objects autofade. "I don't like the drugs, but the drugs like me !" M.Manson Blitz3dfr (french site) | EasyTOK (Easy physic !) | BCF3 Gui for Blitz3D ! | Iglass Gui for Bmax (Pc,Mac,Linux) | TerraEd Pro ! | B3DViewer Pro 3 (New) | HQ Skybox Vol 1 (New) | IPacker (New) |
| ||
![]() http://www.blitz3dfr.com/terraed_projet/TerraEd.zip Worklog 2.0.7 : --------------- -Function added : Create water plane helper -Function added : Dump camera position to TXT -Function added : Configure collision for all objects -Function added : Configure collision for each objects -Function added : Ter_TypeTerraObject(Name$,Collision%) -Function added : Configure entitypick mode for each objects -Function added : Ter_PickModeTerraObject(Name$,PickMode%) -Function change : Spread window have 2 new checkbox (enable shadow, enable collision) "I don't like the drugs, but the drugs like me !" M.Manson Blitz3dfr (french site) | EasyTOK (Easy physic !) | BCF3 Gui for Blitz3D ! | Iglass Gui for Bmax (Pc,Mac,Linux) | TerraEd Pro ! | B3DViewer Pro 3 (New) | HQ Skybox Vol 1 (New) | IPacker (New) |
| ||
I plan a compatibility with AlienCodec BlitzTREE references map :) (The little heightmap with GREEN point) Like thatj you can use terraed for placing you objects directly. Colormap generator with texturing and many palet. Terraed 2.0.6 colormap editor colormap generated from heightmap image ;) You can add a texture for create detail on the colormap ![]() ![]() "I don't like the drugs, but the drugs like me !" M.Manson Blitz3dfr (french site) | EasyTOK (Easy physic !) | BCF3 Gui for Blitz3D ! | Iglass Gui for Bmax (Pc,Mac,Linux) | TerraEd Pro ! | B3DViewer Pro 3 (New) | HQ Skybox Vol 1 (New) | IPacker (New) |
| ||
; Worklog 2.0.5 : ; -------------------- -Minor bug removed : When you rename an object and when the hierarchy window is open the renamed object keep then older name, corrected. -Minor bug removed : When you load a file in terrain window, terraed verify that the file is an image file now. -Minor bug removed : When you select some files in the terrain window, the filename string overtake the window. -Keyboard added : When you hit ESC key you close all terraed window (more user friendly and easy to remember). -Keyboard added : When you hit F2 key open the TERRAIN window. -Keyboard added : When you hit F3 key open the CAMERA window. -Keyboard added : When you hit F4 key open the OBJECT window. -Keyboard added : When you hit F5 key open the LIGHT window. -Keyboard added : When you hit F6 key open the SKYBOX window. -Keyboard added : When you hit F7 key open the SPREAD window. -Keyboard added : When you hit F8 key open the HIERARCHY window. -Keyboard added : In 'MOVE' mode use NUMPAD 4 for moving object in -X. -Keyboard added : In 'MOVE' mode use NUMPAD 6 For moving Object in X. -Keyboard added : In 'MOVE' mode use NUMPAD 8 For moving Object in Z. -Keyboard added : In 'MOVE' mode use NUMPAD 2 For moving Object in -Z. -Keyboard added : In 'MOVE' mode use PAGE UP For moving Object in Y. -Keyboard added : In 'MOVE' mode use PAGE DOWN For moving Object in -Y. -New window ; A terrain shading tool ! who can create nice lightmap for your terrain. -New window ; Added, display a quick help with F1 key. -Function added : Now there is a colored axis on the last selected object. -Function added : You can choose you color scheme for the TerraEd GUI. -Function added : Now the screen selector appear on time ! The terraed configuration setting will be saved now :) "I don't like the drugs, but the drugs like me !" M.Manson Blitz3dfr (french site) | EasyTOK (Easy physic !) | BCF3 Gui for Blitz3D ! | Iglass Gui for Bmax (Pc,Mac,Linux) | TerraEd Pro ! | B3DViewer Pro 3 (New) | HQ Skybox Vol 1 (New) | IPacker (New) |
| ||
![]() "I don't like the drugs, but the drugs like me !" M.Manson Blitz3dfr (french site) | EasyTOK (Easy physic !) | BCF3 Gui for Blitz3D ! | Iglass Gui for Bmax (Pc,Mac,Linux) | TerraEd Pro ! | B3DViewer Pro 3 (New) | HQ Skybox Vol 1 (New) | IPacker (New) |
| ||
Hi dear customer's :) After all of your remarks about the terraed gui download a little update 2.0.5 (not final !!!!!) I plan for the final release - More shortcut ! like ; -Keyboard added : When you hit F2 key open the TERRAIN window. ; -Keyboard added : When you hit F3 key open the CAMERA window. ; -Keyboard added : When you hit F4 key open the OBJECT window. ; -Keyboard added : When you hit F5 key open the LIGHT window. ; -Keyboard added : When you hit F6 key open the SKYBOX window. ; -Keyboard added : When you hit F7 key open the SPREAD window. ; -Keyboard added : When you hit F8 key open the HIERARCHY window. ; -Keyboard window ; Added, display a quick help with F1 key. But for the moment ... Worklog 2.0.5 : ----------------------- -Minor bug removed : When you rename an object and when the hierarchy window is open the renamed object keep then older name, corrected -Keyboard added : When you hit ESC key you close all terraed window (more user friendly and easy to remember) -Help window ; Added, display a quick help. -Function added : You can choose you color scheme for the TerraEd GUI (Preferences menu) -Function added : Now the screen selector appear on time ! The terraed configuration setting will be saved now :) Note : For the moment if you want to change your screen res after selection, remove the TerraEd.prefs in the terraed folder, at the next app start the resolution chooser mount again. This is a beta 2.0.5 version www.blitz3dfr.com/terraed_projet/TerraEd.zip "I don't like the drugs, but the drugs like me !" M.Manson Blitz3dfr (french site) | EasyTOK (Easy physic !) | BCF3 Gui for Blitz3D ! | Iglass Gui for Bmax (Pc,Mac,Linux) | TerraEd Pro ! | B3DViewer Pro 3 (New) | HQ Skybox Vol 1 (New) | IPacker (New) |
| ||
Try a look on the last terraed version :) This is the final 2.0.4 release :) http://www.3dgametool.com/project_terraed.htm Worklog 2.0.4 : --------------- -Function added : Menu Enable all objects shadow + Undo -Function added : Menu Disable all objects shadow + Undo -Function added : Menu Enable all objects wind + Undo -Function added : Menu Disable all objects wind + Undo -Function added : Menu Save as... (i hope do you like it) -Function added : Hierarchy window for show and find all your object easily with traveling and zoom :) ... (i hope do you like it to) -Function change : Menu Save -Bug removed : When you undo the objects shadow are off ! sorry ... Try the HIERARCHY Window after loading the demo map :) ... Download the latest version on : http://www.blitz3dfr.com/terraed_projet/TerraEd.zip ![]() "I don't like the drugs, but the drugs like me !" M.Manson Blitz3dfr (french site) | EasyTOK (Easy physic !) | BCF3 Gui for Blitz3D ! | Iglass Gui for Bmax (Pc,Mac,Linux) | TerraEd Pro ! | B3DViewer Pro 3 (New) | HQ Skybox Vol 1 (New) | IPacker (New) |
| ||
Worklog 2.0.3 : --------------- -Bug removed : If you don't define some pictures for the skybox, the player load the default Terraed skybox map. -Function added : In the spread window you can enable wind and random Yaw rotation. -Function added : Ter_FindTerraObject(Name$) -Function added : Ter_AnimateTerraObject(Name$,Mode,Speed#=1,Sequence=0,Transition#=0) -Function added : Ter_MoveTerraObject(Name$,Px#,Py#,Pz#) -Function added : Ter_TurnTerraObject(Name$,Pitch#,Yaw#,Roll#,GlobalMode=False) -Function added : Ter_PositionTerraObject(Name$,Px#,Py#,Pz#,GlobalMode=False) -Function added : Ter_RotateTerraObject(Name$,Pitch#,Yaw#,Roll#,GlobalMode=False) -Function added : Ter_ScaleTerraObject(Name$,ScaleX#,ScaleY#,ScaleZ#,GlobalMode=False) -Function added : Ter_SizeTerraObject(Name$,Scale#,GlobalMode=False) "I don't like the drugs, but the drugs like me !" M.Manson Blitz3dfr (french site) | EasyTOK (Easy physic !) | BCF3 Gui for Blitz3D ! | Iglass Gui for Bmax (Pc,Mac,Linux) | TerraEd Pro ! | B3DViewer Pro 3 (New) | HQ Skybox Vol 1 (New) | IPacker (New) |