Commit graph

349 commits

Author SHA1 Message Date
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
niel-archer
daac4a7fc0 Merging in file encoding detection changes. 2012-02-03 21:08:17 +00:00
niel-archer
50b4e4a404 Rearrange file output options in Tools. 2012-02-03 21:05:10 +00:00
niel-archer
ac53f6c0b6 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-03 21:04:10 +00:00
niel-archer
e1105d3b5a Initial import of TextFileEncodingDetector class. 2012-02-02 06:56:39 +00:00
niel-archer
7258e9a1b6 Changed file opening to default to UTF-8. 2012-02-01 11:09:33 +00:00
niel-archer
adbc781469 Fixed debug output for llSetRegionPos. 2012-02-01 08:37:51 +00:00
niel-archer
de2e999175 Updated release date in release notes. 2012-02-01 08:15:18 +00:00
niel-archer
da94081dc9 Fixed return for llSetRegionPos and bumped version number. 2012-02-01 08:07:59 +00:00
niel-archer
963a5a5e4a Added new constants and function stubs for running code. 2012-02-01 08:03:18 +00:00
niel-archer
097df9a340 Merge branch 'master' into next 2012-02-01 06:58:08 +00:00
niel-archer
1105c2750c Updating syntax-highlighting file 2012-02-01 06:53:31 +00:00
niel-archer
e0e05d104c Updating ReleaseNotes 2012-02-01 06:52:16 +00:00
niel-archer
9899074417 Updating ReleaseNotes 2012-01-16 14:11:22 +00:00
thoysg
fa5691df02 Remove unnecessary lsl-project folders
git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@70 3f4676ac-adda-40fd-8265-58d1435b1672
2012-01-15 00:39:10 +00:00
thoysg
04f2da6899 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-01-14 23:07:01 +00:00