Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
 |
|
Thread: Amd Mantle
Post: RE: Amd Mantle
Hmm. Indeed there is not much to be said since we know so little about it except AMD's claims. I hope it is as good as they say it is...
but it will be rather silly if they don't make it cross platf... |
|
Scarlet Thread |
Offtopic |
5 |
8,000 |
01-23-2014, 05:20 AM |
 |
|
Thread: Accelerometer x/y interchanged between devices
Post: RE: Accelerometer x/y interchanged between devices
Thanks I'll give it a try and it kinda makes sense because on a phone the standard way to look at it is portrait while on a tablet the standard way to look at it is landscape... So maybe that's how th... |
|
Scarlet Thread |
Platforms (Windows, Mac, Linux, Android, iOS) |
2 |
4,378 |
01-12-2014, 02:13 AM |
 |
|
Thread: Accelerometer x/y interchanged between devices
Post: Accelerometer x/y interchanged between devices
Hi Greg,
Just tested my game on a different device and it seems that the x and y axis of of the accelerator are swapped on some devices. I made the game on my Samsung Galaxy Note 10.1 and then a frie... |
|
Scarlet Thread |
Platforms (Windows, Mac, Linux, Android, iOS) |
2 |
4,378 |
01-11-2014, 02:21 PM |
 |
|
Thread: Issues Saving Files On Android [SOLVED]
Post: RE: Issues Saving Files On Android
Cheers Greg, that was my problem. It works now. Also changed it to SP_APP_DATA, though this game will probably only go on Android and IOS.
Yay! all code done... now for the fun part, making levels :) |
|
Scarlet Thread |
Platforms (Windows, Mac, Linux, Android, iOS) |
2 |
4,197 |
01-07-2014, 07:16 AM |
 |
|
Thread: Issues Saving Files On Android [SOLVED]
Post: Issues Saving Files On Android [SOLVED]
Hi all,
So I'm aware that on Android you can only edit / save files to SystemPath(SP_DOCUMENTS) or the SD card, however, I just can't seem to get it to work. I use xml files to save game data and It ... |
|
Scarlet Thread |
Platforms (Windows, Mac, Linux, Android, iOS) |
2 |
4,197 |
01-07-2014, 12:52 AM |
 |
|
Thread: Adding custom files to the project
Post: RE: Adding custom files to the project
(12-20-2013 12:38 AM)Rofar Wrote: I find it best to create a new element (Raw File) and then right click it and select "Reload" and navigate to the source file.
You can convert a UID to file n... |
|
Scarlet Thread |
Support |
5 |
7,004 |
12-20-2013, 12:51 AM |
 |
|
Thread: ...and Linux!
Post: RE: ...and Linux!
Greg you are a machine... it's been less than a month and it looks like you're almost there already! Keep up the great work ;) |
|
Scarlet Thread |
News |
40 |
47,499 |
12-20-2013, 12:42 AM |
 |
|
Thread: How to lock screen [ANDROID]
Post: RE: How to lock screen [ANDROID]
|
Scarlet Thread |
Platforms (Windows, Mac, Linux, Android, iOS) |
4 |
5,328 |
12-19-2013, 04:16 AM |
 |
|
Thread: How to lock screen [ANDROID]
Post: RE: How to lock screen [ANDROID]
Thanks, this solves half my problem. Now it still flips but only in landscape orientation rather than portrait and landscape.. So there still needs to be some way I can lock it completely. |
|
Scarlet Thread |
Platforms (Windows, Mac, Linux, Android, iOS) |
4 |
5,328 |
12-18-2013, 05:49 PM |
 |
|
Thread: How to lock screen [ANDROID]
Post: How to lock screen [ANDROID]
How does one lock the screen so tilting doesn't change the screen orientation?
I had a look around the wiki and what not but couldn't find it. I swear I've seen it somewhere before though. Cheers. |
|
Scarlet Thread |
Platforms (Windows, Mac, Linux, Android, iOS) |
4 |
5,328 |
12-18-2013, 11:17 AM |
 |
