Commit graph

364 commits

Author SHA1 Message Date
Ima Mechanique
0781b3a864 Added new path-finding/character method stubs. 2012-03-05 23:00:27 +00:00
Ima Mechanique
c71412d2c2 Adding constants to code (and values to confLSL file) 2012-03-05 21:53:58 +00:00
Ima Mechanique
4418da5ff9 Adding path_update event. 2012-03-05 15:49:00 +00:00
Ima Mechanique
896a08627c Merge branch 'next-syntax-highlighting' into next 2012-03-05 15:47:34 +00:00
Ima Mechanique
0d54586093 Merge branch 'master' into next 2012-02-26 02:36:03 +00:00
niel-archer
eb93cc6e73 Some over looked updates needed for changes to defaults. 2012-02-26 02:11:58 +00:00
thoysg
4c9a28f7c1 Remove unnecessary lsl-project folders
git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@70 3f4676ac-adda-40fd-8265-58d1435b1672
2012-02-26 02:09:06 +00:00
thoysg
1ee4b400eb Bolding of selected line-numbers
Compacting String functions
Removed empty lines (style)
Ignore *.aps files

git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@69 3f4676ac-adda-40fd-8265-58d1435b1672
2012-02-26 02:09:06 +00:00
thoysg
fd082d5d10 removed last resource editor file
git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@68 3f4676ac-adda-40fd-8265-58d1435b1672
2012-02-26 02:09:05 +00:00
niel-archer
9b06943ee7 Updating Release Notes. 2012-02-25 09:17:26 +00:00
niel-archer
cebc7c655a Updating About dialogue 2012-02-25 09:08:03 +00:00
niel-archer
80f8432359 Merge branch 'next' into next-syntax-highlighting 2012-02-25 05:56:53 +00:00
niel-archer
c34ba498d1 Updated versioning method. Bumped version number to 2.45.0 so updating will work on next release.
AssemblyInfo is now in properties so that we can manually change version from property dialogue in VCSharp.
2012-02-25 05:56:17 +00:00
niel-archer
33400e8ba0 Cleaned up naming of menu strip entries. 2012-02-25 05:05:40 +00:00
niel-archer
95898d9027 Added highlighting entries for new pathfinding constants, event, and functions. 2012-02-24 21:13:03 +00:00
niel-archer
79b6eba694 Updating Release Notes. 2012-02-08 17:12:40 +00:00
niel-archer
b17e824301 Fixing updater to better check version. Preventing accidentally updating to older version when testing. 2012-02-08 17:12:39 +00:00
niel-archer
ce3c5e6493 Added TODO note. 2012-02-08 17:12:39 +00:00
niel-archer
aa15d5bd24 Updating Release Notes. 2012-02-08 17:12:38 +00:00
niel-archer
b2fbfff227 Updating Release Notes. 2012-02-08 17:12:37 +00:00
niel-archer
8b8588b34a Merging in file encoding detection changes. 2012-02-08 17:12:37 +00:00
niel-archer
925f8991d5 Rearrange file output options in Tools. 2012-02-08 17:12:36 +00:00
niel-archer
79a1478b0d Added file encoding auto-detect on open.
Attempts to identify file encoding, falling back to UTF-8 as the default.
Detection uses a BOM if present, otherwise attempts to use heuristics (English/European based) to determine encoding.
2012-02-08 17:12:36 +00:00
niel-archer
89ae4a7910 Initial import of TextFileEncodingDetector class. 2012-02-08 17:12:35 +00:00
niel-archer
706cd4aff2 Changed file opening to default to UTF-8. 2012-02-08 17:12:35 +00:00
niel-archer
31919e31cd Fixed debug output for llSetRegionPos. 2012-02-08 17:12:34 +00:00
niel-archer
f6897f9b0d Updated release date in release notes. 2012-02-08 17:12:34 +00:00
niel-archer
55980abd3b Fixed return for llSetRegionPos and bumped version number. 2012-02-08 17:12:33 +00:00
niel-archer
5a1203a8dd Added new constants and function stubs for running code. 2012-02-08 17:12:33 +00:00
niel-archer
30eb1f6495 Updating syntax-highlighting file 2012-02-08 17:12:32 +00:00
niel-archer
e407c92320 Updating ReleaseNotes 2012-02-08 17:12:32 +00:00
niel-archer
6d315e0bc3 Bumping build number to 2.44.0. 2012-02-08 17:11:31 +00:00
niel-archer
319d90be7c Some over looked updates needed for changes to defaults. 2012-02-08 17:10:22 +00:00
niel-archer
3ff70fffd7 Changing default file format to UTF-8.
This is in preparation to remove ANSI, which is now deprecated.
2012-02-08 17:09:24 +00:00
niel-archer
9f5db54543 Fixing incorrect type initial for transaction_result argument. 2012-02-08 17:02:24 +00:00
unknown
0ebb23da8e Added 78 constants, reorganised a bit. 2012-02-08 17:02:23 +00:00
unknown
73d06c9075 Removed duplicate llSetObjectPermMask entry from ConfLSL.xml 2012-02-08 16:57:58 +00:00
unknown
4faab1fe6c Updated events in syntax highlighting. Sorted them because I did the functions and I'm pedantic ;-)
Event added: transaction_result.
2012-02-08 16:56:29 +00:00
unknown
8629e2b228 Updated functions in highlighting file. Sorted functions to make finding/adding easier.
Functions added:
llCastRay
llClearLinkMedia
llGetDisplayName
llGetLinkMedia
llGetMassMKS
llGetMemoryLimit
llGetPhysicsMaterial
llLinkSitTarget
llManageEstateAccess
llScriptProfiler
llSetAngularVelocity
llSetKeyframedMotion
llSetLinkMedia
llSetMemoryLimit
llSetPhysicsMaterial
llSetVelocity
llTransferLindenDollars
2012-02-08 16:56:28 +00:00
niel-archer
a6f6785eac Updating ReleaseNotes
git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@71 3f4676ac-adda-40fd-8265-58d1435b1672
2012-02-08 16:51:02 +00:00
niel-archer
78c802e2da Merge branch 'next-syntax-code' into next 2012-02-08 16:09:56 +00:00
niel-archer
84498e63a4 Merge branch 'next-file-open-detect-encoding' into next 2012-02-08 16:09:47 +00:00
niel-archer
0d07957dbb Merge branch 'master' into next-syntax-code 2012-02-08 16:07:59 +00:00
niel-archer
860d218567 Merge branch 'master' into next-file-open-detect-encoding 2012-02-08 16:07:35 +00:00
niel-archer
e2943d9d88 Merge branch 'master' into next 2012-02-08 16:07:03 +00:00
niel-archer
6467eba6c4 Updating Release Notes. 2012-02-08 16:06:01 +00:00
niel-archer
c6dc189223 Fixing updater to better check version. Preventing accidentally updating to older version when testing. 2012-02-08 16:02:54 +00:00
niel-archer
120594250f Added TODO note. 2012-02-05 03:51:38 +00:00
niel-archer
4e36427c17 Updating Release Notes. 2012-02-03 21:20:02 +00:00
niel-archer
147bed54dc Updating Release Notes. 2012-02-03 21:15:13 +00:00