Search found 214 matches

by loki1985
Mon May 02, 2011 2:05 pm
Forum: Advanced Help
Topic: CFileList in 3rd-party loader
Replies: 5
Views: 467

hybrid wrote:Well, question was if you load from file directories, zip files, or some other existing archive type. Or if you have to implement a completely new file system/archive which has nothing in common with the existing ones.
completely new
by loki1985
Mon May 02, 2011 11:12 am
Forum: Advanced Help
Topic: CFileList in 3rd-party loader
Replies: 5
Views: 467

well, i dont really have a base file system, not sure which are available and might fit.

since filelist seems to be abstract only, and i cannot see any exposed implementations, i will probably have to implement my own filelist.
by loki1985
Wed Apr 27, 2011 8:37 pm
Forum: Advanced Help
Topic: CFileList in 3rd-party loader
Replies: 5
Views: 467

CFileList in 3rd-party loader

hi there. i tried porting my GTA renderer to the newest irrlicht version, and since my version currently is based on 1.6 SVN, there are some changes in the file system API. it seems to me that since CFileList.h is only accessible to internal loaders of the engine, i have to re-implement the entire C...
by loki1985
Sat Mar 12, 2011 7:58 pm
Forum: Game Programming
Topic: Script evaluation
Replies: 44
Views: 13972

DtD wrote:Don't forget AngelScript!
Game Monkey is cool too.
Squirrel looks pretty but I was not a fan of its stability.
as i am currently thinking about evaluating squirrel: what kind of instabilities did occur when you tried it?
by loki1985
Tue Mar 08, 2011 10:38 pm
Forum: Everything 2d/3d Graphics
Topic: which nose...
Replies: 12
Views: 2770

would have voted "no nose" if it was there
by loki1985
Tue Mar 08, 2011 3:37 pm
Forum: Beginners Help
Topic: Game scripting languages
Replies: 20
Views: 4025

another language i found interesting, especially because it is very c/c++ like:

http://www.squirrel-lang.org/
by loki1985
Wed Mar 02, 2011 4:53 pm
Forum: Off-topic
Topic: Cd duplicating protection softwares
Replies: 42
Views: 5211

i had a short look at the answers here and have to say they are mostly correct. i do have a pretty good understanding of commercial copy protection schemes, i used to crack those back in the days. while commercial systems often defeat the user trying to burn the program, someone using internet acces...
by loki1985
Fri Feb 25, 2011 9:48 pm
Forum: Everything 2d/3d Graphics
Topic: Post Your Irrlicht Screenshots / Render Here.
Replies: 1548
Views: 360199

@devsh: why not post an end result instead of just the result from you technique? a screenshot with only SSAO calculation and indirect lighting looks pretty boring, and I'd be interested to see this in a complete scene i had the same idea after seeing the screens. i will try to put it in a way whic...
by loki1985
Mon Feb 07, 2011 9:50 am
Forum: Off-topic
Topic: Best language for a build automation system?
Replies: 14
Views: 1470

@kazymjir: you know ubuntu is pretty much directly derived from debian? so all in all, they are very similar to each other.
by loki1985
Tue Feb 01, 2011 11:34 am
Forum: Off-topic
Topic: Becoming a millionaire selling software...my theorie
Replies: 28
Views: 3630

anyway, the times when one man can earn big money by creating software are over. maybe there is an exception twice a decade, like the minecraft guy. if you want more money than just a slightly-above-average salary, then your product needs to stick out. you want to sell a game for (just) 10 dollars p...
by loki1985
Tue Jan 25, 2011 10:31 am
Forum: Game Programming
Topic: html rendering in 3d app
Replies: 9
Views: 2520

by loki1985
Tue Jan 18, 2011 1:54 pm
Forum: Off-topic
Topic: Default to full screen or windowed?
Replies: 19
Views: 5406

depends on the game. for casual games i would say windowed, for regular games fullscreen which is automatically set to the current desktop resolution, and there must be an option to set to windowed.

another idea would be to provide a launcher, like seen in max payne games for example.
by loki1985
Tue Dec 28, 2010 12:29 pm
Forum: Off-topic
Topic: Looking for professional web hosting (it's not spam :) )
Replies: 12
Views: 1825

the problem with setting up a webserver at home is more the problem of bandwith. most ISPs just provide big downstream, not big upstream, which is more important for hosting. i probably cannot recommend anything, because all hosting i use is from companies from my country, won't help you. maybe look...
by loki1985
Fri Dec 17, 2010 7:56 am
Forum: Project Announcements
Topic: irrWeatherManager 0.0.5 - weather system for Irrlicht
Replies: 100
Views: 54920

congrats, this release look really nice. the screenshots are a major improvement :D
by loki1985
Fri Dec 03, 2010 12:23 pm
Forum: Code Snippets
Topic: Click here for EyeGasm (RL GI) [FULL SRC && DEMO AVA
Replies: 39
Views: 8361

devsh wrote:wont work.. the values will still be with 255 bit precision
i guess you mean 8bit...