IfThen Software LLC
It's been a while since I last posted on here... Hello again!A few months back, we started work on a new project named Areum, a 2D top-down MMORPG in a medieval fantasy setting. We have been working hard on this game, and we are now able to show something.Here are a few screenshots of the game. Please keep in mind that the game is using all placeholder ar...
Because I'm getting into the section on memory (and some parts of yesterday's example made me curious, particularly the RAS-to-CAS delay) I have decided to research RAM again. I did quite a bit of research in this area about a month ago, so a lot of this is review and should go by relatively quickly.
Data is stored in RAM in an array of...
Data is stored in RAM in an array of...
A predicated instruction is an instruction whose execution depends on the result of a true/false test. Another way to look at it is a single instruction for code like the following:
if (a > b) c = 6;
Predicated instructions can help to reduce the number of branches in your code, which may increase how fast your...
if (a > b) c = 6;
Predicated instructions can help to reduce the number of branches in your code, which may increase how fast your...
Recent Entries
-
Areum Pre-alpha v0.0.0.32714 February 2013 -
No Demos Recently13 February 2013 -
Areum Pre-alpha v0.0.0.32107 February 2013 -
Areum Pre-alpha v0.0.0.31707 February 2013 -
Areum Pre-alpha v0.0.0.28605 February 2013
Recent Comments
-
No Demos RecentlyNavyman - Feb 14 2013 03:58 PM -
Areum Pre-alpha v0.0.0.250HabitueGames - Feb 01 2013 07:59 PM -
Areum Pre-alpha v0.0.0.248InvisibleMan - Feb 01 2013 11:50 AM -
Areum Pre-alpha v0.0.0.248O-san - Feb 01 2013 04:24 AM -
Areum Pre-alpha v0.0.0.233InvisibleMan - Jan 28 2013 08:31 PM
Recent Entries
-
Areum Pre-alpha v0.0.0.32714 February 2013 -
No Demos Recently13 February 2013 -
Areum Pre-alpha v0.0.0.32107 February 2013 -
Areum Pre-alpha v0.0.0.31707 February 2013 -
Areum Pre-alpha v0.0.0.28605 February 2013
Recent Comments
-
No Demos RecentlyNavyman - Feb 14 2013 03:58 PM -
Areum Pre-alpha v0.0.0.250HabitueGames - Feb 01 2013 07:59 PM -
Areum Pre-alpha v0.0.0.248InvisibleMan - Feb 01 2013 11:50 AM -
Areum Pre-alpha v0.0.0.248O-san - Feb 01 2013 04:24 AM -
Areum Pre-alpha v0.0.0.233InvisibleMan - Jan 28 2013 08:31 PM
Create a custom theme