Search found 46 matches

by Dalex
Feb 07, 2008 18:00
Forum: Archive
Topic: FB HGEWrapper 2D Game Engine
Replies: 66
Views: 45578

speedlemon
I am sorry, but at present I am strongly borrowed and I do not support the project...
by Dalex
Dec 31, 2007 9:54
Forum: Archive
Topic: FB HGEWrapper 2D Game Engine
Replies: 66
Views: 45578

ups... New code HGEWrapper.bi-hge_ResourceManager '{ hge_ResourceManager } Declare Function hge_ResMgr Cdecl Alias "hge_ResMgr" (ByVal As ZString ptr)As long Declare Sub hge_ResMgr_ChangeScript Cdecl Alias "hge_ResMgr_ChangeScript" (ByVal As Long,ByVal As ZString ptr) Declare Fun...
by Dalex
Dec 18, 2007 13:27
Forum: Archive
Topic: FB HGEWrapper 2D Game Engine
Replies: 66
Views: 45578

Corrected bugs...
HGEWrapper Static Lib for FreeBasic http://dalex.ucoz.ru/load/4-1-0-6

Please test...
Thank you ... Good luck ...
by Dalex
Dec 08, 2007 17:36
Forum: Archive
Topic: FB HGEWrapper 2D Game Engine
Replies: 66
Views: 45578

loriendesign
Exellent work :-) But exe file is linked with bass.dll even if code is set "hge_System_SetStateInt(HGE_USESOUND,0)"

Code: Select all

hge_System_SetStateBool(HGE_USESOUND,0)
Good luck...
by Dalex
Dec 06, 2007 18:48
Forum: Archive
Topic: FB HGEWrapper 2D Game Engine
Replies: 66
Views: 45578

loriendesign wrote:Exellent work :-) But exe file is linked with bass.dll even if code is set "hge_System_SetStateInt(HGE_USESOUND,0)"

Is it possible the bass.dll not be linked with exe ? I wish to use other audio not bass.dll.
Ok... I think ...
by Dalex
Dec 01, 2007 9:29
Forum: Archive
Topic: FB HGEWrapper 2D Game Engine
Replies: 66
Views: 45578

New architecture of the project(without dll)...
HGEWrapper Static Lib for FreeBasic (tutorials,source code,wxDevC++ project)

http://dalex.ucoz.ru/load/4-1-0-6

Please test...
Thank you ... Good luck ...
by Dalex
Nov 26, 2007 16:05
Forum: Archive
Topic: Amaranth (non compo release)
Replies: 12
Views: 4227

much well...
by Dalex
Nov 25, 2007 16:10
Forum: Archive
Topic: FB HGEWrapper 2D Game Engine
Replies: 66
Views: 45578

Small news (source code)
Site of the project...
http://dalex.ucoz.ru/
by Dalex
Nov 20, 2007 15:48
Forum: Archive
Topic: FB HGEWrapper 2D Game Engine
Replies: 66
Views: 45578

Ryan Super....good luck
by Dalex
Nov 13, 2007 15:58
Forum: Archive
Topic: FB HGEWrapper 2D Game Engine
Replies: 66
Views: 45578

KristopherWindsor
My car is broken, can I have a new one please? :-P

http://fusionware.ourproject.org/itech/ ... ge_car.png
Hmm...
phObj <= 512
by Dalex
Nov 13, 2007 15:40
Forum: Archive
Topic: FB HGEWrapper 2D Game Engine
Replies: 66
Views: 45578

Box2D Copyright (c) 2006-2007 Erin Catto http://www.gphysics.com This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for an...
by Dalex
Nov 04, 2007 12:38
Forum: Archive
Topic: FB HGEWrapper 2D Game Engine
Replies: 66
Views: 45578

Update Version 0.1.7b first post ...(+8 function)
Update hge_GUI
New hge_Vector

Thanks... good luck...
by Dalex
Nov 04, 2007 7:55
Forum: Archive
Topic: FB HGEWrapper 2D Game Engine
Replies: 66
Views: 45578

livewire
GUI.o:fake:(.text+0x1d6): undefined reference to `hge_GUIListbox_AddItem'
Ok..thanks...correct in new version 0.1.7...
by Dalex
Oct 31, 2007 20:47
Forum: Archive
Topic: FB HGEWrapper 2D Game Engine
Replies: 66
Views: 45578

ciw1973
Yeah, I couldn't download the latest version, so I'm glad to hear it wasn't just me.
host has changed ...
by Dalex
Oct 30, 2007 6:12
Forum: Archive
Topic: FB HGEWrapper 2D Game Engine
Replies: 66
Views: 45578

Ryan in HGE of no ColorKey... use TGA or PNG ... transparent channel http://relishgames.com/forum/ or... Sub ColorKey(ByVal tex As Long,ByVal clr As dword) Dim As dword Ptr pixels Dim ix As Integer Dim iy As Integer Dim As Integer w = hge_Texture_GetWidth(tex) Dim As Integer h = hge_Texture_GetHeig...