Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Moore Tides

1
Quote from: Night Striker on 2017 Nov 11, 23:50:42Your forgot to do two parts of the application:



"Why should the HF-Medical Brigade enlist you?"
I will be actively social here.  I may be able to participate in in-game events as well.


By signing below, I ensure that I have, to the best of my knowledge/ability, have answered each of the above honestly and to the fullest extent of the truth.

X-Moore Tides
2
I have interest.

In Game Name: Moore Tides
Race/species: Unicorn
Gender: Stallion
Appearance: Sea-green coat, and sea-foamy hair
Special talent (Not required as this is a volunteer effort): Programming
3
Name: Moore Tides

Level at time of application: 50

Race: Unicorn

Gender: Stallion

DoB: Some time ago

Combat/Healing/Magic: 50




5
I just sent another application for programming. I really hope I am accepted  ^-^

Side note on the translation, I could probably do Japanese.
6
Hello,

I would like to join as a programmer.  I have professional experience in C#, but none of my open source work uses C#.  My Github is https://github.com/Funmungus, and one current project is https://github.com/Funmungus/scriptor.  I am just about to finally release a C library that I have been working on for years(look forward to it this month) and then I will have time to devote to LoE.
7
Quote from: Pinkie Pie on 2013 Oct 04, 19:44:30
[ Invalid YouTube link ]

XD

You made lol first thing in the morning. Thanks
8

        # region mouse and screen metric conversion       
        /// <summary>
        /// mouse point x to system metric x
        /// </summary>
        public static int CalculateAbsoluteCoordinateX ( int x )
        {
            return ( x * 65536 ) / GetSystemMetrics ( SystemMetric.SM_CXSCREEN ) ;
        }
        /// <summary>
        /// mouse point y to system metric y
        /// </summary>
        public static int CalculateAbsoluteCoordinateY ( int y )
        {
            return ( y * 65536 ) / GetSystemMetrics ( SystemMetric.SM_CYSCREEN ) ;
        }       
        /// <summary>
        /// x or y axis
        /// </summary>
        public enum SystemMetric
        {
            SM_CXSCREEN = 0,
            SM_CYSCREEN = 1,
        }

        // Correct cursor position with sendinput
        [ DllImport ( "user32.dll" ) ]
        public static extern int GetSystemMetrics ( SystemMetric smIndex ) ;
        #endregion
9
Quote from: Yellowpikmin476 on 2013 Sep 26, 13:11:06
9/10
Funny! I've never seen you before! New here?
Ya. I just found out about the game and applied for programming division. Even if I don't get in, I have now learned about unity too... And I might use it for projects  :]
10
Unity3D
... Really, that is what I copied? Can you guess what I am doing now? X3
11
9/10,
Original, character, and brony.
12
Hey all,

I applied to cerebrate a few days ago, for the programming position. I hope to be working with you soon.