Giter VIP home page Giter VIP logo

lsleditorce's People

Contributors

coolbeatguy avatar jasperwiggerink avatar jojorne avatar niel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

lsleditorce's Issues

Missing

osDetectedCountry
osGetAgentCountry
osSetOwnerSpeed
osNpcSayTo
osGetInventoryName
osGetInventoryLastOwner
osGetLastChangedEventKey
osAdjustSoundVolume
osLoopSound
osLoopSoundMaster
osLoopSoundSlave
osPlaySound
osPlaySoundSlave
osPreloadSound
osSetSoundRadius
osStopSound
osTriggerSound
osTriggerSoundLimited
osGetSimulatorMemoryKB
osStringSubString
osStringStartsWith
osStringEndsWith
osStringIndexOf
osStringLastIndexOf
osStringRemove
osStringReplace
osAngleBetween
osApproxEquals
osRound
osVecDistSquare
osVecMagSquare

Known issues

Here are some known issues by me that I'll try to fix in the future:

  • Start debug then close console. There is no other way to reopen it.
    The code expect that the console should never be closed to begin with while in debug mode.
  • "while/if (TRUE)": works on SL but not on editor.
    The code treats TRUE as "int" and not "integer", there is a difference here.
  • "integer num;": not initializing a variable might cause trouble.
    The code never initialize the variable nor reinitializes it while SL does.
  • The new feature, LSLI, does not obey the editor TAB format rules.
    The problem here is that it relies on "\t" for indentation.
  • Output format has wrong naming convention in code and UI. UI doesn't show unknown encoding.
    Like "UTF8" instead of "UTF-8" and "UTF-16 L/BE" instead of commonly used "Unicode (Big Endian)", etc.
  • Save docked control position, like the Solution Explorer position.
  • Update does not work for the help file.
  • Missing new LSL features like constants and methods.

LSLEditorCE v3 porting TODO list

LSLEditorCE v3 porting TODO list

The aim of this overhaul of the code-base is to make it multi-platform friendly and gain a better insight into the workings of all areas of the code. Hopefully this will lead to removal of any cruft and a leaner code-base.

  • Port window UI/control to GTK+;
  • Port 'syntax' stuff to .Net Core;
  • Clean up all the 'syntax' stuff. Alphabetise all constants, events, functions, etc.).

PS.: Updating the list as we go.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.