Search found 1610 matches
- Sep 03, 2012 14:20
- Forum: Projects
- Topic: The Crown of Alegare
- Replies: 74
- Views: 18180
Re: The Crown of Alegare
A little update. I am going through and defining the base skill sets for the monsters. There are over 300 monsters so this is going to take a bit of work. Instead of hard-coding the attributes though, I am going to set these up as a data file in text format so that it will be easy to update and/or m...
- Aug 30, 2012 2:19
- Forum: Projects
- Topic: The Crown of Alegare
- Replies: 74
- Views: 18180
Re: The Crown of Alegare
Thanks Lachie. It shouldn't be too long before I have a little alpha test to play with. I am going to release early and release often with this so as to get some testing in while I work on it.
- Aug 29, 2012 17:36
- Forum: Projects
- Topic: The Crown of Alegare
- Replies: 74
- Views: 18180
Re: The Crown of Alegare
Thanks. I said in the first post that this was a sequel; actually it is more like DDD 2.0 since it will follow the same general idea as DDD. Find the orbs and crown to win. It will be much more extensive though. I have a good idea of what I want to do, and I'll get more into the details once I get t...
- Aug 28, 2012 21:18
- Forum: Projects
- Topic: The Crown of Alegare
- Replies: 74
- Views: 18180
The Crown of Alegare
Hey folks, it has been a while. This has been a crazy year for me, but things are finally getting back to normal, so I am restarting my sequel to DDD, The Crown of Alegare. I'll be posting pics at my Imgur account . I have an album set up for it and will be updating the album as I get things complet...
- May 12, 2012 17:30
- Forum: Game Dev
- Topic: RL Dungeon Generation
- Replies: 8
- Views: 7429
Re: RL Dungeon Generation
Rick, I love this algorithm! It's fast and you can adjust it in just the right way to make cavernous / themed dungeons easily. Thank you. It seems to work well for me. I see that my tutorial page on this on my FB site is all messed up. I'll have to fix that and repost it on the site. 1.) I want to ...
- Feb 01, 2012 16:10
- Forum: General
- Topic: no longed confused
- Replies: 10
- Views: 900
Re: no longed confused
remember kids, allocate isnt always your friend! if you use it, set child pointers to 0! The solution of course was posted in Callocate. But here is what is happening when you use Allocate (which is just a alias fir the C Malloc function). When you allocate a block of memory you are just reserving ...
- Jan 30, 2012 16:41
- Forum: Tips and Tricks
- Topic: Dynamic arrays in UDTs (once again)
- Replies: 15
- Views: 4638
Re: Dynamic arrays in UDTs (once again)
Very impressive work.
- Jan 30, 2012 5:57
- Forum: Windows
- Topic: Reading a Windows format ".ini" file
- Replies: 12
- Views: 3142
Re: Reading a Windows format ".ini" file
hi, @rdc: if ever you need a german translation of your inobject.pdf hal @ http://ytwinky.freebasic-portal.de/4all/iniobject-de.pdf As you can guess it's for all (fbusers).. I tried to be as close as possible to the english version ;-)) regards ytwinky That is very cool. My first translated documen...
- Jan 30, 2012 5:53
- Forum: Tips and Tricks
- Topic: Using the MK* and CV* Functions
- Replies: 2
- Views: 657
Re: Using the MK* and CV* Functions
Yes, it does seem to work the same.
- Jan 29, 2012 18:04
- Forum: Tips and Tricks
- Topic: Using the MK* and CV* Functions
- Replies: 2
- Views: 657
Using the MK* and CV* Functions
For my current project I am building a variable length data file. I am using the MK and CV functions to create the fields lengths in the data file, and I thought an example of the process might be helpful for those who need to do the same. The MK and CV functions are often overlooked, but are very u...
- Jan 29, 2012 16:36
- Forum: General
- Topic: [bug] -exx decreasing bitfield
- Replies: 11
- Views: 812
Re: [bug] -exx decreasing bitfield
The word 'data' is too many! (Only integer types are allowed within a bit field.) I think that it should be more clear to write: Only integer types (numeric types excluding floating-point types: single and double) are allowed within a bit field. If rdc agree, I can do the change. No problem on my e...
- Jan 28, 2012 17:25
- Forum: Windows
- Topic: Reading a Windows format ".ini" file
- Replies: 12
- Views: 3142
Re: Reading a Windows format ".ini" file
I wrote one of these a while ago for my own needs. You can take a look here . Even though the file type is deprecated in Windows, I like to use the format for my own programs. It is simple, yet expressive, and makes a nice little database for things like options and such. It also has the advantage (...
- Jan 19, 2012 10:11
- Forum: General
- Topic: Print an entire array? [SOLVED]
- Replies: 6
- Views: 714
- Jan 13, 2012 14:02
- Forum: General
- Topic: like function
- Replies: 5
- Views: 913
Re: like function
Garvan is using the soundex function which uses a phonetic algorithm to match words that "sound" alike. I used it a lot when writing client-server applications back when I programmed for a living.
- Jan 10, 2012 20:03
- Forum: Projects
- Topic: Net-Objects Client/Server Library
- Replies: 31
- Views: 7775
Re: Net-Objects Client/Server Library
vdecampo wrote:Sorry its...
http://www.imakegames.com/files/downloa ... Object.zip
Fixing original link
-Vince
Got it. I missed this the first time around so I thought I would take a peek at it. Thanks.