|
Thread: View Mode to Hide All Comments
Post: View Mode to Hide All Comments
It would be nice if there could be a view mode in the code editor which hides all comments or lines containing only comments.
Reason for this is that I want to put explanations and descriptions abov... |
|
Scarlet Thread |
Feature Requests |
2 |
4,514 |
12-11-2013, 10:42 AM |
 |
|
Thread: Esenthel 1.0 outdated?
Post: RE: Esenthel 1.0 outdated?
(12-02-2013 12:55 PM)laugan Wrote: For example i use GdiPlus. Will i be able to use it in EE 2.0?
Yup.... you can include any header or library.. If u can include the header or library in VS u... |
|
Scarlet Thread |
Offtopic |
104 |
104,560 |
12-02-2013, 01:14 PM |
 |
|
Thread: Esenthel Store open to everyone
Post: RE: Esenthel Store open to everyone
(11-15-2013 10:05 AM)AndrewBGS Wrote: A complete working PLAYER class. What esenthel provides is nice, BUT it lacks a lot of basics things like:
- fall damage
- swimming (on surface and underw... |
|
Scarlet Thread |
News |
81 |
92,800 |
11-15-2013, 01:12 PM |
 |
|
Thread: Esenthel Store open to everyone
Post: RE: Esenthel Store open to everyone
Hi Esenthel,
This is very exciting. Thanks for adding this to the engine it looks really good addition. Love how I can access the store from in the editor.
The Terms & Conditions don't concern m... |
|
Scarlet Thread |
News |
81 |
92,800 |
11-14-2013, 03:54 AM |
 |
|
Thread: Esenthel 1.0 outdated?
Post: RE: Esenthel 1.0 outdated?
(11-08-2013 11:56 AM)laugan Wrote: I enjoy using VS (making 3 projects at the same time, i.e. Login Server, Game Server, Client). They use shared headers and it's very easy in VS. One more thi... |
|
Scarlet Thread |
Offtopic |
104 |
104,560 |
11-13-2013, 01:09 AM |
 |
|
Thread: SQLite3 getAllRows
Post: RE: SQLite3 getAllRows
Thank you very much for another quick fix :) |
|
Scarlet Thread |
Beginner Questions |
8 |
8,835 |
10-17-2013, 01:14 PM |
 |
|
Thread: SQLite3 getAllRows
Post: RE: SQLite3 getAllRows
Thanks for the help ;)
(10-14-2013 01:01 PM)Esenthel Wrote: for publishing you could workaround it by first extracting the sql db file from the pak file. Like this:
FCopy(EncodeFileName(), S+"... |
|
Scarlet Thread |
Beginner Questions |
8 |
8,835 |
10-14-2013, 01:23 PM |
 |
|
Thread: SQLite3 getAllRows
Post: RE: SQLite3 getAllRows
(10-14-2013 09:14 AM)Esenthel Wrote: Hi!
Quick question: after creating the table in the "SQLite Administrator", did you do "Reload" on the raw file element in EE?
Yes :)
I've attached the t... |
|
Scarlet Thread |
Beginner Questions |
8 |
8,835 |
10-14-2013, 11:16 AM |
 |
|
Thread: SQLite3 getAllRows
Post: SQLite3 getAllRows
Hi all,
I create a database in SQLite Administrator. Make a Raw File in EE2.0 editor and link that raw file to the Database file I made in SQLite Admin.
I call sql.connectSQLite(EncodeFileName(UID))... |
|
Scarlet Thread |
Beginner Questions |
8 |
8,835 |
10-14-2013, 08:32 AM |
 |
|
Thread: The Kingdom Of Soul
Post: RE: The Kingdom Of Soul
(10-09-2013 08:28 AM)Pixel Perfect Wrote: Thanks Tottel.
The 0:38 occurrence is two NPCs walking right up to the wall, sure looks like they are about to collide :D. I've noticed the function ... |
|
Scarlet Thread |
Showcase |
273 |
251,846 |
10-14-2013, 05:26 AM |