About Store Forum Documentation Contact



Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: Esenthel brand new Full Source Licensing
Post: RE: Esenthel brand new Full Source Licensing

I believe it is already on github, you just need to compile it yourself as experimental for now. With the update it will become available by default.
Sherincall News 120 112,987 04-06-2014, 01:54 PM
  Thread: Esenthel brand new Full Source Licensing
Post: RE: Esenthel brand new Full Source Licensing

(04-06-2014 06:55 AM)Esenthel Wrote:  -All of the most popular Engines have very similar pricing, and actually most of them are more expensive than Esenthel. (I've prepared a simple comparison o...
Sherincall News 120 112,987 04-06-2014, 01:47 PM
  Thread: Remove Projects by sending them to recycle bin
Post: RE: Remove Projects by sending them to recycle bin

Did you try some undelete utility? Even if it doesn't restore it fully, you might still be able to salvage a lot.
Sherincall Feature Requests 6 5,608 04-05-2014, 08:42 PM
  Thread: Lambda in EE
Post: RE: Lambda in EE

Lambdas actually have a good chance of getting inlined, so the performance should the same. Either way, you really shouldn't try to save the stack allocations for something that happens so rarely, eve...
Sherincall Code Snippets 7 8,280 03-27-2014, 11:50 PM
  Thread: Contribution for own directories structure and multiple paks when publishing
Post: RE: Contribution for own directories structure and...

I would very much love to see this as well. From what I understand the UID approach was chosen so that moving/renaming the files would be simpler, but it actually complicates things significantly for...
Sherincall Feature Requests 10 9,294 03-12-2014, 05:14 PM
  Thread: Suggestion for code change
Post: RE: Suggestion for code change

I would like to reopen this problem, it can really be a pain sometimes. You needn't move the directive itself, you could just do it like this: Code: #ifndef EE_DONT_USE_NAMESPACE_BY_DEFAULT using na...
Sherincall Support 1 3,556 02-17-2014, 02:23 AM
  Thread: If statement evaluation
Post: RE: If statement evaluation

Esenthel script is parsed into classic C++, which is then compiled using a standard compiler, such as VC++. It would actually be a hassle to change it, and you'd end up losing a feature. If you reall...
Sherincall Beginner Questions 4 4,343 06-19-2013, 02:41 PM
  Thread: If statement evaluation
Post: RE: If statement evaluation

In C/C++, the order for && and || is guaranteed to be left to right and evaluation stops as soon as the result can be determined. I'm certain it is the same in Esenthel Script. That example i...
Sherincall Beginner Questions 4 4,343 06-19-2013, 01:34 PM
  Thread: let's bring Esenthel Chat back to life!
Post: RE: let's bring Esenthel Chat back to life!

No offense, but if you're not backing up everything you can't easily replace, you deserve whatever tragedy befalls your hard drive. Try not to learn those lessons the hard way.
Sherincall Entertainment 11 11,403 06-07-2013, 09:14 PM
  Thread: I Need a Programmer!!!
Post: RE: I Need a Programmer!!!

Hi, I'm a programmer. A good programmer, but without much Esenthel experience at the moment. I'll give you my credentials afterwards, if you're interested. I also have a strange proposal for you. I'm...
Sherincall Help Requests 9 8,713 06-05-2013, 02:12 AM
  Thread: <3 Esenthel
Post: RE: <3 Esenthel

Because we are supporting the engine. :)
Sherincall Beginner Questions 9 7,346 06-02-2013, 11:53 AM
  Thread: How structs like Cpu, State, ClassTime work?
Post: RE: How structs like Cpu, State, ClassTime work?

(05-16-2013 07:44 PM)Eric Wrote:  what kind of magic ? maybe simple prompt ? :P now i'm gonna google "how to get access to private class members c++ magic" If you know the offsets of the membe...
Sherincall Game Classes 8 7,104 05-16-2013, 10:25 PM
  Thread: Greyscale image convertor
Post: RE: Greyscale image convertor

The effect might be better if you use: Code: color=0.3*clr.r+0.585*clr.g+0.115*clr.b; These values are slightly more suited for human eyes.
Sherincall Feature Requests 2 3,499 05-14-2013, 04:50 PM
  Thread: Advanced programming question (C++)
Post: RE: Advanced programming question (C++)

Not sure how EE does it (and I can't look at it right now), but one way to do it would be to have a precompiled version of said header with the implementation, and a second one for our viewing. So wh...
Sherincall Offtopic 5 7,244 04-21-2013, 11:23 PM
  Thread: Esenthel Editor 2.0
Post: RE: Esenthel Editor 2.0

(03-01-2013 01:27 PM)Esenthel Wrote:  -get J (trainee) visa, that's only for 18 months, can't be taken second time in the same field of specialty/work Not that it'll do much good, but you can g...
Sherincall News 160 140,793 03-01-2013, 02:49 PM
  Thread: Esenthel Editor 2.0
Post: RE: Esenthel Editor 2.0

Quote:Oh dear. I guess that means it's time to stop procrastinating. To the store! Indeed :) Alright, I'm getting out of the shadows.. Anyway, just bought EE2.0 and there's an option to set Computer ...
Sherincall News 160 140,793 02-22-2013, 05:03 PM