Advertisement

Results for "Author: julien lecomte"

2002ASP #6638
__v2 A* (A star) and Dijkstra game pathfinding for tile games

v2 ! Improved speed of A* and Dijkstra pathfinding !!! I love computer tile games (Heroes of Might & Magic, etc...) and have always brought interest to such game programming technics. The code example below presents fast bitblt through an array and onto a picturebox. This method is faster than usual loop through array. This method is usefull only for games that use LoadRessource, LoadPicture functions (or similar home-made ressource loading) since it loads each picture once. The other example is plain pathfinding. It figures out fastest way to go from one point to another according to terrain difficulties. It implements two famous methods : Dijkstra & A* (a star). Please send me any interesting paths so I can add them to the zip. If you know how to improve this pathfinding, please email me, I'll be very happy to recieve usefull feedback. The A* can still be deeply improved, if you wish more details, read the comments inside the code. Maybe making the thread priority temporarily to a higher level or even multi-threading could improve the speed. Vote for me if you like this code !

2002ASP #6639
_A mdi non activating reduceable toolbar (like photoshop or dreamweaver ) no ocx ! + subclass child

mdi non activating & reduce toolbar example (kind of like (photoshop or dreamweaver toolbars) This tutorial shows how to create non-activating toolbars in a mdi app. You can hide, reduce the toolbars, and they do not appear in the menu windowlist. There is no subclassing for the non activating toolbars, and no ocx are used, just a couple of API. There is also an example of subclassing all the child windows on the fly when creating them. That lets you specify a minimum size for all the child windows ! There is no subclassing, and no ocx are used, just a couple of (easy) API.

2002C #15242
__v2 A* (A star) and Dijkstra game pathfinding for tile games

v2 ! Improved speed of A* and Dijkstra pathfinding !!! I love computer tile games (Heroes of Might & Magic, etc...) and have always brought interest to such game programming technics. The code example below presents fast bitblt through an array and onto a picturebox. This method is faster than usual loop through array. This method is usefull only for games that use LoadRessource, LoadPicture functions (or similar home-made ressource loading) since it loads each picture once. The other example is plain pathfinding. It figures out fastest way to go from one point to another according to terrain difficulties. It implements two famous methods : Dijkstra & A* (a star). Please send me any interesting paths so I can add them to the zip. If you know how to improve this pathfinding, please email me, I'll be very happy to recieve usefull feedback. The A* can still be deeply improved, if you wish more details, read the comments inside the code. Maybe making the thread priority temporarily to a higher level or even multi-threading could improve the speed. Vote for me if you like this code !

2002C #15243
_A mdi non activating reduceable toolbar (like photoshop or dreamweaver ) no ocx ! + subclass child

mdi non activating & reduce toolbar example (kind of like (photoshop or dreamweaver toolbars) This tutorial shows how to create non-activating toolbars in a mdi app. You can hide, reduce the toolbars, and they do not appear in the menu windowlist. There is no subclassing for the non activating toolbars, and no ocx are used, just a couple of API. There is also an example of subclassing all the child windows on the fly when creating them. That lets you specify a minimum size for all the child windows ! There is no subclassing, and no ocx are used, just a couple of (easy) API.

2002VB #23846
__v2 A* (A star) and Dijkstra game pathfinding for tile games

v2 ! Improved speed of A* and Dijkstra pathfinding !!! I love computer tile games (Heroes of Might & Magic, etc...) and have always brought interest to such game programming technics. The code example below presents fast bitblt through an array and onto a picturebox. This method is faster than usual loop through array. This method is usefull only for games that use LoadRessource, LoadPicture functions (or similar home-made ressource loading) since it loads each picture once. The other example is plain pathfinding. It figures out fastest way to go from one point to another according to terrain difficulties. It implements two famous methods : Dijkstra & A* (a star). Please send me any interesting paths so I can add them to the zip. If you know how to improve this pathfinding, please email me, I'll be very happy to recieve usefull feedback. The A* can still be deeply improved, if you wish more details, read the comments inside the code. Maybe making the thread priority temporarily to a higher level or even multi-threading could improve the speed. Vote for me if you like this code !

2002VB #23847
_A mdi non activating reduceable toolbar (like photoshop or dreamweaver ) no ocx ! + subclass child

mdi non activating & reduce toolbar example (kind of like (photoshop or dreamweaver toolbars) This tutorial shows how to create non-activating toolbars in a mdi app. You can hide, reduce the toolbars, and they do not appear in the menu windowlist. There is no subclassing for the non activating toolbars, and no ocx are used, just a couple of API. There is also an example of subclassing all the child windows on the fly when creating them. That lets you specify a minimum size for all the child windows ! There is no subclassing, and no ocx are used, just a couple of (easy) API.

ASP_Volume2 #34834
_A mdi non activating reduceable toolbar (like photoshop or dreamweaver ) no ocx ! + subclass child

mdi non activating & reduce toolbar example (kind of like (photoshop or dreamweaver toolbars) This tutorial shows how to create non-activating toolbars in a mdi app. You can hide, reduce the toolbars, and they do not appear in the menu windowlist. There is no subclassing for the non activating toolbars, and no ocx are used, just a couple of API. There is also an example of subclassing all the child windows on the fly when creating them. That lets you specify a minimum size for all the child windows ! There is no subclassing, and no ocx are used, just a couple of (easy) API.

ASP_Volume2 #36013
__v2 A* (A star) and Dijkstra game pathfinding for tile games

v2 ! Improved speed of A* and Dijkstra pathfinding !!! I love computer tile games (Heroes of Might & Magic, etc...) and have always brought interest to such game programming technics. The code example below presents fast bitblt through an array and onto a picturebox. This method is faster than usual loop through array. This method is usefull only for games that use LoadRessource, LoadPicture functions (or similar home-made ressource loading) since it loads each picture once. The other example is plain pathfinding. It figures out fastest way to go from one point to another according to terrain difficulties. It implements two famous methods : Dijkstra & A* (a star). Please send me any interesting paths so I can add them to the zip. If you know how to improve this pathfinding, please email me, I'll be very happy to recieve usefull feedback. The A* can still be deeply improved, if you wish more details, read the comments inside the code. Maybe making the thread priority temporarily to a higher level or even multi-threading could improve the speed. Vote for me if you like this code !

ASP_Volume2 #36770
DirectX Isometric Tile Engine Map editor

This is an incomplete (but functional) DirectX Isometric Tile Engine. I've lost all interest in finishing this, so I took it out of my archives, and I'm sharing it with all of you. Some complete features : scaling (zoom), light vertices, changing map heights. Some incomplete feature : moving, rotating, saving. Some unimplemented features that could be very cool : adding meshes, adding lighting, etc... If you ever do something cool out of this, please tell me. If you wish to work on it, feel free to email me if you've got questions. NOTE : I use the CCRP Slider OCX in this project, be sure to have it so you can check out this project

ASP_Volume3 #56221
__v2 A* (A star) and Dijkstra game pathfinding for tile games

v2 ! Improved speed of A* and Dijkstra pathfinding !!! I love computer tile games (Heroes of Might & Magic, etc...) and have always brought interest to such game programming technics. The code example below presents fast bitblt through an array and onto a picturebox. This method is faster than usual loop through array. This method is usefull only for games that use LoadRessource, LoadPicture functions (or similar home-made ressource loading) since it loads each picture once. The other example is plain pathfinding. It figures out fastest way to go from one point to another according to terrain difficulties. It implements two famous methods : Dijkstra & A* (a star). Please send me any interesting paths so I can add them to the zip. If you know how to improve this pathfinding, please email me, I'll be very happy to recieve usefull feedback. The A* can still be deeply improved, if you wish more details, read the comments inside the code. Maybe making the thread priority temporarily to a higher level or even multi-threading could improve the speed. Vote for me if you like this code !

ASP_Volume3 #56222
_A mdi non activating reduceable toolbar (like photoshop or dreamweaver ) no ocx ! + subclass child

mdi non activating & reduce toolbar example (kind of like (photoshop or dreamweaver toolbars) This tutorial shows how to create non-activating toolbars in a mdi app. You can hide, reduce the toolbars, and they do not appear in the menu windowlist. There is no subclassing for the non activating toolbars, and no ocx are used, just a couple of API. There is also an example of subclassing all the child windows on the fly when creating them. That lets you specify a minimum size for all the child windows ! There is no subclassing, and no ocx are used, just a couple of (easy) API.

ASP_Volume3 #56223
DirectX Isometric Tile Engine Map editor

This is an incomplete (but functional) DirectX Isometric Tile Engine. I've lost all interest in finishing this, so I took it out of my archives, and I'm sharing it with all of you. Some complete features : scaling (zoom), light vertices, changing map heights. Some incomplete feature : moving, rotating, saving. Some unimplemented features that could be very cool : adding meshes, adding lighting, etc... If you ever do something cool out of this, please tell me. If you wish to work on it, feel free to email me if you've got questions. NOTE : I use the CCRP Slider OCX in this project, be sure to have it so you can check out this project

C_Volume2 #75896
_A mdi non activating reduceable toolbar (like photoshop or dreamweaver ) no ocx ! + subclass child

mdi non activating & reduce toolbar example (kind of like (photoshop or dreamweaver toolbars) This tutorial shows how to create non-activating toolbars in a mdi app. You can hide, reduce the toolbars, and they do not appear in the menu windowlist. There is no subclassing for the non activating toolbars, and no ocx are used, just a couple of API. There is also an example of subclassing all the child windows on the fly when creating them. That lets you specify a minimum size for all the child windows ! There is no subclassing, and no ocx are used, just a couple of (easy) API.

C_Volume2 #77075
__v2 A* (A star) and Dijkstra game pathfinding for tile games

v2 ! Improved speed of A* and Dijkstra pathfinding !!! I love computer tile games (Heroes of Might & Magic, etc...) and have always brought interest to such game programming technics. The code example below presents fast bitblt through an array and onto a picturebox. This method is faster than usual loop through array. This method is usefull only for games that use LoadRessource, LoadPicture functions (or similar home-made ressource loading) since it loads each picture once. The other example is plain pathfinding. It figures out fastest way to go from one point to another according to terrain difficulties. It implements two famous methods : Dijkstra & A* (a star). Please send me any interesting paths so I can add them to the zip. If you know how to improve this pathfinding, please email me, I'll be very happy to recieve usefull feedback. The A* can still be deeply improved, if you wish more details, read the comments inside the code. Maybe making the thread priority temporarily to a higher level or even multi-threading could improve the speed. Vote for me if you like this code !

C_Volume2 #77832
DirectX Isometric Tile Engine Map editor

This is an incomplete (but functional) DirectX Isometric Tile Engine. I've lost all interest in finishing this, so I took it out of my archives, and I'm sharing it with all of you. Some complete features : scaling (zoom), light vertices, changing map heights. Some incomplete feature : moving, rotating, saving. Some unimplemented features that could be very cool : adding meshes, adding lighting, etc... If you ever do something cool out of this, please tell me. If you wish to work on it, feel free to email me if you've got questions. NOTE : I use the CCRP Slider OCX in this project, be sure to have it so you can check out this project

Java_Volume1 #94440
_A mdi non activating reduceable toolbar (like photoshop or dreamweaver ) no ocx ! + subclass child

mdi non activating & reduce toolbar example (kind of like (photoshop or dreamweaver toolbars) This tutorial shows how to create non-activating toolbars in a mdi app. You can hide, reduce the toolbars, and they do not appear in the menu windowlist. There is no subclassing for the non activating toolbars, and no ocx are used, just a couple of API. There is also an example of subclassing all the child windows on the fly when creating them. That lets you specify a minimum size for all the child windows ! There is no subclassing, and no ocx are used, just a couple of (easy) API.

Java_Volume1 #95619
__v2 A* (A star) and Dijkstra game pathfinding for tile games

v2 ! Improved speed of A* and Dijkstra pathfinding !!! I love computer tile games (Heroes of Might & Magic, etc...) and have always brought interest to such game programming technics. The code example below presents fast bitblt through an array and onto a picturebox. This method is faster than usual loop through array. This method is usefull only for games that use LoadRessource, LoadPicture functions (or similar home-made ressource loading) since it loads each picture once. The other example is plain pathfinding. It figures out fastest way to go from one point to another according to terrain difficulties. It implements two famous methods : Dijkstra & A* (a star). Please send me any interesting paths so I can add them to the zip. If you know how to improve this pathfinding, please email me, I'll be very happy to recieve usefull feedback. The A* can still be deeply improved, if you wish more details, read the comments inside the code. Maybe making the thread priority temporarily to a higher level or even multi-threading could improve the speed. Vote for me if you like this code !

Java_Volume1 #96376
DirectX Isometric Tile Engine Map editor

This is an incomplete (but functional) DirectX Isometric Tile Engine. I've lost all interest in finishing this, so I took it out of my archives, and I'm sharing it with all of you. Some complete features : scaling (zoom), light vertices, changing map heights. Some incomplete feature : moving, rotating, saving. Some unimplemented features that could be very cool : adding meshes, adding lighting, etc... If you ever do something cool out of this, please tell me. If you wish to work on it, feel free to email me if you've got questions. NOTE : I use the CCRP Slider OCX in this project, be sure to have it so you can check out this project

1_2002 #110600
__v2 A* (A star) and Dijkstra game pathfinding for tile games

v2 ! Improved speed of A* and Dijkstra pathfinding !!! I love computer tile games (Heroes of Might & Magic, etc...) and have always brought interest to such game programming technics. The code example below presents fast bitblt through an array and onto a picturebox. This method is faster than usual loop through array. This method is usefull only for games that use LoadRessource, LoadPicture functions (or similar home-made ressource loading) since it loads each picture once. The other example is plain pathfinding. It figures out fastest way to go from one point to another according to terrain difficulties. It implements two famous methods : Dijkstra & A* (a star). Please send me any interesting paths so I can add them to the zip. If you know how to improve this pathfinding, please email me, I'll be very happy to recieve usefull feedback. The A* can still be deeply improved, if you wish more details, read the comments inside the code. Maybe making the thread priority temporarily to a higher level or even multi-threading could improve the speed. Vote for me if you like this code !

1_2002 #110601
_A mdi non activating reduceable toolbar (like photoshop or dreamweaver ) no ocx ! + subclass child

mdi non activating & reduce toolbar example (kind of like (photoshop or dreamweaver toolbars) This tutorial shows how to create non-activating toolbars in a mdi app. You can hide, reduce the toolbars, and they do not appear in the menu windowlist. There is no subclassing for the non activating toolbars, and no ocx are used, just a couple of API. There is also an example of subclassing all the child windows on the fly when creating them. That lets you specify a minimum size for all the child windows ! There is no subclassing, and no ocx are used, just a couple of (easy) API.

Languages
Top Categories
Global Discovery