File tree Expand file tree Collapse file tree 4 files changed +28
-5
lines changed Expand file tree Collapse file tree 4 files changed +28
-5
lines changed Original file line number Diff line number Diff line change @@ -55,4 +55,12 @@ using_git.txt
55
55
#
56
56
# VS2005 user-specific project data
57
57
#
58
- MUSHclient.vcproj. *
58
+ MUSHclient.vcproj. *
59
+
60
+ #
61
+ # VS2010 user-specific project data
62
+ #
63
+ MUSHclient.vcxproj. *
64
+ MUSHclient.sdf
65
+ MUSHclient.opensdf
66
+ ipch
Original file line number Diff line number Diff line change 6
6
// Implements:
7
7
8
8
// rex.flags
9
- // rex.new
9
+ // re = rex.new
10
10
// rex.version
11
11
12
+ // re:exec
13
+ // re:match
14
+ // re:gmatch
15
+
12
16
#include <stdio.h>
13
17
#include <stdlib.h>
14
18
#include <string.h>
Original file line number Diff line number Diff line change 2
2
3
3
// Implements:
4
4
5
- // progress.new
5
+ // dlg = progress.new
6
+
7
+ // dlg:checkcancel
8
+ // dlg:close
9
+ // dlg:position
10
+ // dlg:range
11
+ // dlg:setstep
12
+ // dlg:status
13
+ // dlg:step
14
+
6
15
7
16
#include " stdafx.h"
8
17
#include " ..\MUSHclient.h"
Original file line number Diff line number Diff line change
1
+ // WSH (Windows Script Host) scripting-related stuff goes here
2
+ //
3
+ // See lua_scripting.cpp for Lua-related scripting
4
+
1
5
#include " stdafx.h"
2
6
#include " ..\mainfrm.h"
3
7
#include " ..\MUSHclient.h"
@@ -13,8 +17,6 @@ static char BASED_CODE THIS_FILE[] = __FILE__;
13
17
// #define new DEBUG_NEW
14
18
#endif
15
19
16
- // all scripting-related stuff goes here
17
-
18
20
19
21
bool CMUSHclientDoc::CreateScriptEngine ()
20
22
{
You can’t perform that action at this time.
0 commit comments