Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc fixes #168

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Misc fixes #168

wants to merge 2 commits into from

Conversation

greythane
Copy link

Several small updates to allow compilation with mono V3.2

Update gitignore to provide for side by side development using the main
Hg repo as well as additional debug stuff
No code changes
* Aurora.ScriptEngine.AuroraDotNetEngine.APIs - LSL_Types.cs - class
LSL_Types
  Add (float) type casting to '==' and 'Equals' overides
 *Remove OS compile IFDEF to include the == and != overrides when
compiling on the Mac

* namespace Aurora.Services.SQLServices.GridService -  private struct
NeighborLocation
  Add GetHashCode overide to satisfy compiler warning and prevent
incorrect a == b or a != b comparisons
* namespace Aurora.Modules.Caps - public class RenderMaterials -
RenderMaterialsPostCap()
    Remove comparison of te.DefaultTexture.MaterialID == null as it
should always be assigned at creation (debug only)
* Aurora.Modules.WorldMap - class AuroraWorldMapModule - private void
GetMapBlocks()
  Correct if..else.. logic when dealing with the item.mapblocks types
@RevolutionSmythe
Copy link
Member

Hi, this doesn't compile anymore, as LSL_Types has the entire file changed (probably line endings). I'll pull it in once this is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants