Skip to content

Commit bf96497

Browse files
committed
Initial commit of Torsion v1.1.392 final release from SVN (r33271).
- Removed unnecessary binaries that bloated the repo. - Removed proprietary code that could not be open sourced. - Fixed support/help links to point to GitHub. - Added new copyright notice. - Added MIT license.
1 parent 9acbf67 commit bf96497

File tree

4,688 files changed

+2056157
-24
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,688 files changed

+2056157
-24
lines changed

.gitignore

-23
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,3 @@
33
*.lo
44
*.o
55
*.obj
6-
7-
# Precompiled Headers
8-
*.gch
9-
*.pch
10-
11-
# Compiled Dynamic libraries
12-
*.so
13-
*.dylib
14-
*.dll
15-
16-
# Fortran module files
17-
*.mod
18-
19-
# Compiled Static libraries
20-
*.lai
21-
*.la
22-
*.a
23-
*.lib
24-
25-
# Executables
26-
*.exe
27-
*.out
28-
*.app

LICENSE.txt

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The MIT License (MIT)
2+
3+
Torsion TorqueScript IDE
4+
Copyright (c) 2005-2016 Sickhead Games, LLC
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.

README.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# Torsion
2-
The editor and debugger for TorqueScript and Torque engine based games.
2+
Torsion is a powerful development environment for creating TorqueScript based games and mods.
3+
4+
5+
## Documentation and Help
6+
7+
The documentation can be found [here in the repo](/docs).
8+
9+
For further help and questions feel free to [post an issue on GitHub](https://github.com/SickheadGames/Torsion/issues).
10+
11+
12+
## Support Sickhead!
13+
14+
If you found this code/art or anything else we've done useful, please consider
15+
sending us a tip. It really does help pay for coffee, soda, pizza, and beers. :)
16+
17+
[ ![Tip Sickhead!](https://raw.githubusercontent.com/SickheadGames/AdventureKit/master/documentation/tip.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3X589QTLX434G)
18+
19+
20+
Thanks for your support!

bin/HTMLHelpWorkshop/advpack.dll

86.3 KB
Binary file not shown.

bin/HTMLHelpWorkshop/cnvcnt.dll

90 KB
Binary file not shown.

bin/HTMLHelpWorkshop/cnvtoc.dll

89.5 KB
Binary file not shown.

bin/HTMLHelpWorkshop/flash.exe

749 KB
Binary file not shown.

bin/HTMLHelpWorkshop/flash256.gif

49.1 KB
Loading

bin/HTMLHelpWorkshop/gencnv.dll

212 KB
Binary file not shown.

bin/HTMLHelpWorkshop/hhc.exe

50.3 KB
Binary file not shown.

bin/HTMLHelpWorkshop/hhcout.dll

92.5 KB
Binary file not shown.

bin/HTMLHelpWorkshop/hhkout.dll

94 KB
Binary file not shown.

bin/HTMLHelpWorkshop/hhw.exe

428 KB
Binary file not shown.

bin/HTMLHelpWorkshop/hhw.gif

75.4 KB
Loading

bin/HTMLHelpWorkshop/htmlhelp.inf

+131
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
[Version]
2+
Signature="$Chicago$" ; Required for 95 and NT
3+
[SourceDisksNames]
4+
1="%AppName%",,1
5+
[DefaultInstall]
6+
CustomDestination=HHWDestinationDir
7+
UnRegisterOCXs=RegisterItccDLL
8+
UpdateInis=HHWDelShortcuts
9+
DelFiles=HHWCopy, HHWCopyInc, HHWCopyLib, HHWCopyJava, HHWCopyHelp, HHWCopyRedist, HHWCopySystem
10+
DelDirs=HHWDirectories
11+
DelReg=UninstallKey
12+
RunPostSetupCommands=HHWGrpConv
13+
BeginPrompt=BeginUninstallPrompt
14+
EndPrompt=EndUninstallPrompt
15+
Cleanup=1
16+
[DefaultInstall.NT5]
17+
CustomDestination=HHWDestinationDir
18+
UnRegisterOCXs=RegisterItccDLL
19+
DelFiles=HHWCopy, HHWCopyInc, HHWCopyLib, HHWCopyJava, HHWCopyHelp, HHWCopyRedist, HHWCopySystem
20+
DelDirs=HHWDirectories
21+
DelReg=UninstallKey
22+
ProfileItems=HHWDelNT5Group
23+
BeginPrompt=BeginUninstallPrompt
24+
EndPrompt=EndUninstallPrompt
25+
Cleanup=1
26+
[BeginUninstallPrompt]
27+
Prompt="Do you wish to uninstall %AppName% now?"
28+
Title="%AppName% Uninstall"
29+
[EndUninstallPrompt]
30+
Prompt="%AppName% uninstalled"
31+
[HHWDirectories]
32+
%49000%\java
33+
%49000%\include
34+
%49000%\lib
35+
%49000%\redist
36+
%49000%
37+
[DestinationDirs]
38+
HHWCopy=49000
39+
HHWCopyInc=49000,include
40+
HHWCopyLib=49000,lib
41+
HHWCopyJava=49000,java
42+
HHWCopyHelp=18
43+
HHWCopyRedist=49000,redist
44+
HHWCopySystem=11
45+
[HHWCopy]
46+
_instpgm.exe,,,1
47+
_iwdinst.exe,,,1
48+
readme.htm,,,1
49+
htmlhelp.lib,,,1
50+
htmlhelp.h,,,1
51+
setup.exe,,,1
52+
setup.ini,,,1
53+
advpack.dll,,,1
54+
cnvcnt.dll,,,1
55+
cnvtoc.dll,,,1
56+
gencnv.dll,,,1
57+
hhcout.dll,,,1
58+
hhkout.dll,,,1
59+
navout.dll,,,1
60+
spcom.dll,,,1
61+
sprbuild.dll,,,1
62+
spredit.dll,,,1
63+
sprfile.dll,,,1
64+
sprlog.dll,,,1
65+
hhc.exe,,,1
66+
hhw.exe,,,1
67+
hhw.gif,,,1
68+
flash.exe,,,1
69+
flash256.gif,,,1
70+
itcc.dll,,,1
71+
license.txt,,,1
72+
readme.txt,,,1
73+
[HHWCopyInc]
74+
htmlhelp.h,,,1
75+
[HHWCopyLib]
76+
htmlhelp.lib,,,1
77+
[HHWCopyJava]
78+
dialog~1.cla,,,1
79+
elemen~1.cla,,,1
80+
elemen~2.cla,,,1
81+
HHCtrl.cab,,,1
82+
hhctrl~1.cla,,,1
83+
indexp~1.cla,,,1
84+
relate~1.cla,,,1
85+
sitema~1.cla,,,1
86+
treeca~1.cla,,,1
87+
treevi~1.cla,,,1
88+
cntimage.gif,,,1
89+
[HHWCopyHelp]
90+
api.chm,,,1
91+
hhaxref.chm,,,1
92+
htmlref.chm,,,1
93+
htmlhelp.chm,,,1
94+
[HHWCopyRedist]
95+
hhupd.exe,,,1
96+
[HHWCopySystem]
97+
hha.dll,,,1
98+
[HHWDestinationDir]
99+
49000=CustomLDID49000, 7
100+
[RegisterItccDLL]
101+
%49000%\itcc.dll
102+
%49000%\sprbuild.dll
103+
%49000%\sprlog.dll
104+
%49000%\sprfile.dll
105+
%49000%\spredit.dll
106+
%49000%\spcom.dll
107+
%49000%\cnvcnt.dll
108+
%49000%\cnvtoc.dll
109+
%49000%\gencnv.dll
110+
%49000%\hhkout.dll
111+
%49000%\hhcout.dll
112+
%49000%\navout.dll
113+
[CustomLDID49000]
114+
"HKCU","Software\Microsoft\HTML Help Workshop","InstallDir","The previous installation was incomplete.",
115+
[UninstallKey]
116+
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\HTML Help Workshop", "DisplayName"
117+
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\HTML Help Workshop", "UninstallString"
118+
[HHWDelShortcuts]
119+
setup.ini, progman.groups,, "group0=""%GroupName%"""
120+
setup.ini, group0,, """%AppName%"""
121+
setup.ini, group0,, """%FlashName%"""
122+
[HHWDelNT5Group]
123+
Name=%GroupName%,7
124+
[HHWGrpConv]
125+
"grpconv -o"
126+
[Strings]
127+
AppName="HTML Help Workshop"
128+
GroupName="HTML Help Workshop"
129+
FlashName="HTML Help Image Editor"
130+
DefaultInstallDir="C:\Program Files\HTML Help Workshop"
131+
AdvpackError="You need a newer version of advpack.dll"

0 commit comments

Comments
 (0)